Error between versions

Created on 28 February 2024, 4 months ago
Updated 29 February 2024, 4 months ago

Problem/Motivation

When I try to install the version 2.0.1 I get an error

Problem 1
- drupal/points 2.0.0 requires drupal/inline_entity_form * -> found drupal/inline_entity_form[dev-1.x, dev-2.0.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-beta1, ..., 2.0.x-dev (alias of dev-2.0.x), 3.0.0-rc15, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
- drupal/points 2.0.1 requires drupal/inline_entity_form ^3.0@RC -> found drupal/inline_entity_form[dev-3.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/points ^2.0 -> satisfiable by drupal/points[2.0.0, 2.0.1].

Also,when I try to install the 2.0 version I take
Problem 1
- Root composer.json requires drupal/points ^2.1, found drupal/points[dev-1.x, dev-2.0.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0, 2.0.1, 2.0.x-dev (alias of dev-2.0.x)] but it does not match the constraint.

Steps to reproduce

composer require 'drupal/points:^2.0

and

composer require 'drupal/points:^2.0.1'

How can this be fixed?

Thanks

πŸ› Bug report
Status

Postponed: needs info

Version

2.0

Component

Code

Created by

πŸ‡¬πŸ‡·Greece pinkonomy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @pinkonomy
  • Status changed to Postponed: needs info 4 months ago
  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    I was able to run composer require 'drupal/points:^2.0' command without any error (attached screenshot).

    also, composer require 'drupal/points:^2.1' - your command is incorrect because we don't have 2.1.x version.

  • πŸ‡¬πŸ‡·Greece pinkonomy

    "also, composer require 'drupal/points:^2.1' - your command is incorrect because we don't have 2.1.x version."
    I meant the 2.0.1 version

    I still get this error,what could be the reason?
    -Should I have installed the inline entity form before I use the composer install command?
    -I use Postgresql as database,not sure if it has any relation.

    Thoughts?

  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    You should have installed IEF:^3.0 module.
    2.0.0 branch doesn't have composer.json file to automatically install it.

  • πŸ‡¬πŸ‡·Greece pinkonomy

    Ah okay, thanks!
    Maybe it needs to be written on the module's page so that people avoid it.
    Cheers

Production build 0.69.0 2024