forked from mcg-web/sandbox-dataloader-graphql-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
164 lines (164 loc) · 5.73 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"_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": "e072609ed78c87692be64c24d8fdbc5f",
"content-hash": "b5d803e2dcec4859c9969baf3a8bcf2b",
"packages": [
{
"name": "overblog/dataloader-php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/overblog/dataloader-php.git",
"reference": "797c49350dd9a69b50278103c0f55ae1371fe2ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/overblog/dataloader-php/zipball/797c49350dd9a69b50278103c0f55ae1371fe2ae",
"reference": "797c49350dd9a69b50278103c0f55ae1371fe2ae",
"shasum": ""
},
"require": {
"php": "^5.5|^7.0"
},
"replace": {
"overblog/promise-adapter": "self.version"
},
"require-dev": {
"guzzlehttp/promises": "^1.3.0",
"phpunit/phpunit": "^4.1|^5.1",
"react/promise": "^2.5.0",
"webonyx/graphql-php": "^0.9.0"
},
"suggest": {
"guzzlehttp/promises": "To use with Guzzle promise",
"react/promise": "To use with ReactPhp promise",
"webonyx/graphql-php": "To use with Webonyx GraphQL native promise"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
}
},
"autoload": {
"psr-4": {
"Overblog\\DataLoader\\": "src/",
"Overblog\\PromiseAdapter\\": "lib/promise-adapter/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.",
"keywords": [
"Batching",
"caching",
"dataLoader"
],
"time": "2017-02-06 16:41:33"
},
{
"name": "react/promise",
"version": "2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "2760f3898b7e931aa71153852dcd48a75c9b95db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/2760f3898b7e931aa71153852dcd48a75c9b95db",
"reference": "2760f3898b7e931aa71153852dcd48a75c9b95db",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
"time": "2016-12-22 14:09:01"
},
{
"name": "webonyx/graphql-php",
"version": "v0.9.2",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "c2f0749d8e9ed0edeaf7c9a206e28b1c5c45fe80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/c2f0749d8e9ed0edeaf7c9a206e28b1c5c45fe80",
"reference": "c2f0749d8e9ed0edeaf7c9a206e28b1c5c45fe80",
"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-02-07 06:01:36"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"overblog/dataloader-php": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}