change autoloader to psr-0

This commit is contained in:
Arkadiusz Kondas 2016-04-08 21:37:26 +02:00
parent 63d49616d8
commit 0b6dc42807
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
}
],
"autoload": {
"psr-4": {
"": "src/"
"psr-0": {
"Phpml": "src/"
}
},
"config": {