Problem/Motivation
Need support for address ^2.0 so, the module will meet requirements for drupal core 10.2
Steps to reproduce
- Install drupal core 10.2
- install
composer require 'drupal/address:^2.0' - now try to install the address_decoupled module. It will fail due to the missing requirements
Proposed resolution
Update the composer.json so, it will allow drupal/address:^2.0
Remaining tasks
Write a proper fix and then merge. Push a new release.
User interface changes
No.
API changes
No.
Data model changes
No.
Issue fork address_decoupled-3416937
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
andrei.vesterliHi @thenchev
Can you review this one and merge it?
Comment #6
thenchev commentedLooks good. We want to support for both versions of the Address module now but later I think we need a new major version of Address Decoupled that just supports 2.0. Over time 2.[something] will be too different.
Comment #7
thenchev commentedComment #8
andrei.vesterliYes. I think we'll need to divide it somehow. For now, it's ok that the address API is mostly compatible but in future we may face issues.
Comment #9
andrei.vesterli