- Issue created by @bolaghi
I knew that this error is from Sms framwork . I installed the module with the website installer and it was installed correctly.
hi . when install with composer show this error.
Problem 1
- drupal/sms[1.0.0, ..., 1.3.0] require drupal/smsframework ^1 -> found drupal/smsframework[1.0.0, ..., 1.3.0] but it conflicts with your root composer.json require (^2.2@RC).
- drupal/sms[2.0.0, ..., 2.0.1] require drupal/core ^8.9 || ^9 -> found drupal/core[8.9.0, ..., 8.9.20, 9.0.0, ..., 9.5.11] but the package is fixed to 10.2.3 (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/sms 2.1.0 requires drupal/core ^9.2 -> found drupal/core[9.2.0, ..., 9.5.11] but the package is fixed to 10.2.3 (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/sms_rangine 2.0.0 requires drupal/sms * -> satisfiable by drupal/sms[1.0.0, 1.1.0, 1.2.0, 1.3.0, 2.0.0, 2.0.1, 2.1.0].
- Root composer.json requires drupal/sms_rangine ^2.0 -> satisfiable by drupal/sms_rangine[2.0.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Active
2.0
Code
I knew that this error is from Sms framwork . I installed the module with the website installer and it was installed correctly.