-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 841 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 841 Bytes
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
28
29
30
31
32
33
{
"name": "linkorb/graphael",
"description": "Graphael: GraphQL Server builder",
"homepage": "http://www.github.com/linkorb/graphael",
"keywords": ["graphael", "graphql", "linkorb"],
"type": "application",
"authors": [
{
"name": "Joost Faassen",
"email": "j.faassen@linkorb.com",
"role": "Development"
}
],
"require": {
"php": ">=7.2",
"symfony/options-resolver": "~3.0",
"symfony/dependency-injection": "~3.3",
"webonyx/graphql-php": "^0.13.8",
"linkorb/connector": "~1.0",
"firebase/php-jwt": "~5.0",
"pwa/time-elapsed": "^1.0",
"symfony/security-core": "^4.2 || ^5.0 ",
"symfony/http-foundation": "^4.2 || ^5.0",
"ext-pdo": "*",
"doctrine/cache": "^1.10"
},
"autoload": {
"psr-4": {
"Graphael\\": "src/"
}
},
"license": "MIT"
}