abbas_66 → created an issue.
abbas_66 → created an issue.
abbas_66 → created an issue.
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.
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
abbas_66 → created an issue.
Thank you Jaypan for looking into it. I am not removing these modules because I have data related to them and their drupal 10 compatible is not available. I am using composer lenient package for these modules and using it in the composer.json like this.
"drupal-lenient": {
"allowed-list": ["drupal/csv_serialization", "drupal/drupal/chartjs_api", "drupal/video_embed_twitch"]
}
Of-course I have installed a library for it first. What you suggest, will it not work?
Thank you jsacksick for the response. I ran composer "composer require 'drupal/address:^2.0.0' --with-all-dependencies" , after this If I try to rebuild cache through drush or drupal admin, I get error.
The website encountered an unexpected error. Please try again later.
Error: Undefined constant Drupal\address\Event\AddressEvents::INITIAL_VALUES in Drupal\quick_node_clone\EventSubscriber\AddressEventSubscriber::getSubscribedEvents() (line 69 of modules\contrib\quick_node_clone\src\EventSubscriber\AddressEventSubscriber.php).