Created on 11 February 2022, almost 3 years ago
Updated 14 June 2024, 6 months ago

Problem/Motivation

I using Composer version 1.10.23
We have drupal 8 project and we want to update project to drupal 9
On this project we have opigno modules and we want to update those modules to support drupal 9

When I run composer require drupal/opigno_learning_path:^3
I have error:
Problem 1
- drupal/opigno_learning_path 3.0.0-beta2 requires drupal/opigno_user_selection * -> no matching package found.
- drupal/opigno_learning_path 3.0.0-beta3 requires drupal/opigno_user_selection * -> no matching package found.
- drupal/opigno_learning_path 3.x-dev requires drupal/opigno_user_selection * -> no matching package found.
- drupal/opigno_learning_path 3.0.0-rc1 requires drupal/opigno_user_selection * -> no matching package found.
- drupal/opigno_learning_path 3.0.0 requires drupal/opigno_user_selection * -> no matching package found.
- drupal/opigno_learning_path 3.0.0-beta1 requires drupal/opigno_user_selection * -> no matching package found.
- Installation request for drupal/opigno_learning_path ^3 -> satisfiable by drupal/opigno_learning_path[3.0.0-beta1, 3.0.0, 3.0.0-rc1, 3.x-dev, 3.0.0-beta3, 3.0.0-beta2].

Potential causes:
- This package is not installable via Composer 1.x, see
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.
- It's a private package and you forgot to add a custom repository to find it

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

RTBC

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine AndrewsizZ

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡¨πŸ‡¦Canada No Sssweat

    I using Composer version 1.10.23

    Hopefully by now you're using composer version 2, as it runs way way way faster than version 1.

    I have error:
    Problem 1
    - drupal/opigno_learning_path 3.0.0-beta2 requires drupal/opigno_user_selection * -> no matching package found.
    - drupal/opigno_learning_path 3.0.0-beta3 requires drupal/opigno_user_selection * -> no matching package found.
    - drupal/opigno_learning_path 3.x-dev requires drupal/opigno_user_selection * -> no matching package found.
    - drupal/opigno_learning_path 3.0.0-rc1 requires drupal/opigno_user_selection * -> no matching package found.
    - drupal/opigno_learning_path 3.0.0 requires drupal/opigno_user_selection * -> no matching package found.
    - drupal/opigno_learning_path 3.0.0-beta1 requires drupal/opigno_user_selection * -> no matching package found.
    - Installation request for drupal/opigno_learning_path ^3 -> satisfiable by drupal/opigno_learning_path[3.0.0-beta1, 3.0.0, 3.0.0-rc1, 3.x-dev, 3.0.0-beta3, 3.0.0-beta2].

    I am using composer 2, and I get those errors as well on a regular Drupal 9 installation.

    However, on an Opigno LMS installation β†’ no such error occurs because all those modules that are dependent on are already in the code base.

    I have also noticed this issue on other Drupal modules that depend on other modules that only have an Alpha or Beta version. Thus, this may be a global Drupal composer issue.

  • Status changed to RTBC 6 months ago
  • πŸ‡ΊπŸ‡ΈUnited States markie Albuquerque, NM

    Looks like the composer requires section has been updated in 3.0.1 and above.. Unfortunately, they removed it all together so no dependency requirements are met. I have opened a ticket for this, but I think this ticket can be closed outdated.

Production build 0.71.5 2024