Merge pull request #456 from Slamdunk/patch-1
Optimize autoload prefix in composer.json
This commit is contained in:
commit
fd28624120
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue