Convert autoload refs to PSR-4 so they actually work

This commit is contained in:
Sam Georges 2014-09-19 17:22:44 +10:00
parent 5cd9f30ea2
commit ffc1a8490a
3 changed files with 6 additions and 6 deletions

View File

@ -21,8 +21,8 @@
"october/rain": "~1.0"
},
"autoload": {
"psr-0": {
"Backend": ""
"psr-4": {
"Backend\\": ""
}
},
"extra": {

View File

@ -21,8 +21,8 @@
"october/rain": "~1.0"
},
"autoload": {
"psr-0": {
"Cms": ""
"psr-4": {
"Cms\\": ""
}
},
"extra": {

View File

@ -21,8 +21,8 @@
"october/rain": "~1.0"
},
"autoload": {
"psr-0": {
"System": ""
"psr-4": {
"System\\": ""
}
},
"extra": {