Files
symfony-flex-recipes-contrib/elao.enum.1.7.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

31 lines
1011 B
JSON

{
"manifests": {
"elao/enum": {
"manifest": {
"bundles": {
"Elao\\Enum\\Bridge\\Symfony\\Bundle\\ElaoEnumBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/elao_enum.yaml": {
"contents": [
"elao_enum:",
" # Provide the enum classes for which you want to automatically generate & register Doctrine DBAL Types:",
" # https://github.com/Elao/PhpEnums#doctrine",
" doctrine:",
" types: {}",
""
],
"executable": false
}
},
"ref": "d44e1c8caa4cabcab399724df787de558459dd83"
}
}
}