Don't use unbounded Drupal core constraints in our recipes

Created on 7 May 2025, 3 days ago

Problem/Motivation

All of our recipes currently use an unbounded constraint for drupal/core (e.g. >=10.4). This is both somewhat unsafe (if Drupal 12 deprecates or removes something needed by these recipes, they could cease to work with no warning), and breaks the recipe unpacker plugin being worked on in πŸ“Œ Dependencies should be 'unpacked' to the root composer.json and merged/resolved Active .

Proposed resolution

Convert all of these constraints to the more common and safer ^10.4 || ^11.

πŸ› Bug report
Status

Active

Component

General

Created by

πŸ‡ΊπŸ‡ΈUnited States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024