Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
Problem/Motivation
The Composer Patches plugin reads from patches.json
as well as from composer.json
. Automatic Updates only copies composer.json
.
Steps to reproduce
- Move patches to
patches.json
. - Run
composer install
. - Run
composer update
to set Drupal to an outdated version. - Use Automatic Updates to update.
- Patches are not applied.
Proposed resolution
Copy patches.json
as well as composer.json
.
Remaining tasks
- Create branch to fix issue.
- Review code.
- Test.
- Merge branch.
User interface changes
None.
API changes
Patches in patches.json
are applied in automatic updates.
Data model changes
None.
Comments