Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 0e5321f

Browse files
committed
update composer file
1 parent 350f236 commit 0e5321f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"name": "nuwave/laravel-graphql-relay",
3+
"description": "Adds relay specifications to laravel graphql server",
4+
"keywords": ["laravel", "relay", "graphql", "react"],
5+
"type": "library",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Christopher Moore",
10+
"email": "[email protected]"
11+
}
12+
],
313
"autoload": {
414
"psr-4": {
515
"Nuwave\\Relay\\": "src/"

0 commit comments

Comments
 (0)