Commit 7b7e7d9a authored by Jordan Thompson's avatar Jordan Thompson Committed by Jordan Thompson
Browse files

Issue #3151386 by Rajab Natshah, Grayle, Gnanagowthaman sankar, nord102: Fix...

Issue #3151386 by Rajab Natshah, Grayle, Gnanagowthaman sankar, nord102: Fix composer file for Allowed Formats to work with Drupal 9 and Drupal CI
parent 5df1b257
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: Allowed Formats
description: Limit which text formats are available for each field instance.
type: module
core_version_requirement: ^8.7.7 || ^9
core_version_requirement: ^8.8 || ^9
dependencies:
  - drupal:field
  - drupal:filter

composer.json

0 → 100644
+37 −0
Original line number Diff line number Diff line
{
  "name": "drupal/allowed_formats",
  "description": "Limit which text formats are available for each field instance.",
  "type": "drupal-module",
  "homepage": "https://www.drupal.org/project/allowed_formats",
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "authors": [
    {
      "name": "Northern Commerce (formerly Digital Echidna)",
      "homepage": "https://www.drupal.org/northern-commerce-formerly-digital-echidna",
      "role": "Supporting organization"
    },
    {
      "name": "Jordan Thompson (nord102)",
      "homepage": "https://www.drupal.org/u/nord102",
      "role": "Maintainer"
    },
    {
      "name": "Wunder",
      "homepage": "https://www.drupal.org/wunder",
      "role": "Supporting organization"
    },
    {
      "name": "Florian Loretan (floretan)",
      "homepage": "https://www.drupal.org/u/floretan",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "https://www.drupal.org/project/issues/allowed_formats",
    "source": "http://cgit.drupalcode.org/allowed_formats"
  },
  "require": {
    "drupal/core": "^8.8 || ^9"
  }
}