mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1493,6 +1493,9 @@
|
||||
"spatie/symfony-ignition-bundle": [
|
||||
"0.0"
|
||||
],
|
||||
"specshaper/encrypt-bundle": [
|
||||
"3.0"
|
||||
],
|
||||
"spiechu/symfony-commons-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user