Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 May 2022 at 08:27 UTC
Updated:
13 Jun 2022 at 11:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottComment #3
alexpottFor Drupal 10 we need to fix #3275864: Update to Symfony 6.1.1 in order to run composer update.
Comment #4
alexpottHere's a patch for 9.5.x
Comment #5
catchThree minor releases:
laminas/diactoros
egulias/emailvalidator
twig/twig
Everything else is a patch release. Looks good as long as the bot comes back green.
Comment #6
daffie commentedThe 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.
Comment #7
alexpottFixing 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
Comment #8
daffie commentedIt all looks good to me.
Comment #10
catchCommitted/pushed to 9.5.x and 9.4.x respectively, thanks!