Switch to psr-4

This commit is contained in:
Jeremy Benoist
2015-12-22 13:09:10 +01:00
parent 5c895a7fd1
commit b4faefc04d
2 changed files with 10 additions and 11 deletions

View File

@ -104,7 +104,7 @@
}
},
"autoload": {
"psr-0": { "": "src/" },
"psr-4": { "": "src/" },
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
},
"config": {