https://git.drupalcode.org/project/sms_simplegateway/-/blob/8.x-1.x/sms_...
dependencies:
- sms:sms
Did this module depends on sms? not smsframework?
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for drupal/sms_simplegateway 1.x-dev -> satisfiable by drupal/sms_simplegateway[1.x-dev].
- drupal/sms_simplegateway 1.x-dev requires drupal/sms-sms * -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Installation failed, reverting ./composer.json to its original content.| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3157355-8.patch | 346 bytes | lawxen |
Comments
Comment #2
lawxen commentedComment #3
alansaviolobo commentedTechnically this is an issue with the smsframework module.
Although the project name is smsframework, the module name in the package is sms.
Hence this issue.
Comment #4
lawxen commentedMethod A:
Steps:
Method B:
Steps:
Both above two methods can't install drupal/sms_simplegateway successfully.
@alansaviolobo Thanks, Could you give me some advice of how to install drupal/sms_simplegateway successfully on Drupal9?
Comment #5
alansaviolobo commentedDid you try downloading it manually, putting it in the modules folder and then trying to enable it ?
Comment #6
lawxen commented@alansaviolobo Thanks for the resolution. I will try it.
Comment #7
lawxen commentedLIke these modules
https://git.drupalcode.org/project/sms_aws_sns/-/blob/8.x-1.x/sms_aws_sn...
https://git.drupalcode.org/project/smsframework/-/blob/2.x/modules/sms_u...
We should use
- smsframework:smsinstead of- sms:smsComment #8
lawxen commentedComment #10
alansaviolobo commented