mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"svc/util-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "a3760c4c2587ada930940e20a6f68fad252815af"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"svc/util-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "svc/util-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Svc\\UtilBundle\\SvcUtilBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" * Please adapt config/packages/svc-util.yaml"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/svc_util.yaml": {
|
|
"contents": "_svc_util:\n resource: '@SvcUtilBundle/src/Resources/config/routes.xml'\n prefix: /svc-util/{_locale}\n",
|
|
"executable": true,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/svc_util.yaml": {
|
|
"contents": "# Default configuration for \"SvcUtilBundle\"\nsvc_util:\n mailer:\n # Default sender mail address\n mail_address: dev@sv-systems.com\n # Default sender name\n mail_name: 'Test User'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "svc/util-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |