diff --git a/RECIPES.md b/RECIPES.md index 249b4b93..8b2130ef 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -23,6 +23,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [algolia/algolia-search-bundle](https://packagist.org/packages/algolia/algolia-search-bundle) | [2.2](algolia/algolia-search-bundle/2.2) | | [algolia/search-bundle](https://packagist.org/packages/algolia/search-bundle) | [3.0](algolia/search-bundle/3.0) | | [alms/cycle-bundle](https://packagist.org/packages/alms/cycle-bundle) | [0.1](alms/cycle-bundle/0.1) | +| [alteis/hagreed-bundle](https://packagist.org/packages/alteis/hagreed-bundle) | [1.0](alteis/hagreed-bundle/1.0) | | [ambient-link/ability-sdk](https://packagist.org/packages/ambient-link/ability-sdk) | [1.0](ambient-link/ability-sdk/1.0) | | [andchir/omnipay-bundle](https://packagist.org/packages/andchir/omnipay-bundle) | [1.0](andchir/omnipay-bundle/1.0) | | [andchir/shopkeeper4-comments](https://packagist.org/packages/andchir/shopkeeper4-comments) | [1.0](andchir/shopkeeper4-comments/1.0) | diff --git a/alteis.hagreed-bundle.1.0.json b/alteis.hagreed-bundle.1.0.json new file mode 100644 index 00000000..25b93354 --- /dev/null +++ b/alteis.hagreed-bundle.1.0.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "alteis/hagreed-bundle": { + "manifest": { + "bundles": { + "Alteis\\HagreedBundle\\AlteisHagreedBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HAGREED_TOKEN": "" + } + }, + "files": { + "config/packages/alteis_hagreed.yaml": { + "contents": [ + "alteis_hagreed:", + " token: '%env(HAGREED_TOKEN)%'", + "" + ], + "executable": false + } + }, + "ref": "634bcd343ddc589a217a7118db71686362af74dd" + } + } +} diff --git a/archived/alteis.hagreed-bundle/634bcd343ddc589a217a7118db71686362af74dd.json b/archived/alteis.hagreed-bundle/634bcd343ddc589a217a7118db71686362af74dd.json new file mode 100644 index 00000000..25b93354 --- /dev/null +++ b/archived/alteis.hagreed-bundle/634bcd343ddc589a217a7118db71686362af74dd.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "alteis/hagreed-bundle": { + "manifest": { + "bundles": { + "Alteis\\HagreedBundle\\AlteisHagreedBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HAGREED_TOKEN": "" + } + }, + "files": { + "config/packages/alteis_hagreed.yaml": { + "contents": [ + "alteis_hagreed:", + " token: '%env(HAGREED_TOKEN)%'", + "" + ], + "executable": false + } + }, + "ref": "634bcd343ddc589a217a7118db71686362af74dd" + } + } +} diff --git a/index.json b/index.json index f941c3a1..48552eb8 100644 --- a/index.json +++ b/index.json @@ -59,6 +59,9 @@ "alms/cycle-bundle": [ "0.1" ], + "alteis/hagreed-bundle": [ + "1.0" + ], "ambient-link/ability-sdk": [ "1.0" ],