Problem/Motivation

We need to update some of the dependencies prior to release.

Steps to reproduce

While on the snapshot composer update run:
composer update --with=phpunit/phpunit:^8 --with=guzzlehttp/guzzle:^6 -W

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

+------------------------------+----------+---------+
| Production Changes           | From     | To      |
+------------------------------+----------+---------+
| egulias/email-validator      | 3.1.2    | 3.2     |
| laminas/laminas-diactoros    | 2.10.0   | 2.11.0  |
| symfony/console              | v4.4.41  | v4.4.42 |
| symfony/dependency-injection | v4.4.41  | v4.4.42 |
| symfony/event-dispatcher     | v4.4.37  | v4.4.42 |
| symfony/http-foundation      | v4.4.41  | v4.4.42 |
| symfony/http-kernel          | v4.4.41  | v4.4.42 |
| symfony/mime                 | v5.4.8   | v5.4.9  |
| symfony/serializer           | v4.4.41  | v4.4.42 |
| symfony/var-dumper           | v5.4.8   | v5.4.9  |
| twig/twig                    | v2.14.13 | v2.15.1 |
+------------------------------+----------+---------+

+--------------------------+---------+---------+
| Dev Changes              | From    | To      |
+--------------------------+---------+---------+
| composer/ca-bundle       | 1.3.1   | 1.3.2   |
| composer/composer        | 2.2.12  | 2.2.13  |
| composer/spdx-licenses   | 1.5.6   | 1.5.7   |
| slevomat/coding-standard | 7.2.0   | 7.2.1   |
| symfony/dom-crawler      | v4.4.39 | v4.4.42 |
| symfony/filesystem       | v4.4.39 | v4.4.42 |
+--------------------------+---------+---------+

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new33.86 KB
alexpott’s picture

For Drupal 10 we need to fix #3275864: Update to Symfony 6.1.1 in order to run composer update.

alexpott’s picture

StatusFileSize
new32.45 KB

Here's a patch for 9.5.x

catch’s picture

Three minor releases:

laminas/diactoros
egulias/emailvalidator
twig/twig

Everything else is a patch release. Looks good as long as the bot comes back green.

daffie’s picture

Status: Needs review » Needs work

The Composer.Drupal\Tests\ComposerIntegrationTest is failing for PHP 7.3 and it is passing for PHP 8.1. Strange.

The patch looks good to me.

alexpott’s picture

Status: Needs work » Needs review
StatusFileSize
new33.86 KB

Fixing the Drupal\Tests\ComposerIntegrationTest - fun. Needed fixing once I updated the deps in core/composer.json for the minor version changes. I did it the right way around on 9.4.x

daffie’s picture

Status: Needs review » Reviewed & tested by the community

It all looks good to me.

  • catch committed c91598a on 9.4.x
    Issue #3283093 by alexpott, daffie: Update PHP dependencies for minor...
  • catch committed d3d389e on 9.5.x
    Issue #3283093 by alexpott, daffie: Update PHP dependencies for minor...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 9.5.x and 9.4.x respectively, thanks!

Status: Fixed » Closed (fixed)

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