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:
@@ -32,6 +32,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [async-aws/async-aws-bundle](https://packagist.org/packages/async-aws/async-aws-bundle) | [1.0](async-aws/async-aws-bundle/1.0) |
|
||||
| [atlas/symfony](https://packagist.org/packages/atlas/symfony) | [1.0](atlas/symfony/1.0) |
|
||||
| [aws/aws-sdk-php-symfony](https://packagist.org/packages/aws/aws-sdk-php-symfony) | [1.3](aws/aws-sdk-php-symfony/1.3) |
|
||||
| [aziz403/ux-zoom](https://packagist.org/packages/aziz403/ux-zoom) | [1.0](aziz403/ux-zoom/1.0) |
|
||||
| [backup-manager/symfony](https://packagist.org/packages/backup-manager/symfony) | [2.1](backup-manager/symfony/2.1) |
|
||||
| [baldinof/roadrunner-bundle](https://packagist.org/packages/baldinof/roadrunner-bundle) | [2.0](baldinof/roadrunner-bundle/2.0) |
|
||||
| [basster/lazy-response-bundle](https://packagist.org/packages/basster/lazy-response-bundle) | [1.0](basster/lazy-response-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifests": {
|
||||
"aziz403/ux-zoom": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ZOOM_SDK_KEY": "!ChangeMe!",
|
||||
"ZOOM_SDK_SECRET": "!ChangeMe!"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/ux_zoom.yaml": {
|
||||
"contents": [
|
||||
"ux_zoom:",
|
||||
" sdk:",
|
||||
" key: '%env(ZOOM_SDK_KEY)%'",
|
||||
" secret: '%env(ZOOM_SDK_SECRET)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "00d0b5afcf7b026689e9514a397231df54e1081b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifests": {
|
||||
"aziz403/ux-zoom": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ZOOM_SDK_KEY": "!ChangeMe!",
|
||||
"ZOOM_SDK_SECRET": "!ChangeMe!"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/ux_zoom.yaml": {
|
||||
"contents": [
|
||||
"ux_zoom:",
|
||||
" sdk:",
|
||||
" key: '%env(ZOOM_SDK_KEY)%'",
|
||||
" secret: '%env(ZOOM_SDK_SECRET)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "00d0b5afcf7b026689e9514a397231df54e1081b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -87,6 +87,9 @@
|
||||
"aws/aws-sdk-php-symfony": [
|
||||
"1.3"
|
||||
],
|
||||
"aziz403/ux-zoom": [
|
||||
"1.0"
|
||||
],
|
||||
"backup-manager/symfony": [
|
||||
"2.1"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user