mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
* Add lox24eu/lox24_api_client_bundle bundle recipe * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues * Fixed Indendation and other auto-test issues
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"bundles": {
|
|
"lox24\\bundle\\api_client\\LOX24Bundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/packages/"
|
|
},
|
|
"env": {
|
|
"LOX24_API_TOKEN": "FILL LOX24 API TOKEN HERE"
|
|
}
|
|
}
|