mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -157,6 +157,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [emag-tech-labs/annotation-cache-bundle](https://packagist.org/packages/emag-tech-labs/annotation-cache-bundle) | [6.0](emag-tech-labs/annotation-cache-bundle/6.0) |
|
||||
| [emag-tech-labs/rabbitmq-bundle](https://packagist.org/packages/emag-tech-labs/rabbitmq-bundle) | [2.0](emag-tech-labs/rabbitmq-bundle/2.0) |
|
||||
| [emanuilnikolov/igdb-api-bundle](https://packagist.org/packages/emanuilnikolov/igdb-api-bundle) | [1.0](emanuilnikolov/igdb-api-bundle/1.0) |
|
||||
| [endeavour/groeigids-api-client-bundle](https://packagist.org/packages/endeavour/groeigids-api-client-bundle) | [0.1](endeavour/groeigids-api-client-bundle/0.1) |
|
||||
| [enhavo/app-bundle](https://packagist.org/packages/enhavo/app-bundle) | [0.9](enhavo/app-bundle/0.9) |
|
||||
| [eniams/safe-migrations](https://packagist.org/packages/eniams/safe-migrations) | [1.0](eniams/safe-migrations/1.0) |
|
||||
| [enigma972/orange-sms-notifier](https://packagist.org/packages/enigma972/orange-sms-notifier) | [6.1](enigma972/orange-sms-notifier/6.1) |
|
||||
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"endeavour/groeigids-api-client-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Endeavour\\GroeigidsApiClientBundle\\GroeigidsApiClientBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GROEIGIDS_API_KEY": "your-groeigids-api-key"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/groeigids_api_client.yaml": {
|
||||
"contents": [
|
||||
"groeigids_api_client:",
|
||||
" api_key: '%env(GROEIGIDS_API_KEY)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a7659148ccde5e17ca9c7cab6e5b4ab70ff80b4f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"endeavour/groeigids-api-client-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Endeavour\\GroeigidsApiClientBundle\\GroeigidsApiClientBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GROEIGIDS_API_KEY": "your-groeigids-api-key"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/groeigids_api_client.yaml": {
|
||||
"contents": [
|
||||
"groeigids_api_client:",
|
||||
" api_key: '%env(GROEIGIDS_API_KEY)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a7659148ccde5e17ca9c7cab6e5b4ab70ff80b4f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -487,6 +487,9 @@
|
||||
"emanuilnikolov/igdb-api-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"endeavour/groeigids-api-client-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"enhavo/app-bundle": [
|
||||
"0.9"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user