Skip to content

Commit

Permalink
Merge pull request #3235 from Majkl578/psr4
Browse files Browse the repository at this point in the history
Use PSR-4 autoloader
  • Loading branch information
Ocramius authored Aug 2, 2018
2 parents 2d3c0f1 + 8677cf1 commit 403bfa3
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 @@ -34,10 +34,10 @@
"sort-packages": true
},
"autoload": {
"psr-0": { "Doctrine\\DBAL\\": "lib/" }
"psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" }
},
"autoload-dev": {
"psr-0": { "Doctrine\\Tests\\": "tests/" }
"psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" }
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 403bfa3

Please sign in to comment.