mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
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:
@@ -0,0 +1,5 @@
|
||||
lox24:
|
||||
api:
|
||||
token: '%env(LOX24_API_TOKEN)%'
|
||||
http_client: '@psr18.http_client'
|
||||
request_factory: '@nyholm.psr7.psr17_factory'
|
||||
13
lox24eu/lox24_api_client_bundle/0.3/manifest.json
Normal file
13
lox24eu/lox24_api_client_bundle/0.3/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user