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.

Issues (1)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

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": "b532287db160e1fc6c03db38a835ad5a",
8
    "content-hash": "2989c67e22c3705ba1c9eaa991bb6085",
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.0",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/guzzle/psr7.git",
223
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
228
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
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.0-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-04-13 19:56:01"
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": "9342c547a82884850db530af5d31afe644ed94c8"
946
            },
947
            "dist": {
948
                "type": "zip",
949
                "url": "https://api.github.com/repos/WyriHaximus/php-api-client/zipball/9342c547a82884850db530af5d31afe644ed94c8",
950
                "reference": "9342c547a82884850db530af5d31afe644ed94c8",
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-05-26 21:43:14"
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": "doctrine/inflector",
1240
            "version": "v1.1.0",
1241
            "source": {
1242
                "type": "git",
1243
                "url": "https://github.com/doctrine/inflector.git",
1244
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1245
            },
1246
            "dist": {
1247
                "type": "zip",
1248
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1249
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1250
                "shasum": ""
1251
            },
1252
            "require": {
1253
                "php": ">=5.3.2"
1254
            },
1255
            "require-dev": {
1256
                "phpunit/phpunit": "4.*"
1257
            },
1258
            "type": "library",
1259
            "extra": {
1260
                "branch-alias": {
1261
                    "dev-master": "1.1.x-dev"
1262
                }
1263
            },
1264
            "autoload": {
1265
                "psr-0": {
1266
                    "Doctrine\\Common\\Inflector\\": "lib/"
1267
                }
1268
            },
1269
            "notification-url": "https://packagist.org/downloads/",
1270
            "license": [
1271
                "MIT"
1272
            ],
1273
            "authors": [
1274
                {
1275
                    "name": "Roman Borschel",
1276
                    "email": "[email protected]"
1277
                },
1278
                {
1279
                    "name": "Benjamin Eberlei",
1280
                    "email": "[email protected]"
1281
                },
1282
                {
1283
                    "name": "Guilherme Blanco",
1284
                    "email": "[email protected]"
1285
                },
1286
                {
1287
                    "name": "Jonathan Wage",
1288
                    "email": "[email protected]"
1289
                },
1290
                {
1291
                    "name": "Johannes Schmitt",
1292
                    "email": "[email protected]"
1293
                }
1294
            ],
1295
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1296
            "homepage": "http://www.doctrine-project.org",
1297
            "keywords": [
1298
                "inflection",
1299
                "pluralize",
1300
                "singularize",
1301
                "string"
1302
            ],
1303
            "time": "2015-11-06 14:35:42"
1304
        },
1305
        {
1306
            "name": "doctrine/instantiator",
1307
            "version": "1.0.5",
1308
            "source": {
1309
                "type": "git",
1310
                "url": "https://github.com/doctrine/instantiator.git",
1311
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1312
            },
1313
            "dist": {
1314
                "type": "zip",
1315
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1316
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1317
                "shasum": ""
1318
            },
1319
            "require": {
1320
                "php": ">=5.3,<8.0-DEV"
1321
            },
1322
            "require-dev": {
1323
                "athletic/athletic": "~0.1.8",
1324
                "ext-pdo": "*",
1325
                "ext-phar": "*",
1326
                "phpunit/phpunit": "~4.0",
1327
                "squizlabs/php_codesniffer": "~2.0"
1328
            },
1329
            "type": "library",
1330
            "extra": {
1331
                "branch-alias": {
1332
                    "dev-master": "1.0.x-dev"
1333
                }
1334
            },
1335
            "autoload": {
1336
                "psr-4": {
1337
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1338
                }
1339
            },
1340
            "notification-url": "https://packagist.org/downloads/",
1341
            "license": [
1342
                "MIT"
1343
            ],
1344
            "authors": [
1345
                {
1346
                    "name": "Marco Pivetta",
1347
                    "email": "[email protected]",
1348
                    "homepage": "http://ocramius.github.com/"
1349
                }
1350
            ],
1351
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1352
            "homepage": "https://github.com/doctrine/instantiator",
1353
            "keywords": [
1354
                "constructor",
1355
                "instantiate"
1356
            ],
1357
            "time": "2015-06-14 21:17:01"
1358
        },
1359
        {
1360
            "name": "league/climate",
1361
            "version": "3.2.1",
1362
            "source": {
1363
                "type": "git",
1364
                "url": "https://github.com/thephpleague/climate.git",
1365
                "reference": "b103fc8faa3780c802cc507d5f0ff534ecc94fb5"
1366
            },
1367
            "dist": {
1368
                "type": "zip",
1369
                "url": "https://api.github.com/repos/thephpleague/climate/zipball/b103fc8faa3780c802cc507d5f0ff534ecc94fb5",
1370
                "reference": "b103fc8faa3780c802cc507d5f0ff534ecc94fb5",
1371
                "shasum": ""
1372
            },
1373
            "require": {
1374
                "php": ">=5.4.0",
1375
                "seld/cli-prompt": "~1.0"
1376
            },
1377
            "require-dev": {
1378
                "mikey179/vfsstream": "~1.4",
1379
                "mockery/mockery": "~0.9",
1380
                "phpunit/phpunit": "~4.6"
1381
            },
1382
            "type": "library",
1383
            "autoload": {
1384
                "psr-4": {
1385
                    "League\\CLImate\\": "src/"
1386
                }
1387
            },
1388
            "notification-url": "https://packagist.org/downloads/",
1389
            "license": [
1390
                "MIT"
1391
            ],
1392
            "authors": [
1393
                {
1394
                    "name": "Joe Tannenbaum",
1395
                    "email": "[email protected]",
1396
                    "homepage": "http://joe.codes/",
1397
                    "role": "Developer"
1398
                }
1399
            ],
1400
            "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.",
1401
            "keywords": [
1402
                "cli",
1403
                "colors",
1404
                "command",
1405
                "php",
1406
                "terminal"
1407
            ],
1408
            "time": "2016-04-04 20:24:59"
1409
        },
