Issue #3185529: Allow Varbase Bootstrap Paragraphs module to work with Composer ~2.0
... | ... | @@ -27,11 +27,10 @@ |
} | ||
}, | ||
"require": { | ||
"composer/installers": "~1.0", | ||
"oomphinc/composer-installers-extender": "~1.0", | ||
"composer/installers": "~1.0 || ~2.0", | ||
"oomphinc/composer-installers-extender": "~1.0 || ~2.0", | ||
"cweagans/composer-patches": "~1.0", | ||
"drupal/drupal-library-installer-plugin": "^0.3", | ||
"drupal/core": "^9 || ~10.0.0", | ||
"drupal/core": "~9.0", | ||
"drupal/varbase_media": "^9 || 9.0.x-dev", | ||
"drupal/paragraphs": "1.12", | ||
"drupal/paragraphs_previewer": "1.5", | ||
... | ... | @@ -44,10 +43,6 @@ |
"drupal/entity_usage": "~2.0" | ||
}, | ||
"extra": { | ||
"installer-types": [ | ||
"bower-asset", | ||
"npm-asset" | ||
], | ||
"enable-patching": true, | ||
"composer-exit-on-patch-failure": true, | ||
"patches": { | ||
... | ... |
Please register or sign in to comment