forked from wp-graphql/wp-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
105 lines (105 loc) · 3.54 KB
/
composer.lock
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "422856a092474e8aa228815d0ccbf45d",
"content-hash": "ce9446e3e8e421868c73749de227921a",
"packages": [
{
"name": "ivome/graphql-relay-php",
"version": "v0.3.1",
"source": {
"type": "git",
"url": "https://github.com/ivome/graphql-relay-php.git",
"reference": "bc5f8aae9fd72ca16decce3892ec4311e9742a93"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ivome/graphql-relay-php/zipball/bc5f8aae9fd72ca16decce3892ec4311e9742a93",
"reference": "bc5f8aae9fd72ca16decce3892ec4311e9742a93",
"shasum": ""
},
"require": {
"php": ">=5.4,<8.0-DEV",
"webonyx/graphql-php": ">=0.7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "~1.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "A PHP port of GraphQL Relay reference implementation",
"homepage": "https://github.com/ivome/graphql-relay-php",
"keywords": [
"Relay",
"api",
"graphql"
],
"time": "2016-10-29 23:29:29"
},
{
"name": "webonyx/graphql-php",
"version": "v0.9.14",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "848f9c3edfbfbfa0903f4dd76ee2fec1cfb12224"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/848f9c3edfbfbfa0903f4dd76ee2fec1cfb12224",
"reference": "848f9c3edfbfbfa0903f4dd76ee2fec1cfb12224",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.4,<8.0-DEV"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"suggest": {
"react/promise": "To use ReactPHP promise adapter"
},
"type": "library",
"autoload": {
"files": [
"src/deprecated.php"
],
"psr-4": {
"GraphQL\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "A PHP port of GraphQL reference implementation",
"homepage": "https://github.com/webonyx/graphql-php",
"keywords": [
"api",
"graphql"
],
"time": "2017-04-25 11:02:45"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}