- Issue created by @C.Riemer
- ๐บ๐ธUnited States SocialNicheGuru
Problem/Motivation
As of ๐ Clean up problematic 2.x branch Active , IEF development continues in 3.x branch.
People can only upgrade if all their projects require drupal/inline_entity_form ^1 || ^3Proposed resolution
Whoever gets stuck on sth like this, please open an issue in the respective project, and set this issue as parent.
How to find out which projects block IEF 3:
composer why-not drupal/inline_entity_form ^3
Example template
Subject: Require IEF ^1 || ^3
Problem/Motivation
For reasons, the inline_entity_form module has to continue development on a 3.x branch, with no disruption from 1.x.
Projects requiring IEF should, for a smooth transition, allow both versions as requirement.
Example composer.json fragment:"require": "drupal/inline_entity_form": "^1.0@rc || ^3.0.0@rc",
Proposed resolution
Update the requirement. - ๐บ๐ธUnited States Dave Kopecek
Dave Kopecek โ made their first commit to this issueโs fork.
- ๐บ๐ธUnited States Dave Kopecek
I created an issue fork that updated the require in the project's composer.json as suggested by @socialnicheguru in #2.
- Status changed to Fixed
4 months ago 3:31pm 30 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.