Files
symfony-flex-recipes/easycorp.easyadmin-bundle.1.17.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": "1.17",
"recipe": {
"repo": "1.17",
"branch": "master",
"version": "1.17",
"ref": "66070ea553247b0cd5275e21d0fe5399a25f40be"
}
}
},
"manifests": {
"easycorp/easyadmin-bundle": {
"repository": "github.com/symfony/recipes",
"package": "easycorp/easyadmin-bundle",
"version": "1.17",
"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/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": "easycorp/easyadmin-bundle:1.17@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}