GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( b9e39b...d9ae54 )
by Cees-Jan
8s
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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": "6678e71b05ec8c1fe59a7b7f3a641b5a",
8
    "content-hash": "00c23b5bb66b290830498e575df22de4",
9
    "packages": [
10
        {
11
            "name": "clue/block-react",
12
            "version": "v1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/clue/php-block-react.git",
16
                "reference": "ed70f8d497dd265e30bc7dd19cf86b2e149b1ecf"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/clue/php-block-react/zipball/ed70f8d497dd265e30bc7dd19cf86b2e149b1ecf",
21
                "reference": "ed70f8d497dd265e30bc7dd19cf86b2e149b1ecf",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3",
26
                "react/event-loop": "0.4.*|0.3.*",
27
                "react/promise": "~2.1|~1.2",
28
                "react/promise-timer": "~1.0"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "files": [
33
                    "src/functions.php"
34
                ]
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Christian Lück",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "Integrate async React PHP components into your blocking environment",
47
            "homepage": "https://github.com/clue/php-block-react",
48
            "keywords": [
49
                "async",
50
                "blocking",
51
                "event loop",
52
                "promise",
53
                "reactphp",
54
                "synchronous"
55
            ],
56
            "time": "2016-03-09 15:10:22"
57
        },
58
        {
59
            "name": "evenement/evenement",
60
            "version": "v2.0.0",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/igorw/evenement.git",
64
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
69
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
70
                "shasum": ""
71
            },
72
            "require": {
73
                "php": ">=5.4.0"
74
            },
75
            "type": "library",
76
            "extra": {
77
                "branch-alias": {
78
                    "dev-master": "2.0-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-0": {
83
                    "Evenement": "src"
84
                }
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "MIT"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Igor Wiedler",
93
                    "email": "[email protected]",
94
                    "homepage": "http://wiedler.ch/igor/"
95
                }
96
            ],
97
            "description": "Événement is a very simple event dispatching library for PHP",
98
            "keywords": [
99
                "event-dispatcher",
100
                "event-emitter"
101
            ],
102
            "time": "2012-11-02 14:49:47"
103
        },
104
        {
105
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
106
            "version": "6.2.0",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/guzzle/guzzle.git",
110
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
115
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "guzzlehttp/promises": "~1.0",
120
                "guzzlehttp/psr7": "~1.1",
121
                "php": ">=5.5.0"
122
            },
123
            "require-dev": {
124
                "ext-curl": "*",
125
                "phpunit/phpunit": "~4.0",
126
                "psr/log": "~1.0"
127
            },
128
            "type": "library",
129
            "extra": {
130
                "branch-alias": {
131
                    "dev-master": "6.2-dev"
132
                }
133
            },
134
            "autoload": {
135
                "files": [
136
                    "src/functions_include.php"
137
                ],
138
                "psr-4": {
139
                    "GuzzleHttp\\": "src/"
140
                }
141
            },
142
            "notification-url": "https://packagist.org/downloads/",
143
            "license": [
144
                "MIT"
145
            ],
146
            "authors": [
147
                {
148
                    "name": "Michael Dowling",
149
                    "email": "[email protected]",
150
                    "homepage": "https://github.com/mtdowling"
151
                }
152
            ],
153
            "description": "Guzzle is a PHP HTTP client library",
154
            "homepage": "http://guzzlephp.org/",
155
            "keywords": [
156
                "client",
157
                "curl",
158
                "framework",
159
                "http",
160
                "http client",
161
                "rest",
162
                "web service"
163
            ],
164
            "time": "2016-03-21 20:02:09"
165
        },
166
        {
167
            "name": "guzzlehttp/promises",
168
            "version": "1.2.0",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/guzzle/promises.git",
172
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
177
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "php": ">=5.5.0"
182
            },
183
            "require-dev": {
184
                "phpunit/phpunit": "~4.0"
185
            },
186
            "type": "library",
187
            "extra": {
188
                "branch-alias": {
189
                    "dev-master": "1.0-dev"
190
                }
191
            },
192
            "autoload": {
193
                "psr-4": {
194
                    "GuzzleHttp\\Promise\\": "src/"
195
                },
196
                "files": [
197
                    "src/functions_include.php"
198
                ]
199
            },
200
            "notification-url": "https://packagist.org/downloads/",
201
            "license": [
202
                "MIT"
203
            ],
204
            "authors": [
205
                {
206
                    "name": "Michael Dowling",
207
                    "email": "[email protected]",
208
                    "homepage": "https://github.com/mtdowling"
209
                }
210
            ],
211
            "description": "Guzzle promises library",
212
            "keywords": [
213
                "promise"
214
            ],
215
            "time": "2016-05-18 16:56:05"
216
        },
217
        {
218
            "name": "guzzlehttp/psr7",
219
            "version": "1.3.1",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/guzzle/psr7.git",
223
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
228
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
229
                "shasum": ""
230
            },
231
            "require": {
232
                "php": ">=5.4.0",
233
                "psr/http-message": "~1.0"
234
            },
235
            "provide": {
236
                "psr/http-message-implementation": "1.0"
237
            },
238
            "require-dev": {
239
                "phpunit/phpunit": "~4.0"
240
            },
241
            "type": "library",
242
            "extra": {
243
                "branch-alias": {
244
                    "dev-master": "1.4-dev"
245
                }
246
            },
247
            "autoload": {
248
                "psr-4": {
249
                    "GuzzleHttp\\Psr7\\": "src/"
250
                },
251
                "files": [
252
                    "src/functions_include.php"
253
                ]
254
            },
255
            "notification-url": "https://packagist.org/downloads/",
256
            "license": [
257
                "MIT"
258
            ],
259
            "authors": [
260
                {
261
                    "name": "Michael Dowling",
262
                    "email": "[email protected]",
263
                    "homepage": "https://github.com/mtdowling"
264
                }
265
            ],
266
            "description": "PSR-7 message implementation",
267
            "keywords": [
268
                "http",
269
                "message",
270
                "stream",
271
                "uri"
272
            ],
273
            "time": "2016-06-24 23:00:38"
274
        },
275
        {
276
            "name": "nikic/php-parser",
277
            "version": "v2.1.0",
278
            "source": {
279
                "type": "git",
280
                "url": "https://github.com/nikic/PHP-Parser.git",
281
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
282
            },
283
            "dist": {
284
                "type": "zip",
285
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
286
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
287
                "shasum": ""
288
            },
289
            "require": {
290
                "ext-tokenizer": "*",
291
                "php": ">=5.4"
292
            },
293
            "require-dev": {
294
                "phpunit/phpunit": "~4.0"
295
            },
296
            "bin": [
297
                "bin/php-parse"
298
            ],
299
            "type": "library",
300
            "extra": {
301
                "branch-alias": {
302
                    "dev-master": "2.1-dev"
303
                }
304
            },
305
            "autoload": {
306
                "psr-4": {
307
                    "PhpParser\\": "lib/PhpParser"
308
                }
309
            },
310
            "notification-url": "https://packagist.org/downloads/",
311
            "license": [
312
                "BSD-3-Clause"
313
            ],
314
            "authors": [
315
                {
316
                    "name": "Nikita Popov"
317
                }
318
            ],
319
            "description": "A PHP parser written in PHP",
320
            "keywords": [
321
                "parser",
322
                "php"
323
            ],
324
            "time": "2016-04-19 13:41:41"
325
        },
326
        {
327
            "name": "ocramius/code-generator-utils",
328
            "version": "0.4.0",
329
            "source": {
330
                "type": "git",
331
                "url": "https://github.com/Ocramius/CodeGenerationUtils.git",
332
                "reference": "7dc0be1dec3376d95ba094688f0d84f7cf95f300"
333
            },
334
            "dist": {
335
                "type": "zip",
336
                "url": "https://api.github.com/repos/Ocramius/CodeGenerationUtils/zipball/7dc0be1dec3376d95ba094688f0d84f7cf95f300",
337
                "reference": "7dc0be1dec3376d95ba094688f0d84f7cf95f300",
338
                "shasum": ""
339
            },
340
            "require": {
341
                "nikic/php-parser": "~2.0",
342
                "php": "~7.0"
343
            },
344
            "require-dev": {
345
                "phpunit/phpunit": "~5.0",
346
                "squizlabs/php_codesniffer": "~2.0"
347
            },
348
            "type": "library",
349
            "extra": {
350
                "branch-alias": {
351
                    "dev-master": "1.0.x-dev"
352
                }
353
            },
354
            "autoload": {
355
                "psr-4": {
356
                    "CodeGenerationUtils\\": "src/CodeGenerationUtils"
357
                }
358
            },
359
            "notification-url": "https://packagist.org/downloads/",
360
            "license": [
361
                "MIT"
362
            ],
363
            "authors": [
364
                {
365
                    "name": "Marco Pivetta",
366
                    "email": "[email protected]",
367
                    "homepage": "http://ocramius.github.com/"
368
                }
369
            ],
370
            "description": "A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection",
371
            "homepage": "https://github.com/Ocramius/CodeGenerationUtils",
372
            "keywords": [
373
                "code generation",
374
                "compiler",
375
                "parser",
376
                "php code",
377
                "reflection"
378
            ],
379
            "time": "2016-01-12 09:22:58"
380
        },
381
        {
382
            "name": "ocramius/generated-hydrator",
383
            "version": "2.0.0",
384
            "source": {
385
                "type": "git",
386
                "url": "https://github.com/Ocramius/GeneratedHydrator.git",
387
                "reference": "98a731e7d4e393513cb6f4e7f120da853680fb50"
388
            },
389
            "dist": {
390
                "type": "zip",
391
                "url": "https://api.github.com/repos/Ocramius/GeneratedHydrator/zipball/98a731e7d4e393513cb6f4e7f120da853680fb50",
392
                "reference": "98a731e7d4e393513cb6f4e7f120da853680fb50",
393
                "shasum": ""
394
            },
395
            "require": {
396
                "nikic/php-parser": "~2.0",
397
                "ocramius/code-generator-utils": "0.4.*",
398
                "php": "~7.0",
399
                "zendframework/zend-hydrator": "^2.0"
400
            },
401
            "require-dev": {
402
                "athletic/athletic": "~0.1.6",
403
                "phpunit/phpunit": "~5.0",
404
                "squizlabs/php_codesniffer": "~2.0"
405
            },
406
            "type": "library",
407
            "extra": {
408
                "branch-alias": {
409
                    "dev-master": "2.1.x-dev"
410
                }
411
            },
412
            "autoload": {
413
                "psr-0": {
414
                    "GeneratedHydrator\\": "src"
415
                }
416
            },
417
            "notification-url": "https://packagist.org/downloads/",
418
            "license": [
419
                "MIT"
420
            ],
421
            "authors": [
422
                {
423
                    "name": "Marco Pivetta",
424
                    "email": "[email protected]",
425
                    "homepage": "http://ocramius.github.com/"
426
                }
427
            ],
428
            "description": "An Object Hydrator that allows very fast array to object to array conversion",
429
            "homepage": "https://github.com/Ocramius/GeneratedHydrator",
430
            "keywords": [
431
                "array conversion",
432
                "hydrator",
433
                "object conversion",
434
                "performance",
435
                "serializer"
436
            ],
437
            "time": "2016-01-12 11:39:06"
438
        },
439
        {
440
            "name": "psr/http-message",
441
            "version": "1.0",
442
            "source": {
443
                "type": "git",
444
                "url": "https://github.com/php-fig/http-message.git",
445
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
446
            },
447
            "dist": {
448
                "type": "zip",
449
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
450
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
451
                "shasum": ""
452
            },
453
            "require": {
454
                "php": ">=5.3.0"
455
            },
456
            "type": "library",
457
            "extra": {
458
                "branch-alias": {
459
                    "dev-master": "1.0.x-dev"
460
                }
461
            },
462
            "autoload": {
463
                "psr-4": {
464
                    "Psr\\Http\\Message\\": "src/"
465
                }
466
            },
467
            "notification-url": "https://packagist.org/downloads/",
468
            "license": [
469
                "MIT"
470
            ],
471
            "authors": [
472
                {
473
                    "name": "PHP-FIG",
474
                    "homepage": "http://www.php-fig.org/"
475
                }
476
            ],
477
            "description": "Common interface for HTTP messages",
478
            "keywords": [
479
                "http",
480
                "http-message",
481
                "psr",
482
                "psr-7",
483
                "request",
484
                "response"
485
            ],
486
            "time": "2015-05-04 20:22:00"
487
        },
