Problem/Motivation
We should update to the final release of Symfony 4.4 for Drupal 9.5, and also bump all other dependencies where possible.
Steps to reproduce
composer outdated -m
Proposed resolution
composer update --with=phpunit/phpunit:^8 --with=guzzlehttp/guzzle:^6
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3324544-2.patch | 17.24 KB | longwave |
Comments
Comment #2
longwaveNote that laminas/laminas-escaper is downgraded! This is because we upgraded in #3269457: Update laminas/escaper to 2.10.0 but I think that was a mistake; Drupal 9 still technically supports PHP 7.3, but Laminas has dropped support:
Comment #4
longwaveRandom? fail in InstallerExistingConfigSyncDirectoryMultilingualTest - sending for a retest...
Comment #5
longwave...and PHP 7.3 has a known SQLite random fail in MediaTest: #3273626: Resolve issue with tests for Drupal Media JavaScript causing database locks on SQLite
Comment #6
andypostFYI https://symfony.com/blog/symfony-4-4-49-released is the last SF 4.4 release
Comment #7
andypostany reason to downgrade?
Comment #8
andypostFound answer in #2, then it's good to fix
Comment #10
catchCommitted/pushed to 9.5.x, thanks!
Comment #12
quietone commentedUpdating tags for #3565085: Drupal core issue tag cleanup