Add allmysms bundle

This commit is contained in:
Nicolas de Marqué Fromentin
2018-03-14 17:24:14 +01:00
committed by Nicolas de Marqué
parent 583f862f3e
commit d30e4e0865
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
zephyrhq_allmysms:
api_login: '%env(ALLMYSMS_LOGIN)%'
api_key: '%env(ALLMYSMS_KEY)%'
simulate: '%env(ALLMYSMS_SIMULATE)%'
simple_sms: false

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"ZephyrHQ\\AllMySMSBundle\\ZephyrHQAllMySMSBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ALLMYSMS_LOGIN": "ALLMYSMS_LOGIN",
"ALLMYSMS_KEY": "ALLMYSMS_KEY",
"ALLMYSMS_SIMULATE": "ALLMYSMS_SIMULATE"
}
}