Added recipe for endeavour/groeigids-api-client-bundle (#1618)

Co-authored-by: Joep Oonk <joep.oonk@endeavour.nl>
This commit is contained in:
Joepin8
2024-06-07 11:02:45 +02:00
committed by GitHub
co-authored by Joep Oonk
parent 8ee5716ea9
commit a6a9bc0bfc
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
groeigids_api_client:
api_key: '%env(GROEIGIDS_API_KEY)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"Endeavour\\GroeigidsApiClientBundle\\GroeigidsApiClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GROEIGIDS_API_KEY": "your-groeigids-api-key"
}
}