1410
        {
1411
            "name": "myclabs/deep-copy",
1412
            "version": "1.5.1",
1413
            "source": {
1414
                "type": "git",
1415
                "url": "https://github.com/myclabs/DeepCopy.git",
1416
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
1417
            },
1418
            "dist": {
1419
                "type": "zip",
1420
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
1421
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
1422
                "shasum": ""
1423
            },
1424
            "require": {
1425
                "php": ">=5.4.0"
1426
            },
1427
            "require-dev": {
1428
                "doctrine/collections": "1.*",
1429
                "phpunit/phpunit": "~4.1"
1430
            },
1431
            "type": "library",
1432
            "autoload": {
1433
                "psr-4": {
1434
                    "DeepCopy\\": "src/DeepCopy/"
1435
                }
1436
            },
1437
            "notification-url": "https://packagist.org/downloads/",
1438
            "license": [
1439
                "MIT"
1440
            ],
1441
            "description": "Create deep copies (clones) of your objects",
1442
            "homepage": "https://github.com/myclabs/DeepCopy",
1443
            "keywords": [
1444
                "clone",
1445
                "copy",
1446
                "duplicate",
1447
                "object",
1448
                "object graph"
1449
            ],
1450
            "time": "2015-11-20 12:04:31"
1451
        },
1452
        {
1453
            "name": "phake/phake",
1454
            "version": "v2.3.0",
1455
            "source": {
1456
                "type": "git",
1457
                "url": "https://github.com/mlively/Phake.git",
1458
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd"
1459
            },
1460
            "dist": {
1461
                "type": "zip",
1462
                "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd",
1463
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd",
1464
                "shasum": ""
1465
            },
1466
            "require": {
1467
                "php": ">=5.3.3",
1468
                "sebastian/comparator": "~1.1"
1469
            },
1470
            "require-dev": {
1471
                "codeclimate/php-test-reporter": "dev-master",
1472
                "doctrine/common": "2.3.*",
1473
                "ext-soap": "*",
1474
                "hamcrest/hamcrest-php": "1.1.*",
1475
                "phpunit/phpunit": "3.7.*"
1476
            },
1477
            "suggest": {
1478
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
1479
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
1480
            },
1481
            "type": "library",
1482
            "extra": {
1483
                "branch-alias": {
1484
                    "dev-master": "3.0.0-dev"
1485
                }
1486
            },
1487
            "autoload": {
1488
                "psr-0": {
1489
                    "Phake": "src/"
1490
                }
1491
            },
1492
            "notification-url": "https://packagist.org/downloads/",
1493
            "license": [
1494
                "BSD-3-Clause"
1495
            ],
1496
            "authors": [
1497
                {
1498
                    "name": "Mike Lively",
1499
                    "email": "[email protected]"
1500
                }
1501
            ],
1502
            "description": "The Phake mock testing library",
1503
            "homepage": "https://github.com/mlively/Phake",
1504
            "keywords": [
1505
                "mock",
1506
                "testing"
1507
            ],
1508
            "time": "2016-03-04 18:49:33"
1509
        },
1510
        {
1511
            "name": "phpdocumentor/reflection-docblock",
1512
            "version": "2.0.4",
1513
            "source": {
1514
                "type": "git",
1515
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1516
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1517
            },
1518
            "dist": {
1519
                "type": "zip",
1520
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1521
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1522
                "shasum": ""
1523
            },
1524
            "require": {
1525
                "php": ">=5.3.3"
1526
            },
1527
            "require-dev": {
1528
                "phpunit/phpunit": "~4.0"
1529
            },
1530
            "suggest": {
1531
                "dflydev/markdown": "~1.0",
1532
                "erusev/parsedown": "~1.0"
1533
            },
1534
            "type": "library",
1535
            "extra": {
1536
                "branch-alias": {
1537
                    "dev-master": "2.0.x-dev"
1538
                }
1539
            },
1540
            "autoload": {
1541
                "psr-0": {
1542
                    "phpDocumentor": [
1543
                        "src/"
1544
                    ]
1545
                }
1546
            },
1547
            "notification-url": "https://packagist.org/downloads/",
1548
            "license": [
1549
                "MIT"
1550
            ],
1551
            "authors": [
1552
                {
1553
                    "name": "Mike van Riel",
1554
                    "email": "[email protected]"
1555
                }
1556
            ],
1557
            "time": "2015-02-03 12:10:50"
1558
        },
1559
        {
1560
            "name": "phpspec/prophecy",
1561
            "version": "v1.6.0",
1562
            "source": {
1563
                "type": "git",
1564
                "url": "https://github.com/phpspec/prophecy.git",
1565
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
1566
            },
1567
            "dist": {
1568
                "type": "zip",
1569
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
1570
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
1571
                "shasum": ""
1572
            },
1573
            "require": {
1574
                "doctrine/instantiator": "^1.0.2",
1575
                "php": "^5.3|^7.0",
1576
                "phpdocumentor/reflection-docblock": "~2.0",
1577
                "sebastian/comparator": "~1.1",
1578
                "sebastian/recursion-context": "~1.0"
1579
            },
1580
            "require-dev": {
1581
                "phpspec/phpspec": "~2.0"
1582
            },
1583
            "type": "library",
1584
            "extra": {
1585
                "branch-alias": {
1586
                    "dev-master": "1.5.x-dev"
1587
                }
1588
            },
1589
            "autoload": {
1590
                "psr-0": {
1591
                    "Prophecy\\": "src/"
1592
                }
1593
            },
1594
            "notification-url": "https://packagist.org/downloads/",
1595
            "license": [
1596
                "MIT"
1597
            ],
1598
            "authors": [
1599
                {
1600
                    "name": "Konstantin Kudryashov",
1601
                    "email": "[email protected]",
1602
                    "homepage": "http://everzet.com"
1603
                },
1604
                {
1605
                    "name": "Marcello Duarte",
1606
                    "email": "[email protected]"
1607
                }
1608
            ],
1609
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1610
            "homepage": "https://github.com/phpspec/prophecy",
1611
            "keywords": [
1612
                "Double",
1613
                "Dummy",
1614
                "fake",
1615
                "mock",
1616
                "spy",
1617
                "stub"
1618
            ],
1619
            "time": "2016-02-15 07:46:21"
1620
        },
