Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-01-20 19:41:31 +00:00
parent 864bf31d9c
commit 40a67fc666
4 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [ramsey/uuid-doctrine](https://packagist.org/packages/ramsey/uuid-doctrine) | [1.3](ramsey/uuid-doctrine/1.3) |
| [ravenflux/php-functions](https://packagist.org/packages/ravenflux/php-functions) | [3.0](ravenflux/php-functions/3.0) |
| [ravenflux/sort-functions](https://packagist.org/packages/ravenflux/sort-functions) | [3.0](ravenflux/sort-functions/3.0) |
| [reconnect/s3bundle](https://packagist.org/packages/reconnect/s3bundle) | [0.1](reconnect/s3bundle/0.1) |
| [reconnect/s3bundle](https://packagist.org/packages/reconnect/s3bundle) | [3.0](reconnect/s3bundle/3.0) |
| [redirectionio/proxy-symfony](https://packagist.org/packages/redirectionio/proxy-symfony) | [0.2](redirectionio/proxy-symfony/0.2) |
| [redjanym/fcm-bundle](https://packagist.org/packages/redjanym/fcm-bundle) | [1.1](redjanym/fcm-bundle/1.1) |
| [redrat/api-helper-bundle](https://packagist.org/packages/redrat/api-helper-bundle) | [0.1](redrat/api-helper-bundle/0.1) |
@@ -0,0 +1,36 @@
{
"manifests": {
"reconnect/s3bundle": {
"manifest": {
"bundles": {
"Reconnect\\S3Bundle\\ReconnectS3Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BUCKET_HOST": "",
"BUCKET_NAME": "",
"BUCKET_KEY": "",
"BUCKET_SECRET": ""
}
},
"files": {
"config/packages/reconnect_s3.yaml": {
"contents": [
"reconnect_s3:",
" bucketHost: '%env(BUCKET_HOST)%'",
" bucketName: '%env(BUCKET_NAME)%'",
" bucketKey: '%env(BUCKET_KEY)%'",
" bucketSecret: '%env(BUCKET_SECRET)%'",
""
],
"executable": false
}
},
"ref": "867831742cead3a64e5dea03d736417bf3ebd092"
}
}
}
+2 -1
View File
@@ -1696,7 +1696,8 @@
"3.0"
],
"reconnect/s3bundle": [
"0.1"
"0.1",
"3.0"
],
"redirectionio/proxy-symfony": [
"0.1",
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"reconnect/s3bundle": {
"manifest": {
"bundles": {
"Reconnect\\S3Bundle\\ReconnectS3Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BUCKET_HOST": "",
"BUCKET_NAME": "",
"BUCKET_KEY": "",
"BUCKET_SECRET": ""
}
},
"files": {
"config/packages/reconnect_s3.yaml": {
"contents": [
"reconnect_s3:",
" bucketHost: '%env(BUCKET_HOST)%'",
" bucketName: '%env(BUCKET_NAME)%'",
" bucketKey: '%env(BUCKET_KEY)%'",
" bucketSecret: '%env(BUCKET_SECRET)%'",
""
],
"executable": false
}
},
"ref": "867831742cead3a64e5dea03d736417bf3ebd092"
}
}
}