symfony/psr-http-message-bridge major version bump

Created on 2 December 2023, 7 months ago
Updated 7 December 2023, 6 months ago

Problem/Motivation

Discovered whilst working on 📌 Update composer dependencies for Drupal 10.2.0 Active :

Looks like symfony/psr-http-message-bridge switched its semver 2.x schedule to the 6.x/7.x schedule of the main Symfony components.

Currently we have a constraint of ^2.1 on this dependency, which keeps it at 2.3.1 and doesn't allow an update to our (current) other SF ^6.4 components.

The code changes between 2.3.1 and 6.4.0 seem minimal.

Steps to reproduce

Proposed resolution

- Change the restriction on symfony/psr-http-message-bridge in core/composer.json from ^2.1 to allow both ^2.1 and ^6.4.
- $ composer update symfony/psr-http-message-bridge

Per @longwave in #5 📌 symfony/psr-http-message-bridge major version bump Needs review :

I think we should allow either version in composer.json for backward compatibility, but lock to the newer one as we are upgrading everything else to Symfony 6.4.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

The constraint for the dependency on symfony/psr-http-message-bridge now allows both ^2.1 as before and ^6.4 for backward compatibility. In the composer.lock the constraint ^6.4 is used, since all other Symfony components are upgraded to that version.

📌 Task
Status

Fixed

Version

10.2

Component
Composer 

Last updated 1 day ago

No maintainer
Created by

🇳🇱Netherlands Spokje

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024