- Issue created by @byrond
- @byrond opened merge request.
- πΊπΈUnited States byrond
It is extremely difficult to test this, because Composer will not use the patched version in the MR when determining whether dependencies have been met. (It will still say 2.x is required and won't allow 3.x.) Is it safe to merge this change into dev now?
- πΊπΈUnited States byrond
We were actually able to test this more easily than expected by adding the following to composer.json:
{ "type": "vcs", "url": "https://git.drupalcode.org/issue/recurring_events-3527073.git" },
Then,
composer require 'drupal/recurring_events:dev-3527073-cannot-update-to'
And, finally
composer require 'drupal/field_inheritance:^3.0@beta'
The pipeline is failing on the MR, but it's not due to this change.
- πͺπΈSpain plopesc Valladolid
Thank you for bringing this one.
This change was already implemented as part of π Make 3.x branch compatible with Field Inheritance 3.0.0 Active . It should be possible to use FI 3.0.x in the latest -dev version of this module.
Automatically closed - issue fixed for 2 weeks with no activity.