Problem/Motivation

Need support for address ^2.0 so, the module will meet requirements for drupal core 10.2

Steps to reproduce

  1. Install drupal core 10.2
  2. install composer require 'drupal/address:^2.0'
  3. 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.

Command icon 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

andrei.vesterli created an issue. See original summary.

andrei.vesterli’s picture

Assigned: andrei.vesterli » thenchev
Status: Active » Needs review

Hi @thenchev

Can you review this one and merge it?

thenchev made their first commit to this issue’s fork.

thenchev’s picture

Status: Needs review » Reviewed & tested by the community

Looks 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.

thenchev’s picture

Status: Reviewed & tested by the community » Fixed
andrei.vesterli’s picture

Yes. 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.

andrei.vesterli’s picture

Status: Fixed » Closed (fixed)