10000 fixed typos in composer file · blahy/symfony@c3dc04a · GitHub
[go: up one dir, main page]

Skip to content

Commit c3dc04a

Browse files
author
Miha Vrhovnik
committed
fixed typos in composer file
1 parent 85d4068 commit c3dc04a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"autoload": {
5858
"psr-0": {
5959
"Symfony": "src/",
60-
"SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stub"
60+
"SessionHandlerInterface": "src/Symfony/Component/HttpF 96A8 oundation/Resources/stubs"
6161
}
6262
},
6363
"extra": {

src/Symfony/Component/HttpFoundation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"autoload": {
2222
"psr-0": {
2323
"Symfony\\Component\\HttpFoundation": "",
24-
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stub"
24+
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
2525
}
2626
},
2727
"target-dir": "Symfony/Component/HttpFoundation",

0 commit comments

Comments
 (0)
0