Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
composer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2021 at 10:55 UTC
Updated:
10 Jun 2021 at 12:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveWe need minimums of :
composer-lock-diff of our original minimum dependencies vs the versions with this patch.
Comment #3
effulgentsia commentedThank you! I agree that we should raise our minimums to reflect what we actually need for tests to pass. Since this doesn't make any changes to our pinned dependencies, and since all changes other than doctrine/annotations is just to dev dependencies, I'm RTBC'ing it.
If we're at a point in the 9.2.x cycle where we don't want to raise the minimum for doctrine/annotations, then we could potentially look into how to make DocParserTest pass with 1.4, but leaving this for a release manager to decide on that.
Comment #5
catchCommitted/pushed to 9.3.x and cherry-picked to 9.2.x, thanks!