Navigation Menu

Skip to content

Commit

Permalink
Optimize autoload prefix in composer.json
Browse files Browse the repository at this point in the history
By having more specific autoload prefixes it is possible to reduce the
number of stat calls made. Also it prevents conflicts with similar
namespaces.
  • Loading branch information
Slamdunk committed Sep 28, 2012
1 parent 90d5a19 commit c1ac1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"php": ">=5.3.3"
},
"autoload": {
"psr-0": { "Symfony\\Component\\OptionsResolver": "" }
"psr-0": { "Symfony\\Component\\OptionsResolver\\": "" }
},
"target-dir": "Symfony/Component/OptionsResolver",
"minimum-stability": "dev",
Expand Down

0 comments on commit c1ac1d8

Please sign in to comment.