mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"locks": {
|
|
"botjaeger/nexmo-bundle": {
|
|
"version": "0.5",
|
|
"recipe": {
|
|
"repo": "0.5",
|
|
"branch": "master",
|
|
"version": "0.5",
|
|
"ref": "4e4625779b88a951a05b32f0bc243869f84d8b84"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"botjaeger/nexmo-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "botjaeger/nexmo-bundle",
|
|
"version": "0.5",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Botjaeger\\NexmoBundle\\BotjaegerNexmoBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"BOTJAEGER_NEXMO_API_KEY": "your-api-public-key",
|
|
"BOTJAEGER_NEXMO_API_SECRET": "your-api-secret-key",
|
|
"BOTJAEGER_NEXMO_API_BRAND": "your-brand-name"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/botjaeger_nexmo.yaml": {
|
|
"contents": "botjaeger_nexmo:\n api_key: \"%env(BOTJAEGER_NEXMO_API_KEY)%\"\n api_secret: \"%env(BOTJAEGER_NEXMO_API_SECRET)%\"\n api_brand: \"%env(BOTJAEGER_NEXMO_API_BRAND)%\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "botjaeger/nexmo-bundle:0.5@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |