Skip to content

Commit

Permalink
Merge pull request #1451 from TomasVotruba/psr-4
Browse files Browse the repository at this point in the history
composer: autoload via PSR-4
  • Loading branch information
Ocramius committed Jul 15, 2015
2 parents 70a22b6 + 726383c commit 6bf6db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6bf6db3

Please sign in to comment.