There was an error while loading. Please reload this page.
2 parents 85d4068 + c3dc04a commit b5d0272Copy full SHA for b5d0272
composer.json
@@ -57,7 +57,7 @@
57
"autoload": {
58
"psr-0": {
59
"Symfony": "src/",
60
- "SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stub"
+ "SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs"
61
}
62
},
63
"extra": {
src/Symfony/Component/HttpFoundation/composer.json
@@ -21,7 +21,7 @@
21
22
23
"Symfony\\Component\\HttpFoundation": "",
24
- "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stub"
+ "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
25
26
27
"target-dir": "Symfony/Component/HttpFoundation",
0 commit comments