You normally do not require this package directly — vardot/varbase-patches requires it for you.
composer require vardot/drupal-core-patches:~11.3.0Composer selects the release whose conflict allows your installed drupal/core (e.g. on core 11.3 it
selects the 11.3.x line). Ensure patching is enabled in the root project:
{
"config": { "allow-plugins": { "cweagans/composer-patches": true, "vardot/varbase-patches": true } }
}extra.patches."drupal/core"— the curated core patch list for the matching core minor.conflict."drupal/core"— binds the package to that minor.require.cweagans/composer-patches— the patch applier.