Skip to content

Commit

Permalink
Use PSR-4 autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl578 committed Aug 2, 2018
1 parent 2d3c0f1 commit 8677cf1
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 8677cf1

Please sign in to comment.