Problem/Motivation

Drupal 9.3.0-rc1 shipped with some Symfony 5.4.0-rc1 components. Symfony 5.4.0 is out so we should bump these components to their stable versions for the 9.3.0 release.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave created an issue. See original summary.

longwave’s picture

andypost’s picture

Status: Needs review » Reviewed & tested by the community

I bet it will pass

~/.composer/vendor/bin/composer-lock-diff --no-links
+--------------------+------------+--------+
| Production Changes | From       | To     |
+--------------------+------------+--------+
| symfony/mime       | v5.4.0-RC1 | v5.4.0 |
| symfony/var-dumper | v5.4.0-RC1 | v5.4.0 |
+--------------------+------------+--------+

+------------------------+------------+--------+
| Dev Changes            | From       | To     |
+------------------------+------------+--------+
| symfony/phpunit-bridge | v5.4.0-RC1 | v5.4.0 |
+------------------------+------------+--------+
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed d21e5db738 to 9.4.x and 38a6e2c0fb to 9.3.x. Thanks!

  • alexpott committed d21e5db on 9.4.x
    Issue #3251768 by longwave: Update Symfony 5 dependencies to 5.4.0
    

  • alexpott committed 38a6e2c on 9.3.x
    Issue #3251768 by longwave: Update Symfony 5 dependencies to 5.4.0
    
    (...
longwave’s picture

Issue tags: +9.3.0 release notes

Status: Fixed » Closed (fixed)

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