mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
31 lines
1011 B
JSON
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"
|
|
}
|
|
}
|
|
}
|