Skip to content

Commit 3005bee

Browse files
authored
Merge pull request #4 from tarekdj/add-composer
Issue #3: Add composer.json
2 parents 2e6d90c + cc5e80a commit 3005bee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "drupal/graphql-mutation",
3+
"type": "drupal-module",
4+
"description": "Core module with common fields and types for enabling mutations.",
5+
"homepage": "http://drupal.org/project/graphql",
6+
"license": "GPL-2.0+",
7+
"require": {
8+
"drupal/graphql": "^3.0@beta"
9+
},
10+
"minimum-stability": "dev"
11+
}

0 commit comments

Comments
 (0)