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
... | ... | @@ -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 |
Please register or sign in to comment