Symfony Flex Recipe for Woleet-Bundle (#1183)

* SYmfony Flex Recipe for Woleet-Bundle

* fix ident for yaml

* fix : remove alias on contrib base

* fix : remove uneeded param in receipt
This commit is contained in:
Germain LECOURTOIS
2021-08-03 02:51:54 +02:00
committed by GitHub
parent 3086d64f39
commit 4c70975762
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
monsieur_sloop_woleet:
#API KEY
api_key: "YOUR_API_KEY"
#API CALLBACK KEY
api_callback_key: "YOUR_API_CALLBACK_KEY"
@@ -0,0 +1,8 @@
{
"bundles": {
"MonsieurSloop\\Bundle\\WoleetBundle\\MonsieurSloopWoleetBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}