mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"javiereguiluz/easyadmin-bundle": {
|
|
"version": "1.17",
|
|
"recipe": {
|
|
"repo": "1.17",
|
|
"branch": "master",
|
|
"version": "1.17",
|
|
"ref": "e58cc3a3956761ff41c27bc9847b145655494d42"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"javiereguiluz/easyadmin-bundle": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"package": "javiereguiluz/easyadmin-bundle",
|
|
"version": "1.17",
|
|
"manifest": {
|
|
"bundles": {
|
|
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/easy_admin.yaml": {
|
|
"contents": "easy_admin_bundle:\n resource: '@EasyAdminBundle/Controller/AdminController.php'\n prefix: /admin\n type: annotation\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/easy_admin.yaml": {
|
|
"contents": "#easy_admin:\n# entities:\n# # List the entity class name you want to manage\n# - App\\Entity\\Product\n# - App\\Entity\\Category\n# - App\\Entity\\User\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "javiereguiluz/easyadmin-bundle:1.17@github.com/symfony/recipes:master",
|
|
"is_contrib": false
|
|
}
|
|
}
|
|
} |