mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -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
@@ -1696,7 +1696,8 @@
|
||||
"3.0"
|
||||
],
|
||||
"reconnect/s3bundle": [
|
||||
"0.1"
|
||||
"0.1",
|
||||
"3.0"
|
||||
],
|
||||
"redirectionio/proxy-symfony": [
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user