forked from redound/phalcon-graphql-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 837 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "redound/phalcon-graphql-boilerplate",
"keywords": ["graphql", "api", "phalcon", "boilerplate"],
"description": "Phalcon GraphQL Boilerplate",
"type": "project",
"license": "MIT",
"homepage": "http://phalcon-rest.redound.org",
"require": {
"firebase/php-jwt": "^3.0",
"redound/phalcon-graphql": "dev-development"
},
"authors": [
{
"name": "Olivier Andriessen",
"email": "[email protected]"
},
{
"name": "Bart Blok",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/redound/phalcon-graphql-boilerplate",
"issues": "https://github.com/redound/phalcon-graphql-boilerplate/issues",
"docs": "http://phalcon-rest.redound.org"
}
}