composer: autoload via PSR-4
This commit is contained in:
parent
33c2ae465d
commit
726383cafb
@ -31,10 +31,10 @@
|
|||||||
"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-4": { "Doctrine\\ORM\\": "lib/Doctrine/ORM" }
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-0": { "Doctrine\\Tests\\": "tests/" }
|
"psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" }
|
||||||
},
|
},
|
||||||
"bin": ["bin/doctrine", "bin/doctrine.php"],
|
"bin": ["bin/doctrine", "bin/doctrine.php"],
|
||||||
"extra": {
|
"extra": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user