- Issue created by @mattlt
- First commit to issue fork.
- Status changed to Needs review
3 months ago 3:47pm 19 August 2024 - Merge request !2Allow upgrade of address module to 2.x - Update composer.json β (Open) created by jcontreras
- πΊπΈUnited States mattlt Freeport, MN
Thanks for the quick patch.
I've been trying to test, but or the life of me, I can't get Composer to patch the module though I'm doing the exact same thing for a couple other modules. I'm hoping since I complained about it, that it will start working for no reason.
Posting here to say I'll report back when I finally figure it out.
Thanks,
β’β’ matt
- πΊπΈUnited States SocialNicheGuru
can it be drupal/address: ^1.0 || ^2.0 ?
- πΊπΈUnited States sah62 US
I'd love to install and review this module, but it can't be installed with composer because of the dependency issue. I've tried to add a patch to my composer.patches.json file, like this:
"drupal/address_usps": { "Support for address 2.x": "https://git.drupalcode.org/project/address_usps/-/merge_requests/2.patch" }
This doesn't work. Composer apparently analyzes the dependencies before applying the patch, and it aborts installation because of the failed dependency. Can anyone suggest a working method to install and patch the module in the absence of a new release?