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.
CommentFileSizeAuthor
#8 3157355-8.patch346 byteslawxen

Comments

lawxen created an issue. See original summary.

lawxen’s picture

Priority: Normal » Critical
alansaviolobo’s picture

Project: SMS simple gateway » SMS Framework
Component: Code » Documentation

Technically 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.

lawxen’s picture

Method A:
Steps:

  1. composer require 'drupal/sms:^2.0' -vvv
  2. composer require 'drupal/sms_simplegateway:1.x-dev' -vvv

Method B:
Steps:

  1. composer require 'drupal/smsframework:^2.0' -vvv
  2. composer require 'drupal/sms_simplegateway:1.x-dev' -vvv

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?

alansaviolobo’s picture

Did you try downloading it manually, putting it in the modules folder and then trying to enable it ?

lawxen’s picture

@alansaviolobo Thanks for the resolution. I will try it.

lawxen’s picture

Project: SMS Framework » SMS simple gateway
lawxen’s picture

Status: Active » Needs review
StatusFileSize
new346 bytes

  • alansaviolobo committed 96847f4 on 8.x-1.x
    Issue #3157355 by lawxen: Can't install 8.x-1.x on Drupal9 by composer
    
alansaviolobo’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.