Varbase Patches
Drupal Core Patches
"require": {
"vardot/drupal-core-patches": "~11 || ~12"
}Allowing the patch packages
{
"config": {
"allow-plugins": {
"cweagans/composer-patches": true,
"vardot/varbase-patches": true
}
},
"extra": {
"composer-patches": {
"allowed-dependency-patches": [
"vardot/varbase-patches",
"vardot/drupal-core-patches"
]
}
}
}Managing Only Local Patches for Projects
Remove Varbase Patches in Varbase ~11.0.0
Storage of Local Patches Branch
Examples of Names for Local Patch files:
Why Direct Links for Merge Requests Aren't Preferred
Handling Varbase Patches Ignoring
composer-patches.allowed-dependency-patches
composer-patches.allowed-dependency-patchescomposer-patches.ignore-dependency-patches
composer-patches.ignore-dependency-patchespatches-ignore
patches-ignoreIgnoring Drupal Core Patches
Ignore a single Drupal core patch
Composer Command to Clean up Any Merge Request Patches
Clean up the Root `composer.json` File
Clean up the External `patches-file` JSON File
Last updated