Correct the content of the composer.json file

Created on 6 January 2024, 11 months ago
Updated 20 January 2024, 10 months ago

The content of the composer.json file is the following.

{
  "name": "drupal/at_tools",
  "description": "Tools to support Adaptivetheme 8.x and sub-themes, includes the AT Theme Generator.",
  "type": "drupal-module",
  "homepage": "https://www.drupal.org/project/at_tool",
  "authors": [
    {
      "name": "Matt",
      "homepage": "http://adaptivethemes.com",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "https://www.drupal.org/project/issues/at_tool",
    "irc": "irc://irc.freenode.org/drupal-contribute",
    "source": "http://git.drupal.org/project/at_tool.git"
  },
  "license": "GPL-2.0+",
  "minimum-stability": "dev",
  "require": {
    "drupal/adaptivetheme": "^5.0",
	"drupal/core": "^9.3 || ^10"
  }
}

There are at least two changes to do:

  • The module machine name is at_tool, not at_tools; any instance of at_tools must be replaced with at_tool
  • The require section is not correctly indented; the indentation of a line must be fixed
📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024