Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-06-07 09:03:01 +00:00
parent 2e49408a07
commit 74bf77cea6
4 changed files with 64 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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"
}
}
}
+3
View File
@@ -487,6 +487,9 @@
"emanuilnikolov/igdb-api-bundle": [
"1.0"
],
"endeavour/groeigids-api-client-bundle": [
"0.1"
],
"enhavo/app-bundle": [
"0.9"
],