diff --git a/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml new file mode 100644 index 00000000..be3d02c4 --- /dev/null +++ b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml @@ -0,0 +1,2 @@ +configuration_converter: + api_platform_default_export_dir: '%kernel.project_dir%/config/packages/api-platform/' #(default) diff --git a/gheb/configuration-converter-bundle/0.5/manifest.json b/gheb/configuration-converter-bundle/0.5/manifest.json new file mode 100644 index 00000000..2830e0e7 --- /dev/null +++ b/gheb/configuration-converter-bundle/0.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "ConfigurationConverter\\ConfigurationConverterBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/gheb/configuration-converter-bundle/0.5/post-install.txt b/gheb/configuration-converter-bundle/0.5/post-install.txt new file mode 100644 index 00000000..af840fcf --- /dev/null +++ b/gheb/configuration-converter-bundle/0.5/post-install.txt @@ -0,0 +1,9 @@ + + Configuration Converter + + + * Edit the config/packages/configuration_converter.yaml file to configure your own settings. + + * Run bin/console configuration:convert to convert your configuration. + +Documentation: https://github.com/GregoireHebert/configuration-converter-bundle