Commit 722e3c09 authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Shawn Duncan
Browse files

Issue #3243291 by Grimreaper: Apply composer normalize and fix license

parent 5dc74e25
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
{
    "name": "drupal/entity_share_websub",
    "description": "A set of modules to enable a variation of the WebSub protocol for Drupal 8 Entity Share module.",
    "type": "drupal-module",
    "keywords": ["Drupal"],
    "license": "GPL-2.0+",
    "description": "A set of modules to enable a variation of the WebSub protocol for Drupal 8+ Entity Share module.",
    "keywords": [
        "Drupal"
    ],
    "homepage": "https://www.drupal.org/project/entity_share_websub",
    "minimum-stability": "dev",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Shawn Duncan (FatherShawn)",
@@ -23,12 +24,13 @@
            "role": "Co-maintainer"
        }
    ],
    "support": {
        "issues": "https://www.drupal.org/project/issues/entity_share_websub",
        "source": "https://git.drupalcode.org/project/entity_share_websub"
    },
    "require": {
        "drupal/entity_share": "^3.0@beta",
        "drupal/views_custom_cache_tag": "^1.2"
    },
    "minimum-stability": "dev",
    "support": {
        "issues": "https://www.drupal.org/project/issues/entity_share_websub",
        "source": "https://git.drupalcode.org/project/entity_share_websub"
    }
}