Unverified Commit 403bfa33 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #3235 from Majkl578/psr4

Use PSR-4 autoloader
parents 2d3c0f15 8677cf1d
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
"sort-packages": true "sort-packages": true
}, },
"autoload": { "autoload": {
"psr-0": { "Doctrine\\DBAL\\": "lib/" } "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" }
}, },
"autoload-dev": { "autoload-dev": {
"psr-0": { "Doctrine\\Tests\\": "tests/" } "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" }
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment