diff --git a/RECIPES.md b/RECIPES.md index 9faadc5b..59fd8651 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -345,6 +345,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [liip/monitor-bundle](https://packagist.org/packages/liip/monitor-bundle) | [3.0](liip/monitor-bundle/3.0) | | [lireincore/imgcache-bundle](https://packagist.org/packages/lireincore/imgcache-bundle) | [0.1](lireincore/imgcache-bundle/0.1) | | [liuggio/statsd-client-bundle](https://packagist.org/packages/liuggio/statsd-client-bundle) | [1.6](liuggio/statsd-client-bundle/1.6) | +| [lljaworski/ceidg-bundle](https://packagist.org/packages/lljaworski/ceidg-bundle) | [1.0](lljaworski/ceidg-bundle/1.0) | | [lolautruche/payline-bundle](https://packagist.org/packages/lolautruche/payline-bundle) | [2.0](lolautruche/payline-bundle/2.0) | | [long-running/long-running](https://packagist.org/packages/long-running/long-running) | [0.1](long-running/long-running/0.1) | | [longitude-one/meta-bundle](https://packagist.org/packages/longitude-one/meta-bundle) | [1.0](longitude-one/meta-bundle/1.0) | diff --git a/archived/lljaworski.ceidg-bundle/a314c4e3b3dc1d079d255541cbe455ac179dac07.json b/archived/lljaworski.ceidg-bundle/a314c4e3b3dc1d079d255541cbe455ac179dac07.json new file mode 100644 index 00000000..ce0acb32 --- /dev/null +++ b/archived/lljaworski.ceidg-bundle/a314c4e3b3dc1d079d255541cbe455ac179dac07.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "lljaworski/ceidg-bundle": { + "manifest": { + "bundles": { + "LukaszJaworski\\CeidgBundle\\CeidgBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "CEIDG_API_URL": "https://dane.biznes.gov.pl/api/ceidg/v2", + "CEIDG_API_KEY": "" + } + }, + "files": { + "config/packages/ceidg.yaml": { + "contents": [ + "ceidg:", + " api_url: '%env(CEIDG_API_URL)%'", + " api_key: '%env(CEIDG_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "a314c4e3b3dc1d079d255541cbe455ac179dac07" + } + } +} diff --git a/index.json b/index.json index f7dae54d..5739d266 100644 --- a/index.json +++ b/index.json @@ -1098,6 +1098,9 @@ "liuggio/statsd-client-bundle": [ "1.6" ], + "lljaworski/ceidg-bundle": [ + "1.0" + ], "lolautruche/payline-bundle": [ "2.0" ], diff --git a/lljaworski.ceidg-bundle.1.0.json b/lljaworski.ceidg-bundle.1.0.json new file mode 100644 index 00000000..ce0acb32 --- /dev/null +++ b/lljaworski.ceidg-bundle.1.0.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "lljaworski/ceidg-bundle": { + "manifest": { + "bundles": { + "LukaszJaworski\\CeidgBundle\\CeidgBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "CEIDG_API_URL": "https://dane.biznes.gov.pl/api/ceidg/v2", + "CEIDG_API_KEY": "" + } + }, + "files": { + "config/packages/ceidg.yaml": { + "contents": [ + "ceidg:", + " api_url: '%env(CEIDG_API_URL)%'", + " api_key: '%env(CEIDG_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "a314c4e3b3dc1d079d255541cbe455ac179dac07" + } + } +}