- Issue created by @miiimooo
- First commit to issue fork.
-
marcelovani →
committed 1e4a31d6 on 8.x-1.x
Issue #3406520 by marcelovani, miiimooo: Broken dependency on ief ^2
-
marcelovani →
committed 1e4a31d6 on 8.x-1.x
- 🇬🇧United Kingdom marcelovani London
marcelovani → changed the visibility of the branch 8.x-1.x to hidden.
- 🇬🇧United Kingdom marcelovani London
marcelovani → changed the visibility of the branch 3406520-broken-dependency-on to hidden.
- Status changed to Needs review
11 months ago 3:58pm 11 December 2023 - 🇬🇧United Kingdom marcelovani London
Thanks for reporting, I updated the Composer requirements, please review.
@marcelovani I have a similar error since there are 2 versions of Inline Entity Form and I would also like to know which version would be the recommended one.
Problem 1
- drupal/paragraphs_inline_entity_form 1.1.0-beta1 requires drupal/inline_entity_form ~1.0 -> found drupal/inline_entity_form[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- drupal/paragraphs_inline_entity_form 1.1.0-beta2 requires drupal/inline_entity_form ^2.0 | ^2.0.0-rc -> found drupal/inline_entity_form[dev-2.0.x, 2.0.0-beta1, ..., 2.0.x-dev (alias of dev-2.0.x)] but it does not match your minimum-stability.
- drupal/paragraphs_inline_entity_form 1.1.0-beta3 requires drupal/inline_entity_form ^1.0 | ^3@rc -> found drupal/inline_entity_form[dev-1.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 3.0.0-rc15, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/paragraphs_inline_entity_form ^1.1@beta -> satisfiable by drupal/paragraphs_inline_entity_form[1.1.0-beta1, 1.1.0-beta2, 1.1.0-beta3].- 🇬🇧United Kingdom marcelovani London
Hi Nelo
The paragraphs_inline_entity_form beta3 has been tested on a new project using Drupal 10 and drupal/inline_entity_form 3 RC.
Can you try
composer require 'drupal/paragraphs_inline_entity_form:^1.1@beta'
Or even try
composer require drupal/inline_entity_form:^3@rc
First?
Probably it is good idea to remove ^1.0 from https://git.drupalcode.org/project/paragraphs_inline_entity_form/-/blob/8.x-1.x/composer.json?ref_type=heads#L24
Please let me know how it goes and I will reomove this, if necessary
Regards
Marcelo