mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
* initial version for survos/bunny-bundle * fix namespace * fix yaml spacing * add the api_key * Update survos/bunny-bundle/1.5/config/packages/survos_bunny.yaml Co-authored-by: Fabien Potencier <fabien@potencier.org> * Update survos/bunny-bundle/1.5/manifest.json Co-authored-by: Dmitri Perunov <diimpp@gmail.com> * Update survos/bunny-bundle/1.5/post-install.txt Co-authored-by: Dmitri Perunov <diimpp@gmail.com> --------- Co-authored-by: Fabien Potencier <fabien@potencier.org> Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"bundles": {
|
|
"Survos\\BunnyBundle\\SurvosBunnyBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"BUNNY_API_KEY": ""
|
|
}
|
|
}
|