8000 merged branch mvrhov/composerTypos (PR #3600) · symfony/symfony@b5d0272 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5d0272

Browse files
committed
merged branch mvrhov/composerTypos (PR #3600)
Commits ------- c3dc04a fixed typos in composer file Discussion ---------- fixed typos in composer file
2 parents 85d4068 + c3dc04a commit b5d0272

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/HttpFoundation/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