|
@@ -1,326 +0,0 @@
|
1
|
|
-{
|
2
|
|
- "_readme": [
|
3
|
|
- "This file locks the dependencies of your project to a known state",
|
4
|
|
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
5
|
|
- "This file is @generated automatically"
|
6
|
|
- ],
|
7
|
|
- "hash": "58f3c0c8a7877fdc9c02f097a7ac4808",
|
8
|
|
- "content-hash": "1711cff43be761be917bcc300f05f48b",
|
9
|
|
- "packages": [
|
10
|
|
- {
|
11
|
|
- "name": "guzzlehttp/guzzle",
|
12
|
|
- "version": "6.1.1",
|
13
|
|
- "source": {
|
14
|
|
- "type": "git",
|
15
|
|
- "url": "https://github.com/guzzle/guzzle.git",
|
16
|
|
- "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
|
17
|
|
- },
|
18
|
|
- "dist": {
|
19
|
|
- "type": "zip",
|
20
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
|
21
|
|
- "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
|
22
|
|
- "shasum": ""
|
23
|
|
- },
|
24
|
|
- "require": {
|
25
|
|
- "guzzlehttp/promises": "~1.0",
|
26
|
|
- "guzzlehttp/psr7": "~1.1",
|
27
|
|
- "php": ">=5.5.0"
|
28
|
|
- },
|
29
|
|
- "require-dev": {
|
30
|
|
- "ext-curl": "*",
|
31
|
|
- "phpunit/phpunit": "~4.0",
|
32
|
|
- "psr/log": "~1.0"
|
33
|
|
- },
|
34
|
|
- "type": "library",
|
35
|
|
- "extra": {
|
36
|
|
- "branch-alias": {
|
37
|
|
- "dev-master": "6.1-dev"
|
38
|
|
- }
|
39
|
|
- },
|
40
|
|
- "autoload": {
|
41
|
|
- "files": [
|
42
|
|
- "src/functions_include.php"
|
43
|
|
- ],
|
44
|
|
- "psr-4": {
|
45
|
|
- "GuzzleHttp\\": "src/"
|
46
|
|
- }
|
47
|
|
- },
|
48
|
|
- "notification-url": "https://packagist.org/downloads/",
|
49
|
|
- "license": [
|
50
|
|
- "MIT"
|
51
|
|
- ],
|
52
|
|
- "authors": [
|
53
|
|
- {
|
54
|
|
- "name": "Michael Dowling",
|
55
|
|
- "email": "mtdowling@gmail.com",
|
56
|
|
- "homepage": "https://github.com/mtdowling"
|
57
|
|
- }
|
58
|
|
- ],
|
59
|
|
- "description": "Guzzle is a PHP HTTP client library",
|
60
|
|
- "homepage": "http://guzzlephp.org/",
|
61
|
|
- "keywords": [
|
62
|
|
- "client",
|
63
|
|
- "curl",
|
64
|
|
- "framework",
|
65
|
|
- "http",
|
66
|
|
- "http client",
|
67
|
|
- "rest",
|
68
|
|
- "web service"
|
69
|
|
- ],
|
70
|
|
- "time": "2015-11-23 00:47:50"
|
71
|
|
- },
|
72
|
|
- {
|
73
|
|
- "name": "guzzlehttp/promises",
|
74
|
|
- "version": "1.0.3",
|
75
|
|
- "source": {
|
76
|
|
- "type": "git",
|
77
|
|
- "url": "https://github.com/guzzle/promises.git",
|
78
|
|
- "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
|
79
|
|
- },
|
80
|
|
- "dist": {
|
81
|
|
- "type": "zip",
|
82
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
|
83
|
|
- "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
|
84
|
|
- "shasum": ""
|
85
|
|
- },
|
86
|
|
- "require": {
|
87
|
|
- "php": ">=5.5.0"
|
88
|
|
- },
|
89
|
|
- "require-dev": {
|
90
|
|
- "phpunit/phpunit": "~4.0"
|
91
|
|
- },
|
92
|
|
- "type": "library",
|
93
|
|
- "extra": {
|
94
|
|
- "branch-alias": {
|
95
|
|
- "dev-master": "1.0-dev"
|
96
|
|
- }
|
97
|
|
- },
|
98
|
|
- "autoload": {
|
99
|
|
- "psr-4": {
|
100
|
|
- "GuzzleHttp\\Promise\\": "src/"
|
101
|
|
- },
|
102
|
|
- "files": [
|
103
|
|
- "src/functions_include.php"
|
104
|
|
- ]
|
105
|
|
- },
|
106
|
|
- "notification-url": "https://packagist.org/downloads/",
|
107
|
|
- "license": [
|
108
|
|
- "MIT"
|
109
|
|
- ],
|
110
|
|
- "authors": [
|
111
|
|
- {
|
112
|
|
- "name": "Michael Dowling",
|
113
|
|
- "email": "mtdowling@gmail.com",
|
114
|
|
- "homepage": "https://github.com/mtdowling"
|
115
|
|
- }
|
116
|
|
- ],
|
117
|
|
- "description": "Guzzle promises library",
|
118
|
|
- "keywords": [
|
119
|
|
- "promise"
|
120
|
|
- ],
|
121
|
|
- "time": "2015-10-15 22:28:00"
|
122
|
|
- },
|
123
|
|
- {
|
124
|
|
- "name": "guzzlehttp/psr7",
|
125
|
|
- "version": "1.2.3",
|
126
|
|
- "source": {
|
127
|
|
- "type": "git",
|
128
|
|
- "url": "https://github.com/guzzle/psr7.git",
|
129
|
|
- "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
|
130
|
|
- },
|
131
|
|
- "dist": {
|
132
|
|
- "type": "zip",
|
133
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
|
134
|
|
- "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
|
135
|
|
- "shasum": ""
|
136
|
|
- },
|
137
|
|
- "require": {
|
138
|
|
- "php": ">=5.4.0",
|
139
|
|
- "psr/http-message": "~1.0"
|
140
|
|
- },
|
141
|
|
- "provide": {
|
142
|
|
- "psr/http-message-implementation": "1.0"
|
143
|
|
- },
|
144
|
|
- "require-dev": {
|
145
|
|
- "phpunit/phpunit": "~4.0"
|
146
|
|
- },
|
147
|
|
- "type": "library",
|
148
|
|
- "extra": {
|
149
|
|
- "branch-alias": {
|
150
|
|
- "dev-master": "1.0-dev"
|
151
|
|
- }
|
152
|
|
- },
|
153
|
|
- "autoload": {
|
154
|
|
- "psr-4": {
|
155
|
|
- "GuzzleHttp\\Psr7\\": "src/"
|
156
|
|
- },
|
157
|
|
- "files": [
|
158
|
|
- "src/functions_include.php"
|
159
|
|
- ]
|
160
|
|
- },
|
161
|
|
- "notification-url": "https://packagist.org/downloads/",
|
162
|
|
- "license": [
|
163
|
|
- "MIT"
|
164
|
|
- ],
|
165
|
|
- "authors": [
|
166
|
|
- {
|
167
|
|
- "name": "Michael Dowling",
|
168
|
|
- "email": "mtdowling@gmail.com",
|
169
|
|
- "homepage": "https://github.com/mtdowling"
|
170
|
|
- }
|
171
|
|
- ],
|
172
|
|
- "description": "PSR-7 message implementation",
|
173
|
|
- "keywords": [
|
174
|
|
- "http",
|
175
|
|
- "message",
|
176
|
|
- "stream",
|
177
|
|
- "uri"
|
178
|
|
- ],
|
179
|
|
- "time": "2016-02-18 21:54:00"
|
180
|
|
- },
|
181
|
|
- {
|
182
|
|
- "name": "luticate/utils",
|
183
|
|
- "version": "0.1.7",
|
184
|
|
- "source": {
|
185
|
|
- "type": "git",
|
186
|
|
- "url": "https://git.rthoni.com/robin.thoni/luticate-utils.git",
|
187
|
|
- "reference": "f1c6488a217a463d4beb07d2706c8bcc8317e39d"
|
188
|
|
- },
|
189
|
|
- "require": {
|
190
|
|
- "guzzlehttp/guzzle": "^6.1"
|
191
|
|
- },
|
192
|
|
- "type": "library",
|
193
|
|
- "autoload": {
|
194
|
|
- "psr-4": {
|
195
|
|
- "Luticate\\": "src/"
|
196
|
|
- }
|
197
|
|
- },
|
198
|
|
- "authors": [
|
199
|
|
- {
|
200
|
|
- "name": "Robin THONI",
|
201
|
|
- "email": "robin@rthoni.com"
|
202
|
|
- }
|
203
|
|
- ],
|
204
|
|
- "description": "Luticate user management system utils",
|
205
|
|
- "time": "2016-02-22 22:19:47"
|
206
|
|
- },
|
207
|
|
- {
|
208
|
|
- "name": "psr/http-message",
|
209
|
|
- "version": "1.0",
|
210
|
|
- "source": {
|
211
|
|
- "type": "git",
|
212
|
|
- "url": "https://github.com/php-fig/http-message.git",
|
213
|
|
- "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
214
|
|
- },
|
215
|
|
- "dist": {
|
216
|
|
- "type": "zip",
|
217
|
|
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
218
|
|
- "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
219
|
|
- "shasum": ""
|
220
|
|
- },
|
221
|
|
- "require": {
|
222
|
|
- "php": ">=5.3.0"
|
223
|
|
- },
|
224
|
|
- "type": "library",
|
225
|
|
- "extra": {
|
226
|
|
- "branch-alias": {
|
227
|
|
- "dev-master": "1.0.x-dev"
|
228
|
|
- }
|
229
|
|
- },
|
230
|
|
- "autoload": {
|
231
|
|
- "psr-4": {
|
232
|
|
- "Psr\\Http\\Message\\": "src/"
|
233
|
|
- }
|
234
|
|
- },
|
235
|
|
- "notification-url": "https://packagist.org/downloads/",
|
236
|
|
- "license": [
|
237
|
|
- "MIT"
|
238
|
|
- ],
|
239
|
|
- "authors": [
|
240
|
|
- {
|
241
|
|
- "name": "PHP-FIG",
|
242
|
|
- "homepage": "http://www.php-fig.org/"
|
243
|
|
- }
|
244
|
|
- ],
|
245
|
|
- "description": "Common interface for HTTP messages",
|
246
|
|
- "keywords": [
|
247
|
|
- "http",
|
248
|
|
- "http-message",
|
249
|
|
- "psr",
|
250
|
|
- "psr-7",
|
251
|
|
- "request",
|
252
|
|
- "response"
|
253
|
|
- ],
|
254
|
|
- "time": "2015-05-04 20:22:00"
|
255
|
|
- },
|
256
|
|
- {
|
257
|
|
- "name": "twig/twig",
|
258
|
|
- "version": "v1.24.0",
|
259
|
|
- "source": {
|
260
|
|
- "type": "git",
|
261
|
|
- "url": "https://github.com/twigphp/Twig.git",
|
262
|
|
- "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
|
263
|
|
- },
|
264
|
|
- "dist": {
|
265
|
|
- "type": "zip",
|
266
|
|
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
|
267
|
|
- "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
|
268
|
|
- "shasum": ""
|
269
|
|
- },
|
270
|
|
- "require": {
|
271
|
|
- "php": ">=5.2.7"
|
272
|
|
- },
|
273
|
|
- "require-dev": {
|
274
|
|
- "symfony/debug": "~2.7",
|
275
|
|
- "symfony/phpunit-bridge": "~2.7"
|
276
|
|
- },
|
277
|
|
- "type": "library",
|
278
|
|
- "extra": {
|
279
|
|
- "branch-alias": {
|
280
|
|
- "dev-master": "1.24-dev"
|
281
|
|
- }
|
282
|
|
- },
|
283
|
|
- "autoload": {
|
284
|
|
- "psr-0": {
|
285
|
|
- "Twig_": "lib/"
|
286
|
|
- }
|
287
|
|
- },
|
288
|
|
- "notification-url": "https://packagist.org/downloads/",
|
289
|
|
- "license": [
|
290
|
|
- "BSD-3-Clause"
|
291
|
|
- ],
|
292
|
|
- "authors": [
|
293
|
|
- {
|
294
|
|
- "name": "Fabien Potencier",
|
295
|
|
- "email": "fabien@symfony.com",
|
296
|
|
- "homepage": "http://fabien.potencier.org",
|
297
|
|
- "role": "Lead Developer"
|
298
|
|
- },
|
299
|
|
- {
|
300
|
|
- "name": "Armin Ronacher",
|
301
|
|
- "email": "armin.ronacher@active-4.com",
|
302
|
|
- "role": "Project Founder"
|
303
|
|
- },
|
304
|
|
- {
|
305
|
|
- "name": "Twig Team",
|
306
|
|
- "homepage": "http://twig.sensiolabs.org/contributors",
|
307
|
|
- "role": "Contributors"
|
308
|
|
- }
|
309
|
|
- ],
|
310
|
|
- "description": "Twig, the flexible, fast, and secure template language for PHP",
|
311
|
|
- "homepage": "http://twig.sensiolabs.org",
|
312
|
|
- "keywords": [
|
313
|
|
- "templating"
|
314
|
|
- ],
|
315
|
|
- "time": "2016-01-25 21:22:18"
|
316
|
|
- }
|
317
|
|
- ],
|
318
|
|
- "packages-dev": [],
|
319
|
|
- "aliases": [],
|
320
|
|
- "minimum-stability": "stable",
|
321
|
|
- "stability-flags": [],
|
322
|
|
- "prefer-stable": false,
|
323
|
|
- "prefer-lowest": false,
|
324
|
|
- "platform": [],
|
325
|
|
- "platform-dev": []
|
326
|
|
-}
|