mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
31 lines
952 B
JSON
31 lines
952 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|