Commit a0c6cc16 authored by Stephen Mustgrave's avatar Stephen Mustgrave Committed by Michael Weeks
Browse files

Issue #3306360: Add Composer.json file

parent df6c0bdf
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+17 −0
Original line number Diff line number Diff line
{
    "name": "drupal/field_context",
    "description": "View plugin for contextual filter.",
    "type": "drupal-module",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "developerweeks",
            "role": "Maintainer"
        }
    ],
    "homepage": "https://drupal.org/project/field_context",
    "support": {
        "issues": "https://drupal.org/project/issues/field_context",
        "source": "https://git.drupalcode.org/project/field_context"
    }
}