Add composer.json file to the project

Created on 30 June 2025, 8 days 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

Needs review

Version

1.0

Component

Miscellaneous

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

    I added the +Novice tag just in case anyone wants to help on this.

  • 🇨🇦Canada danrod Ottawa

    Sorry, this should be active, anyone can help me on this?

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

    I created a basic composer.json that satisfies most the fields, I'll mark it as review just in case anyone wants to look on it as well.

    {
      "name": "drupal/jquery_deprecated_functions",
      "type": "drupal-module",
      "keywords": ["Drupal", "jQuery"],
      "description": "This is a small module that implements some deprecated jQuery functions like trim, camelCase, etc",
      "homepage": "https://www.drupal.org/project/jquery_deprecated_functions",
      "authors": [
        {
          "name": "Daniel Rodriguez",
          "homepage": "https://www.drupal.org/u/danrod",
          "role": "Maintainer"
        }
      ],
      "support": {
          "issues": "https://www.drupal.org/project/issues/jquery_deprecated_functions",
          "source": "https://git.drupalcode.org/project/jquery_deprecated_functions"
      },
      "license": "GPL-2.0-or-later",
      "minimum-stability": "dev",
      "require": {
        "php": ">=8.1",
        "drupal/core": "^10.2 || ^11"
      }
    }
    
  • 🇨🇦Canada danrod Ottawa
  • 🇨🇦Canada danrod Ottawa

    I'll move it to "Fixed" too, perhaps I will create an urgent release as well.

  • 🇨🇦Canada danrod Ottawa
Production build 0.71.5 2024