Files
symfony-flex-recipes-contrib/yamilovs.sms-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

35 lines
1.3 KiB
JSON

{
"manifests": {
"yamilovs/sms-bundle": {
"manifest": {
"bundles": {
"Yamilovs\\Bundle\\SmsBundle\\SmsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" You <options=bold>must</> to define at least one provider configuration in <comment>%CONFIG_DIR%/packages/yamilovs_sms.yaml</>.",
"",
" * <fg=blue>More info</> you can find in the documentation at <comment>https://github.com/yamilovs/SmsBundle#configuration</>"
]
},
"files": {
"config/packages/yamilovs_sms.yaml": {
"contents": [
"yamilovs_sms:",
" providers:",
" # You must to define at least one provider configuration",
" # See more info at https://github.com/yamilovs/SmsBundle#configuration",
""
],
"executable": false
}
},
"ref": "49a4a12e41c8bfd95cae0e179e639e58350322bf"
}
}
}