Problem/Motivation

This project lacks a composer.json file which I think it's an important file to have for aiding the installation process of the module and set up the requirements. I'll work on that. I'll probably create a new release after this. Sorry !

Steps to reproduce

N/A

Proposed resolution

N/A

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Issue fork sagepay-3533836

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

danrod created an issue. See original summary.

danrod’s picture

I added the file, looks ok to me, I'll move it to "Needs Review" for extra set of eyes.

Thanks

{
  "name": "drupal/sagepay",
  "type": "drupal-module",
  "keywords": ["Drupal", "Ubercart"],
  "description": "This is a payment gateway for Ubercart ported to drupal 8 version, built with Ubercart 8.4.x.",
  "homepage": "https://www.drupal.org/project/sagepay",
  "authors": [
    {
      "name": "Adrian ABABEI (web247)",
      "homepage": "https://www.drupal.org/u/web247",
      "role": "Maintainer"
    },
    {
      "name": "Nicolae Procopan",
      "homepage": "https://www.drupal.org/u/thebumik",
      "role": "Maintainer"
    }
  ],
  "support": {
      "issues": "https://www.drupal.org/project/issues/sagepay",
      "source": "https://git.drupalcode.org/project/sagepay"
  },
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "require": {
    "php": ">=8.1",
    "drupal/core": "^8.8 || ^9"
  }
}
danrod’s picture

Status: Active » Needs review
danrod’s picture

I'll move it to "Fixed" for now.

danrod’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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