Files
symfony-flex-recipes-contrib/gheb.configuration-converter-bundle.0.5.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

35 lines
1.3 KiB
JSON

{
"manifests": {
"gheb/configuration-converter-bundle": {
"manifest": {
"bundles": {
"ConfigurationConverter\\ConfigurationConverterBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Edit the <fg=green>config/packages/configuration_converter.yaml</> file to configure your own settings.",
"",
" * Run <fg=green>bin/console configuration:convert</> to convert your configuration.",
"",
"Documentation: https://github.com/GregoireHebert/configuration-converter-bundle"
]
},
"files": {
"config/packages/configuration_converter.yaml": {
"contents": [
"configuration_converter:",
" api_platform_default_export_dir: '%kernel.project_dir%/config/packages/api-platform/' #(default)",
""
],
"executable": false
}
},
"ref": "08c8225aa65d8adce67867b2cbe20e941feeca77"
}
}
}