1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Optimize autoload prefix in composer.json

By having more specific autoload prefixes it is possible to reduce the number of stat calls made.
This commit is contained in:
Filippo Tessarotto 2012-09-28 09:58:38 +03:00
parent 831f0acdc5
commit 95971a6180

View File

@ -21,7 +21,7 @@
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"autoload": {
"psr-0": { "Doctrine\\ORM": "lib/" }
"psr-0": { "Doctrine\\ORM\\": "lib/" }
},
"bin": ["bin/doctrine", "bin/doctrine.php"],
"extra": {