Closed (outdated)
Project:
Drupal core
Version:
9.4.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2021 at 13:36 UTC
Updated:
30 Dec 2021 at 09:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
spokjeComment #3
spokjeComment #4
spokjeComment #5
elberComment #6
spokjeSo with the test failure caused by #2675006: Write UnitTest for MigrationConfigurationTrait and fix Exception Handling now resolved, it looks like D10 is a bit more picky about the composer.lock hash than D9.
I think the below patch (which is the patch from #2) will do for D9.3/9.4
Comment #7
alexpottThis is not removing paragonie/random_compat and symfony/polyfill-php70 :) They have not been installed for a while - this is removing the replace statements which have been stopping them being installed.
The question is are they still needed. To test this I ran
composer update --prefer-loweston Drupal 9.3 on PHP 7.3 with the patch applied. These dependencies where not brought in. So this is good to go.Comment #8
elberComment #11
catchCommitted/pushed to 10.0.x and 9.4.x, thanks! Not seeing a compelling reason to commit this to 9.3.x so holding of that for now.