Problem/Motivation

Steps to reproduce

composer create-project opigno/opigno-composer .
Creating a "opigno/opigno-composer" project at "./"
Installing opigno/opigno-composer (3.2.7)
  - Installing opigno/opigno-composer (3.2.7): Extracting archive
Created project in /Users/dave/Sites/opigno/.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires opigno/opigno_lms ~3.2.0 -> satisfiable by opigno/opigno_lms[3.2.7, 3.2.x-dev].
    - drupal/jwt[dev-2.x, 2.0.0-beta1, ..., 2.x-dev] require firebase/php-jwt ^5.5 | ^6.0 -> found firebase/php-jwt[v5.5.0, v5.5.1, v6.0.0, ..., v6.11.1] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-y2cr-5h3j-g3ys") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
    - opigno/opigno_lms[3.2.7, ..., 3.2.x-dev] require drupal/jwt ^2.0 -> satisfiable by drupal/jwt[2.0.0-beta1, ..., 2.x-dev].

Proposed resolution

update dependencies

Remaining tasks

User interface changes

none

API changes

none

Data model changes

none

Comments

dalin created an issue.