Issue #3185529: Allow Varbase Bootstrap Paragraphs module to work with Composer ~2.0
... | ... | @@ -27,10 +27,9 @@ |
} | ||
}, | ||
"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": "^8.8.0 || ~9.0.0", | ||
"drupal/varbase_media": "~7.0", | ||
"drupal/paragraphs": "1.12", | ||
... | ... | @@ -47,10 +46,6 @@ |
"branch-alias": { | ||
"dev-8.x-7.x": "8.7.x-dev" | ||
}, | ||
"installer-types": [ | ||
"bower-asset", | ||
"npm-asset" | ||
], | ||
"enable-patching": true, | ||
"composer-exit-on-patch-failure": true, | ||
"patches": { | ||
... | ... |
Please register or sign in to comment