1621
        {
1622
            "name": "phpunit/php-code-coverage",
1623
            "version": "4.0.0",
1624
            "source": {
1625
                "type": "git",
1626
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1627
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
1628
            },
1629
            "dist": {
1630
                "type": "zip",
1631
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
1632
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
1633
                "shasum": ""
1634
            },
1635
            "require": {
1636
                "php": "^5.6 || ^7.0",
1637
                "phpunit/php-file-iterator": "~1.3",
1638
                "phpunit/php-text-template": "~1.2",
1639
                "phpunit/php-token-stream": "^1.4.2",
1640
                "sebastian/code-unit-reverse-lookup": "~1.0",
1641
                "sebastian/environment": "^1.3.2",
1642
                "sebastian/version": "~1.0|~2.0"
1643
            },
1644
            "require-dev": {
1645
                "ext-xdebug": ">=2.1.4",
1646
                "phpunit/phpunit": "^5.4"
1647
            },
1648
            "suggest": {
1649
                "ext-dom": "*",
1650
                "ext-xdebug": ">=2.4.0",
1651
                "ext-xmlwriter": "*"
1652
            },
1653
            "type": "library",
1654
            "extra": {
1655
                "branch-alias": {
1656
                    "dev-master": "4.0.x-dev"
1657
                }
1658
            },
1659
            "autoload": {
1660
                "classmap": [
1661
                    "src/"
1662
                ]
1663
            },
1664
            "notification-url": "https://packagist.org/downloads/",
1665
            "license": [
1666
                "BSD-3-Clause"
1667
            ],
1668
            "authors": [
1669
                {
1670
                    "name": "Sebastian Bergmann",
1671
                    "email": "[email protected]",
1672
                    "role": "lead"
1673
                }
1674
            ],
1675
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1676
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1677
            "keywords": [
1678
                "coverage",
1679
                "testing",
1680
                "xunit"
1681
            ],
1682
            "time": "2016-06-03 05:03:56"
1683
        },
1684
        {
1685
            "name": "phpunit/php-file-iterator",
1686
            "version": "1.4.1",
1687
            "source": {
1688
                "type": "git",
1689
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1690
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1691
            },
1692
            "dist": {
1693
                "type": "zip",
1694
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1695
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1696
                "shasum": ""
1697
            },
1698
            "require": {
1699
                "php": ">=5.3.3"
1700
            },
1701
            "type": "library",
1702
            "extra": {
1703
                "branch-alias": {
1704
                    "dev-master": "1.4.x-dev"
1705
                }
1706
            },
1707
            "autoload": {
1708
                "classmap": [
1709
                    "src/"
1710
                ]
1711
            },
1712
            "notification-url": "https://packagist.org/downloads/",
1713
            "license": [
1714
                "BSD-3-Clause"
1715
            ],
1716
            "authors": [
1717
                {
1718
                    "name": "Sebastian Bergmann",
1719
                    "email": "[email protected]",
1720
                    "role": "lead"
1721
                }
1722
            ],
1723
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1724
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1725
            "keywords": [
1726
                "filesystem",
1727
                "iterator"
1728
            ],
1729
            "time": "2015-06-21 13:08:43"
1730
        },
1731
        {
1732
            "name": "phpunit/php-text-template",
1733
            "version": "1.2.1",
1734
            "source": {
1735
                "type": "git",
1736
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1737
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1738
            },
1739
            "dist": {
1740
                "type": "zip",
1741
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1742
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1743
                "shasum": ""
1744
            },
1745
            "require": {
1746
                "php": ">=5.3.3"
1747
            },
1748
            "type": "library",
1749
            "autoload": {
1750
                "classmap": [
1751
                    "src/"
1752
                ]
1753
            },
1754
            "notification-url": "https://packagist.org/downloads/",
1755
            "license": [
1756
                "BSD-3-Clause"
1757
            ],
1758
            "authors": [
1759
                {
1760
                    "name": "Sebastian Bergmann",
1761
                    "email": "[email protected]",
1762
                    "role": "lead"
1763
                }
1764
            ],
1765
            "description": "Simple template engine.",
1766
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1767
            "keywords": [
1768
                "template"
1769
            ],
1770
            "time": "2015-06-21 13:50:34"
1771
        },
1772
        {
1773
            "name": "phpunit/php-timer",
1774
            "version": "1.0.8",
1775
            "source": {
1776
                "type": "git",
1777
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1778
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1779
            },
1780
            "dist": {
1781
                "type": "zip",
1782
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1783
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1784
                "shasum": ""
1785
            },
1786
            "require": {
1787
                "php": ">=5.3.3"
1788
            },
1789
            "require-dev": {
1790
                "phpunit/phpunit": "~4|~5"
1791
            },
1792
            "type": "library",
1793
            "autoload": {
1794
                "classmap": [
1795
                    "src/"
1796
                ]
1797
            },
1798
            "notification-url": "https://packagist.org/downloads/",
1799
            "license": [
1800
                "BSD-3-Clause"
1801
            ],
1802
            "authors": [
1803
                {
1804
                    "name": "Sebastian Bergmann",
1805
                    "email": "[email protected]",
1806
                    "role": "lead"
1807
                }
1808
            ],
1809
            "description": "Utility class for timing",
1810
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1811
            "keywords": [
1812
                "timer"
1813
            ],
1814
            "time": "2016-05-12 18:03:57"
1815
        },
