migrate to PSR-4 autoloading

This commit is contained in:
Toni Uebernickel 2016-01-23 11:47:47 +01:00
parent aae2168458
commit de90121b53

View file

@ -9,9 +9,9 @@
"email": "william.durand1@gmail.com"
}],
"target-dir": "Propel/PropelBundle",
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
"psr-4": { "Propel\\PropelBundle\\": "" },
"exclude-from-classmap": [ "Tests/" ]
},
"require": {