488
        {
489
            "name": "react/cache",
490
            "version": "v0.4.1",
491
            "source": {
492
                "type": "git",
493
                "url": "https://github.com/reactphp/cache.git",
494
                "reference": "558f614891341b1d817a8cdf9a358948ec49638f"
495
            },
496
            "dist": {
497
                "type": "zip",
498
                "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f",
499
                "reference": "558f614891341b1d817a8cdf9a358948ec49638f",
500
                "shasum": ""
501
            },
502
            "require": {
503
                "php": ">=5.3.0",
504
                "react/promise": "~2.0|~1.1"
505
            },
506
            "type": "library",
507
            "autoload": {
508
                "psr-4": {
509
                    "React\\Cache\\": "src\\"
510
                }
511
            },
512
            "notification-url": "https://packagist.org/downloads/",
513
            "license": [
514
                "MIT"
515
            ],
516
            "description": "Async caching.",
517
            "keywords": [
518
                "cache"
519
            ],
520
            "time": "2016-02-25 18:17:16"
521
        },
522
        {
523
            "name": "react/dns",
524
            "version": "v0.4.2",
525
            "source": {
526
                "type": "git",
527
                "url": "https://github.com/reactphp/dns.git",
528
                "reference": "62f6201e487df8add209cc42f05ffca33ee1ba05"
529
            },
530
            "dist": {
531
                "type": "zip",
532
                "url": "https://api.github.com/repos/reactphp/dns/zipball/62f6201e487df8add209cc42f05ffca33ee1ba05",
533
                "reference": "62f6201e487df8add209cc42f05ffca33ee1ba05",
534
                "shasum": ""
535
            },
536
            "require": {
537
                "php": ">=5.3.0",
538
                "react/cache": "~0.4.0|~0.3.0",
539
                "react/promise": "~2.0|~1.1",
540
                "react/socket": "~0.4.0|~0.3.0"
541
            },
542
            "type": "library",
543
            "extra": {
544
                "branch-alias": {
545
                    "dev-master": "0.4-dev"
546
                }
547
            },
548
            "autoload": {
549
                "psr-4": {
550
                    "React\\Dns\\": "src"
551
                }
552
            },
553
            "notification-url": "https://packagist.org/downloads/",
554
            "license": [
555
                "MIT"
556
            ],
557
            "description": "Async DNS resolver.",
558
            "keywords": [
559
                "dns",
560
                "dns-resolver"
561
            ],
562
            "time": "2016-02-24 23:45:36"
563
        },
564
        {
565
            "name": "react/event-loop",
566
            "version": "v0.4.2",
567
            "source": {
568
                "type": "git",
569
                "url": "https://github.com/reactphp/event-loop.git",
570
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
571
            },
572
            "dist": {
573
                "type": "zip",
574
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
575
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
576
                "shasum": ""
577
            },
578
            "require": {
579
                "php": ">=5.4.0"
580
            },
581
            "suggest": {
582
                "ext-event": "~1.0",
583
                "ext-libev": "*",
584
                "ext-libevent": ">=0.1.0"
585
            },
586
            "type": "library",
587
            "extra": {
588
                "branch-alias": {
589
                    "dev-master": "0.5-dev"
590
                }
591
            },
592
            "autoload": {
593
                "psr-4": {
594
                    "React\\EventLoop\\": "src"
595
                }
596
            },
597
            "notification-url": "https://packagist.org/downloads/",
598
            "license": [
599
                "MIT"
600
            ],
601
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
602
            "keywords": [
603
                "asynchronous",
604
                "event-loop"
605
            ],
606
            "time": "2016-03-08 02:09:32"
607
        },
608
        {
609
            "name": "react/http-client",
610
            "version": "v0.4.10",
611
            "source": {
612
                "type": "git",
613
                "url": "https://github.com/reactphp/http-client.git",
614
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575"
615
            },
616
            "dist": {
617
                "type": "zip",
618
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/1a37937274cc7bf7ef194381c83f5a4ad5253575",
619
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575",
620
                "shasum": ""
621
            },
622
            "require": {
623
                "evenement/evenement": "~2.0",
624
                "guzzlehttp/psr7": "^1.0",
625
                "php": ">=5.4.0",
626
                "react/dns": "0.4.*",
627
                "react/event-loop": "0.4.*",
628
                "react/promise": "~2.2",
629
                "react/socket-client": "^0.5 || ^0.4 || ^0.3",
630
                "react/stream": "0.4.*"
631
            },
632
            "type": "library",
633
            "extra": {
634
                "branch-alias": {
635
                    "dev-master": "0.5-dev"
636
                }
637
            },
638
            "autoload": {
639
                "psr-4": {
640
                    "React\\HttpClient\\": "src"
641
                }
642
            },
643
            "notification-url": "https://packagist.org/downloads/",
644
            "license": [
645
                "MIT"
646
            ],
647
            "description": "Asynchronous HTTP client library.",
648
            "keywords": [
649
                "http"
650
            ],
651
            "time": "2016-03-21 14:01:16"
652
        },
653
        {
654
            "name": "react/promise",
655
            "version": "v2.4.1",
656
            "source": {
657
                "type": "git",
658
                "url": "https://github.com/reactphp/promise.git",
659
                "reference": "8025426794f1944de806618671d4fa476dc7626f"
660
            },
661
            "dist": {
662
                "type": "zip",
663
                "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
664
                "reference": "8025426794f1944de806618671d4fa476dc7626f",
665
                "shasum": ""
666
            },
667
            "require": {
668
                "php": ">=5.4.0"
669
            },
670
            "type": "library",
671
            "extra": {
672
                "branch-alias": {
673
                    "dev-master": "2.0-dev"
674
                }
675
            },
676
            "autoload": {
677
                "psr-4": {
678
                    "React\\Promise\\": "src/"
679
                },
680
                "files": [
681
                    "src/functions_include.php"
682
                ]
683
            },
684
            "notification-url": "https://packagist.org/downloads/",
685
            "license": [
686
                "MIT"
687
            ],
688
            "authors": [
689
                {
690
                    "name": "Jan Sorgalla",
691
                    "email": "[email protected]"
692
                }
693
            ],
694
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
695
            "time": "2016-05-03 17:50:52"
696
        },
697
        {
698
            "name": "react/promise-timer",
699
            "version": "v1.1.0",
700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/reactphp/promise-timer.git",
703
                "reference": "6a46050d801688e08d1a550b97b1f3735505c62a"
704
            },
705
            "dist": {
706
                "type": "zip",
707
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/6a46050d801688e08d1a550b97b1f3735505c62a",
708
                "reference": "6a46050d801688e08d1a550b97b1f3735505c62a",
709
                "shasum": ""
710
            },
711
            "require": {
712
                "php": ">=5.3",
713
                "react/event-loop": "~0.4.0|~0.3.0",
714
                "react/promise": "~2.1|~1.2"
715
            },
716
            "type": "library",
717
            "autoload": {
718
                "psr-4": {
719
                    "React\\Promise\\Timer\\": "src/"
720
                },
721
                "files": [
722
                    "src/functions.php"
723
                ]
724
            },
725
            "notification-url": "https://packagist.org/downloads/",
726
            "license": [
727
                "MIT"
728
            ],
729
            "authors": [
730
                {
731
                    "name": "Christian Lück",
732
                    "email": "[email protected]"
733
                }
734
            ],
735
            "description": "Trivial timeout implementation for Promises",
736
            "homepage": "https://github.com/react/promise-timer",
737
            "keywords": [
738
                "async",
739
                "event-loop",
740
                "promise",
741
                "reactphp",
742
                "timeout",
743
                "timer"
744
            ],
745
            "time": "2016-02-29 19:03:45"
746
        },
747
        {
748
            "name": "react/socket",
749
            "version": "v0.4.3",
750
            "source": {
751
                "type": "git",
752
                "url": "https://github.com/reactphp/socket.git",
753
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc"
754
            },
755
            "dist": {
756
                "type": "zip",
757
                "url": "https://api.github.com/repos/reactphp/socket/zipball/ce015ec5879b96f5d30905f035f223aa85013fcc",
758
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc",
759
                "shasum": ""
760
            },
761
            "require": {
762
                "evenement/evenement": "~2.0|~1.0",
763
                "php": ">=5.3.0",
764
                "react/event-loop": "0.4.*|0.3.*",
765
                "react/stream": "0.4.*|0.3.*"
766
            },
767
            "type": "library",
768
            "extra": {
769
                "branch-alias": {
770
                    "dev-master": "0.4-dev"
771
                }
772
            },
773
            "autoload": {
774
                "psr-4": {
775
                    "React\\Socket\\": "src"
776
                }
777
            },
778
            "notification-url": "https://packagist.org/downloads/",
779
            "license": [
780
                "MIT"
781
            ],
782
            "description": "Library for building an evented socket server.",
783
            "keywords": [
784
                "Socket"
785
            ],
786
            "time": "2016-03-01 20:10:35"
787
        },
788
        {
789
            "name": "react/socket-client",
790
            "version": "v0.5.0",
791
            "source": {
792
                "type": "git",
793
                "url": "https://github.com/reactphp/socket-client.git",
794
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588"
795
            },
796
            "dist": {
797
                "type": "zip",
798
                "url": "https://api.github.com/repos/reactphp/socket-client/zipball/4ed32f2ce1e732586783c7ebd10b7d75386f2588",
799
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588",
800
                "shasum": ""
801
            },
802
            "require": {
803
                "php": ">=5.3.0",
804
                "react/dns": "0.4.*|0.3.*",
805
                "react/event-loop": "0.4.*|0.3.*",
806
                "react/promise": "~2.0|~1.1",
807
                "react/stream": "0.4.*|0.3.*"
808
            },
809
            "require-dev": {
810
                "clue/block-react": "~1.0"
811
            },
812
            "type": "library",
813
            "autoload": {
814
                "psr-4": {
815
                    "React\\SocketClient\\": "src"
816
                }
817
            },
818
            "notification-url": "https://packagist.org/downloads/",
819
            "license": [
820
                "MIT"
821
            ],
822
            "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
823
            "keywords": [
824
                "Socket"
825
            ],
826
            "time": "2016-03-19 13:11:48"
827
        },
828
        {
829
            "name": "react/stream",
830
            "version": "v0.4.3",
831
            "source": {
832
                "type": "git",
833
                "url": "https://github.com/reactphp/stream.git",
834
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
835
            },
836
            "dist": {
837
                "type": "zip",
838
                "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
839
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
840
                "shasum": ""
841
            },
842
            "require": {
843
                "evenement/evenement": "^2.0|^1.0",
844
                "php": ">=5.3.8"
845
            },
846
            "require-dev": {
847
                "react/event-loop": "^0.4|^0.3",
848
                "react/promise": "^2.0|^1.0"
849
            },
850
            "suggest": {
851
                "react/event-loop": "^0.4",
852
                "react/promise": "^2.0"
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "0.5-dev"
858
                }
859
            },
860
            "autoload": {
861
                "psr-4": {
862
                    "React\\Stream\\": "src"
863
                }
864
            },
865
            "notification-url": "https://packagist.org/downloads/",
866
            "license": [
867
                "MIT"
868
            ],
869
            "description": "Basic readable and writable stream interfaces that support piping.",
870
            "keywords": [
871
                "pipe",
872
                "stream"
873
            ],
874
            "time": "2015-10-07 18:32:58"
875
        },
876
        {
877
            "name": "reactivex/rxphp",
878
            "version": "1.3.0",
879
            "source": {
880
                "type": "git",
881
                "url": "https://github.com/ReactiveX/RxPHP.git",
882
                "reference": "6ac89887b85c537838b4cceccfea1eca9a992142"
883
            },
884
            "dist": {
885
                "type": "zip",
886
                "url": "https://api.github.com/repos/ReactiveX/RxPHP/zipball/6ac89887b85c537838b4cceccfea1eca9a992142",
887
                "reference": "6ac89887b85c537838b4cceccfea1eca9a992142",
888
                "shasum": ""
889
            },
890
            "require": {
891
                "php": "~5.5|~7.0"
892
            },
893
            "require-dev": {
894
                "react/event-loop": "~0.4.1",
895
                "react/promise": "~2.2"
896
            },
897
            "suggest": {
898
                "react/event-loop": "For using event-loop based scheduling.",
899
                "react/promise": "For converting promises to and from observables."
900
            },
901
            "type": "library",
902
            "extra": {
903
                "branch-alias": {
904
                    "dev-master": "1.4-dev"
905
                }
906
            },
907
            "autoload": {
908
                "psr-4": {
909
                    "Rx\\": "lib/Rx"
910
                }
911
            },
912
            "notification-url": "https://packagist.org/downloads/",
913
            "license": [
914
                "MIT"
915
            ],
916
            "authors": [
917
                {
918
                    "name": "Alexander",
919
                    "email": "[email protected]"
920
                },
921
                {
922
                    "name": "David Dan",
923
                    "email": "[email protected]"
924
                },
925
                {
926
                    "name": "Matt Bonneau",
927
                    "email": "[email protected]"
928
                }
929
            ],
930
            "description": "Reactive extensions for php.",
931
            "homepage": "https://github.com/ReactiveX/RxPHP",
932
            "keywords": [
933
                "extensions",
934
                "reactive",
935
                "rx"
936
            ],
937
            "time": "2016-05-18 17:37:13"
938
        },
939
        {
940
            "name": "wyrihaximus/api-client",
941
            "version": "dev-master",
942
            "source": {
943
                "type": "git",
944
                "url": "https://github.com/WyriHaximus/php-api-client.git",
945
                "reference": "4f177e70055bd8879c7bca56cc26366765f0113f"
946
            },
947
            "dist": {
948
                "type": "zip",
949
                "url": "https://api.github.com/repos/WyriHaximus/php-api-client/zipball/4f177e70055bd8879c7bca56cc26366765f0113f",
950
                "reference": "4f177e70055bd8879c7bca56cc26366765f0113f",
951
                "shasum": ""
952
            },
953
            "require": {
954
                "clue/block-react": "^1.1",
955
                "guzzlehttp/guzzle": "^6.0",
956
                "ocramius/generated-hydrator": "^2.0",
957
                "php": "^7.0",
958
                "react/cache": "^0.4.1",
959
                "react/promise": "^2.2",
960
                "reactivex/rxphp": "^1.2",
961
                "wyrihaximus/react-guzzle-psr7": "^1.0",
962
                "wyrihaximus/ticking-promise": "^1.6"
963
            },
964
            "require-dev": {
965
                "phake/phake": "^2.3",
966
                "phpunit/phpunit": "^5.2.3",
967
                "squizlabs/php_codesniffer": "^2.6",
968
                "vectorface/dunit": "~2.0"
969
            },
970
            "suggest": {
971
                "wyrihaximus/api-client-resource-generator": "Easy wireframing of resources"
972
            },
973
            "type": "library",
974
            "autoload": {
975
                "psr-4": {
976
                    "WyriHaximus\\ApiClient\\": "src/"
977
                }
978
            },
979
            "notification-url": "https://packagist.org/downloads/",
980
            "license": [
981
                "MIT"
982
            ],
983
            "authors": [
984
                {
985
                    "name": "Cees-Jan Kiewiet",
986
                    "email": "[email protected]"
987
                }
988
            ],
989
            "time": "2016-07-02 12:03:40"
990
        },
991
        {
992
            "name": "wyrihaximus/react-guzzle-http-client",
993
            "version": "3.0.2",
994
            "source": {
995
                "type": "git",
996
                "url": "https://github.com/WyriHaximus/react-guzzle-http-client.git",
997
                "reference": "a4606fd093b4d2d61a155930fb303ac760c2be1d"
998
            },
999
            "dist": {
1000
                "type": "zip",
1001
                "url": "https://api.github.com/repos/WyriHaximus/react-guzzle-http-client/zipball/a4606fd093b4d2d61a155930fb303ac760c2be1d",
1002
                "reference": "a4606fd093b4d2d61a155930fb303ac760c2be1d",
1003
                "shasum": ""
1004
            },
1005
            "require": {
1006
                "guzzlehttp/psr7": "^1.0",
1007
                "php": "^5.4|^7.0",
1008
                "psr/http-message": "^1.0",
1009
                "react/dns": "^0.4.1",
1010
                "react/http-client": "^0.4"
1011
            },
1012
            "require-dev": {
1013
                "phake/phake": "~1.0.6",
1014
                "phpunit/phpunit": "^4.0|^5.0",
1015
                "squizlabs/php_codesniffer": "~1.5.0",
1016
                "vectorface/dunit": "~2"
1017
            },
1018
            "type": "library",
1019
            "autoload": {
1020
                "psr-4": {
1021
                    "WyriHaximus\\React\\Guzzle\\HttpClient\\": "src/"
1022
                }
1023
            },
1024
            "notification-url": "https://packagist.org/downloads/",
1025
            "license": [
1026
                "MIT"
1027
            ],
1028
            "authors": [
1029
                {
1030
                    "name": "Cees-Jan Kiewiet",
1031
                    "email": "[email protected]",
1032
                    "homepage": "http://wyrihaximus.net/"
1033
                }
1034
            ],
1035
            "description": "Asyncronous GuzzleRing adapter powered by react/http-client",
1036
            "time": "2016-03-27 19:35:08"
1037
        },
1038
        {
1039
            "name": "wyrihaximus/react-guzzle-psr7",
1040
            "version": "1.0.0",
1041
            "source": {
1042
                "type": "git",
1043
                "url": "https://github.com/WyriHaximus/react-guzzle-psr7.git",
1044
                "reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0"
1045
            },
1046
            "dist": {
1047
                "type": "zip",
1048
                "url": "https://api.github.com/repos/WyriHaximus/react-guzzle-psr7/zipball/7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
1049
                "reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
1050
                "shasum": ""
1051
            },
1052
            "require": {
1053
                "guzzlehttp/guzzle": "~6.0",
1054
                "react/dns": "^0.4.1",
1055
                "wyrihaximus/react-guzzle-http-client": "^3.0.0"
1056
            },
1057
            "require-dev": {
1058
                "phake/phake": "~1.0.6",
1059
                "phpunit/phpunit": "~4.0",
1060
                "squizlabs/php_codesniffer": "~1.5.0",
1061
                "vectorface/dunit": "~2.0"
1062
            },
1063
            "type": "library",
1064
            "autoload": {
1065
                "psr-4": {
1066
                    "WyriHaximus\\React\\GuzzlePsr7\\": "src/"
1067
                }
1068
            },
1069
            "notification-url": "https://packagist.org/downloads/",
1070
            "license": [
1071
                "MIT"
1072
            ],
1073
            "authors": [
1074
                {
1075
                    "name": "Cees-Jan Kiewiet",
1076
                    "email": "[email protected]",
1077
                    "homepage": "http://wyrihaximus.net/"
1078
                }
1079
            ],
1080
            "description": "Asyncronous Guzzle (PSR7) adapter powered by react/http-client",
1081
            "time": "2015-08-09 20:04:16"
1082
        },
1083
        {
1084
            "name": "wyrihaximus/ticking-promise",
1085
            "version": "1.6.1",
1086
            "source": {
1087
                "type": "git",
1088
                "url": "https://github.com/WyriHaximus/TickingPromise.git",
1089
                "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12"
1090
            },
1091
            "dist": {
1092
                "type": "zip",
1093
                "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/8d26b1458e32c367ba6fb8ad5042046279acdb12",
1094
                "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12",
1095
                "shasum": ""
1096
            },
1097
            "require": {
1098
                "react/event-loop": "^0.4",
1099
                "react/promise": "~2.1"
1100
            },
1101
            "require-dev": {
1102
                "phpunit/phpunit": "~4.4",
1103
                "squizlabs/php_codesniffer": "^1.5.6",
1104
                "vectorface/dunit": "~1.4"
1105
            },
1106
            "type": "library",
1107
            "autoload": {
1108
                "psr-4": {
1109
                    "WyriHaximus\\React\\": "src/"
1110
                },
1111
                "files": [
1112
                    "src/functions_include.php"
1113
                ]
1114
            },
1115
            "notification-url": "https://packagist.org/downloads/",
1116
            "license": [
1117
                "MIT"
1118
            ],
1119
            "authors": [
1120
                {
1121
                    "name": "Cees-Jan Kiewiet",
1122
                    "email": "[email protected]",
1123
                    "homepage": "http://wyrihaximus.net/"
1124
                }
1125
            ],
1126
            "description": "Wrapping ticks into a promise",
1127
            "time": "2016-03-05 20:23:05"
1128
        },
1129
        {
1130
            "name": "zendframework/zend-hydrator",
1131
            "version": "2.2.1",
1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/zendframework/zend-hydrator.git",
1135
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182"
1136
            },
1137
            "dist": {
1138
                "type": "zip",
1139
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
1140
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
1141
                "shasum": ""
1142
            },
1143
            "require": {
1144
                "php": "^5.5 || ^7.0",
1145
                "zendframework/zend-stdlib": "^3.0"
1146
            },
1147
            "require-dev": {
1148
                "phpunit/phpunit": "^4.5",
1149
                "squizlabs/php_codesniffer": "^2.3.1",
1150
                "zendframework/zend-eventmanager": "^3.0",
1151
                "zendframework/zend-filter": "^2.6",
1152
                "zendframework/zend-inputfilter": "^2.6",
1153
                "zendframework/zend-serializer": "^2.6.1",
1154
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
1155
            },
1156
            "suggest": {
1157
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
1158
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
1159
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
1160
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
1161
            },
1162
            "type": "library",
1163
            "extra": {
1164
                "branch-alias": {
1165
                    "dev-release-1.0": "1.0-dev",
1166
                    "dev-release-1.1": "1.1-dev",
1167
                    "dev-master": "2.2-dev",
1168
                    "dev-develop": "2.3-dev"
1169
                },
1170
                "zf": {
1171
                    "component": "Zend\\Hydrator",
1172
                    "config-provider": "Zend\\Hydrator\\ConfigProvider"
1173
                }
1174
            },
1175
            "autoload": {
1176
                "psr-4": {
1177
                    "Zend\\Hydrator\\": "src/"
1178
                }
1179
            },
1180
            "notification-url": "https://packagist.org/downloads/",
1181
            "license": [
1182
                "BSD-3-Clause"
1183
            ],
1184
            "homepage": "https://github.com/zendframework/zend-hydrator",
1185
            "keywords": [
1186
                "hydrator",
1187
                "zf2"
1188
            ],
1189
            "time": "2016-04-18 17:59:29"
1190
        },
1191
        {
1192
            "name": "zendframework/zend-stdlib",
1193
            "version": "3.0.1",
1194
            "source": {
1195
                "type": "git",
1196
                "url": "https://github.com/zendframework/zend-stdlib.git",
1197
                "reference": "8bafa58574204bdff03c275d1d618aaa601588ae"
1198
            },
1199
            "dist": {
1200
                "type": "zip",
1201
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae",
1202
                "reference": "8bafa58574204bdff03c275d1d618aaa601588ae",
1203
                "shasum": ""
1204
            },
1205
            "require": {
1206
                "php": "^5.5 || ^7.0"
1207
            },
1208
            "require-dev": {
1209
                "athletic/athletic": "~0.1",
1210
                "fabpot/php-cs-fixer": "1.7.*",
1211
                "phpunit/phpunit": "~4.0"
1212
            },
1213
            "type": "library",
1214
            "extra": {
1215
                "branch-alias": {
1216
                    "dev-master": "3.0-dev",
1217
                    "dev-develop": "3.1-dev"
1218
                }
1219
            },
1220
            "autoload": {
1221
                "psr-4": {
1222
                    "Zend\\Stdlib\\": "src/"
1223
                }
1224
            },
1225
            "notification-url": "https://packagist.org/downloads/",
1226
            "license": [
1227
                "BSD-3-Clause"
1228
            ],
1229
            "homepage": "https://github.com/zendframework/zend-stdlib",
1230
            "keywords": [
1231
                "stdlib",
1232
                "zf2"
1233
            ],
1234
            "time": "2016-04-12 21:19:36"
1235
        }
1236
    ],
1237
    "packages-dev": [
1238
        {
1239
            "name": "aura/cli",
1240
            "version": "2.1.1",
1241
            "source": {
1242
                "type": "git",
1243
                "url": "https://github.com/auraphp/Aura.Cli.git",
1244
                "reference": "b550cd79beff793ec5feeea248ccd4ba537c8603"
1245
            },
1246
            "dist": {
1247
                "type": "zip",
1248
                "url": "https://api.github.com/repos/auraphp/Aura.Cli/zipball/b550cd79beff793ec5feeea248ccd4ba537c8603",
1249
                "reference": "b550cd79beff793ec5feeea248ccd4ba537c8603",
1250
                "shasum": ""
1251
            },
1252
            "require": {
1253
                "php": ">=5.3.0"
1254
            },
1255
            "require-dev": {
1256
                "aura/di": "~2.0"
1257
            },
1258
            "type": "library",
1259
            "extra": {
1260
                "aura": {
1261
                    "type": "library",
1262
                    "config": {
1263
                        "common": "Aura\\Cli\\_Config\\Common"
1264
                    }
1265
                },
1266
                "branch-alias": {
1267
                    "dev-develop-2": "2.0.x-dev"
1268
                }
1269
            },
1270
            "autoload": {
1271
                "psr-4": {
1272
                    "Aura\\Cli\\": "src/",
1273
                    "Aura\\Cli\\_Config\\": "config/"
1274
                }
1275
            },
1276
            "notification-url": "https://packagist.org/downloads/",
1277
            "license": [
1278
                "BSD-2-Clause"
1279
            ],
1280
            "authors": [
1281
                {
1282
                    "name": "Aura.Cli Contributors",
1283
                    "homepage": "https://github.com/auraphp/Aura.Cli/contributors"
1284
                }
1285
            ],
1286
            "description": "Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.",
1287
            "homepage": "https://github.com/auraphp/Aura.Cli",
1288
            "keywords": [
1289
                "cli",
1290
                "command",
1291
                "command line",
1292
                "getopt",
1293
                "options",
1294
                "stdio"
1295
            ],
1296
            "time": "2015-03-27 17:23:08"
1297
        },
1298
        {
1299
            "name": "doctrine/inflector",
1300
            "version": "v1.1.0",
1301
            "source": {
1302
                "type": "git",
1303
                "url": "https://github.com/doctrine/inflector.git",
1304
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1305
            },
1306
            "dist": {
1307
                "type": "zip",
1308
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1309
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1310
                "shasum": ""
1311
            },
1312
            "require": {
1313
                "php": ">=5.3.2"
1314
            },
1315
            "require-dev": {
1316
                "phpunit/phpunit": "4.*"
1317
            },
1318
            "type": "library",
1319
            "extra": {
1320
                "branch-alias": {
1321
                    "dev-master": "1.1.x-dev"
1322
                }
1323
            },
1324
            "autoload": {
1325
                "psr-0": {
1326
                    "Doctrine\\Common\\Inflector\\": "lib/"
1327
                }
1328
            },
1329
            "notification-url": "https://packagist.org/downloads/",
1330
            "license": [
1331
                "MIT"
1332
            ],
1333
            "authors": [
1334
                {
1335
                    "name": "Roman Borschel",
1336
                    "email": "[email protected]"
1337
                },
1338
                {
1339
                    "name": "Benjamin Eberlei",
1340
                    "email": "[email protected]"
1341
                },
1342
                {
1343
                    "name": "Guilherme Blanco",
1344
                    "email": "[email protected]"
1345
                },
1346
                {
1347
                    "name": "Jonathan Wage",
1348
                    "email": "[email protected]"
1349
                },
1350
                {
1351
                    "name": "Johannes Schmitt",
1352
                    "email": "[email protected]"
1353
                }
1354
            ],
1355
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1356
            "homepage": "http://www.doctrine-project.org",
1357
            "keywords": [
1358
                "inflection",
1359
                "pluralize",
1360
                "singularize",
1361
                "string"
1362
            ],
1363
            "time": "2015-11-06 14:35:42"
1364
        },
1365
        {
1366
            "name": "doctrine/instantiator",
1367
            "version": "1.0.5",
1368
            "source": {
1369
                "type": "git",
1370
                "url": "https://github.com/doctrine/instantiator.git",
1371
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1372
            },
1373
            "dist": {
1374
                "type": "zip",
1375
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1376
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1377
                "shasum": ""
1378
            },
1379
            "require": {
1380
                "php": ">=5.3,<8.0-DEV"
1381
            },
1382
            "require-dev": {
1383
                "athletic/athletic": "~0.1.8",
1384
                "ext-pdo": "*",
1385
                "ext-phar": "*",
1386
                "phpunit/phpunit": "~4.0",
1387
                "squizlabs/php_codesniffer": "~2.0"
1388
            },
1389
            "type": "library",
1390
            "extra": {
1391
                "branch-alias": {
1392
                    "dev-master": "1.0.x-dev"
1393
                }
1394
            },
1395
            "autoload": {
1396
                "psr-4": {
1397
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1398
                }
1399
            },
1400
            "notification-url": "https://packagist.org/downloads/",
1401
            "license": [
1402
                "MIT"
1403
            ],
1404
            "authors": [
1405
                {
1406
                    "name": "Marco Pivetta",
1407
                    "email": "[email protected]",
1408
                    "homepage": "http://ocramius.github.com/"
1409
                }
1410
            ],
1411
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1412
            "homepage": "https://github.com/doctrine/instantiator",
1413
            "keywords": [
1414
                "constructor",
1415
                "instantiate"
1416
            ],
1417
            "time": "2015-06-14 21:17:01"
1418
        },
1419
        {
1420
            "name": "friendsofphp/php-cs-fixer",
1421
            "version": "v1.11.4",
1422
            "source": {
1423
                "type": "git",
1424
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1425
                "reference": "eeb280e909834603ffe03524dbe0066e77c83084"
1426
            },
1427
            "dist": {
1428
                "type": "zip",
1429
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/eeb280e909834603ffe03524dbe0066e77c83084",
1430
                "reference": "eeb280e909834603ffe03524dbe0066e77c83084",
1431
                "shasum": ""
1432
            },
1433
            "require": {
1434
                "ext-tokenizer": "*",
1435
                "php": ">=5.3.6",
1436
                "sebastian/diff": "~1.1",
1437
                "symfony/console": "~2.3|~3.0",
1438
                "symfony/event-dispatcher": "~2.1|~3.0",
1439
                "symfony/filesystem": "~2.1|~3.0",
1440
                "symfony/finder": "~2.1|~3.0",
1441
                "symfony/process": "~2.3|~3.0",
1442
                "symfony/stopwatch": "~2.5|~3.0"
1443
            },
1444
            "require-dev": {
1445
                "satooshi/php-coveralls": "0.7.*@dev"
1446
            },
1447
            "bin": [
1448
                "php-cs-fixer"
1449
            ],
1450
            "type": "application",
1451
            "autoload": {
1452
                "psr-4": {
1453
                    "Symfony\\CS\\": "Symfony/CS/"
1454
                }
1455
            },
1456
            "notification-url": "https://packagist.org/downloads/",
1457
            "license": [
1458
                "MIT"
1459
            ],
1460
            "authors": [
1461
                {
1462
                    "name": "Dariusz Rumiński",
1463
                    "email": "[email protected]"
1464
                },
1465
                {
1466
                    "name": "Fabien Potencier",
1467
                    "email": "[email protected]"
1468
                }
1469
            ],
1470
            "description": "A tool to automatically fix PHP code style",
1471
            "time": "2016-06-07 07:51:27"
1472
        },
1473
        {
1474
            "name": "myclabs/deep-copy",
1475
            "version": "1.5.1",
1476
            "source": {
1477
                "type": "git",
1478
                "url": "https://github.com/myclabs/DeepCopy.git",
1479
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
1480
            },
1481
            "dist": {
1482
                "type": "zip",
1483
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
1484
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
1485
                "shasum": ""
1486
            },
1487
            "require": {
1488
                "php": ">=5.4.0"
1489
            },
1490
            "require-dev": {
1491
                "doctrine/collections": "1.*",
1492
                "phpunit/phpunit": "~4.1"
1493
            },
1494
            "type": "library",
1495
            "autoload": {
1496
                "psr-4": {
1497
                    "DeepCopy\\": "src/DeepCopy/"
1498
                }
1499
            },
1500
            "notification-url": "https://packagist.org/downloads/",
1501
            "license": [
1502
                "MIT"
1503
            ],
1504
            "description": "Create deep copies (clones) of your objects",
1505
            "homepage": "https://github.com/myclabs/DeepCopy",
1506
            "keywords": [
1507
                "clone",
1508
                "copy",
1509
                "duplicate",
1510
                "object",
1511
                "object graph"
1512
            ],
1513
            "time": "2015-11-20 12:04:31"
1514
        },
1515
        {
1516
            "name": "phake/phake",
1517
            "version": "v2.3.0",
1518
            "source": {
1519
                "type": "git",
1520
                "url": "https://github.com/mlively/Phake.git",
1521
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd"
1522
            },
1523
            "dist": {
1524
                "type": "zip",
1525
                "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd",
1526
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd",
1527
                "shasum": ""
1528
            },
1529
            "require": {
1530
                "php": ">=5.3.3",
1531
                "sebastian/comparator": "~1.1"
1532
            },
1533
            "require-dev": {
1534
                "codeclimate/php-test-reporter": "dev-master",
1535
                "doctrine/common": "2.3.*",
1536
                "ext-soap": "*",
1537
                "hamcrest/hamcrest-php": "1.1.*",
1538
                "phpunit/phpunit": "3.7.*"
1539
            },
1540
            "suggest": {
1541
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
1542
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
1543
            },
1544
            "type": "library",
1545
            "extra": {
1546
                "branch-alias": {
1547
                    "dev-master": "3.0.0-dev"
1548
                }
1549
            },
1550
            "autoload": {
1551
                "psr-0": {
1552
                    "Phake": "src/"
1553
                }
1554
            },
1555
            "notification-url": "https://packagist.org/downloads/",
1556
            "license": [
1557
                "BSD-3-Clause"
1558
            ],
1559
            "authors": [
1560
                {
1561
                    "name": "Mike Lively",
1562
                    "email": "[email protected]"
1563
                }
1564
            ],
1565
            "description": "The Phake mock testing library",
1566
            "homepage": "https://github.com/mlively/Phake",
1567
            "keywords": [
1568
                "mock",
1569
                "testing"
1570
            ],
1571
            "time": "2016-03-04 18:49:33"
1572
        },
1573
        {
1574
            "name": "phpdocumentor/reflection-common",
1575
            "version": "1.0",
1576
            "source": {
1577
                "type": "git",
1578
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1579
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1580
            },
1581
            "dist": {
1582
                "type": "zip",
1583
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1584
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1585
                "shasum": ""
1586
            },
1587
            "require": {
1588
                "php": ">=5.5"
1589
            },
1590
            "require-dev": {
1591
                "phpunit/phpunit": "^4.6"
1592
            },
1593
            "type": "library",
1594
            "extra": {
1595
                "branch-alias": {
1596
                    "dev-master": "1.0.x-dev"
1597
                }
1598
            },
1599
            "autoload": {
1600
                "psr-4": {
1601
                    "phpDocumentor\\Reflection\\": [
1602
                        "src"
1603
                    ]
1604
                }
1605
            },
1606
            "notification-url": "https://packagist.org/downloads/",
1607
            "license": [
1608
                "MIT"
1609
            ],
1610
            "authors": [
1611
                {
1612
                    "name": "Jaap van Otterdijk",
1613
                    "email": "[email protected]"
1614
                }
1615
            ],
1616
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1617
            "homepage": "http://www.phpdoc.org",
1618
            "keywords": [
1619
                "FQSEN",
1620
                "phpDocumentor",
1621
                "phpdoc",
1622
                "reflection",
1623
                "static analysis"
1624
            ],
1625
            "time": "2015-12-27 11:43:31"
1626
        },
1627
        {
1628
            "name": "phpdocumentor/reflection-docblock",
1629
            "version": "3.1.0",
1630
            "source": {
1631
                "type": "git",
1632
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1633
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
1634
            },
1635
            "dist": {
1636
                "type": "zip",
1637
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
1638
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
1639
                "shasum": ""
1640
            },
1641
            "require": {
1642
                "php": ">=5.5",
1643
                "phpdocumentor/reflection-common": "^1.0@dev",
1644
                "phpdocumentor/type-resolver": "^0.2.0",
1645
                "webmozart/assert": "^1.0"
1646
            },
1647
            "require-dev": {
1648
                "mockery/mockery": "^0.9.4",
1649
                "phpunit/phpunit": "^4.4"
1650
            },
1651
            "type": "library",
1652
            "autoload": {
1653
                "psr-4": {
1654
                    "phpDocumentor\\Reflection\\": [
1655
                        "src/"
1656
                    ]
1657
                }
1658
            },
1659
            "notification-url": "https://packagist.org/downloads/",
1660
            "license": [
1661
                "MIT"
1662
            ],
1663
            "authors": [
1664
                {
1665
                    "name": "Mike van Riel",
1666
                    "email": "[email protected]"
1667
                }
1668
            ],
1669
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1670
            "time": "2016-06-10 09:48:41"
1671
        },
1672
        {
1673
            "name": "phpdocumentor/type-resolver",
1674
            "version": "0.2",
1675
            "source": {
1676
                "type": "git",
1677
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1678
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1679
            },
1680
            "dist": {
1681
                "type": "zip",
1682
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1683
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1684
                "shasum": ""
1685
            },
1686
            "require": {
1687
                "php": ">=5.5",
1688
                "phpdocumentor/reflection-common": "^1.0"
1689
            },
1690
            "require-dev": {
1691
                "mockery/mockery": "^0.9.4",
1692
                "phpunit/phpunit": "^5.2||^4.8.24"
1693
            },
1694
            "type": "library",
1695
            "extra": {
1696
                "branch-alias": {
1697
                    "dev-master": "1.0.x-dev"
1698
                }
1699
            },
1700
            "autoload": {
1701
                "psr-4": {
1702
                    "phpDocumentor\\Reflection\\": [
1703
                        "src/"
1704
                    ]
1705
                }
1706
            },
1707
            "notification-url": "https://packagist.org/downloads/",
1708
            "license": [
1709
                "MIT"
1710
            ],
1711
            "authors": [
1712
                {
1713
                    "name": "Mike van Riel",
1714
                    "email": "[email protected]"
1715
                }
1716
            ],
1717
            "time": "2016-06-10 07:14:17"
1718
        },
1719
        {
1720
            "name": "phpspec/prophecy",
1721
            "version": "v1.6.1",
1722
            "source": {
1723
                "type": "git",
1724
                "url": "https://github.com/phpspec/prophecy.git",
1725
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1726
            },
1727
            "dist": {
1728
                "type": "zip",
1729
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1730
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1731
                "shasum": ""
1732
            },
1733
            "require": {
1734
                "doctrine/instantiator": "^1.0.2",
1735
                "php": "^5.3|^7.0",
1736
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1737
                "sebastian/comparator": "^1.1",
1738
                "sebastian/recursion-context": "^1.0"
1739
            },
1740
            "require-dev": {
1741
                "phpspec/phpspec": "^2.0"
1742
            },
1743
            "type": "library",
1744
            "extra": {
1745
                "branch-alias": {
1746
                    "dev-master": "1.6.x-dev"
1747
                }
1748
            },
1749
            "autoload": {
1750
                "psr-0": {
1751
                    "Prophecy\\": "src/"
1752
                }
1753
            },
1754
            "notification-url": "https://packagist.org/downloads/",
1755
            "license": [
1756
                "MIT"
1757
            ],
1758
            "authors": [
1759
                {
1760
                    "name": "Konstantin Kudryashov",
1761
                    "email": "[email protected]",
1762
                    "homepage": "http://everzet.com"
1763
                },
1764
                {
1765
                    "name": "Marcello Duarte",
1766
                    "email": "[email protected]"
1767
                }
1768
            ],
1769
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1770
            "homepage": "https://github.com/phpspec/prophecy",
1771
            "keywords": [
1772
                "Double",
1773
                "Dummy",
1774
                "fake",
1775
                "mock",
1776
                "spy",
1777
                "stub"
1778
            ],
1779
            "time": "2016-06-07 08:13:47"
1780
        },
1781
        {
1782
            "name": "phpunit/php-code-coverage",
1783
            "version": "4.0.0",
1784
            "source": {
1785
                "type": "git",
1786
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1787
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
1788
            },
1789
            "dist": {
1790
                "type": "zip",
1791
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
1792
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
1793
                "shasum": ""
1794
            },
1795
            "require": {
1796
                "php": "^5.6 || ^7.0",
1797
                "phpunit/php-file-iterator": "~1.3",
1798
                "phpunit/php-text-template": "~1.2",
1799
                "phpunit/php-token-stream": "^1.4.2",
1800
                "sebastian/code-unit-reverse-lookup": "~1.0",
1801
                "sebastian/environment": "^1.3.2",
1802
                "sebastian/version": "~1.0|~2.0"
1803
            },
1804
            "require-dev": {
1805
                "ext-xdebug": ">=2.1.4",
1806
                "phpunit/phpunit": "^5.4"
1807
            },
1808
            "suggest": {
1809
                "ext-dom": "*",
1810
                "ext-xdebug": ">=2.4.0",
1811
                "ext-xmlwriter": "*"
1812
            },
1813
            "type": "library",
1814
            "extra": {
1815
                "branch-alias": {
1816
                    "dev-master": "4.0.x-dev"
1817
                }
1818
            },
1819
            "autoload": {
1820
                "classmap": [
1821
                    "src/"
1822
                ]
1823
            },
1824
            "notification-url": "https://packagist.org/downloads/",
1825
            "license": [
1826
                "BSD-3-Clause"
1827
            ],
1828
            "authors": [
1829
                {
1830
                    "name": "Sebastian Bergmann",
1831
                    "email": "[email protected]",
1832
                    "role": "lead"
1833
                }
1834
            ],
1835
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1836
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1837
            "keywords": [
1838
                "coverage",
1839
                "testing",
1840
                "xunit"
1841
            ],
1842
            "time": "2016-06-03 05:03:56"
1843
        },
1844
        {
1845
            "name": "phpunit/php-file-iterator",
1846
            "version": "1.4.1",
1847
            "source": {
1848
                "type": "git",
1849
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1850
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1851
            },
1852
            "dist": {
1853
                "type": "zip",
1854
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1855
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1856
                "shasum": ""
1857
            },
1858
            "require": {
1859
                "php": ">=5.3.3"
1860
            },
1861
            "type": "library",
1862
            "extra": {
1863
                "branch-alias": {
1864
                    "dev-master": "1.4.x-dev"
1865
                }
1866
            },
1867
            "autoload": {
1868
                "classmap": [
1869
                    "src/"
1870
                ]
1871
            },
1872
            "notification-url": "https://packagist.org/downloads/",
1873
            "license": [
1874
                "BSD-3-Clause"
1875
            ],
1876
            "authors": [
1877
                {
1878
                    "name": "Sebastian Bergmann",
1879
                    "email": "[email protected]",
1880
                    "role": "lead"
1881
                }
1882
            ],
1883
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1884
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1885
            "keywords": [
1886
                "filesystem",
1887
                "iterator"
1888
            ],
1889
            "time": "2015-06-21 13:08:43"
1890
        },
1891
        {
1892
            "name": "phpunit/php-text-template",
1893
            "version": "1.2.1",
1894
            "source": {
1895
                "type": "git",
1896
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1897
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1898
            },
1899
            "dist": {
1900
                "type": "zip",
1901
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1902
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1903
                "shasum": ""
1904
            },
1905
            "require": {
1906
                "php": ">=5.3.3"
1907
            },
1908
            "type": "library",
1909
            "autoload": {
1910
                "classmap": [
1911
                    "src/"
1912
                ]
1913
            },
1914
            "notification-url": "https://packagist.org/downloads/",
1915
            "license": [
1916
                "BSD-3-Clause"
1917
            ],
1918
            "authors": [
1919
                {
1920
                    "name": "Sebastian Bergmann",
1921
                    "email": "[email protected]",
1922
                    "role": "lead"
1923
                }
1924
            ],
1925
            "description": "Simple template engine.",
1926
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1927
            "keywords": [
1928
                "template"
1929
            ],
1930
            "time": "2015-06-21 13:50:34"
1931
        },
1932
        {
1933
            "name": "phpunit/php-timer",
1934
            "version": "1.0.8",
1935
            "source": {
1936
                "type": "git",
1937
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1938
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1939
            },
1940
            "dist": {
1941
                "type": "zip",
1942
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1943
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1944
                "shasum": ""
1945
            },
1946
            "require": {
1947
                "php": ">=5.3.3"
1948
            },
1949
            "require-dev": {
1950
                "phpunit/phpunit": "~4|~5"
1951
            },
1952
            "type": "library",
1953
            "autoload": {
1954
                "classmap": [
1955
                    "src/"
1956
                ]
1957
            },
1958
            "notification-url": "https://packagist.org/downloads/",
1959
            "license": [
1960
                "BSD-3-Clause"
1961
            ],
1962
            "authors": [
1963
                {
1964
                    "name": "Sebastian Bergmann",
1965
                    "email": "[email protected]",
1966
                    "role": "lead"
1967
                }
1968
            ],
1969
            "description": "Utility class for timing",
1970
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1971
            "keywords": [
1972
                "timer"
1973
            ],
1974
            "time": "2016-05-12 18:03:57"
1975
        },
1976
        {
1977
            "name": "phpunit/php-token-stream",
1978
            "version": "1.4.8",
1979
            "source": {
1980
                "type": "git",
1981
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1982
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1983
            },
1984
            "dist": {
1985
                "type": "zip",
1986
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1987
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1988
                "shasum": ""
1989
            },
1990
            "require": {
1991
                "ext-tokenizer": "*",
1992
                "php": ">=5.3.3"
1993
            },
1994
            "require-dev": {
1995
                "phpunit/phpunit": "~4.2"
1996
            },
1997
            "type": "library",
1998
            "extra": {
1999
                "branch-alias": {
2000
                    "dev-master": "1.4-dev"
2001
                }
2002
            },
2003
            "autoload": {
2004
                "classmap": [
2005
                    "src/"
2006
                ]
2007
            },
2008
            "notification-url": "https://packagist.org/downloads/",
2009
            "license": [
2010
                "BSD-3-Clause"
2011
            ],
2012
            "authors": [
2013
                {
2014
                    "name": "Sebastian Bergmann",
2015
                    "email": "[email protected]"
2016
                }
2017
            ],
2018
            "description": "Wrapper around PHP's tokenizer extension.",
2019
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2020
            "keywords": [
2021
                "tokenizer"
2022
            ],
2023
            "time": "2015-09-15 10:49:45"
2024
        },
2025
        {
2026
            "name": "phpunit/phpunit",
2027
            "version": "5.4.6",
2028
            "source": {
2029
                "type": "git",
2030
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2031
                "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59"
2032
            },
2033
            "dist": {
2034
                "type": "zip",
2035
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2f1fc94b77ea6418bd6a06c64a1dac0645fbce59",
2036
                "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59",
2037
                "shasum": ""
2038
            },
2039
            "require": {
2040
                "ext-dom": "*",
2041
                "ext-json": "*",
2042
                "ext-pcre": "*",
2043
                "ext-reflection": "*",
2044
                "ext-spl": "*",
2045
                "myclabs/deep-copy": "~1.3",
2046
                "php": "^5.6 || ^7.0",
2047
                "phpspec/prophecy": "^1.3.1",
2048
                "phpunit/php-code-coverage": "^4.0",
2049
                "phpunit/php-file-iterator": "~1.4",
2050
                "phpunit/php-text-template": "~1.2",
2051
                "phpunit/php-timer": "^1.0.6",
2052
                "phpunit/phpunit-mock-objects": "^3.2",
2053
                "sebastian/comparator": "~1.1",
2054
                "sebastian/diff": "~1.2",
2055
                "sebastian/environment": "^1.3 || ^2.0",
2056
                "sebastian/exporter": "~1.2",
2057
                "sebastian/global-state": "~1.0",
2058
                "sebastian/object-enumerator": "~1.0",
2059
                "sebastian/resource-operations": "~1.0",
2060
                "sebastian/version": "~1.0|~2.0",
2061
                "symfony/yaml": "~2.1|~3.0"
2062
            },
2063
            "conflict": {
2064
                "phpdocumentor/reflection-docblock": "3.0.2"
2065
            },
2066
            "suggest": {
2067
                "phpunit/php-invoker": "~1.1"
2068
            },
2069
            "bin": [
2070
                "phpunit"
2071
            ],
2072
            "type": "library",
2073
            "extra": {
2074
                "branch-alias": {
2075
                    "dev-master": "5.4.x-dev"
2076
                }
2077
            },
2078
            "autoload": {
2079
                "classmap": [
2080
                    "src/"
2081
                ]
2082
            },
2083
            "notification-url": "https://packagist.org/downloads/",
2084
            "license": [
2085
                "BSD-3-Clause"
2086
            ],
2087
            "authors": [
2088
                {
2089
                    "name": "Sebastian Bergmann",
2090
                    "email": "[email protected]",
2091
                    "role": "lead"
2092
                }
2093
            ],
2094
            "description": "The PHP Unit Testing framework.",
2095
            "homepage": "https://phpunit.de/",
2096
            "keywords": [
2097
                "phpunit",
2098
                "testing",
2099
                "xunit"
2100
            ],
2101
            "time": "2016-06-16 06:01:15"
2102
        },
2103
        {
2104
            "name": "phpunit/phpunit-mock-objects",
2105
            "version": "3.2.3",
2106
            "source": {
2107
                "type": "git",
2108
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2109
                "reference": "b13d0d9426ced06958bd32104653526a6c998a52"
2110
            },
2111
            "dist": {
2112
                "type": "zip",
2113
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52",
2114
                "reference": "b13d0d9426ced06958bd32104653526a6c998a52",
2115
                "shasum": ""
2116
            },
2117
            "require": {
2118
                "doctrine/instantiator": "^1.0.2",
2119
                "php": "^5.6 || ^7.0",
2120
                "phpunit/php-text-template": "^1.2",
2121
                "sebastian/exporter": "^1.2"
2122
            },
2123
            "conflict": {
2124
                "phpunit/phpunit": "<5.4.0"
2125
            },
2126
            "require-dev": {
2127
                "phpunit/phpunit": "^5.4"
2128
            },
2129
            "suggest": {
2130
                "ext-soap": "*"
2131
            },
2132
            "type": "library",
2133
            "extra": {
2134
                "branch-alias": {
2135
                    "dev-master": "3.2.x-dev"
2136
                }
2137
            },
2138
            "autoload": {
2139
                "classmap": [
2140
                    "src/"
2141
                ]
2142
            },
2143
            "notification-url": "https://packagist.org/downloads/",
2144
            "license": [
2145
                "BSD-3-Clause"
2146
            ],
2147
            "authors": [
2148
                {
2149
                    "name": "Sebastian Bergmann",
2150
                    "email": "[email protected]",
2151
                    "role": "lead"
2152
                }
2153
            ],
2154
            "description": "Mock Object library for PHPUnit",
2155
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2156
            "keywords": [
2157
                "mock",
2158
                "xunit"
2159
            ],
2160
            "time": "2016-06-12 07:37:26"
2161
        },
2162
        {
2163
            "name": "sebastian/code-unit-reverse-lookup",
2164
            "version": "1.0.0",
2165
            "source": {
2166
                "type": "git",
2167
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2168
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2169
            },
2170
            "dist": {
2171
                "type": "zip",
2172
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2173
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2174
                "shasum": ""
2175
            },
2176
            "require": {
2177
                "php": ">=5.6"
2178
            },
2179
            "require-dev": {
2180
                "phpunit/phpunit": "~5"
2181
            },
2182
            "type": "library",
2183
            "extra": {
2184
                "branch-alias": {
2185
                    "dev-master": "1.0.x-dev"
2186
                }
2187
            },
2188
            "autoload": {
2189
                "classmap": [
2190
                    "src/"
2191
                ]
2192
            },
2193
            "notification-url": "https://packagist.org/downloads/",
2194
            "license": [
2195
                "BSD-3-Clause"
2196
            ],
2197
            "authors": [
2198
                {
2199
                    "name": "Sebastian Bergmann",
2200
                    "email": "[email protected]"
2201
                }
2202
            ],
2203
            "description": "Looks up which function or method a line of code belongs to",
2204
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2205
            "time": "2016-02-13 06:45:14"
2206
        },
2207
        {
2208
            "name": "sebastian/comparator",
2209
            "version": "1.2.0",
2210
            "source": {
2211
                "type": "git",
2212
                "url": "https://github.com/sebastianbergmann/comparator.git",
2213
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2214
            },
2215
            "dist": {
2216
                "type": "zip",
2217
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2218
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2219
                "shasum": ""
2220
            },
2221
            "require": {
2222
                "php": ">=5.3.3",
2223
                "sebastian/diff": "~1.2",
2224
                "sebastian/exporter": "~1.2"
2225
            },
2226
            "require-dev": {
2227
                "phpunit/phpunit": "~4.4"
2228
            },
2229
            "type": "library",
2230
            "extra": {
2231
                "branch-alias": {
2232
                    "dev-master": "1.2.x-dev"
2233
                }
2234
            },
2235
            "autoload": {
2236
                "classmap": [
2237
                    "src/"
2238
                ]
2239
            },
2240
            "notification-url": "https://packagist.org/downloads/",
2241
            "license": [
2242
                "BSD-3-Clause"
2243
            ],
2244
            "authors": [
2245
                {
2246
                    "name": "Jeff Welch",
2247
                    "email": "[email protected]"
2248
                },
2249
                {
2250
                    "name": "Volker Dusch",
2251
                    "email": "[email protected]"
2252
                },
2253
                {
2254
                    "name": "Bernhard Schussek",
2255
                    "email": "[email protected]"
2256
                },
2257
                {
2258
                    "name": "Sebastian Bergmann",
2259
                    "email": "[email protected]"
2260
                }
2261
            ],
2262
            "description": "Provides the functionality to compare PHP values for equality",
2263
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2264
            "keywords": [
2265
                "comparator",
2266
                "compare",
2267
                "equality"
2268
            ],
2269
            "time": "2015-07-26 15:48:44"
2270
        },
2271
        {
2272
            "name": "sebastian/diff",
2273
            "version": "1.4.1",
2274
            "source": {
2275
                "type": "git",
2276
                "url": "https://github.com/sebastianbergmann/diff.git",
2277
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2278
            },
2279
            "dist": {
2280
                "type": "zip",
2281
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2282
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2283
                "shasum": ""
2284
            },
2285
            "require": {
2286
                "php": ">=5.3.3"
2287
            },
2288
            "require-dev": {
2289
                "phpunit/phpunit": "~4.8"
2290
            },
2291
            "type": "library",
2292
            "extra": {
2293
                "branch-alias": {
2294
                    "dev-master": "1.4-dev"
2295
                }
2296
            },
2297
            "autoload": {
2298
                "classmap": [
2299
                    "src/"
2300
                ]
2301
            },
2302
            "notification-url": "https://packagist.org/downloads/",
2303
            "license": [
2304
                "BSD-3-Clause"
2305
            ],
2306
            "authors": [
2307
                {
2308
                    "name": "Kore Nordmann",
2309
                    "email": "[email protected]"
2310
                },
2311
                {
2312
                    "name": "Sebastian Bergmann",
2313
                    "email": "[email protected]"
2314
                }
2315
            ],
2316
            "description": "Diff implementation",
2317
            "homepage": "https://github.com/sebastianbergmann/diff",
2318
            "keywords": [
2319
                "diff"
2320
            ],
2321
            "time": "2015-12-08 07:14:41"
2322
        },
2323
        {
2324
            "name": "sebastian/environment",
2325
            "version": "1.3.7",
2326
            "source": {
2327
                "type": "git",
2328
                "url": "https://github.com/sebastianbergmann/environment.git",
2329
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
2330
            },
2331
            "dist": {
2332
                "type": "zip",
2333
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
2334
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
2335
                "shasum": ""
2336
            },
2337
            "require": {
2338
                "php": ">=5.3.3"
2339
            },
2340
            "require-dev": {
2341
                "phpunit/phpunit": "~4.4"
2342
            },
2343
            "type": "library",
2344
            "extra": {
2345
                "branch-alias": {
2346
                    "dev-master": "1.3.x-dev"
2347
                }
2348
            },
2349
            "autoload": {
2350
                "classmap": [
2351
                    "src/"
2352
                ]
2353
            },
2354
            "notification-url": "https://packagist.org/downloads/",
2355
            "license": [
2356
                "BSD-3-Clause"
2357
            ],
2358
            "authors": [
2359
                {
2360
                    "name": "Sebastian Bergmann",
2361
                    "email": "[email protected]"
2362
                }
2363
            ],
2364
            "description": "Provides functionality to handle HHVM/PHP environments",
2365
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2366
            "keywords": [
2367
                "Xdebug",
2368
                "environment",
2369
                "hhvm"
2370
            ],
2371
            "time": "2016-05-17 03:18:57"
2372
        },
2373
        {
2374
            "name": "sebastian/exporter",
2375
            "version": "1.2.2",
2376
            "source": {
2377
                "type": "git",
2378
                "url": "https://github.com/sebastianbergmann/exporter.git",
2379
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2380
            },
2381
            "dist": {
2382
                "type": "zip",
2383
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
2384
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2385
                "shasum": ""
2386
            },
2387
            "require": {
2388
                "php": ">=5.3.3",
2389
                "sebastian/recursion-context": "~1.0"
2390
            },
2391
            "require-dev": {
2392
                "ext-mbstring": "*",
2393
                "phpunit/phpunit": "~4.4"
2394
            },
2395
            "type": "library",
2396
            "extra": {
2397
                "branch-alias": {
2398
                    "dev-master": "1.3.x-dev"
2399
                }
2400
            },
2401
            "autoload": {
2402
                "classmap": [
2403
                    "src/"
2404
                ]
2405
            },
2406
            "notification-url": "https://packagist.org/downloads/",
2407
            "license": [
2408
                "BSD-3-Clause"
2409
            ],
2410
            "authors": [
2411
                {
2412
                    "name": "Jeff Welch",
2413
                    "email": "[email protected]"
2414
                },
2415
                {
2416
                    "name": "Volker Dusch",
2417
                    "email": "[email protected]"
2418
                },
2419
                {
2420
                    "name": "Bernhard Schussek",
2421
                    "email": "[email protected]"
2422
                },
2423
                {
2424
                    "name": "Sebastian Bergmann",
2425
                    "email": "[email protected]"
2426
                },
2427
                {
2428
                    "name": "Adam Harvey",
2429
                    "email": "[email protected]"
2430
                }
2431
            ],
2432
            "description": "Provides the functionality to export PHP variables for visualization",
2433
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2434
            "keywords": [
2435
                "export",
2436
                "exporter"
2437
            ],
2438
            "time": "2016-06-17 09:04:28"
2439
        },
2440
        {
2441
            "name": "sebastian/global-state",
2442
            "version": "1.1.1",
2443
            "source": {
2444
                "type": "git",
2445
                "url": "https://github.com/sebastianbergmann/global-state.git",
2446
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2447
            },
2448
            "dist": {
2449
                "type": "zip",
2450
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2451
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2452
                "shasum": ""
2453
            },
2454
            "require": {
2455
                "php": ">=5.3.3"
2456
            },
2457
            "require-dev": {
2458
                "phpunit/phpunit": "~4.2"
2459
            },
2460
            "suggest": {
2461
                "ext-uopz": "*"
2462
            },
2463
            "type": "library",
2464
            "extra": {
2465
                "branch-alias": {
2466
                    "dev-master": "1.0-dev"
2467
                }
2468
            },
2469
            "autoload": {
2470
                "classmap": [
2471
                    "src/"
2472
                ]
2473
            },
2474
            "notification-url": "https://packagist.org/downloads/",
2475
            "license": [
2476
                "BSD-3-Clause"
2477
            ],
2478
            "authors": [
2479
                {
2480
                    "name": "Sebastian Bergmann",
2481
                    "email": "[email protected]"
2482
                }
2483
            ],
2484
            "description": "Snapshotting of global state",
2485
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2486
            "keywords": [
2487
                "global state"
2488
            ],
2489
            "time": "2015-10-12 03:26:01"
2490
        },
2491
        {
2492
            "name": "sebastian/object-enumerator",
2493
            "version": "1.0.0",
2494
            "source": {
2495
                "type": "git",
2496
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2497
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2498
            },
2499
            "dist": {
2500
                "type": "zip",
2501
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2502
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2503
                "shasum": ""
2504
            },
2505
            "require": {
2506
                "php": ">=5.6",
2507
                "sebastian/recursion-context": "~1.0"
2508
            },
2509
            "require-dev": {
2510
                "phpunit/phpunit": "~5"
2511
            },
2512
            "type": "library",
2513
            "extra": {
2514
                "branch-alias": {
2515
                    "dev-master": "1.0.x-dev"
2516
                }
2517
            },
2518
            "autoload": {
2519
                "classmap": [
2520
                    "src/"
2521
                ]
2522
            },
2523
            "notification-url": "https://packagist.org/downloads/",
2524
            "license": [
2525
                "BSD-3-Clause"
2526
            ],
2527
            "authors": [
2528
                {
2529
                    "name": "Sebastian Bergmann",
2530
                    "email": "[email protected]"
2531
                }
2532
            ],
2533
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2534
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2535
            "time": "2016-01-28 13:25:10"
2536
        },
2537
        {
2538
            "name": "sebastian/recursion-context",
2539
            "version": "1.0.2",
2540
            "source": {
2541
                "type": "git",
2542
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2543
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2544
            },
2545
            "dist": {
2546
                "type": "zip",
2547
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2548
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2549
                "shasum": ""
2550
            },
2551
            "require": {
2552
                "php": ">=5.3.3"
2553
            },
2554
            "require-dev": {
2555
                "phpunit/phpunit": "~4.4"
2556
            },
2557
            "type": "library",
2558
            "extra": {
2559
                "branch-alias": {
2560
                    "dev-master": "1.0.x-dev"
2561
                }
2562
            },
2563
            "autoload": {
2564
                "classmap": [
2565
                    "src/"
2566
                ]
2567
            },
2568
            "notification-url": "https://packagist.org/downloads/",
2569
            "license": [
2570
                "BSD-3-Clause"
2571
            ],
2572
            "authors": [
2573
                {
2574
                    "name": "Jeff Welch",
2575
                    "email": "[email protected]"
2576
                },
2577
                {
2578
                    "name": "Sebastian Bergmann",
2579
                    "email": "[email protected]"
2580
                },
2581
                {
2582
                    "name": "Adam Harvey",
2583
                    "email": "[email protected]"
2584
                }
2585
            ],
2586
            "description": "Provides functionality to recursively process PHP variables",
2587
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2588
            "time": "2015-11-11 19:50:13"
2589
        },
2590
        {
2591
            "name": "sebastian/resource-operations",
2592
            "version": "1.0.0",
2593
            "source": {
2594
                "type": "git",
2595
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2596
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2597
            },
2598
            "dist": {
2599
                "type": "zip",
2600
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2601
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2602
                "shasum": ""
2603
            },
2604
            "require": {
2605
                "php": ">=5.6.0"
2606
            },
2607
            "type": "library",
2608
            "extra": {
2609
                "branch-alias": {
2610
                    "dev-master": "1.0.x-dev"
2611
                }
2612
            },
2613
            "autoload": {
2614
                "classmap": [
2615
                    "src/"
2616
                ]
2617
            },
2618
            "notification-url": "https://packagist.org/downloads/",
2619
            "license": [
2620
                "BSD-3-Clause"
2621
            ],
2622
            "authors": [
2623
                {
2624
                    "name": "Sebastian Bergmann",
2625
                    "email": "[email protected]"
2626
                }
2627
            ],
2628
            "description": "Provides a list of PHP built-in functions that operate on resources",
2629
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2630
            "time": "2015-07-28 20:34:47"
2631
        },
2632
        {
2633
            "name": "sebastian/version",
2634
            "version": "2.0.0",
2635
            "source": {
2636
                "type": "git",
2637
                "url": "https://github.com/sebastianbergmann/version.git",
2638
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2639
            },
2640
            "dist": {
2641
                "type": "zip",
2642
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2643
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2644
                "shasum": ""
2645
            },
2646
            "require": {
2647
                "php": ">=5.6"
2648
            },
2649
            "type": "library",
2650
            "extra": {
2651
                "branch-alias": {
2652
                    "dev-master": "2.0.x-dev"
2653
                }
2654
            },
2655
            "autoload": {
2656
                "classmap": [
2657
                    "src/"
2658
                ]
2659
            },
2660
            "notification-url": "https://packagist.org/downloads/",
2661
            "license": [
2662
                "BSD-3-Clause"
2663
            ],
2664
            "authors": [
2665
                {
2666
                    "name": "Sebastian Bergmann",
2667
                    "email": "[email protected]",
2668
                    "role": "lead"
2669
                }
2670
            ],
2671
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2672
            "homepage": "https://github.com/sebastianbergmann/version",
2673
            "time": "2016-02-04 12:56:52"
2674
        },
2675
        {
2676
            "name": "squizlabs/php_codesniffer",
2677
            "version": "2.6.1",
2678
            "source": {
2679
                "type": "git",
2680
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2681
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d"
2682
            },
2683
            "dist": {
2684
                "type": "zip",
2685
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
2686
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
2687
                "shasum": ""
2688
            },
2689
            "require": {
2690
                "ext-simplexml": "*",
2691
                "ext-tokenizer": "*",
2692
                "ext-xmlwriter": "*",
2693
                "php": ">=5.1.2"
2694
            },
2695
            "require-dev": {
2696
                "phpunit/phpunit": "~4.0"
2697
            },
2698
            "bin": [
2699
                "scripts/phpcs",
2700
                "scripts/phpcbf"
2701
            ],
2702
            "type": "library",
2703
            "extra": {
2704
                "branch-alias": {
2705
                    "dev-master": "2.x-dev"
2706
                }
2707
            },
2708
            "autoload": {
2709
                "classmap": [
2710
                    "CodeSniffer.php",
2711
                    "CodeSniffer/CLI.php",
2712
                    "CodeSniffer/Exception.php",
2713
                    "CodeSniffer/File.php",
2714
                    "CodeSniffer/Fixer.php",
2715
                    "CodeSniffer/Report.php",
2716
                    "CodeSniffer/Reporting.php",
2717
                    "CodeSniffer/Sniff.php",
2718
                    "CodeSniffer/Tokens.php",
2719
                    "CodeSniffer/Reports/",
2720
                    "CodeSniffer/Tokenizers/",
2721
                    "CodeSniffer/DocGenerators/",
2722
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2723
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2724
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2725
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2726
                    "CodeSniffer/Standards/Generic/Sniffs/",
2727
                    "CodeSniffer/Standards/MySource/Sniffs/",
2728
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2729
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2730
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2731
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2732
                    "CodeSniffer/Standards/Zend/Sniffs/"
2733
                ]
2734
            },
2735
            "notification-url": "https://packagist.org/downloads/",
2736
            "license": [
2737
                "BSD-3-Clause"
2738
            ],
2739
            "authors": [
2740
                {
2741
                    "name": "Greg Sherwood",
2742
                    "role": "lead"
2743
                }
2744
            ],
2745
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2746
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2747
            "keywords": [
2748
                "phpcs",
2749
                "standards"
2750
            ],
2751
            "time": "2016-05-30 22:24:32"
2752
        },
2753
        {
2754
            "name": "symfony/console",
2755
            "version": "v3.1.2",
2756
            "source": {
2757
                "type": "git",
2758
                "url": "https://github.com/symfony/console.git",
2759
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a"
2760
            },
2761
            "dist": {
2762
                "type": "zip",
2763
                "url": "https://api.github.com/repos/symfony/console/zipball/747154aa69b0f83cd02fc9aa554836dee417631a",
2764
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a",
2765
                "shasum": ""
2766
            },
2767
            "require": {
2768
                "php": ">=5.5.9",
2769
                "symfony/polyfill-mbstring": "~1.0"
2770
            },
2771
            "require-dev": {
2772
                "psr/log": "~1.0",
2773
                "symfony/event-dispatcher": "~2.8|~3.0",
2774
                "symfony/process": "~2.8|~3.0"
2775
            },
2776
            "suggest": {
2777
                "psr/log": "For using the console logger",
2778
                "symfony/event-dispatcher": "",
2779
                "symfony/process": ""
2780
            },
2781
            "type": "library",
2782
            "extra": {
2783
                "branch-alias": {
2784
                    "dev-master": "3.1-dev"
2785
                }
2786
            },
2787
            "autoload": {
2788
                "psr-4": {
2789
                    "Symfony\\Component\\Console\\": ""
2790
                },
2791
                "exclude-from-classmap": [
2792
                    "/Tests/"
2793
                ]
2794
            },
2795
            "notification-url": "https://packagist.org/downloads/",
2796
            "license": [
2797
                "MIT"
2798
            ],
2799
            "authors": [
2800
                {
2801
                    "name": "Fabien Potencier",
2802
                    "email": "[email protected]"
2803
                },
2804
                {
2805
                    "name": "Symfony Community",
2806
                    "homepage": "https://symfony.com/contributors"
2807
                }
2808
            ],
2809
            "description": "Symfony Console Component",
2810
            "homepage": "https://symfony.com",
2811
            "time": "2016-06-29 07:02:31"
2812
        },
2813
        {
2814
            "name": "symfony/event-dispatcher",
2815
            "version": "v3.1.2",
2816
            "source": {
2817
                "type": "git",
2818
                "url": "https://github.com/symfony/event-dispatcher.git",
2819
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5"
2820
            },
2821
            "dist": {
2822
                "type": "zip",
2823
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2824
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2825
                "shasum": ""
2826
            },
2827
            "require": {
2828
                "php": ">=5.5.9"
2829
            },
2830
            "require-dev": {
2831
                "psr/log": "~1.0",
2832
                "symfony/config": "~2.8|~3.0",
2833
                "symfony/dependency-injection": "~2.8|~3.0",
2834
                "symfony/expression-language": "~2.8|~3.0",
2835
                "symfony/stopwatch": "~2.8|~3.0"
2836
            },
2837
            "suggest": {
2838
                "symfony/dependency-injection": "",
2839
                "symfony/http-kernel": ""
2840
            },
2841
            "type": "library",
2842
            "extra": {
2843
                "branch-alias": {
2844
                    "dev-master": "3.1-dev"
2845
                }
2846
            },
2847
            "autoload": {
2848
                "psr-4": {
2849
                    "Symfony\\Component\\EventDispatcher\\": ""
2850
                },
2851
                "exclude-from-classmap": [
2852
                    "/Tests/"
2853
                ]
2854
            },
2855
            "notification-url": "https://packagist.org/downloads/",
2856
            "license": [
2857
                "MIT"
2858
            ],
2859
            "authors": [
2860
                {
2861
                    "name": "Fabien Potencier",
2862
                    "email": "[email protected]"
2863
                },
2864
                {
2865
                    "name": "Symfony Community",
2866
                    "homepage": "https://symfony.com/contributors"
2867
                }
2868
            ],
2869
            "description": "Symfony EventDispatcher Component",
2870
            "homepage": "https://symfony.com",
2871
            "time": "2016-06-29 05:41:56"
2872
        },
2873
        {
2874
            "name": "symfony/filesystem",
2875
            "version": "v3.1.2",
2876
            "source": {
2877
                "type": "git",
2878
                "url": "https://github.com/symfony/filesystem.git",
2879
                "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890"
2880
            },
2881
            "dist": {
2882
                "type": "zip",
2883
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/322da5f0910d8aa0b25fa65ffccaba68dbddb890",
2884
                "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890",
2885
                "shasum": ""
2886
            },
2887
            "require": {
2888
                "php": ">=5.5.9"
2889
            },
2890
            "type": "library",
2891
            "extra": {
2892
                "branch-alias": {
2893
                    "dev-master": "3.1-dev"
2894
                }
2895
            },
2896
            "autoload": {
2897
                "psr-4": {
2898
                    "Symfony\\Component\\Filesystem\\": ""
2899
                },
2900
                "exclude-from-classmap": [
2901
                    "/Tests/"
2902
                ]
2903
            },
2904
            "notification-url": "https://packagist.org/downloads/",
2905
            "license": [
2906
                "MIT"
2907
            ],
2908
            "authors": [
2909
                {
2910
                    "name": "Fabien Potencier",
2911
                    "email": "[email protected]"
2912
                },
2913
                {
2914
                    "name": "Symfony Community",
2915
                    "homepage": "https://symfony.com/contributors"
2916
                }
2917
            ],
2918
            "description": "Symfony Filesystem Component",
2919
            "homepage": "https://symfony.com",
2920
            "time": "2016-06-29 05:41:56"
2921
        },
2922
        {
2923
            "name": "symfony/finder",
2924
            "version": "v3.1.2",
2925
            "source": {
2926
                "type": "git",
2927
                "url": "https://github.com/symfony/finder.git",
2928
                "reference": "8201978de88a9fa0923e18601bb17f1df9c721e7"
2929
            },
2930
            "dist": {
2931
                "type": "zip",
2932
                "url": "https://api.github.com/repos/symfony/finder/zipball/8201978de88a9fa0923e18601bb17f1df9c721e7",
2933
                "reference": "8201978de88a9fa0923e18601bb17f1df9c721e7",
2934
                "shasum": ""
2935
            },
2936
            "require": {
2937
                "php": ">=5.5.9"
2938
            },
2939
            "type": "library",
2940
            "extra": {
2941
                "branch-alias": {
2942
                    "dev-master": "3.1-dev"
2943
                }
2944
            },
2945
            "autoload": {
2946
                "psr-4": {
2947
                    "Symfony\\Component\\Finder\\": ""
2948
                },
2949
                "exclude-from-classmap": [
2950
                    "/Tests/"
2951
                ]
2952
            },
2953
            "notification-url": "https://packagist.org/downloads/",
2954
            "license": [
2955
                "MIT"
2956
            ],
2957
            "authors": [
2958
                {
2959
                    "name": "Fabien Potencier",
2960
                    "email": "[email protected]"
2961
                },
2962
                {
2963
                    "name": "Symfony Community",
2964
                    "homepage": "https://symfony.com/contributors"
2965
                }
2966
            ],
2967
            "description": "Symfony Finder Component",
2968
            "homepage": "https://symfony.com",
2969
            "time": "2016-06-29 05:41:56"
2970
        },
2971
        {
2972
            "name": "symfony/polyfill-mbstring",
2973
            "version": "v1.2.0",
2974
            "source": {
2975
                "type": "git",
2976
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2977
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2978
            },
2979
            "dist": {
2980
                "type": "zip",
2981
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2982
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2983
                "shasum": ""
2984
            },
2985
            "require": {
2986
                "php": ">=5.3.3"
2987
            },
2988
            "suggest": {
2989
                "ext-mbstring": "For best performance"
2990
            },
2991
            "type": "library",
2992
            "extra": {
2993
                "branch-alias": {
2994
                    "dev-master": "1.2-dev"
2995
                }
2996
            },
2997
            "autoload": {
2998
                "psr-4": {
2999
                    "Symfony\\Polyfill\\Mbstring\\": ""
3000
                },
3001
                "files": [
3002
                    "bootstrap.php"
3003
                ]
3004
            },
3005
            "notification-url": "https://packagist.org/downloads/",
3006
            "license": [
3007
                "MIT"
3008
            ],
3009
            "authors": [
3010
                {
3011
                    "name": "Nicolas Grekas",
3012
                    "email": "[email protected]"
3013
                },
3014
                {
3015
                    "name": "Symfony Community",
3016
                    "homepage": "https://symfony.com/contributors"
3017
                }
3018
            ],
3019
            "description": "Symfony polyfill for the Mbstring extension",
3020
            "homepage": "https://symfony.com",
3021
            "keywords": [
3022
                "compatibility",
3023
                "mbstring",
3024
                "polyfill",
3025
                "portable",
3026
                "shim"
3027
            ],
3028
            "time": "2016-05-18 14:26:46"
3029
        },
3030
        {
3031
            "name": "symfony/process",
3032
            "version": "v3.1.2",
3033
            "source": {
3034
                "type": "git",
3035
                "url": "https://github.com/symfony/process.git",
3036
                "reference": "5c11a1a4d4016662eeaf0f8757958c7de069f9a0"
3037
            },
3038
            "dist": {
3039
                "type": "zip",
3040
                "url": "https://api.github.com/repos/symfony/process/zipball/5c11a1a4d4016662eeaf0f8757958c7de069f9a0",
3041
                "reference": "5c11a1a4d4016662eeaf0f8757958c7de069f9a0",
3042
                "shasum": ""
3043
            },
3044
            "require": {
3045
                "php": ">=5.5.9"
3046
            },
3047
            "type": "library",
3048
            "extra": {
3049
                "branch-alias": {
3050
                    "dev-master": "3.1-dev"
3051
                }
3052
            },
3053
            "autoload": {
3054
                "psr-4": {
3055
                    "Symfony\\Component\\Process\\": ""
3056
                },
3057
                "exclude-from-classmap": [
3058
                    "/Tests/"
3059
                ]
3060
            },
3061
            "notification-url": "https://packagist.org/downloads/",
3062
            "license": [
3063
                "MIT"
3064
            ],
3065
            "authors": [
3066
                {
3067
                    "name": "Fabien Potencier",
3068
                    "email": "[email protected]"
3069
                },
3070
                {
3071
                    "name": "Symfony Community",
3072
                    "homepage": "https://symfony.com/contributors"
3073
                }
3074
            ],
3075
            "description": "Symfony Process Component",
3076
            "homepage": "https://symfony.com",
3077
            "time": "2016-06-29 05:42:25"
3078
        },
3079
        {
3080
            "name": "symfony/stopwatch",
3081
            "version": "v3.1.2",
3082
            "source": {
3083
                "type": "git",
3084
                "url": "https://github.com/symfony/stopwatch.git",
3085
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1"
3086
            },
3087
            "dist": {
3088
                "type": "zip",
3089
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1",
3090
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1",
3091
                "shasum": ""
3092
            },
3093
            "require": {
3094
                "php": ">=5.5.9"
3095
            },
3096
            "type": "library",
3097
            "extra": {
3098
                "branch-alias": {
3099
                    "dev-master": "3.1-dev"
3100
                }
3101
            },
3102
            "autoload": {
3103
                "psr-4": {
3104
                    "Symfony\\Component\\Stopwatch\\": ""
3105
                },
3106
                "exclude-from-classmap": [
3107
                    "/Tests/"
3108
                ]
3109
            },
3110
            "notification-url": "https://packagist.org/downloads/",
3111
            "license": [
3112
                "MIT"
3113
            ],
3114
            "authors": [
3115
                {
3116
                    "name": "Fabien Potencier",
3117
                    "email": "[email protected]"
3118
                },
3119
                {
3120
                    "name": "Symfony Community",
3121
                    "homepage": "https://symfony.com/contributors"
3122
                }
3123
            ],
3124
            "description": "Symfony Stopwatch Component",
3125
            "homepage": "https://symfony.com",
3126
            "time": "2016-06-29 05:41:56"
3127
        },
3128
        {
3129
            "name": "symfony/yaml",
3130
            "version": "v3.1.2",
3131
            "source": {
3132
                "type": "git",
3133
                "url": "https://github.com/symfony/yaml.git",
3134
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
3135
            },
3136
            "dist": {
3137
                "type": "zip",
3138
                "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
3139
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
3140
                "shasum": ""
3141
            },
3142
            "require": {
3143
                "php": ">=5.5.9"
3144
            },
3145
            "type": "library",
3146
            "extra": {
3147
                "branch-alias": {
3148
                    "dev-master": "3.1-dev"
3149
                }
3150
            },
3151
            "autoload": {
3152
                "psr-4": {
3153
                    "Symfony\\Component\\Yaml\\": ""
3154
                },
3155
                "exclude-from-classmap": [
3156
                    "/Tests/"
3157
                ]
3158
            },
3159
            "notification-url": "https://packagist.org/downloads/",
3160
            "license": [
3161
                "MIT"
3162
            ],
3163
            "authors": [
3164
                {
3165
                    "name": "Fabien Potencier",
3166
                    "email": "[email protected]"
3167
                },
3168
                {
3169
                    "name": "Symfony Community",
3170
                    "homepage": "https://symfony.com/contributors"
3171
                }
3172
            ],
3173
            "description": "Symfony Yaml Component",
3174
            "homepage": "https://symfony.com",
3175
            "time": "2016-06-29 05:41:56"
3176
        },
3177
        {
3178
            "name": "vectorface/dunit",
3179
            "version": "v2.1.0",
3180
            "source": {
3181
                "type": "git",
3182
                "url": "https://github.com/Vectorface/dunit.git",
3183
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf"
3184
            },
3185
            "dist": {
3186
                "type": "zip",
3187
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/3f04c7a8bef5ff100666e92db96e93f80a6640bf",
3188
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf",
3189
                "shasum": ""
3190
            },
3191
            "require-dev": {
3192
                "phpunit/phpunit": "~4.3",
3193
                "symfony/console": "~2.5"
3194
            },
3195
            "bin": [
3196
                "bin/dunit"
3197
            ],
3198
            "type": "library",
3199
            "autoload": {
3200
                "psr-4": {
3201
                    "Vectorface\\Dunit\\": "src"
3202
                }
3203
            },
3204
            "notification-url": "https://packagist.org/downloads/",
3205
            "license": [
3206
                "MIT"
3207
            ],
3208
            "authors": [
3209
                {
3210
                    "name": "Daniel Bruce",
3211
                    "email": "[email protected]",
3212
                    "role": "Developer"
3213
                },
3214
                {
3215
                    "name": "Cory Darby",
3216
                    "email": "[email protected]",
3217
                    "role": "Developer"
3218
                }
3219
            ],
3220
            "description": "Test code against multiple versions of PHP with the help of docker",
3221
            "homepage": "https://github.com/Vectorface/dunit",
3222
            "keywords": [
3223
                "docker",
3224
                "php",
3225
                "phpunit",
3226
                "testing"
3227
            ],
3228
            "time": "2015-03-31 19:30:02"
3229
        },
3230
        {
3231
            "name": "webmozart/assert",
3232
            "version": "1.0.2",
3233
            "source": {
3234
                "type": "git",
3235
                "url": "https://github.com/webmozart/assert.git",
3236
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
3237
            },
3238
            "dist": {
3239
                "type": "zip",
3240
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
3241
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
3242
                "shasum": ""
3243
            },
3244
            "require": {
3245
                "php": ">=5.3.3"
3246
            },
3247
            "require-dev": {
3248
                "phpunit/phpunit": "^4.6"
3249
            },
3250
            "type": "library",
3251
            "extra": {
3252
                "branch-alias": {
3253
                    "dev-master": "1.0-dev"
3254
                }
3255
            },
3256
            "autoload": {
3257
                "psr-4": {
3258
                    "Webmozart\\Assert\\": "src/"
3259
                }
3260
            },
3261
            "notification-url": "https://packagist.org/downloads/",
3262
            "license": [
3263
                "MIT"
3264
            ],
3265
            "authors": [
3266
                {
3267
                    "name": "Bernhard Schussek",
3268
                    "email": "[email protected]"
3269
                }
3270
            ],
3271
            "description": "Assertions to validate method input/output with nice error messages.",
3272
            "keywords": [
3273
                "assert",
3274
                "check",
3275
                "validate"
3276
            ],
3277
            "time": "2015-08-24 13:29:44"
3278
        },
3279
        {
3280
            "name": "wyrihaximus/api-client-resource-generator",
3281
            "version": "dev-master",
3282
            "source": {
3283
                "type": "git",
3284
                "url": "https://github.com/WyriHaximus/php-api-client-resource-generator.git",
3285
                "reference": "9d2986162da68b617cb4e374d93032b004dcf878"
3286
            },
3287
            "dist": {
3288
                "type": "zip",
3289
                "url": "https://api.github.com/repos/WyriHaximus/php-api-client-resource-generator/zipball/9d2986162da68b617cb4e374d93032b004dcf878",
3290
                "reference": "9d2986162da68b617cb4e374d93032b004dcf878",
3291
                "shasum": ""
3292
            },
3293
            "require": {
3294
                "aura/cli": "^2.1",
3295
                "doctrine/inflector": "^1.1",
3296
                "friendsofphp/php-cs-fixer": "^1.11",
3297
                "nikic/php-parser": "^2.1",
3298
                "php": "^7.0",
3299
                "symfony/yaml": "^2.8||^3.0",
3300
                "wyrihaximus/api-client": "dev-master"
3301
            },
3302
            "require-dev": {
3303
                "phake/phake": "^2.3",
3304
                "phpunit/phpunit": "^5.2.3",
3305
                "squizlabs/php_codesniffer": "^2.6",
3306
                "vectorface/dunit": "~2.0"
3307
            },
3308
            "bin": [
3309
                "api-client-resource-generator"
3310
            ],
3311
            "type": "library",
3312
            "autoload": {
3313
                "psr-4": {
3314
                    "WyriHaximus\\ApiClient\\Tools\\": "src/"
3315
                }
3316
            },
3317
            "notification-url": "https://packagist.org/downloads/",
3318
            "license": [
3319
                "MIT"
3320
            ],
3321
            "authors": [
3322
                {
3323
                    "name": "Cees-Jan Kiewiet",
3324
                    "email": "[email protected]"
3325
                }
3326
            ],
3327
            "time": "2016-06-20 07:28:19"
3328
        }
3329
    ],
3330
    "aliases": [],
3331
    "minimum-stability": "stable",
3332
    "stability-flags": {
3333
        "wyrihaximus/api-client": 20,
3334
        "wyrihaximus/api-client-resource-generator": 20
3335
    },
3336
    "prefer-stable": false,
3337
    "prefer-lowest": false,
3338
    "platform": {
3339
        "php": "^7.0"
3340
    },
3341
    "platform-dev": []
3342
}
3343