{ "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 .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" } } }