1816
        {
1817
            "name": "phpunit/php-token-stream",
1818
            "version": "1.4.8",
1819
            "source": {
1820
                "type": "git",
1821
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1822
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1823
            },
1824
            "dist": {
1825
                "type": "zip",
1826
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1827
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1828
                "shasum": ""
1829
            },
1830
            "require": {
1831
                "ext-tokenizer": "*",
1832
                "php": ">=5.3.3"
1833
            },
1834
            "require-dev": {
1835
                "phpunit/phpunit": "~4.2"
1836
            },
1837
            "type": "library",
1838
            "extra": {
1839
                "branch-alias": {
1840
                    "dev-master": "1.4-dev"
1841
                }
1842
            },
1843
            "autoload": {
1844
                "classmap": [
1845
                    "src/"
1846
                ]
1847
            },
1848
            "notification-url": "https://packagist.org/downloads/",
1849
            "license": [
1850
                "BSD-3-Clause"
1851
            ],
1852
            "authors": [
1853
                {
1854
                    "name": "Sebastian Bergmann",
1855
                    "email": "[email protected]"
1856
                }
1857
            ],
1858
            "description": "Wrapper around PHP's tokenizer extension.",
1859
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1860
            "keywords": [
1861
                "tokenizer"
1862
            ],
1863
            "time": "2015-09-15 10:49:45"
1864
        },
1865
        {
1866
            "name": "phpunit/phpunit",
1867
            "version": "5.4.2",
1868
            "source": {
1869
                "type": "git",
1870
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1871
                "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d"
1872
            },
1873
            "dist": {
1874
                "type": "zip",
1875
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f5726a0262e5f74f8e9cf03128798b64160c441d",
1876
                "reference": "f5726a0262e5f74f8e9cf03128798b64160c441d",
1877
                "shasum": ""
1878
            },
1879
            "require": {
1880
                "ext-dom": "*",
1881
                "ext-json": "*",
1882
                "ext-pcre": "*",
1883
                "ext-reflection": "*",
1884
                "ext-spl": "*",
1885
                "myclabs/deep-copy": "~1.3",
1886
                "php": "^5.6 || ^7.0",
1887
                "phpspec/prophecy": "^1.3.1",
1888
                "phpunit/php-code-coverage": "^4.0",
1889
                "phpunit/php-file-iterator": "~1.4",
1890
                "phpunit/php-text-template": "~1.2",
1891
                "phpunit/php-timer": "^1.0.6",
1892
                "phpunit/phpunit-mock-objects": "^3.2",
1893
                "sebastian/comparator": "~1.1",
1894
                "sebastian/diff": "~1.2",
1895
                "sebastian/environment": "~1.3",
1896
                "sebastian/exporter": "~1.2",
1897
                "sebastian/global-state": "~1.0",
1898
                "sebastian/object-enumerator": "~1.0",
1899
                "sebastian/resource-operations": "~1.0",
1900
                "sebastian/version": "~1.0|~2.0",
1901
                "symfony/yaml": "~2.1|~3.0"
1902
            },
1903
            "suggest": {
1904
                "phpunit/php-invoker": "~1.1"
1905
            },
1906
            "bin": [
1907
                "phpunit"
1908
            ],
1909
            "type": "library",
1910
            "extra": {
1911
                "branch-alias": {
1912
                    "dev-master": "5.4.x-dev"
1913
                }
1914
            },
1915
            "autoload": {
1916
                "classmap": [
1917
                    "src/"
1918
                ]
1919
            },
1920
            "notification-url": "https://packagist.org/downloads/",
1921
            "license": [
1922
                "BSD-3-Clause"
1923
            ],
1924
            "authors": [
1925
                {
1926
                    "name": "Sebastian Bergmann",
1927
                    "email": "[email protected]",
1928
                    "role": "lead"
1929
                }
1930
            ],
1931
            "description": "The PHP Unit Testing framework.",
1932
            "homepage": "https://phpunit.de/",
1933
            "keywords": [
1934
                "phpunit",
1935
                "testing",
1936
                "xunit"
1937
            ],
1938
            "time": "2016-06-03 09:59:50"
1939
        },
1940
        {
1941
            "name": "phpunit/phpunit-mock-objects",
1942
            "version": "3.2.1",
1943
            "source": {
1944
                "type": "git",
1945
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1946
                "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3"
1947
            },
1948
            "dist": {
1949
                "type": "zip",
1950
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
1951
                "reference": "0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3",
1952
                "shasum": ""
1953
            },
1954
            "require": {
1955
                "doctrine/instantiator": "^1.0.2",
1956
                "php": "^5.6 || ^7.0",
1957
                "phpunit/php-text-template": "^1.2",
1958
                "sebastian/exporter": "^1.2"
1959
            },
1960
            "conflict": {
1961
                "phpunit/phpunit": "<5.4.0"
1962
            },
1963
            "require-dev": {
1964
                "phpunit/phpunit": "^5.4"
1965
            },
1966
            "suggest": {
1967
                "ext-soap": "*"
1968
            },
1969
            "type": "library",
1970
            "extra": {
1971
                "branch-alias": {
1972
                    "dev-master": "3.2.x-dev"
1973
                }
1974
            },
1975
            "autoload": {
1976
                "classmap": [
1977
                    "src/"
1978
                ]
1979
            },
1980
            "notification-url": "https://packagist.org/downloads/",
1981
            "license": [
1982
                "BSD-3-Clause"
1983
            ],
1984
            "authors": [
1985
                {
1986
                    "name": "Sebastian Bergmann",
1987
                    "email": "[email protected]",
1988
                    "role": "lead"
1989
                }
1990
            ],
1991
            "description": "Mock Object library for PHPUnit",
1992
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1993
            "keywords": [
1994
                "mock",
1995
                "xunit"
1996
            ],
1997
            "time": "2016-06-04 05:52:19"
1998
        },
