Issue #3437245: Switch to a local patching system using vardot/varbase-patches...
Issue #3437245: Switch to a local patching system using vardot/varbase-patches and cweagans/composer-patches ~2 within Varbase Style Guide
... | ... | @@ -20,24 +20,14 @@ |
"drupal": { | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
}, | ||
"assets": { | ||
"type": "composer", | ||
"url": "https://asset-packagist.org" | ||
} | ||
}, | ||
"require": { | ||
"composer/installers": "~2.0", | ||
"oomphinc/composer-installers-extender": "~2.0", | ||
"cweagans/composer-patches": "~1.0", | ||
"drupal/core": "~10.1.0", | ||
"vardot/module-installer-factory": "~1.0", | ||
"drupal/core": "~10", | ||
"vardot/varbase-patches": "~10.0.0", | ||
"vardot/entity-definition-update-manager": "~1", | ||
"vardot/module-installer-factory": "~1", | ||
"drupal/styleguide": "~2.0", | ||
"drupal/vmi": "~2.0 || ~3.0" | ||
}, | ||
"extra": { | ||
"enable-patching": true, | ||
"composer-exit-on-patch-failure": true, | ||
"patches": { } | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment