-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 936 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
28
29
30
31
32
33
34
{
"name": "bernhardwebstudio/pipefy-php-sdk",
"extra": [],
"description": "An SDK for the PHP GraphQL API",
"scripts": {
"check-cs": "./vendor/bin/ecs check",
"fix-cs": "./vendor/bin/ecs check --fix"
},
"keywords": ["GraphQL", "Pipefy"],
"require-dev": {
"overblog/graphql-php-generator": "^0.12.6",
"symfony/expression-language": "^6.0.3",
"rector/rector": "^0.12.15",
"symplify/easy-coding-standard": "*",
"phpstan/phpstan": "*",
"gmostafa/php-graphql-oqm": "^1.3"
},
"require": {
"gmostafa/php-graphql-client": "^1.9"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Tim Bernhard",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"GraphQL\\SchemaObject\\": "src/"
}
},
"minimum-stability": "stable"
}