1999
        {
2000
            "name": "sebastian/code-unit-reverse-lookup",
2001
            "version": "1.0.0",
2002
            "source": {
2003
                "type": "git",
2004
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2005
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2006
            },
2007
            "dist": {
2008
                "type": "zip",
2009
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2010
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2011
                "shasum": ""
2012
            },
2013
            "require": {
2014
                "php": ">=5.6"
2015
            },
2016
            "require-dev": {
2017
                "phpunit/phpunit": "~5"
2018
            },
2019
            "type": "library",
2020
            "extra": {
2021
                "branch-alias": {
2022
                    "dev-master": "1.0.x-dev"
2023
                }
2024
            },
2025
            "autoload": {
2026
                "classmap": [
2027
                    "src/"
2028
                ]
2029
            },
2030
            "notification-url": "https://packagist.org/downloads/",
2031
            "license": [
2032
                "BSD-3-Clause"
2033
            ],
2034
            "authors": [
2035
                {
2036
                    "name": "Sebastian Bergmann",
2037
                    "email": "[email protected]"
2038
                }
2039
            ],
2040
            "description": "Looks up which function or method a line of code belongs to",
2041
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2042
            "time": "2016-02-13 06:45:14"
2043
        },
2044
        {
2045
            "name": "sebastian/comparator",
2046
            "version": "1.2.0",
2047
            "source": {
2048
                "type": "git",
2049
                "url": "https://github.com/sebastianbergmann/comparator.git",
2050
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2051
            },
2052
            "dist": {
2053
                "type": "zip",
2054
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2055
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2056
                "shasum": ""
2057
            },
2058
            "require": {
2059
                "php": ">=5.3.3",
2060
                "sebastian/diff": "~1.2",
2061
                "sebastian/exporter": "~1.2"
2062
            },
2063
            "require-dev": {
2064
                "phpunit/phpunit": "~4.4"
2065
            },
2066
            "type": "library",
2067
            "extra": {
2068
                "branch-alias": {
2069
                    "dev-master": "1.2.x-dev"
2070
                }
2071
            },
2072
            "autoload": {
2073
                "classmap": [
2074
                    "src/"
2075
                ]
2076
            },
2077
            "notification-url": "https://packagist.org/downloads/",
2078
            "license": [
2079
                "BSD-3-Clause"
2080
            ],
2081
            "authors": [
2082
                {
2083
                    "name": "Jeff Welch",
2084
                    "email": "[email protected]"
2085
                },
2086
                {
2087
                    "name": "Volker Dusch",
2088
                    "email": "[email protected]"
2089
                },
2090
                {
2091
                    "name": "Bernhard Schussek",
2092
                    "email": "[email protected]"
2093
                },
2094
                {
2095
                    "name": "Sebastian Bergmann",
2096
                    "email": "[email protected]"
2097
                }
2098
            ],
2099
            "description": "Provides the functionality to compare PHP values for equality",
2100
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2101
            "keywords": [
2102
                "comparator",
2103
                "compare",
2104
                "equality"
2105
            ],
2106
            "time": "2015-07-26 15:48:44"
2107
        },
2108
        {
2109
            "name": "sebastian/diff",
2110
            "version": "1.4.1",
2111
            "source": {
2112
                "type": "git",
2113
                "url": "https://github.com/sebastianbergmann/diff.git",
2114
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2115
            },
2116
            "dist": {
2117
                "type": "zip",
2118
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2119
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2120
                "shasum": ""
2121
            },
2122
            "require": {
2123
                "php": ">=5.3.3"
2124
            },
2125
            "require-dev": {
2126
                "phpunit/phpunit": "~4.8"
2127
            },
2128
            "type": "library",
2129
            "extra": {
2130
                "branch-alias": {
2131
                    "dev-master": "1.4-dev"
2132
                }
2133
            },
2134
            "autoload": {
2135
                "classmap": [
2136
                    "src/"
2137
                ]
2138
            },
2139
            "notification-url": "https://packagist.org/downloads/",
2140
            "license": [
2141
                "BSD-3-Clause"
2142
            ],
2143
            "authors": [
2144
                {
2145
                    "name": "Kore Nordmann",
2146
                    "email": "[email protected]"
2147
                },
2148
                {
2149
                    "name": "Sebastian Bergmann",
2150
                    "email": "[email protected]"
2151
                }
2152
            ],
2153
            "description": "Diff implementation",
2154
            "homepage": "https://github.com/sebastianbergmann/diff",
2155
            "keywords": [
2156
                "diff"
2157
            ],
2158
            "time": "2015-12-08 07:14:41"
2159
        },
2160
        {
2161
            "name": "sebastian/environment",
2162
            "version": "1.3.7",
2163
            "source": {
2164
                "type": "git",
2165
                "url": "https://github.com/sebastianbergmann/environment.git",
2166
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
2167
            },
2168
            "dist": {
2169
                "type": "zip",
2170
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
2171
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
2172
                "shasum": ""
2173
            },
2174
            "require": {
2175
                "php": ">=5.3.3"
2176
            },
2177
            "require-dev": {
2178
                "phpunit/phpunit": "~4.4"
2179
            },
2180
            "type": "library",
2181
            "extra": {
2182
                "branch-alias": {
2183
                    "dev-master": "1.3.x-dev"
2184
                }
2185
            },
2186
            "autoload": {
2187
                "classmap": [
2188
                    "src/"
2189
                ]
2190
            },
2191
            "notification-url": "https://packagist.org/downloads/",
2192
            "license": [
2193
                "BSD-3-Clause"
2194
            ],
2195
            "authors": [
2196
                {
2197
                    "name": "Sebastian Bergmann",
2198
                    "email": "[email protected]"
2199
                }
2200
            ],
2201
            "description": "Provides functionality to handle HHVM/PHP environments",
2202
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2203
            "keywords": [
2204
                "Xdebug",
2205
                "environment",
2206
                "hhvm"
2207
            ],
2208
            "time": "2016-05-17 03:18:57"
2209
        },
