Add elao/enum recipe

This commit is contained in:
Maxime Steinhausser
2020-02-14 17:48:46 +01:00
parent f0b7c3b4de
commit 8d0cb93036
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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: {}

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Elao\\Enum\\Bridge\\Symfony\\Bundle\\ElaoEnumBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}