Add lox24eu/lox24_api_client_bundle bundle recipe (#1621)

* 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
This commit is contained in:
Andrey Lebedev
2024-05-31 19:52:37 +04:00
committed by GitHub
parent 50437fe868
commit 33705fdb30
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
lox24:
api:
token: '%env(LOX24_API_TOKEN)%'
http_client: '@psr18.http_client'
request_factory: '@nyholm.psr7.psr17_factory'

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"lox24\\bundle\\api_client\\LOX24Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/packages/"
},
"env": {
"LOX24_API_TOKEN": "FILL LOX24 API TOKEN HERE"
}
}