Files
symfony-flex-recipes-contrib/dekalee.pubsub-swarrot-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

35 lines
1.2 KiB
JSON

{
"manifests": {
"dekalee/pubsub-swarrot-bundle": {
"manifest": {
"bundles": {
"Dekalee\\PubSubSwarrotBundle\\DekaleePubSubSwarrotBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH": "your-pub_sub-key-file-path"
},
"post-install-output": [
" * The Dekalee/PubSubSwarrotBundle needs your pubsub configuration.",
" Modify your DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH config in <fg=green>.env</>"
]
},
"files": {
"config/packages/dekalee_pub_sub_swarrot.yaml": {
"contents": [
"dekalee_pub_sub_swarrot:",
" key_file_path: '%env(DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH)%'",
""
],
"executable": false
}
},
"ref": "1bd103acb5e43904306e17f1cd586286f6fe75d8"
}
}
}