1
0
mirror of synced 2025-02-02 13:31:45 +03:00

composer: autoload via PSR-4

This commit is contained in:
Tomas Votruba 2015-07-08 01:51:09 +02:00
parent 33c2ae465d
commit 726383cafb

View File

@ -31,10 +31,10 @@
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"autoload": {
"psr-0": { "Doctrine\\ORM\\": "lib/" }
"psr-4": { "Doctrine\\ORM\\": "lib/Doctrine/ORM" }
},
"autoload-dev": {
"psr-0": { "Doctrine\\Tests\\": "tests/" }
"psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" }
},
"bin": ["bin/doctrine", "bin/doctrine.php"],
"extra": {