Add recipe for sebtm/inwx-api-bundle

This commit is contained in:
Sebastian Sellmeier
2018-04-13 17:06:00 +02:00
parent f73468fb15
commit f99481bcfe
+14
View File
@@ -0,0 +1,14 @@
{
"bundles": {
"SebTM\\INWX\\InwxApiBundle": [
"all"
]
},
"env": {
"INWX_API_ENVIRONMENT": "test",
"INWX_API_USERNAME": "dummy",
"INWX_API_PASSWORD": "dummy",
"INWX_API_LANGUAGE": "en",
"INWX_API_DEBUG": "false"
}
}