2210
        {
2211
            "name": "sebastian/exporter",
2212
            "version": "1.2.1",
2213
            "source": {
2214
                "type": "git",
2215
                "url": "https://github.com/sebastianbergmann/exporter.git",
2216
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2217
            },
2218
            "dist": {
2219
                "type": "zip",
2220
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2221
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2222
                "shasum": ""
2223
            },
2224
            "require": {
2225
                "php": ">=5.3.3",
2226
                "sebastian/recursion-context": "~1.0"
2227
            },
2228
            "require-dev": {
2229
                "phpunit/phpunit": "~4.4"
2230
            },
2231
            "type": "library",
2232
            "extra": {
2233
                "branch-alias": {
2234
                    "dev-master": "1.2.x-dev"
2235
                }
2236
            },
2237
            "autoload": {
2238
                "classmap": [
2239
                    "src/"
2240
                ]
2241
            },
2242
            "notification-url": "https://packagist.org/downloads/",
2243
            "license": [
2244
                "BSD-3-Clause"
2245
            ],
2246
            "authors": [
2247
                {
2248
                    "name": "Jeff Welch",
2249
                    "email": "[email protected]"
2250
                },
2251
                {
2252
                    "name": "Volker Dusch",
2253
                    "email": "[email protected]"
2254
                },
2255
                {
2256
                    "name": "Bernhard Schussek",
2257
                    "email": "[email protected]"
2258
                },
2259
                {
2260
                    "name": "Sebastian Bergmann",
2261
                    "email": "[email protected]"
2262
                },
2263
                {
2264
                    "name": "Adam Harvey",
2265
                    "email": "[email protected]"
2266
                }
2267
            ],
2268
            "description": "Provides the functionality to export PHP variables for visualization",
2269
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2270
            "keywords": [
2271
                "export",
2272
                "exporter"
2273
            ],
2274
            "time": "2015-06-21 07:55:53"
2275
        },
2276
        {
2277
            "name": "sebastian/global-state",
2278
            "version": "1.1.1",
2279
            "source": {
2280
                "type": "git",
2281
                "url": "https://github.com/sebastianbergmann/global-state.git",
2282
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2283
            },
2284
            "dist": {
2285
                "type": "zip",
2286
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2287
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2288
                "shasum": ""
2289
            },
2290
            "require": {
2291
                "php": ">=5.3.3"
2292
            },
2293
            "require-dev": {
2294
                "phpunit/phpunit": "~4.2"
2295
            },
2296
            "suggest": {
2297
                "ext-uopz": "*"
2298
            },
2299
            "type": "library",
2300
            "extra": {
2301
                "branch-alias": {
2302
                    "dev-master": "1.0-dev"
2303
                }
2304
            },
2305
            "autoload": {
2306
                "classmap": [
2307
                    "src/"
2308
                ]
2309
            },
2310
            "notification-url": "https://packagist.org/downloads/",
2311
            "license": [
2312
                "BSD-3-Clause"
2313
            ],
2314
            "authors": [
2315
                {
2316
                    "name": "Sebastian Bergmann",
2317
                    "email": "[email protected]"
2318
                }
2319
            ],
2320
            "description": "Snapshotting of global state",
2321
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2322
            "keywords": [
2323
                "global state"
2324
            ],
2325
            "time": "2015-10-12 03:26:01"
2326
        },
2327
        {
2328
            "name": "sebastian/object-enumerator",
2329
            "version": "1.0.0",
2330
            "source": {
2331
                "type": "git",
2332
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2333
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2334
            },
2335
            "dist": {
2336
                "type": "zip",
2337
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2338
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2339
                "shasum": ""
2340
            },
2341
            "require": {
2342
                "php": ">=5.6",
2343
                "sebastian/recursion-context": "~1.0"
2344
            },
2345
            "require-dev": {
2346
                "phpunit/phpunit": "~5"
2347
            },
2348
            "type": "library",
2349
            "extra": {
2350
                "branch-alias": {
2351
                    "dev-master": "1.0.x-dev"
2352
                }
2353
            },
2354
            "autoload": {
2355
                "classmap": [
2356
                    "src/"
2357
                ]
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "BSD-3-Clause"
2362
            ],
2363
            "authors": [
2364
                {
2365
                    "name": "Sebastian Bergmann",
2366
                    "email": "[email protected]"
2367
                }
2368
            ],
2369
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2370
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2371
            "time": "2016-01-28 13:25:10"
2372
        },
2373
        {
2374
            "name": "sebastian/recursion-context",
2375
            "version": "1.0.2",
2376
            "source": {
2377
                "type": "git",
2378
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2379
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2380
            },
2381
            "dist": {
2382
                "type": "zip",
2383
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2384
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2385
                "shasum": ""
2386
            },
2387
            "require": {
2388
                "php": ">=5.3.3"
2389
            },
2390
            "require-dev": {
2391
                "phpunit/phpunit": "~4.4"
2392
            },
2393
            "type": "library",
2394
            "extra": {
2395
                "branch-alias": {
2396
                    "dev-master": "1.0.x-dev"
2397
                }
2398
            },
2399
            "autoload": {
2400
                "classmap": [
2401
                    "src/"
2402
                ]
2403
            },
2404
            "notification-url": "https://packagist.org/downloads/",
2405
            "license": [
2406
                "BSD-3-Clause"
2407
            ],
2408
            "authors": [
2409
                {
2410
                    "name": "Jeff Welch",
2411
                    "email": "[email protected]"
2412
                },
2413
                {
2414
                    "name": "Sebastian Bergmann",
2415
                    "email": "[email protected]"
2416
                },
2417
                {
2418
                    "name": "Adam Harvey",
2419
                    "email": "[email protected]"
2420
                }
2421
            ],
2422
            "description": "Provides functionality to recursively process PHP variables",
2423
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2424
            "time": "2015-11-11 19:50:13"
2425
        },
