mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"wandi/easyadmin-plus-bundle": {
|
||||
"version": "0.3",
|
||||
"recipe": {
|
||||
"repo": "0.3",
|
||||
"branch": "master",
|
||||
"version": "0.3",
|
||||
"ref": "5fc5737540a08f7fbd23a259c499b74c005a6cd7"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"wandi/easyadmin-plus-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "wandi/easyadmin-plus-bundle",
|
||||
"version": "0.3",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Wandi\\EasyAdminPlusBundle\\WandiEasyAdminPlusBundle": [
|
||||
@@ -27,18 +13,34 @@
|
||||
},
|
||||
"files": {
|
||||
"config/routes/wandi_easy_admin_plus.yaml": {
|
||||
"contents": "wandi_easy_admin_plus:\n resource: '@WandiEasyAdminPlusBundle/Resources/config/routing.yml'\n prefix: /admin\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"wandi_easy_admin_plus:",
|
||||
" resource: '@WandiEasyAdminPlusBundle/Resources/config/routing.yml'",
|
||||
" prefix: /admin",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/wandi_easyadmin_plus.yaml": {
|
||||
"contents": "#wandi_easy_admin_plus:\n# translator:\n# # defines the locales you want to manage (if not set, take the default locale)\n# locales:\n# - fr\n# - en\n# # defines the directories in which you want to extract translations files (if not set, take the default translations dir)\n# paths:\n# - translations\n# # defines a list of domains you want to exclude from admin (if not set, no excluded domain)\n# excluded_domains:\n# - validators\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"#wandi_easy_admin_plus:",
|
||||
"# translator:",
|
||||
"# # defines the locales you want to manage (if not set, take the default locale)",
|
||||
"# locales:",
|
||||
"# - fr",
|
||||
"# - en",
|
||||
"# # defines the directories in which you want to extract translations files (if not set, take the default translations dir)",
|
||||
"# paths:",
|
||||
"# - translations",
|
||||
"# # defines a list of domains you want to exclude from admin (if not set, no excluded domain)",
|
||||
"# excluded_domains:",
|
||||
"# - validators",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "wandi/easyadmin-plus-bundle:0.3@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "5fc5737540a08f7fbd23a259c499b74c005a6cd7"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user