Problem/Motivation

Let's update dependencies one more time before the beta so everything is on the latest version.

- https://github.com/symfony-cmf/Routing/releases/tag/2.3.4
- https://github.com/composer/composer/releases/tag/2.1.12

Steps to reproduce

Proposed resolution

Run COMPOSER_ROOT_VERSION=9.3.x-dev composer update --with=phpunit/phpunit:^8 -W

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

core9$ ~/.composer/vendor/bin/composer-lock-diff --no-links
+---------------------+-------+-------+
| Production Changes  | From  | To    |
+---------------------+-------+-------+
| symfony-cmf/routing | 2.3.3 | 2.3.4 |
+---------------------+-------+-------+

+-------------------+--------+--------+
| Dev Changes       | From   | To     |
+-------------------+--------+--------+
| composer/composer | 2.1.11 | 2.1.12 |
+-------------------+--------+--------+


CommentFileSizeAuthor
#2 3248600-2.patch4.6 KBandypost
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost created an issue. See original summary.

andypost’s picture

Status: Active » Needs review
Parent issue: #3246595: Update dependencies for 9.3.x »
FileSize
4.6 KB
longwave’s picture

Status: Needs review » Reviewed & tested by the community

Once again, same patch generated locally, so this is RTBC.

  • catch committed 7f6603b on 9.4.x
    Issue #3248600 by andypost, longwave: Update dependencies for 9.3.x
    
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 9.4.x and cherry-picked to 9.3.x, thanks!

  • catch committed bd80b71 on 9.3.x
    Issue #3248600 by andypost, longwave: Update dependencies for 9.3.x
    
    (...
xjm’s picture

Issue tags: +9.3.0 release notes

Dependency update issues should always be tagged for the release notes.

Status: Fixed » Closed (fixed)

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