Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 749 Bytes

File metadata and controls

24 lines (17 loc) · 749 Bytes

Usage & installation

You normally do not require this package directly — vardot/varbase-patches requires it for you.

Direct use

composer require vardot/drupal-core-patches:~11.3.0

Composer 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 } }
}

What it provides

  • 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.