Problem/Motivation

Update to latest patch releases prior to release of 9.4.0.

No one supports old patch releases.

Steps to reproduce

composer outdated -p
Info from https://repo.packagist.org: #StandWithUkraine
Color legend:
- patch or minor release available - update recommended
- major release available - update possible
composer/composer        2.2.13  2.2.14  Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.
doctrine/reflection      1.2.2   1.2.3   The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functional...

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

+---------------------+-------+-------+
| Production Changes  | From  | To    |
+---------------------+-------+-------+
| doctrine/reflection | 1.2.2 | 1.2.3 |
+---------------------+-------+-------+

+-------------------+--------+--------+
| Dev Changes       | From   | To     |
+-------------------+--------+--------+
| composer/composer | 2.2.13 | 2.2.14 |
+-------------------+--------+--------+

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Issue summary: View changes
Status: Active » Needs review
Issue tags: +9.4.0 release notes
FileSize
5.33 KB
5.33 KB

This improves core dependencies PHP 8.1 compatibility. Core is not using doctrine/reflection anymore but if custom or contrib is then this update is a good thing.

longwave’s picture

Status: Needs review » Reviewed & tested by the community

Patches are fine, same results locally, RTBC assuming tests come back green.

Agree with the rationale that we should do this for 9.4.0, even though we should have done this in the beta phase instead of rc.

  • xjm committed 1e38565 on 9.5.x
    Issue #3285572 by alexpott, longwave: Update dependencies to latest...

  • xjm committed 03301fb on 9.4.x
    Issue #3285572 by alexpott, longwave: Update dependencies to latest...
xjm’s picture

Status: Reviewed & tested by the community » Fixed

OK yeah, we're supposed to be in commit freeze for 9.4.0, but the risk here is utterly trivial, so I am fine with backporting these updates now.

Committed to 9.5.x and 9.4.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.