mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
45 lines
1.8 KiB
JSON
45 lines
1.8 KiB
JSON
{
|
|
"locks": {
|
|
"kunstmaan/config-bundle": {
|
|
"version": "5.2",
|
|
"recipe": {
|
|
"repo": "5.2",
|
|
"branch": "master",
|
|
"version": "5.2",
|
|
"ref": "363631d5188512f7df1028aba166f4d5038790c0"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"kunstmaan/config-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "kunstmaan/config-bundle",
|
|
"version": "5.2",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Kunstmaan\\ConfigBundle\\KunstmaanConfigBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/kunstmaan_config.yaml": {
|
|
"contents": "KunstmaanConfigBundle:\n resource: \"@KunstmaanConfigBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/kunstmaan_config.yaml": {
|
|
"contents": "#kunstmaan_config:\n # Add your custom config entities here\n# entities:\n# - \\App\\Entity\\CustomConfigEntity\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "kunstmaan/config-bundle:5.2@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |