Merge pull request #338 from gharlan/psr-4

Use PSR-4
This commit is contained in:
Toni Uebernickel 2015-06-10 20:37:54 +02:00
commit e3903ffad3

View file

@ -18,7 +18,6 @@
"fzaninotto/faker": "~1.1"
},
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},
"target-dir": "Propel/PropelBundle"
"psr-4": { "Propel\\PropelBundle\\": "" }
}
}