Files
symfony-flex-recipes/easycorp.easyadmin-bundle.2.0.json
T
github-action botandgithub-action bot c8ac81cd2f Update Flex endpoint
2021-09-19 18:02:05 +00:00

49 lines
1.8 KiB
JSON

{
"locks": {
"easycorp/easyadmin-bundle": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "0a51040a43c6f2172a3a0135cd15daf2043905d7"
}
}
},
"manifests": {
"easycorp/easyadmin-bundle": {
"repository": "github.com/symfony/recipes",
"package": "easycorp/easyadmin-bundle",
"version": "2.0",
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": [
"admin-gen",
"admin-generator",
"admin"
]
},
"files": {
"config/routes/easy_admin.yaml": {
"contents": "easy_admin_bundle:\n resource: '@EasyAdminBundle/Controller/EasyAdminController.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": "easycorp/easyadmin-bundle:2.0@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}