Skip to content

Commit 59fee0c

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 48328a7 commit 59fee0c

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\\CssSelector": "" }
22+
"psr-0": { "Symfony\\Component\\CssSelector\\": "" }
2323
},
2424
"target-dir": "Symfony/Component/CssSelector",
2525
"minimum-stability": "dev",

0 commit comments

Comments
 (0)