Add composer.json file to the project

Created on 23 March 2025, 13 days ago

It seems like this project doesn't have a composer.js file in the first place.

Let's set up that first !

📌 Task
Status

Active

Version

4.0

Component

Code

Created by

🇨🇦Canada danrod Ottawa

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @danrod
  • Merge request !4Issue # 3514880: Added composer.json file → (Merged) created by danrod
  • 🇨🇦Canada danrod Ottawa

    I added a composer.json file with some basic but important information:

    {
      "name": "drupal/copyscape",
      "type": "drupal-module",
      "keywords": ["Drupal", "Plagiarism"],
      "description": "This module integrates the Copyscape API and checks the originality of content published.",
      "homepage": "https://git.drupalcode.org/project/copyscape",
      "authors": [
        {
          "name": "Daniel Rodriguez",
          "homepage": "https://www.drupal.org/u/danrod",
          "role": "Maintainer"
        }
      ],
      "support": {
          "issues": "https://www.drupal.org/project/copyscape",
          "source": "https://git.drupalcode.org/project/copyscape"
      },
      "license": "GPL-2.0-or-later",
      "minimum-stability": "dev",
      "require": {
        "php": "^8.1"
      }
    }
  • 🇨🇦Canada danrod Ottawa

    I'll merge it to the main branch now because I need this file for setting up the GilabCI process, but I'll move this to "Needs Review" just in case someone has suggestions on this.

  • 🇨🇦Canada danrod Ottawa
  • 🇨🇦Canada danrod Ottawa

    I'll move it to "Fixed" now, if anyone has any suggestions, please let me know and I'll re-open the issue.

  • 🇨🇦Canada danrod Ottawa
Production build 0.71.5 2024