Skip to content
Snippets Groups Projects
Commit de77b7dd authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3492388: Add Drupal Lenient Composer Plugin to support Drupal 11 with...

Issue #3492388: Add Drupal Lenient Composer Plugin to support Drupal 11 with extra drupal-lenient allowed-all
parent 1cf4e907
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,9 @@
"composer/installers": "~2",
"oomphinc/composer-installers-extender": "~2",
"drupal/core-composer-scaffold": "~11",
"mglaman/composer-drupal-lenient": "~1",
"drupal/core": "~11.0.0",
"drush/drush": "~13",
"drupal/webpatches": "11.0.x-dev",
"drupal/webconfig": "11.0.x-dev",
"drupal/webdev": "11.0.x-dev",
......@@ -47,9 +49,7 @@
"drupal/webdoc": "11.0.x-dev",
"drupal/webnewsletter": "11.0.x-dev",
"drupal/webship_default_content": "11.0.x-dev",
"drupal/webform": "~6.3.0",
"mglaman/composer-drupal-lenient": "~1",
"drush/drush": "~13"
"drupal/webform": "~6.3.0"
},
"conflict": {
"drupal/drupal": "*"
......@@ -83,6 +83,9 @@
"web-root": "web/"
}
},
"drupal-lenient": {
"allow-all": true
},
"installer-paths": {
"web/core": [
"type:drupal-core"
......@@ -123,9 +126,6 @@
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"drupal-lenient": {
"allowed-list": ["drupal/config_import_single"]
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment