Contribution Date
Technology
Contribution Project
Contribution Details
In the D9 patch in #61, I noticed the composer.lock was not updated for projects in the path repositories. I updated it but my composer version added a bunch of additional values.
These were the changes I was looking for:
~/w/d/drupal 9.0.x ~ rg composer-plugin-api
composer.lock
76: "composer-plugin-api": "^1.0 || ^2.0"
711: "composer-plugin-api": "^1.1",
741: "composer-plugin-api": "^1.1",
composer/Plugin/VendorHardening/composer.json
18: "composer-plugin-api": "^1.1 || ^2"
composer/Plugin/ProjectMessage/composer.json
18: "composer-plugin-api": "^1.1 || ^2"
composer/Plugin/Scaffold/composer.json
9: "composer-plugin-api": "^1 || ^2",
Particularly, lines 711 and 741 were not updated in composer.lock. They were in sections for `drupal/core-project-message` and `drupal/core-vendor-hardening`. They are now updated in the new patch.
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0