Commit cbbcbf6e authored by Filippo Tessarotto's avatar Filippo Tessarotto

Optimize autoload prefix in composer.json

By having more specific autoload prefixes it is possible to reduce the number of stat calls made.
parent 804bd86e
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"doctrine/common": ">=2.3-dev,<2.5-dev" "doctrine/common": ">=2.3-dev,<2.5-dev"
}, },
"autoload": { "autoload": {
"psr-0": { "Doctrine\\DBAL": "lib/" } "psr-0": { "Doctrine\\DBAL\\": "lib/" }
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment