Skip to content
Snippets Groups Projects
Commit 1cf4e907 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-list
parent 5de7ad8f
No related branches found
No related tags found
No related merge requests found
......@@ -73,9 +73,6 @@
}
},
"extra": {
"drupal-lenient": {
"allowed-list": ["drupal/config_import_single"]
},
"drupal-scaffold": {
"allowed-packages": [
"drupal/core",
......@@ -126,6 +123,9 @@
"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