WMC's Doctrine Naming Strategy Recipe

This commit is contained in:
Mathieu Lemoine
2017-05-22 22:50:18 -04:00
parent 4a965dbf0f
commit 889a674304
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,3 @@
doctrine:
orm:
naming_strategy: wmc.doctrine.orm.naming_strategy
@@ -0,0 +1,8 @@
{
"bundles": {
"WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}