2426
        {
2427
            "name": "sebastian/resource-operations",
2428
            "version": "1.0.0",
2429
            "source": {
2430
                "type": "git",
2431
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2432
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2433
            },
2434
            "dist": {
2435
                "type": "zip",
2436
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2437
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2438
                "shasum": ""
2439
            },
2440
            "require": {
2441
                "php": ">=5.6.0"
2442
            },
2443
            "type": "library",
2444
            "extra": {
2445
                "branch-alias": {
2446
                    "dev-master": "1.0.x-dev"
2447
                }
2448
            },
2449
            "autoload": {
2450
                "classmap": [
2451
                    "src/"
2452
                ]
2453
            },
2454
            "notification-url": "https://packagist.org/downloads/",
2455
            "license": [
2456
                "BSD-3-Clause"
2457
            ],
2458
            "authors": [
2459
                {
2460
                    "name": "Sebastian Bergmann",
2461
                    "email": "[email protected]"
2462
                }
2463
            ],
2464
            "description": "Provides a list of PHP built-in functions that operate on resources",
2465
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2466
            "time": "2015-07-28 20:34:47"
2467
        },
2468
        {
2469
            "name": "sebastian/version",
2470
            "version": "2.0.0",
2471
            "source": {
2472
                "type": "git",
2473
                "url": "https://github.com/sebastianbergmann/version.git",
2474
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2475
            },
2476
            "dist": {
2477
                "type": "zip",
2478
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2479
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2480
                "shasum": ""
2481
            },
2482
            "require": {
2483
                "php": ">=5.6"
2484
            },
2485
            "type": "library",
2486
            "extra": {
2487
                "branch-alias": {
2488
                    "dev-master": "2.0.x-dev"
2489
                }
2490
            },
2491
            "autoload": {
2492
                "classmap": [
2493
                    "src/"
2494
                ]
2495
            },
2496
            "notification-url": "https://packagist.org/downloads/",
2497
            "license": [
2498
                "BSD-3-Clause"
2499
            ],
2500
            "authors": [
2501
                {
2502
                    "name": "Sebastian Bergmann",
2503
                    "email": "[email protected]",
2504
                    "role": "lead"
2505
                }
2506
            ],
2507
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2508
            "homepage": "https://github.com/sebastianbergmann/version",
2509
            "time": "2016-02-04 12:56:52"
2510
        },
2511
        {
2512
            "name": "seld/cli-prompt",
2513
            "version": "1.0.2",
2514
            "source": {
2515
                "type": "git",
2516
                "url": "https://github.com/Seldaek/cli-prompt.git",
2517
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4"
2518
            },
2519
            "dist": {
2520
                "type": "zip",
2521
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
2522
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
2523
                "shasum": ""
2524
            },
2525
            "require": {
2526
                "php": ">=5.3"
2527
            },
2528
            "type": "library",
2529
            "extra": {
2530
                "branch-alias": {
2531
                    "dev-master": "1.x-dev"
2532
                }
2533
            },
2534
            "autoload": {
2535
                "psr-4": {
2536
                    "Seld\\CliPrompt\\": "src/"
2537
                }
2538
            },
2539
            "notification-url": "https://packagist.org/downloads/",
2540
            "license": [
2541
                "MIT"
2542
            ],
2543
            "authors": [
2544
                {
2545
                    "name": "Jordi Boggiano",
2546
                    "email": "[email protected]"
2547
                }
2548
            ],
2549
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
2550
            "keywords": [
2551
                "cli",
2552
                "console",
2553
                "hidden",
2554
                "input",
2555
                "prompt"
2556
            ],
2557
            "time": "2016-04-18 09:31:41"
2558
        },
2559
        {
2560
            "name": "squizlabs/php_codesniffer",
2561
            "version": "2.6.1",
2562
            "source": {
2563
                "type": "git",
2564
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2565
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d"
2566
            },
2567
            "dist": {
2568
                "type": "zip",
2569
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
2570
                "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d",
2571
                "shasum": ""
2572
            },
2573
            "require": {
2574
                "ext-simplexml": "*",
2575
                "ext-tokenizer": "*",
2576
                "ext-xmlwriter": "*",
2577
                "php": ">=5.1.2"
2578
            },
2579
            "require-dev": {
2580
                "phpunit/phpunit": "~4.0"
2581
            },
2582
            "bin": [
2583
                "scripts/phpcs",
2584
                "scripts/phpcbf"
2585
            ],
2586
            "type": "library",
2587
            "extra": {
2588
                "branch-alias": {
2589
                    "dev-master": "2.x-dev"
2590
                }
2591
            },
2592
            "autoload": {
2593
                "classmap": [
2594
                    "CodeSniffer.php",
2595
                    "CodeSniffer/CLI.php",
2596
                    "CodeSniffer/Exception.php",
2597
                    "CodeSniffer/File.php",
2598
                    "CodeSniffer/Fixer.php",
2599
                    "CodeSniffer/Report.php",
2600
                    "CodeSniffer/Reporting.php",
2601
                    "CodeSniffer/Sniff.php",
2602
                    "CodeSniffer/Tokens.php",
2603
                    "CodeSniffer/Reports/",
2604
                    "CodeSniffer/Tokenizers/",
2605
                    "CodeSniffer/DocGenerators/",
2606
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2607
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2608
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2609
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2610
                    "CodeSniffer/Standards/Generic/Sniffs/",
2611
                    "CodeSniffer/Standards/MySource/Sniffs/",
2612
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2613
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2614
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2615
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2616
                    "CodeSniffer/Standards/Zend/Sniffs/"
2617
                ]
2618
            },
2619
            "notification-url": "https://packagist.org/downloads/",
2620
            "license": [
2621
                "BSD-3-Clause"
2622
            ],
2623
            "authors": [
2624
                {
2625
                    "name": "Greg Sherwood",
2626
                    "role": "lead"
2627
                }
2628
            ],
2629
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2630
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2631
            "keywords": [
2632
                "phpcs",
2633
                "standards"
2634
            ],
2635
            "time": "2016-05-30 22:24:32"
2636
        },
