Enable PSR-4 autoloading

As of 2014-10-21 PSR-0 has been marked as deprecated.
This commit is contained in:
Tasso Evangelista
2015-07-30 03:43:15 -03:00
parent bac769d042
commit ef380d1e36
20 changed files with 2 additions and 2 deletions

View File

@@ -19,8 +19,8 @@
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"GitList": "src/"
"psr-4": {
"GitList\\": "src/"
}
}
}