mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"bundles": {
|
|
"Endeavour\\GroeigidsApiClientBundle\\GroeigidsApiClientBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"GROEIGIDS_API_KEY": "your-groeigids-api-key"
|
|
}
|
|
}
|