mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
29 lines
825 B
JSON
29 lines
825 B
JSON
{
|
|
"manifests": {
|
|
"easycorp/easyadmin-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/easyadmin.yaml": {
|
|
"contents": [
|
|
"easyadmin:",
|
|
" resource: .",
|
|
" type: easyadmin.routes",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "13b3e524d1038a6861ad6c7fc64e31b644ba0c54"
|
|
}
|
|
}
|
|
}
|