From 53fe94a896cf16f4be3aa4020d60cb9ea2857361 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 22 Feb 2023 15:40:37 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...c011551c79df51dded42f6a74073fb5f67f10.json | 30 +++++++++++++++++++ index.json | 3 ++ specshaper.encrypt-bundle.3.0.json | 30 +++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 archived/specshaper.encrypt-bundle/d1ec011551c79df51dded42f6a74073fb5f67f10.json create mode 100644 specshaper.encrypt-bundle.3.0.json diff --git a/RECIPES.md b/RECIPES.md index 785a59ab..a9f119fd 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -473,6 +473,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sonata-project/translation-bundle](https://packagist.org/packages/sonata-project/translation-bundle) | [2.3](sonata-project/translation-bundle/2.3) | | [sonata-project/twig-extensions](https://packagist.org/packages/sonata-project/twig-extensions) | [1.2](sonata-project/twig-extensions/1.2) | | [spatie/symfony-ignition-bundle](https://packagist.org/packages/spatie/symfony-ignition-bundle) | [0.0](spatie/symfony-ignition-bundle/0.0) | +| [specshaper/encrypt-bundle](https://packagist.org/packages/specshaper/encrypt-bundle) | [3.0](specshaper/encrypt-bundle/3.0) | | [spiechu/symfony-commons-bundle](https://packagist.org/packages/spiechu/symfony-commons-bundle) | [0.1](spiechu/symfony-commons-bundle/0.1) | | [spomky-labs/jose-bundle](https://packagist.org/packages/spomky-labs/jose-bundle) | [2.2](spomky-labs/jose-bundle/2.2) | | [spomky-labs/lexik-jose-bridge](https://packagist.org/packages/spomky-labs/lexik-jose-bridge) | [2.0](spomky-labs/lexik-jose-bridge/2.0) | diff --git a/archived/specshaper.encrypt-bundle/d1ec011551c79df51dded42f6a74073fb5f67f10.json b/archived/specshaper.encrypt-bundle/d1ec011551c79df51dded42f6a74073fb5f67f10.json new file mode 100644 index 00000000..0f054cf1 --- /dev/null +++ b/archived/specshaper.encrypt-bundle/d1ec011551c79df51dded42f6a74073fb5f67f10.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "specshaper/encrypt-bundle": { + "manifest": { + "bundles": { + "SpecShaper\\EncryptBundle\\SpecShaperEncryptBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SPEC_SHAPER_ENCRYPT_KEY": "change_me" + } + }, + "files": { + "config/packages/spec_shaper_encrypt.yaml": { + "contents": [ + "spec_shaper_encrypt:", + " encrypt_key: '%env(SPEC_SHAPER_ENCRYPT_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "d1ec011551c79df51dded42f6a74073fb5f67f10" + } + } +} diff --git a/index.json b/index.json index 4961b952..acfb4b0a 100644 --- a/index.json +++ b/index.json @@ -1493,6 +1493,9 @@ "spatie/symfony-ignition-bundle": [ "0.0" ], + "specshaper/encrypt-bundle": [ + "3.0" + ], "spiechu/symfony-commons-bundle": [ "0.1" ], diff --git a/specshaper.encrypt-bundle.3.0.json b/specshaper.encrypt-bundle.3.0.json new file mode 100644 index 00000000..0f054cf1 --- /dev/null +++ b/specshaper.encrypt-bundle.3.0.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "specshaper/encrypt-bundle": { + "manifest": { + "bundles": { + "SpecShaper\\EncryptBundle\\SpecShaperEncryptBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "SPEC_SHAPER_ENCRYPT_KEY": "change_me" + } + }, + "files": { + "config/packages/spec_shaper_encrypt.yaml": { + "contents": [ + "spec_shaper_encrypt:", + " encrypt_key: '%env(SPEC_SHAPER_ENCRYPT_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "d1ec011551c79df51dded42f6a74073fb5f67f10" + } + } +}