Files
symfony-flex-recipes-contrib/wemakecustom.doctrine-naming-strategy-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

29 lines
904 B
JSON

{
"manifests": {
"wemakecustom/doctrine-naming-strategy-bundle": {
"manifest": {
"bundles": {
"WMC\\DoctrineNamingStrategyBundle\\WMCDoctrineNamingStrategyBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/wmc_doctrine_naming_strategy.yaml": {
"contents": [
"doctrine:",
" orm:",
" naming_strategy: wmc.doctrine.orm.naming_strategy",
""
],
"executable": false
}
},
"ref": "5e97222e1e95191ec4a8c6b3642674447d83d3ca"
}
}
}