Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
composer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2021 at 15:22 UTC
Updated:
13 Jan 2022 at 17:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottNote this is only a problem on Drupal 9.4.x - everything else is fine.
To test you can run
composer update --lockand see if the hash changes.Comment #3
alexpottSee https://www.drupal.org/pift-ci-job/2280491 for an example of a HEAD test that is currently failing.
Comment #4
alexpottWe broke this in #3255623: Remove composer replace statements for paragonie/random_compat and symfony/polyfill-php70 I think.
Comment #5
mikelutzConfirming that composer update --lock does change the lock file on 9.4 HEAD, but does not with this patch.
Comment #7
catchCommitted b452010 and pushed to 9.4.x. Thanks!