Skip to content

Commit 52945f5

Browse files
committed
Optimize autoload prefix in composer.json
By having more specific autoload prefixes it is possible to reduce the number of stat calls made. Also it prevents conflicts with similar namespaces.
1 parent 4531816 commit 52945f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3"
2020
},
2121
"autoload": {
22-
"psr-0": { "Symfony\\Component\\Serializer": "" }
22+
"psr-0": { "Symfony\\Component\\Serializer\\": "" }
2323
},
2424
"target-dir": "Symfony/Component/Serializer",
2525
"minimum-stability": "dev",

0 commit comments

Comments
 (0)