Update Flex archives

This commit is contained in:
github-action[bot]
2021-12-18 17:20:12 +00:00
parent 2e150e398b
commit a5298a919f
957 changed files with 118270 additions and 0 deletions
@@ -0,0 +1,41 @@
{
"manifests": {
"easycorp/easyadmin-bundle": {
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/easy_admin.yaml": {
"contents": [
"#easy_admin:",
"# entities:",
"# # List the entity class name you want to manage",
"# - App\\Entity\\Product",
"# - App\\Entity\\Category",
"# - App\\Entity\\User",
""
],
"executable": false
},
"config/routes/easy_admin.yaml": {
"contents": [
"easy_admin_bundle:",
" resource: '@EasyAdminBundle/Controller/EasyAdminController.php'",
" prefix: /admin",
" type: annotation",
""
],
"executable": false
}
},
"ref": "0a51040a43c6f2172a3a0135cd15daf2043905d7"
}
}
}
@@ -0,0 +1,41 @@
{
"manifests": {
"easycorp/easyadmin-bundle": {
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/easy_admin.yaml": {
"contents": [
"#easy_admin:",
"# entities:",
"# # List the entity class name you want to manage",
"# - App\\Entity\\Product",
"# - App\\Entity\\Category",
"# - App\\Entity\\User",
""
],
"executable": false
},
"config/routes/easy_admin.yaml": {
"contents": [
"easy_admin_bundle:",
" resource: '@EasyAdminBundle/Controller/AdminController.php'",
" prefix: /admin",
" type: annotation",
""
],
"executable": false
}
},
"ref": "66070ea553247b0cd5275e21d0fe5399a25f40be"
}
}
}
@@ -0,0 +1,15 @@
{
"manifests": {
"easycorp/easyadmin-bundle": {
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
}
},
"files": [],
"ref": "b131e6cbfe1b898a508987851963fff485986285"
}
}
}