Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
composer
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Oct 2025 at 05:55 UTC
Updated:
10 Nov 2025 at 16:34 UTC
Jump to comment: Most recent
Comments
Comment #2
quietone commentedComment #5
longwaveThe only major change is
doctrine/lexerhas gone from 2 to 3. We could still pin at 2, but we added compatibility for 3 back in #3429849: Make doctrine/lexer:^3.0 compatible with \Drupal\Component\Annotation\Doctrine. so probably it's time to upgrade. Otherwise the usual round of minor and patch version bumps.Two things we can't upgrade to yet are:
Comment #6
mondrakePHPUnit 12 is out of the game for Drupal 11: #3546029-25: Ensure that #[RunTestsInSeparateProcesses] attribute is added to all Kernel tests
@catch:
It would be good to do #3537104: Remove support for PHPUnit 10 though, to avoid rerolls.
Comment #7
longwaveCKEditor5 image test failures were due to https://github.com/Masterminds/html5-php/pull/258 - the HTML has two
widthattributes, and the rule in HTML5 is to take the first value and ignore the latter; this was incorrect inmasterminds/html5until 2.10.Comment #8
smustgrave commentedLet’s do it! Didn’t seem to break anything
Comment #9
andypostWith this updates and #3553296: Fix string type hints to Container getters for PHP 8.5 component unit tests pass on php8.5
Comment #10
quietone commentedNeeds a rebase due to #3365985: Promote justinrainbow/json-schema from dev-dependency to full dependency.
Comment #11
andypostrebased and a bit more updates
Comment #12
longwaveThank you @andypost.
Comment #13
longwavehttps://symfony.com/blog/symfony-7-4-0-beta1-released
Updated all Symfony components:
Comment #14
longwaveComment #15
longwaveComment #16
longwaveIn fact let's update Symfony elsewhere as there are a bunch of new deprecations and it looks like they won't be entirely trivial.
Reverted the last commit, back to RTBC.
Comment #17
andypostdoes it need follow-up for SF 7.4?
Comment #18
longwaveOpened #3554533: Update to Symfony 7.4.0-BETA2
Comment #20
catchCommitted/pushed to 11.x, thanks!