Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-02-22 15:40:37 +00:00
parent fe9084e2b4
commit 53fe94a896
4 changed files with 64 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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"
}
}
}
+3
View File
@@ -1493,6 +1493,9 @@
"spatie/symfony-ignition-bundle": [
"0.0"
],
"specshaper/encrypt-bundle": [
"3.0"
],
"spiechu/symfony-commons-bundle": [
"0.1"
],
+30
View File
@@ -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"
}
}
}