vardot/drupal-core-patches

Curated Drupal core patches used by Varbase, one branch per Drupal core major.minor version.

Maintainers

Package info

github.com/Vardot/drupal-core-patches

Type:metapackage

pkg:composer/vardot/drupal-core-patches

Transparency log

Statistics

Installs: 3 515

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

12.0.0.4 2026-07-14 16:35 UTC

README

Test patches (11.4.x)

Why this package: vardot/drupal-core-patches is required by vardot/varbase-patches so that Varbase can upgrade to the latest Drupal core versions. It maintains the right set of working Drupal core patches per Drupal core version (one branch per major.minor), so each Varbase line automatically gets the patches that apply to its Drupal core.

Curated Drupal core patches used by Varbase, delivered as a Composer metapackage with one git branch per Drupal core MAJOR.MINOR version (e.g. 11.3.x, 10.6.x). Consumed by vardot/varbase-patches so that core patches are versioned and resolved independently of the Varbase line.

  • Patches are declared under extra.patches."drupal/core" and applied by cweagans/composer-patches via the Varbase Patches plugin (which allowlists this package).
  • Each core-minor branch carries only the patches valid for that exact Drupal core minor and uses conflict: { "drupal/core": "<minor.0 || >=next.0" } to bind itself to that minor, so Composer always selects the release matching the installed core.
  • The actual .patch files live on the patches branch and are referenced by raw URL (the same model varbase-patches uses for its patch files).

Usage

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

varbase-patches does this for you. To allow Composer to pick the release matching the site's core, it requires a range that spans the supported majors:

varbase-patches branch Drupal core requires
9.1.x, 9.2.x, 10.0.x ~10.6 vardot/drupal-core-patches: ~10 || ~11 || ~12
10.1.x, 11.0.x ~11.3 vardot/drupal-core-patches: ~11 || ~12

Branch per Drupal core major.minor

Policy (2026-07-14): only the Drupal core minors currently supported by the Drupal Core team are actively maintained here — see #79. EOL branches stay in git (nothing is deleted) but no longer receive new patches, re-rolls, or CI fixes.

Drupal core Branch Patch count Status
~12.0.0 12.0.x 0 Upcoming — forward-compat placeholder, no patches yet
~11.4.0 11.4.x 22 Supported (bugfix + security)
~11.3.0 11.3.x 20 Supported (security-only)
~10.6.0 10.6.x 17 Supported (security-only, final Drupal 10 minor)
~11.2.0 11.2.x 21 EOL — not actively maintained here (see #79)
~11.1.0 11.1.x 20 EOL — not actively maintained here (see #79)
~10.5.0 10.5.x 20 EOL — not actively maintained here (see #79)
~10.4.0 10.4.x 20 EOL — not actively maintained here (see #79)
(files) patches shared .patch file store active

Add a new branch (e.g. the next Drupal core minor) when supporting a new Drupal core minor — see docs/adding-a-core-version.md. Adding a branch for an EOL minor is out of scope per #79.

Documentation