diff --git a/elao/enum/1.7/config/packages/elao_enum.yaml b/elao/enum/1.7/config/packages/elao_enum.yaml new file mode 100644 index 00000000..4ddd06f4 --- /dev/null +++ b/elao/enum/1.7/config/packages/elao_enum.yaml @@ -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: {} diff --git a/elao/enum/1.7/manifest.json b/elao/enum/1.7/manifest.json new file mode 100644 index 00000000..ad6e4e25 --- /dev/null +++ b/elao/enum/1.7/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Elao\\Enum\\Bridge\\Symfony\\Bundle\\ElaoEnumBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}