Merge pull request #456 from Slamdunk/patch-1
Optimize autoload prefix in composer.json
This commit is contained in:
commit
fd28624120
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user