This repository has been archived by the owner on Aug 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
63 lines (63 loc) · 2.06 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
{
"_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"
],
"content-hash": "a37ab394a92d12c0fda0e4ace6889b60",
"packages": [
{
"name": "webonyx/graphql-php",
"version": "v0.9.11",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "141afc1cf7353753b0313e9ea17eea2560ded12d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/141afc1cf7353753b0313e9ea17eea2560ded12d",
"reference": "141afc1cf7353753b0313e9ea17eea2560ded12d",
"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-06-19T06:35:23+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}