- 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 9:58am 13 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.