Add composer.json file to the project

Created on 2 July 2025, 2 months ago

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

Feature request
Status

Active

Version

2.0

Component

Miscellaneous

Created by

🇨🇦Canada danrod Ottawa

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @danrod
  • Merge request !5Issue # 3533836: Added composer.json file → (Open) created by danrod
  • 🇨🇦Canada danrod Ottawa

    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"
      }
    }
  • 🇨🇦Canada danrod Ottawa

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

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

Production build 0.71.5 2024