Commit b0b8b763 authored by Tim Rohaly's avatar Tim Rohaly Committed by Tim Rohaly
Browse files

Issue #3121724 by paulocs, TR: Add in composer.json "Suport" attribute

parent 3518064c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
{
  "name": "drupal/entity",
  "type": "drupal-module",
  "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
  "homepage": "http://drupal.org/project/entity",
  "type": "drupal-module",
  "license": "GPL-2.0-or-later",
  "homepage": "https://www.drupal.org/project/entity",
  "support": {
    "issues": "https://www.drupal.org/project/issues/entity",
    "source": "https://git.drupalcode.org/project/entity"
  },
  "require": {
    "drupal/core": "^8.8 || ^9"
  }