simplesaml php error(closed)

Created on 9 February 2024, 10 months ago
Updated 27 February 2024, 9 months ago

Hi dear maintainers, I am trying to install this module for drupal 10.2.2 but when I run composer command "composer require drupal/drupalauth4ssp" it gives me following error.

Problem 1
- drupal/drupalauth4ssp 1.0.0 requires drupal/core ~8.0 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 10.2.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/drupalauth4ssp[1.1.0, ..., 1.4.0] require drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11] but the package is fixed to 10.2.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupalauth/simplesamlphp-module-drupalauth 1.8.1 requires php ^5.6.0|^7.0 -> your php version (8.2.12) does not satisfy that requirement.
- drupal/drupalauth4ssp 1.3.0 requires drupalauth/simplesamlphp-module-drupalauth ~1.8.0 -> satisfiable by drupalauth/simplesamlphp-module-drupalauth[1.8.1]

Any help and guidance is highly appreciated.

💬 Support request
Status

Fixed

Version

2.0

Component

Code

Created by

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

Comments & Activities

  • Issue created by @abbas_66
  • 🇺🇸United States brooke_heaton

    Try:

    composer require 'drupal/drupalauth4ssp:^2.0@RC'

  • Thank you @brooke_heaton for the response, I tried the command you provided, i am getting following error.
    Problem 1
    - Root composer.json requires drupal/drupalauth4ssp ^2.0@RC -> satisfiable by drupal/drupalauth4ssp[2.0.0-rc1].
    - drupal/drupalauth4ssp 2.0.0-rc1 requires drupalauth/simplesamlphp-module-drupalauth ~2.10.0 -> found drupalauth/simplesamlphp-module-drupalauth[dev-main, 2.10.0-rc.1, 2.10.x-dev (alias of dev-main)] but it does not match your minimum-stability.

    as per instruction in the error, I tried to install composer require drupalauth/simplesamlphp-module-drupalauth but it also doesn't work.
    Any suggestion pls. I am working with drupal 10.2

  • 🇮🇳India dineshkumarbollu

    Hi @abbas_66

    The error in your system is due to, in composer file modify "minimum-stability": "dev",, it will install @RC version.Thanks

  • Hi @dineshkumarbollu thank you very much for your help and guidance, it works and it has installed all the dependencies.
    I have observed some new things in updated library, I can't see www folder in the simplesamlphp library.
    I will look into it.

  • Status changed to Fixed 9 months ago
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024