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"
|
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": { "Doctrine\\ORM": "lib/" }
|
"psr-0": { "Doctrine\\ORM\\": "lib/" }
|
||||||
},
|
},
|
||||||
"bin": ["bin/doctrine", "bin/doctrine.php"],
|
"bin": ["bin/doctrine", "bin/doctrine.php"],
|
||||||
"extra": {
|
"extra": {
|
||||||
|
Loading…
Reference in New Issue
Block a user