2637
        {
2638
            "name": "symfony/yaml",
2639
            "version": "v3.1.0",
2640
            "source": {
2641
                "type": "git",
2642
                "url": "https://github.com/symfony/yaml.git",
2643
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
2644
            },
2645
            "dist": {
2646
                "type": "zip",
2647
                "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
2648
                "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
2649
                "shasum": ""
2650
            },
2651
            "require": {
2652
                "php": ">=5.5.9"
2653
            },
2654
            "type": "library",
2655
            "extra": {
2656
                "branch-alias": {
2657
                    "dev-master": "3.1-dev"
2658
                }
2659
            },
2660
            "autoload": {
2661
                "psr-4": {
2662
                    "Symfony\\Component\\Yaml\\": ""
2663
                },
2664
                "exclude-from-classmap": [
2665
                    "/Tests/"
2666
                ]
2667
            },
2668
            "notification-url": "https://packagist.org/downloads/",
2669
            "license": [
2670
                "MIT"
2671
            ],
2672
            "authors": [
2673
                {
2674
                    "name": "Fabien Potencier",
2675
                    "email": "[email protected]"
2676
                },
2677
                {
2678
                    "name": "Symfony Community",
2679
                    "homepage": "https://symfony.com/contributors"
2680
                }
2681
            ],
2682
            "description": "Symfony Yaml Component",
2683
            "homepage": "https://symfony.com",
2684
            "time": "2016-05-26 21:46:24"
2685
        },
2686
        {
2687
            "name": "vectorface/dunit",
2688
            "version": "v2.1.0",
2689
            "source": {
2690
                "type": "git",
2691
                "url": "https://github.com/Vectorface/dunit.git",
2692
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf"
2693
            },
2694
            "dist": {
2695
                "type": "zip",
2696
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/3f04c7a8bef5ff100666e92db96e93f80a6640bf",
2697
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf",
2698
                "shasum": ""
2699
            },
2700
            "require-dev": {
2701
                "phpunit/phpunit": "~4.3",
2702
                "symfony/console": "~2.5"
2703
            },
2704
            "bin": [
2705
                "bin/dunit"
2706
            ],
2707
            "type": "library",
2708
            "autoload": {
2709
                "psr-4": {
2710
                    "Vectorface\\Dunit\\": "src"
2711
                }
2712
            },
2713
            "notification-url": "https://packagist.org/downloads/",
2714
            "license": [
2715
                "MIT"
2716
            ],
2717
            "authors": [
2718
                {
2719
                    "name": "Daniel Bruce",
2720
                    "email": "[email protected]",
2721
                    "role": "Developer"
2722
                },
2723
                {
2724
                    "name": "Cory Darby",
2725
                    "email": "[email protected]",
2726
                    "role": "Developer"
2727
                }
2728
            ],
2729
            "description": "Test code against multiple versions of PHP with the help of docker",
2730
            "homepage": "https://github.com/Vectorface/dunit",
2731
            "keywords": [
2732
                "docker",
2733
                "php",
2734
                "phpunit",
2735
                "testing"
2736
            ],
2737
            "time": "2015-03-31 19:30:02"
2738
        },
2739
        {
2740
            "name": "wyrihaximus/api-client-resource-generator",
2741
            "version": "dev-master",
2742
            "source": {
2743
                "type": "git",
2744
                "url": "https://github.com/WyriHaximus/php-api-client-resource-generator.git",
2745
                "reference": "cd44a915abc5a99622478dc6e33b2f009f56a833"
2746
            },
2747
            "dist": {
2748
                "type": "zip",
2749
                "url": "https://api.github.com/repos/WyriHaximus/php-api-client-resource-generator/zipball/cd44a915abc5a99622478dc6e33b2f009f56a833",
2750
                "reference": "cd44a915abc5a99622478dc6e33b2f009f56a833",
2751
                "shasum": ""
2752
            },
2753
            "require": {
2754
                "doctrine/inflector": "^1.1",
2755
                "league/climate": "^3.2",
2756
                "nikic/php-parser": "^2.1",
2757
                "php": "^7.0",
2758
                "symfony/yaml": "^2.8||^3.0",
2759
                "wyrihaximus/api-client": "dev-master"
2760
            },
2761
            "require-dev": {
2762
                "phake/phake": "^2.3",
2763
                "phpunit/phpunit": "^5.2.3",
2764
                "squizlabs/php_codesniffer": "^2.6",
2765
                "vectorface/dunit": "~2.0"
2766
            },
2767
            "bin": [
2768
                "api-client-resource-generator"
2769
            ],
2770
            "type": "library",
2771
            "autoload": {
2772
                "psr-4": {
2773
                    "WyriHaximus\\ApiClient\\Tools\\": "src/"
2774
                }
2775
            },
2776
            "notification-url": "https://packagist.org/downloads/",
2777
            "license": [
2778
                "MIT"
2779
            ],
2780
            "authors": [
2781
                {
2782
                    "name": "Cees-Jan Kiewiet",
2783
                    "email": "[email protected]"
2784
                }
2785
            ],
2786
            "time": "2016-06-04 15:26:26"
2787
        }
2788
    ],
2789
    "aliases": [],
2790
    "minimum-stability": "stable",
2791
    "stability-flags": {
2792
        "wyrihaximus/api-client": 20,
2793
        "wyrihaximus/api-client-resource-generator": 20
2794
    },
2795
    "prefer-stable": false,
2796
    "prefer-lowest": false,
2797
    "platform": {
2798
        "php": "^7.0"
2799
    },
2800
    "platform-dev": []
2801
}
2802