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 (3)

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": "e7448c0439e8b89e17dccf86231a00c6",
8
    "content-hash": "2f213c4ff6ae5867a2cfae34fdd337a4",
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",
610
            "version": "v0.4.1",
611
            "source": {
612
                "type": "git",
613
                "url": "https://github.com/reactphp/http.git",
614
                "reference": "f575989d67b7db0a65f5dd7e431d8f47af6c2f7b"
615
            },
616
            "dist": {
617
                "type": "zip",
618
                "url": "https://api.github.com/repos/reactphp/http/zipball/f575989d67b7db0a65f5dd7e431d8f47af6c2f7b",
619
                "reference": "f575989d67b7db0a65f5dd7e431d8f47af6c2f7b",
620
                "shasum": ""
621
            },
622
            "require": {
623
                "evenement/evenement": "^2.0",
624
                "guzzlehttp/psr7": "^1.0",
625
                "php": ">=5.4.0",
626
                "react/socket": "^0.4",
627
                "react/stream": "^0.4"
628
            },
629
            "type": "library",
630
            "extra": {
631
                "branch-alias": {
632
                    "dev-master": "0.5-dev"
633
                }
634
            },
635
            "autoload": {
636
                "psr-4": {
637
                    "React\\Http\\": "src"
638
                }
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "description": "Library for building an evented http server.",
645
            "keywords": [
646
                "http"
647
            ],
648
            "time": "2015-05-21 20:12:09"
649
        },
650
        {
651
            "name": "react/http-client",
652
            "version": "v0.4.10",
653
            "source": {
654
                "type": "git",
655
                "url": "https://github.com/reactphp/http-client.git",
656
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575"
657
            },
658
            "dist": {
659
                "type": "zip",
660
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/1a37937274cc7bf7ef194381c83f5a4ad5253575",
661
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575",
662
                "shasum": ""
663
            },
664
            "require": {
665
                "evenement/evenement": "~2.0",
666
                "guzzlehttp/psr7": "^1.0",
667
                "php": ">=5.4.0",
668
                "react/dns": "0.4.*",
669
                "react/event-loop": "0.4.*",
670
                "react/promise": "~2.2",
671
                "react/socket-client": "^0.5 || ^0.4 || ^0.3",
672
                "react/stream": "0.4.*"
673
            },
674
            "type": "library",
675
            "extra": {
676
                "branch-alias": {
677
                    "dev-master": "0.5-dev"
678
                }
679
            },
680
            "autoload": {
681
                "psr-4": {
682
                    "React\\HttpClient\\": "src"
683
                }
684
            },
685
            "notification-url": "https://packagist.org/downloads/",
686
            "license": [
687
                "MIT"
688
            ],
689
            "description": "Asynchronous HTTP client library.",
690
            "keywords": [
691
                "http"
692
            ],
693
            "time": "2016-03-21 14:01:16"
694
        },
695
        {
696
            "name": "react/promise",
697
            "version": "v2.4.1",
698
            "source": {
699
                "type": "git",
700
                "url": "https://github.com/reactphp/promise.git",
701
                "reference": "8025426794f1944de806618671d4fa476dc7626f"
702
            },
703
            "dist": {
704
                "type": "zip",
705
                "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
706
                "reference": "8025426794f1944de806618671d4fa476dc7626f",
707
                "shasum": ""
708
            },
709
            "require": {
710
                "php": ">=5.4.0"
711
            },
712
            "type": "library",
713
            "extra": {
714
                "branch-alias": {
715
                    "dev-master": "2.0-dev"
716
                }
717
            },
718
            "autoload": {
719
                "psr-4": {
720
                    "React\\Promise\\": "src/"
721
                },
722
                "files": [
723
                    "src/functions_include.php"
724
                ]
725
            },
726
            "notification-url": "https://packagist.org/downloads/",
727
            "license": [
728
                "MIT"
729
            ],
730
            "authors": [
731
                {
732
                    "name": "Jan Sorgalla",
733
                    "email": "[email protected]"
734
                }
735
            ],
736
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
737
            "time": "2016-05-03 17:50:52"
738
        },
739
        {
740
            "name": "react/promise-timer",
741
            "version": "v1.1.0",
742
            "source": {
743
                "type": "git",
744
                "url": "https://github.com/reactphp/promise-timer.git",
745
                "reference": "6a46050d801688e08d1a550b97b1f3735505c62a"
746
            },
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/6a46050d801688e08d1a550b97b1f3735505c62a",
750
                "reference": "6a46050d801688e08d1a550b97b1f3735505c62a",
751
                "shasum": ""
752
            },
753
            "require": {
754
                "php": ">=5.3",
755
                "react/event-loop": "~0.4.0|~0.3.0",
756
                "react/promise": "~2.1|~1.2"
757
            },
758
            "type": "library",
759
            "autoload": {
760
                "psr-4": {
761
                    "React\\Promise\\Timer\\": "src/"
762
                },
763
                "files": [
764
                    "src/functions.php"
765
                ]
766
            },
767
            "notification-url": "https://packagist.org/downloads/",
768
            "license": [
769
                "MIT"
770
            ],
771
            "authors": [
772
                {
773
                    "name": "Christian Lück",
774
                    "email": "[email protected]"
775
                }
776
            ],
777
            "description": "Trivial timeout implementation for Promises",
778
            "homepage": "https://github.com/react/promise-timer",
779
            "keywords": [
780
                "async",
781
                "event-loop",
782
                "promise",
783
                "reactphp",
784
                "timeout",
785
                "timer"
786
            ],
787
            "time": "2016-02-29 19:03:45"
788
        },
789
        {
790
            "name": "react/socket",
791
            "version": "v0.4.3",
792
            "source": {
793
                "type": "git",
794
                "url": "https://github.com/reactphp/socket.git",
795
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc"
796
            },
797
            "dist": {
798
                "type": "zip",
799
                "url": "https://api.github.com/repos/reactphp/socket/zipball/ce015ec5879b96f5d30905f035f223aa85013fcc",
800
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc",
801
                "shasum": ""
802
            },
803
            "require": {
804
                "evenement/evenement": "~2.0|~1.0",
805
                "php": ">=5.3.0",
806
                "react/event-loop": "0.4.*|0.3.*",
807
                "react/stream": "0.4.*|0.3.*"
808
            },
809
            "type": "library",
810
            "extra": {
811
                "branch-alias": {
812
                    "dev-master": "0.4-dev"
813
                }
814
            },
815
            "autoload": {
816
                "psr-4": {
817
                    "React\\Socket\\": "src"
818
                }
819
            },
820
            "notification-url": "https://packagist.org/downloads/",
821
            "license": [
822
                "MIT"
823
            ],
824
            "description": "Library for building an evented socket server.",
825
            "keywords": [
826
                "Socket"
827
            ],
828
            "time": "2016-03-01 20:10:35"
829
        },
830
        {
831
            "name": "react/socket-client",
832
            "version": "v0.5.0",
833
            "source": {
834
                "type": "git",
835
                "url": "https://github.com/reactphp/socket-client.git",
836
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588"
837
            },
838
            "dist": {
839
                "type": "zip",
840
                "url": "https://api.github.com/repos/reactphp/socket-client/zipball/4ed32f2ce1e732586783c7ebd10b7d75386f2588",
841
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588",
842
                "shasum": ""
843
            },
844
            "require": {
845
                "php": ">=5.3.0",
846
                "react/dns": "0.4.*|0.3.*",
847
                "react/event-loop": "0.4.*|0.3.*",
848
                "react/promise": "~2.0|~1.1",
849
                "react/stream": "0.4.*|0.3.*"
850
            },
851
            "require-dev": {
852
                "clue/block-react": "~1.0"
853
            },
854
            "type": "library",
855
            "autoload": {
856
                "psr-4": {
857
                    "React\\SocketClient\\": "src"
858
                }
859
            },
860
            "notification-url": "https://packagist.org/downloads/",
861
            "license": [
862
                "MIT"
863
            ],
864
            "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
865
            "keywords": [
866
                "Socket"
867
            ],
868
            "time": "2016-03-19 13:11:48"
869
        },
870
        {
871
            "name": "react/stream",
872
            "version": "v0.4.3",
873
            "source": {
874
                "type": "git",
875
                "url": "https://github.com/reactphp/stream.git",
876
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
877
            },
878
            "dist": {
879
                "type": "zip",
880
                "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
881
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
882
                "shasum": ""
883
            },
884
            "require": {
885
                "evenement/evenement": "^2.0|^1.0",
886
                "php": ">=5.3.8"
887
            },
888
            "require-dev": {
889
                "react/event-loop": "^0.4|^0.3",
890
                "react/promise": "^2.0|^1.0"
891
            },
892
            "suggest": {
893
                "react/event-loop": "^0.4",
894
                "react/promise": "^2.0"
895
            },
896
            "type": "library",
897
            "extra": {
898
                "branch-alias": {
899
                    "dev-master": "0.5-dev"
900
                }
901
            },
902
            "autoload": {
903
                "psr-4": {
904
                    "React\\Stream\\": "src"
905
                }
906
            },
907
            "notification-url": "https://packagist.org/downloads/",
908
            "license": [
909
                "MIT"
910
            ],
911
            "description": "Basic readable and writable stream interfaces that support piping.",
912
            "keywords": [
913
                "pipe",
914
                "stream"
915
            ],
916
            "time": "2015-10-07 18:32:58"
917
        },
918
        {
919
            "name": "reactivex/rxphp",
920
            "version": "1.3.0",
921
            "source": {
922
                "type": "git",
923
                "url": "https://github.com/ReactiveX/RxPHP.git",
924
                "reference": "6ac89887b85c537838b4cceccfea1eca9a992142"
925
            },
926
            "dist": {
927
                "type": "zip",
928
                "url": "https://api.github.com/repos/ReactiveX/RxPHP/zipball/6ac89887b85c537838b4cceccfea1eca9a992142",
929
                "reference": "6ac89887b85c537838b4cceccfea1eca9a992142",
930
                "shasum": ""
931
            },
932
            "require": {
933
                "php": "~5.5|~7.0"
934
            },
935
            "require-dev": {
936
                "react/event-loop": "~0.4.1",
937
                "react/promise": "~2.2"
938
            },
939
            "suggest": {
940
                "react/event-loop": "For using event-loop based scheduling.",
941
                "react/promise": "For converting promises to and from observables."
942
            },
943
            "type": "library",
944
            "extra": {
945
                "branch-alias": {
946
                    "dev-master": "1.4-dev"
947
                }
948
            },
949
            "autoload": {
950
                "psr-4": {
951
                    "Rx\\": "lib/Rx"
952
                }
953
            },
954
            "notification-url": "https://packagist.org/downloads/",
955
            "license": [
956
                "MIT"
957
            ],
958
            "authors": [
959
                {
960
                    "name": "Alexander",
961
                    "email": "[email protected]"
962
                },
963
                {
964
                    "name": "David Dan",
965
                    "email": "[email protected]"
966
                },
967
                {
968
                    "name": "Matt Bonneau",
969
                    "email": "[email protected]"
970
                }
971
            ],
972
            "description": "Reactive extensions for php.",
973
            "homepage": "https://github.com/ReactiveX/RxPHP",
974
            "keywords": [
975
                "extensions",
976
                "reactive",
977
                "rx"
978
            ],
979
            "time": "2016-05-18 17:37:13"
980
        },
981
        {
982
            "name": "rx/websocket",
983
            "version": "0.9.2",
984
            "source": {
985
                "type": "git",
986
                "url": "https://github.com/RxPHP/RxWebsocket.git",
987
                "reference": "b93125668a0f89b3ade8100f50318e12ac4bbd41"
988
            },
989
            "dist": {
990
                "type": "zip",
991
                "url": "https://api.github.com/repos/RxPHP/RxWebsocket/zipball/b93125668a0f89b3ade8100f50318e12ac4bbd41",
992
                "reference": "b93125668a0f89b3ade8100f50318e12ac4bbd41",
993
                "shasum": ""
994
            },
995
            "require": {
996
                "guzzlehttp/psr7": "^1.2",
997
                "react/http": "^0.4.1",
998
                "react/http-client": "^0.4.8",
999
                "reactivex/rxphp": "^1.0",
1000
                "voryx/event-loop": "^0.2.0"
1001
            },
1002
            "type": "library",
1003
            "autoload": {
1004
                "psr-4": {
1005
                    "Rx\\Websocket\\": "src/Websocket/"
1006
                }
1007
            },
1008
            "notification-url": "https://packagist.org/downloads/",
1009
            "license": [
1010
                "MIT"
1011
            ],
1012
            "authors": [
1013
                {
1014
                    "name": "Matt Bonneau",
1015
                    "email": "[email protected]",
1016
                    "role": "Developer"
1017
                },
1018
                {
1019
                    "name": "David Dan",
1020
                    "email": "[email protected]",
1021
                    "role": "Developer"
1022
                }
1023
            ],
1024
            "description": "Async Websockets for PHP using Rx",
1025
            "keywords": [
1026
                "WebSockets",
1027
                "react",
1028
                "reactive",
1029
                "rfc6455",
1030
                "rx",
1031
                "rx.php",
1032
                "rxphp",
1033
                "websocket"
1034
            ],
1035
            "time": "2016-02-09 03:27:41"
1036
        },
1037
        {
1038
            "name": "voryx/event-loop",
1039
            "version": "0.2.0",
1040
            "source": {
1041
                "type": "git",
1042
                "url": "https://github.com/voryx/event-loop.git",
1043
                "reference": "8ef08db3d7646fe60d1791ba9625ce65adf935cd"
1044
            },
1045
            "dist": {
1046
                "type": "zip",
1047
                "url": "https://api.github.com/repos/voryx/event-loop/zipball/8ef08db3d7646fe60d1791ba9625ce65adf935cd",
1048
                "reference": "8ef08db3d7646fe60d1791ba9625ce65adf935cd",
1049
                "shasum": ""
1050
            },
1051
            "require": {
1052
                "react/event-loop": "~0.4.1"
1053
            },
1054
            "type": "library",
1055
            "autoload": {
1056
                "psr-4": {
1057
                    "EventLoop\\": "src"
1058
                },
1059
                "files": [
1060
                    "src/functions.php"
1061
                ]
1062
            },
1063
            "notification-url": "https://packagist.org/downloads/",
1064
            "license": [
1065
                "MIT"
1066
            ],
1067
            "authors": [
1068
                {
1069
                    "name": "Matt Bonneau",
1070
                    "email": "[email protected]",
1071
                    "role": "Developer"
1072
                },
1073
                {
1074
                    "name": "David Dan",
1075
                    "email": "[email protected]",
1076
                    "role": "Developer"
1077
                }
1078
            ],
1079
            "description": "Global static wrapper for react event-loop",
1080
            "keywords": [
1081
                "event-loop",
1082
                "eventloop",
1083
                "global",
1084
                "static",
1085
                "timer"
1086
            ],
1087
            "time": "2015-11-23 22:10:36"
1088
        },
1089
        {
1090
            "name": "wyrihaximus/api-client",
1091
            "version": "dev-master",
1092
            "source": {
1093
                "type": "git",
1094
                "url": "https://github.com/WyriHaximus/php-api-client.git",
1095
                "reference": "1941f21a37737b40903303573667872e050cf840"
1096
            },
1097
            "dist": {
1098
                "type": "zip",
1099
                "url": "https://api.github.com/repos/WyriHaximus/php-api-client/zipball/1941f21a37737b40903303573667872e050cf840",
1100
                "reference": "1941f21a37737b40903303573667872e050cf840",
1101
                "shasum": ""
1102
            },
1103
            "require": {
1104
                "clue/block-react": "^1.1",
1105
                "guzzlehttp/guzzle": "^6.0",
1106
                "ocramius/generated-hydrator": "^2.0",
1107
                "php": "^7.0",
1108
                "react/cache": "^0.4.1",
1109
                "react/promise": "^2.2",
1110
                "reactivex/rxphp": "^1.2",
1111
                "wyrihaximus/react-guzzle-psr7": "^1.0",
1112
                "wyrihaximus/ticking-promise": "^1.6"
1113
            },
1114
            "require-dev": {
1115
                "phake/phake": "^2.3",
1116
                "phpunit/phpunit": "^5.2.3",
1117
                "squizlabs/php_codesniffer": "^2.6",
1118
                "vectorface/dunit": "~2.0"
1119
            },
1120
            "suggest": {
1121
                "wyrihaximus/api-client-resource-generator": "Easy wireframing of resources"
1122
            },
1123
            "type": "library",
1124
            "autoload": {
1125
                "psr-4": {
1126
                    "WyriHaximus\\ApiClient\\": "src/"
1127
                }
1128
            },
1129
            "notification-url": "https://packagist.org/downloads/",
1130
            "license": [
1131
                "MIT"
1132
            ],
1133
            "authors": [
1134
                {
1135
                    "name": "Cees-Jan Kiewiet",
1136
                    "email": "[email protected]"
1137
                }
1138
            ],
1139
            "time": "2016-05-21 13:51:22"
1140
        },
1141
        {
1142
            "name": "wyrihaximus/react-guzzle-http-client",
1143
            "version": "3.0.2",
1144
            "source": {
1145
                "type": "git",
1146
                "url": "https://github.com/WyriHaximus/react-guzzle-http-client.git",
1147
                "reference": "a4606fd093b4d2d61a155930fb303ac760c2be1d"
1148
            },
1149
            "dist": {
1150
                "type": "zip",
1151
                "url": "https://api.github.com/repos/WyriHaximus/react-guzzle-http-client/zipball/a4606fd093b4d2d61a155930fb303ac760c2be1d",
1152
                "reference": "a4606fd093b4d2d61a155930fb303ac760c2be1d",
1153
                "shasum": ""
1154
            },
1155
            "require": {
1156
                "guzzlehttp/psr7": "^1.0",
1157
                "php": "^5.4|^7.0",
1158
                "psr/http-message": "^1.0",
1159
                "react/dns": "^0.4.1",
1160
                "react/http-client": "^0.4"
1161
            },
1162
            "require-dev": {
1163
                "phake/phake": "~1.0.6",
1164
                "phpunit/phpunit": "^4.0|^5.0",
1165
                "squizlabs/php_codesniffer": "~1.5.0",
1166
                "vectorface/dunit": "~2"
1167
            },
1168
            "type": "library",
1169
            "autoload": {
1170
                "psr-4": {
1171
                    "WyriHaximus\\React\\Guzzle\\HttpClient\\": "src/"
1172
                }
1173
            },
1174
            "notification-url": "https://packagist.org/downloads/",
1175
            "license": [
1176
                "MIT"
1177
            ],
1178
            "authors": [
1179
                {
1180
                    "name": "Cees-Jan Kiewiet",
1181
                    "email": "[email protected]",
1182
                    "homepage": "http://wyrihaximus.net/"
1183
                }
1184
            ],
1185
            "description": "Asyncronous GuzzleRing adapter powered by react/http-client",
1186
            "time": "2016-03-27 19:35:08"
1187
        },
1188
        {
1189
            "name": "wyrihaximus/react-guzzle-psr7",
1190
            "version": "1.0.0",
1191
            "source": {
1192
                "type": "git",
1193
                "url": "https://github.com/WyriHaximus/react-guzzle-psr7.git",
1194
                "reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0"
1195
            },
1196
            "dist": {
1197
                "type": "zip",
1198
                "url": "https://api.github.com/repos/WyriHaximus/react-guzzle-psr7/zipball/7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
1199
                "reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
1200
                "shasum": ""
1201
            },
1202
            "require": {
1203
                "guzzlehttp/guzzle": "~6.0",
1204
                "react/dns": "^0.4.1",
1205
                "wyrihaximus/react-guzzle-http-client": "^3.0.0"
1206
            },
1207
            "require-dev": {
1208
                "phake/phake": "~1.0.6",
1209
                "phpunit/phpunit": "~4.0",
1210
                "squizlabs/php_codesniffer": "~1.5.0",
1211
                "vectorface/dunit": "~2.0"
1212
            },
1213
            "type": "library",
1214
            "autoload": {
1215
                "psr-4": {
1216
                    "WyriHaximus\\React\\GuzzlePsr7\\": "src/"
1217
                }
1218
            },
1219
            "notification-url": "https://packagist.org/downloads/",
1220
            "license": [
1221
                "MIT"
1222
            ],
1223
            "authors": [
1224
                {
1225
                    "name": "Cees-Jan Kiewiet",
1226
                    "email": "[email protected]",
1227
                    "homepage": "http://wyrihaximus.net/"
1228
                }
1229
            ],
1230
            "description": "Asyncronous Guzzle (PSR7) adapter powered by react/http-client",
1231
            "time": "2015-08-09 20:04:16"
1232
        },
1233
        {
1234
            "name": "wyrihaximus/ticking-promise",
1235
            "version": "1.6.1",
1236
            "source": {
1237
                "type": "git",
1238
                "url": "https://github.com/WyriHaximus/TickingPromise.git",
1239
                "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12"
1240
            },
1241
            "dist": {
1242
                "type": "zip",
1243
                "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/8d26b1458e32c367ba6fb8ad5042046279acdb12",
1244
                "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12",
1245
                "shasum": ""
1246
            },
1247
            "require": {
1248
                "react/event-loop": "^0.4",
1249
                "react/promise": "~2.1"
1250
            },
1251
            "require-dev": {
1252
                "phpunit/phpunit": "~4.4",
1253
                "squizlabs/php_codesniffer": "^1.5.6",
1254
                "vectorface/dunit": "~1.4"
1255
            },
1256
            "type": "library",
1257
            "autoload": {
1258
                "psr-4": {
1259
                    "WyriHaximus\\React\\": "src/"
1260
                },
1261
                "files": [
1262
                    "src/functions_include.php"
1263
                ]
1264
            },
1265
            "notification-url": "https://packagist.org/downloads/",
1266
            "license": [
1267
                "MIT"
1268
            ],
1269
            "authors": [
1270
                {
1271
                    "name": "Cees-Jan Kiewiet",
1272
                    "email": "[email protected]",
1273
                    "homepage": "http://wyrihaximus.net/"
1274
                }
1275
            ],
1276
            "description": "Wrapping ticks into a promise",
1277
            "time": "2016-03-05 20:23:05"
1278
        },
1279
        {
1280
            "name": "zendframework/zend-hydrator",
1281
            "version": "2.2.1",
1282
            "source": {
1283
                "type": "git",
1284
                "url": "https://github.com/zendframework/zend-hydrator.git",
1285
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182"
1286
            },
1287
            "dist": {
1288
                "type": "zip",
1289
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
1290
                "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182",
1291
                "shasum": ""
1292
            },
1293
            "require": {
1294
                "php": "^5.5 || ^7.0",
1295
                "zendframework/zend-stdlib": "^3.0"
1296
            },
1297
            "require-dev": {
1298
                "phpunit/phpunit": "^4.5",
1299
                "squizlabs/php_codesniffer": "^2.3.1",
1300
                "zendframework/zend-eventmanager": "^3.0",
1301
                "zendframework/zend-filter": "^2.6",
1302
                "zendframework/zend-inputfilter": "^2.6",
1303
                "zendframework/zend-serializer": "^2.6.1",
1304
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
1305
            },
1306
            "suggest": {
1307
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
1308
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
1309
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
1310
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
1311
            },
1312
            "type": "library",
1313
            "extra": {
1314
                "branch-alias": {
1315
                    "dev-release-1.0": "1.0-dev",
1316
                    "dev-release-1.1": "1.1-dev",
1317
                    "dev-master": "2.2-dev",
1318
                    "dev-develop": "2.3-dev"
1319
                },
1320
                "zf": {
1321
                    "component": "Zend\\Hydrator",
1322
                    "config-provider": "Zend\\Hydrator\\ConfigProvider"
1323
                }
1324
            },
1325
            "autoload": {
1326
                "psr-4": {
1327
                    "Zend\\Hydrator\\": "src/"
1328
                }
1329
            },
1330
            "notification-url": "https://packagist.org/downloads/",
1331
            "license": [
1332
                "BSD-3-Clause"
1333
            ],
1334
            "homepage": "https://github.com/zendframework/zend-hydrator",
1335
            "keywords": [
1336
                "hydrator",
1337
                "zf2"
1338
            ],
1339
            "time": "2016-04-18 17:59:29"
1340
        },
1341
        {
1342
            "name": "zendframework/zend-stdlib",
1343
            "version": "3.0.1",
1344
            "source": {
1345
                "type": "git",
1346
                "url": "https://github.com/zendframework/zend-stdlib.git",
1347
                "reference": "8bafa58574204bdff03c275d1d618aaa601588ae"
1348
            },
1349
            "dist": {
1350
                "type": "zip",
1351
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae",
1352
                "reference": "8bafa58574204bdff03c275d1d618aaa601588ae",
1353
                "shasum": ""
1354
            },
1355
            "require": {
1356
                "php": "^5.5 || ^7.0"
1357
            },
1358
            "require-dev": {
1359
                "athletic/athletic": "~0.1",
1360
                "fabpot/php-cs-fixer": "1.7.*",
1361
                "phpunit/phpunit": "~4.0"
1362
            },
1363
            "type": "library",
1364
            "extra": {
1365
                "branch-alias": {
1366
                    "dev-master": "3.0-dev",
1367
                    "dev-develop": "3.1-dev"
1368
                }
1369
            },
1370
            "autoload": {
1371
                "psr-4": {
1372
                    "Zend\\Stdlib\\": "src/"
1373
                }
1374
            },
1375
            "notification-url": "https://packagist.org/downloads/",
1376
            "license": [
1377
                "BSD-3-Clause"
1378
            ],
1379
            "homepage": "https://github.com/zendframework/zend-stdlib",
1380
            "keywords": [
1381
                "stdlib",
1382
                "zf2"
1383
            ],
1384
            "time": "2016-04-12 21:19:36"
1385
        }
1386
    ],
1387
    "packages-dev": [
1388
        {
1389
            "name": "doctrine/inflector",
1390
            "version": "v1.1.0",
1391
            "source": {
1392
                "type": "git",
1393
                "url": "https://github.com/doctrine/inflector.git",
1394
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1395
            },
1396
            "dist": {
1397
                "type": "zip",
1398
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1399
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1400
                "shasum": ""
1401
            },
1402
            "require": {
1403
                "php": ">=5.3.2"
1404
            },
1405
            "require-dev": {
1406
                "phpunit/phpunit": "4.*"
1407
            },
1408
            "type": "library",
1409
            "extra": {
1410
                "branch-alias": {
1411
                    "dev-master": "1.1.x-dev"
1412
                }
1413
            },
1414
            "autoload": {
1415
                "psr-0": {
1416
                    "Doctrine\\Common\\Inflector\\": "lib/"
1417
                }
1418
            },
1419
            "notification-url": "https://packagist.org/downloads/",
1420
            "license": [
1421
                "MIT"
1422
            ],
1423
            "authors": [
1424
                {
1425
                    "name": "Roman Borschel",
1426
                    "email": "[email protected]"
1427
                },
1428
                {
1429
                    "name": "Benjamin Eberlei",
1430
                    "email": "[email protected]"
1431
                },
1432
                {
1433
                    "name": "Guilherme Blanco",
1434
                    "email": "[email protected]"
1435
                },
1436
                {
1437
                    "name": "Jonathan Wage",
1438
                    "email": "[email protected]"
1439
                },
1440
                {
1441
                    "name": "Johannes Schmitt",
1442
                    "email": "[email protected]"
1443
                }
1444
            ],
1445
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1446
            "homepage": "http://www.doctrine-project.org",
1447
            "keywords": [
1448
                "inflection",
1449
                "pluralize",
1450
                "singularize",
1451
                "string"
1452
            ],
1453
            "time": "2015-11-06 14:35:42"
1454
        },
1455
        {
1456
            "name": "doctrine/instantiator",
1457
            "version": "1.0.5",
1458
            "source": {
1459
                "type": "git",
1460
                "url": "https://github.com/doctrine/instantiator.git",
1461
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1462
            },
1463
            "dist": {
1464
                "type": "zip",
1465
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1466
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1467
                "shasum": ""
1468
            },
1469
            "require": {
1470
                "php": ">=5.3,<8.0-DEV"
1471
            },
1472
            "require-dev": {
1473
                "athletic/athletic": "~0.1.8",
1474
                "ext-pdo": "*",
1475
                "ext-phar": "*",
1476
                "phpunit/phpunit": "~4.0",
1477
                "squizlabs/php_codesniffer": "~2.0"
1478
            },
1479
            "type": "library",
1480
            "extra": {
1481
                "branch-alias": {
1482
                    "dev-master": "1.0.x-dev"
1483
                }
1484
            },
1485
            "autoload": {
1486
                "psr-4": {
1487
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1488
                }
1489
            },
1490
            "notification-url": "https://packagist.org/downloads/",
1491
            "license": [
1492
                "MIT"
1493
            ],
1494
            "authors": [
1495
                {
1496
                    "name": "Marco Pivetta",
1497
                    "email": "[email protected]",
1498
                    "homepage": "http://ocramius.github.com/"
1499
                }
1500
            ],
1501
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1502
            "homepage": "https://github.com/doctrine/instantiator",
1503
            "keywords": [
1504
                "constructor",
1505
                "instantiate"
1506
            ],
1507
            "time": "2015-06-14 21:17:01"
1508
        },
1509
        {
1510
            "name": "league/climate",
1511
            "version": "3.2.1",
1512
            "source": {
1513
                "type": "git",
1514
                "url": "https://github.com/thephpleague/climate.git",
1515
                "reference": "b103fc8faa3780c802cc507d5f0ff534ecc94fb5"
1516
            },
1517
            "dist": {
1518
                "type": "zip",
1519
                "url": "https://api.github.com/repos/thephpleague/climate/zipball/b103fc8faa3780c802cc507d5f0ff534ecc94fb5",
1520
                "reference": "b103fc8faa3780c802cc507d5f0ff534ecc94fb5",
1521
                "shasum": ""
1522
            },
1523
            "require": {
1524
                "php": ">=5.4.0",
1525
                "seld/cli-prompt": "~1.0"
1526
            },
1527
            "require-dev": {
1528
                "mikey179/vfsstream": "~1.4",
1529
                "mockery/mockery": "~0.9",
1530
                "phpunit/phpunit": "~4.6"
1531
            },
1532
            "type": "library",
1533
            "autoload": {
1534
                "psr-4": {
1535
                    "League\\CLImate\\": "src/"
1536
                }
1537
            },
1538
            "notification-url": "https://packagist.org/downloads/",
1539
            "license": [
1540
                "MIT"
1541
            ],
1542
            "authors": [
1543
                {
1544
                    "name": "Joe Tannenbaum",
1545
                    "email": "[email protected]",
1546
                    "homepage": "http://joe.codes/",
1547
                    "role": "Developer"
1548
                }
1549
            ],
1550
            "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.",
1551
            "keywords": [
1552
                "cli",
1553
                "colors",
1554
                "command",
1555
                "php",
1556
                "terminal"
1557
            ],
1558
            "time": "2016-04-04 20:24:59"
1559
        },
1560
        {
1561
            "name": "myclabs/deep-copy",
1562
            "version": "1.5.1",
1563
            "source": {
1564
                "type": "git",
1565
                "url": "https://github.com/myclabs/DeepCopy.git",
1566
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
1567
            },
1568
            "dist": {
1569
                "type": "zip",
1570
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
1571
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
1572
                "shasum": ""
1573
            },
1574
            "require": {
1575
                "php": ">=5.4.0"
1576
            },
1577
            "require-dev": {
1578
                "doctrine/collections": "1.*",
1579
                "phpunit/phpunit": "~4.1"
1580
            },
1581
            "type": "library",
1582
            "autoload": {
1583
                "psr-4": {
1584
                    "DeepCopy\\": "src/DeepCopy/"
1585
                }
1586
            },
1587
            "notification-url": "https://packagist.org/downloads/",
1588
            "license": [
1589
                "MIT"
1590
            ],
1591
            "description": "Create deep copies (clones) of your objects",
1592
            "homepage": "https://github.com/myclabs/DeepCopy",
1593
            "keywords": [
1594
                "clone",
1595
                "copy",
1596
                "duplicate",
1597
                "object",
1598
                "object graph"
1599
            ],
1600
            "time": "2015-11-20 12:04:31"
1601
        },
1602
        {
1603
            "name": "phake/phake",
1604
            "version": "v2.3.0",
1605
            "source": {
1606
                "type": "git",
1607
                "url": "https://github.com/mlively/Phake.git",
1608
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd"
1609
            },
1610
            "dist": {
1611
                "type": "zip",
1612
                "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd",
1613
                "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd",
1614
                "shasum": ""
1615
            },
1616
            "require": {
1617
                "php": ">=5.3.3",
1618
                "sebastian/comparator": "~1.1"
1619
            },
1620
            "require-dev": {
1621
                "codeclimate/php-test-reporter": "dev-master",
1622
                "doctrine/common": "2.3.*",
1623
                "ext-soap": "*",
1624
                "hamcrest/hamcrest-php": "1.1.*",
1625
                "phpunit/phpunit": "3.7.*"
1626
            },
1627
            "suggest": {
1628
                "doctrine/common": "Allows mock annotations to use import statements for classes.",
1629
                "hamcrest/hamcrest-php": "Use Hamcrest matchers."
1630
            },
1631
            "type": "library",
1632
            "extra": {
1633
                "branch-alias": {
1634
                    "dev-master": "3.0.0-dev"
1635
                }
1636
            },
1637
            "autoload": {
1638
                "psr-0": {
1639
                    "Phake": "src/"
1640
                }
1641
            },
1642
            "notification-url": "https://packagist.org/downloads/",
1643
            "license": [
1644
                "BSD-3-Clause"
1645
            ],
1646
            "authors": [
1647
                {
1648
                    "name": "Mike Lively",
1649
                    "email": "[email protected]"
1650
                }
1651
            ],
1652
            "description": "The Phake mock testing library",
1653
            "homepage": "https://github.com/mlively/Phake",
1654
            "keywords": [
1655
                "mock",
1656
                "testing"
1657
            ],
1658
            "time": "2016-03-04 18:49:33"
1659
        },
1660
        {
1661
            "name": "phpdocumentor/reflection-docblock",
1662
            "version": "2.0.4",
1663
            "source": {
1664
                "type": "git",
1665
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1666
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1667
            },
1668
            "dist": {
1669
                "type": "zip",
1670
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1671
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1672
                "shasum": ""
1673
            },
1674
            "require": {
1675
                "php": ">=5.3.3"
1676
            },
1677
            "require-dev": {
1678
                "phpunit/phpunit": "~4.0"
1679
            },
1680
            "suggest": {
1681
                "dflydev/markdown": "~1.0",
1682
                "erusev/parsedown": "~1.0"
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "2.0.x-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-0": {
1692
                    "phpDocumentor": [
1693
                        "src/"
1694
                    ]
1695
                }
1696
            },
1697
            "notification-url": "https://packagist.org/downloads/",
1698
            "license": [
1699
                "MIT"
1700
            ],
1701
            "authors": [
1702
                {
1703
                    "name": "Mike van Riel",
1704
                    "email": "[email protected]"
1705
                }
1706
            ],
1707
            "time": "2015-02-03 12:10:50"
1708
        },
1709
        {
1710
            "name": "phpspec/prophecy",
1711
            "version": "v1.6.0",
1712
            "source": {
1713
                "type": "git",
1714
                "url": "https://github.com/phpspec/prophecy.git",
1715
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
1716
            },
1717
            "dist": {
1718
                "type": "zip",
1719
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
1720
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
1721
                "shasum": ""
1722
            },
1723
            "require": {
1724
                "doctrine/instantiator": "^1.0.2",
1725
                "php": "^5.3|^7.0",
1726
                "phpdocumentor/reflection-docblock": "~2.0",
1727
                "sebastian/comparator": "~1.1",
1728
                "sebastian/recursion-context": "~1.0"
1729
            },
1730
            "require-dev": {
1731
                "phpspec/phpspec": "~2.0"
1732
            },
1733
            "type": "library",
1734
            "extra": {
1735
                "branch-alias": {
1736
                    "dev-master": "1.5.x-dev"
1737
                }
1738
            },
1739
            "autoload": {
1740
                "psr-0": {
1741
                    "Prophecy\\": "src/"
1742
                }
1743
            },
1744
            "notification-url": "https://packagist.org/downloads/",
1745
            "license": [
1746
                "MIT"
1747
            ],
1748
            "authors": [
1749
                {
1750
                    "name": "Konstantin Kudryashov",
1751
                    "email": "[email protected]",
1752
                    "homepage": "http://everzet.com"
1753
                },
1754
                {
1755
                    "name": "Marcello Duarte",
1756
                    "email": "[email protected]"
1757
                }
1758
            ],
1759
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1760
            "homepage": "https://github.com/phpspec/prophecy",
1761
            "keywords": [
1762
                "Double",
1763
                "Dummy",
1764
                "fake",
1765
                "mock",
1766
                "spy",
1767
                "stub"
1768
            ],
1769
            "time": "2016-02-15 07:46:21"
1770
        },
1771
        {
1772
            "name": "phpunit/php-code-coverage",
1773
            "version": "3.3.1",
1774
            "source": {
1775
                "type": "git",
1776
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1777
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86"
1778
            },
1779
            "dist": {
1780
                "type": "zip",
1781
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86",
1782
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86",
1783
                "shasum": ""
1784
            },
1785
            "require": {
1786
                "php": "^5.6 || ^7.0",
1787
                "phpunit/php-file-iterator": "~1.3",
1788
                "phpunit/php-text-template": "~1.2",
1789
                "phpunit/php-token-stream": "^1.4.2",
1790
                "sebastian/code-unit-reverse-lookup": "~1.0",
1791
                "sebastian/environment": "^1.3.2",
1792
                "sebastian/version": "~1.0|~2.0"
1793
            },
1794
            "require-dev": {
1795
                "ext-xdebug": ">=2.1.4",
1796
                "phpunit/phpunit": "~5"
1797
            },
1798
            "suggest": {
1799
                "ext-dom": "*",
1800
                "ext-xdebug": ">=2.4.0",
1801
                "ext-xmlwriter": "*"
1802
            },
1803
            "type": "library",
1804
            "extra": {
1805
                "branch-alias": {
1806
                    "dev-master": "3.3.x-dev"
1807
                }
1808
            },
1809
            "autoload": {
1810
                "classmap": [
1811
                    "src/"
1812
                ]
1813
            },
1814
            "notification-url": "https://packagist.org/downloads/",
1815
            "license": [
1816
                "BSD-3-Clause"
1817
            ],
1818
            "authors": [
1819
                {
1820
                    "name": "Sebastian Bergmann",
1821
                    "email": "[email protected]",
1822
                    "role": "lead"
1823
                }
1824
            ],
1825
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1826
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1827
            "keywords": [
1828
                "coverage",
1829
                "testing",
1830
                "xunit"
1831
            ],
1832
            "time": "2016-04-08 08:14:53"
1833
        },
1834
        {
1835
            "name": "phpunit/php-file-iterator",
1836
            "version": "1.4.1",
1837
            "source": {
1838
                "type": "git",
1839
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1840
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1841
            },
1842
            "dist": {
1843
                "type": "zip",
1844
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1845
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1846
                "shasum": ""
1847
            },
1848
            "require": {
1849
                "php": ">=5.3.3"
1850
            },
1851
            "type": "library",
1852
            "extra": {
1853
                "branch-alias": {
1854
                    "dev-master": "1.4.x-dev"
1855
                }
1856
            },
1857
            "autoload": {
1858
                "classmap": [
1859
                    "src/"
1860
                ]
1861
            },
1862
            "notification-url": "https://packagist.org/downloads/",
1863
            "license": [
1864
                "BSD-3-Clause"
1865
            ],
1866
            "authors": [
1867
                {
1868
                    "name": "Sebastian Bergmann",
1869
                    "email": "[email protected]",
1870
                    "role": "lead"
1871
                }
1872
            ],
1873
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1874
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1875
            "keywords": [
1876
                "filesystem",
1877
                "iterator"
1878
            ],
1879
            "time": "2015-06-21 13:08:43"
1880
        },
1881
        {
1882
            "name": "phpunit/php-text-template",
1883
            "version": "1.2.1",
1884
            "source": {
1885
                "type": "git",
1886
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1887
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1888
            },
1889
            "dist": {
1890
                "type": "zip",
1891
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1892
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1893
                "shasum": ""
1894
            },
1895
            "require": {
1896
                "php": ">=5.3.3"
1897
            },
1898
            "type": "library",
1899
            "autoload": {
1900
                "classmap": [
1901
                    "src/"
1902
                ]
1903
            },
1904
            "notification-url": "https://packagist.org/downloads/",
1905
            "license": [
1906
                "BSD-3-Clause"
1907
            ],
1908
            "authors": [
1909
                {
1910
                    "name": "Sebastian Bergmann",
1911
                    "email": "[email protected]",
1912
                    "role": "lead"
1913
                }
1914
            ],
1915
            "description": "Simple template engine.",
1916
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1917
            "keywords": [
1918
                "template"
1919
            ],
1920
            "time": "2015-06-21 13:50:34"
1921
        },
1922
        {
1923
            "name": "phpunit/php-timer",
1924
            "version": "1.0.8",
1925
            "source": {
1926
                "type": "git",
1927
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1928
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1929
            },
1930
            "dist": {
1931
                "type": "zip",
1932
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1933
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1934
                "shasum": ""
1935
            },
1936
            "require": {
1937
                "php": ">=5.3.3"
1938
            },
1939
            "require-dev": {
1940
                "phpunit/phpunit": "~4|~5"
1941
            },
1942
            "type": "library",
1943
            "autoload": {
1944
                "classmap": [
1945
                    "src/"
1946
                ]
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "BSD-3-Clause"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Sebastian Bergmann",
1955
                    "email": "[email protected]",
1956
                    "role": "lead"
1957
                }
1958
            ],
1959
            "description": "Utility class for timing",
1960
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1961
            "keywords": [
1962
                "timer"
1963
            ],
1964
            "time": "2016-05-12 18:03:57"
1965
        },
1966
        {
1967
            "name": "phpunit/php-token-stream",
1968
            "version": "1.4.8",
1969
            "source": {
1970
                "type": "git",
1971
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1972
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1973
            },
1974
            "dist": {
1975
                "type": "zip",
1976
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1977
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1978
                "shasum": ""
1979
            },
1980
            "require": {
1981
                "ext-tokenizer": "*",
1982
                "php": ">=5.3.3"
1983
            },
1984
            "require-dev": {
1985
                "phpunit/phpunit": "~4.2"
1986
            },
1987
            "type": "library",
1988
            "extra": {
1989
                "branch-alias": {
1990
                    "dev-master": "1.4-dev"
1991
                }
1992
            },
1993
            "autoload": {
1994
                "classmap": [
1995
                    "src/"
1996
                ]
1997
            },
1998
            "notification-url": "https://packagist.org/downloads/",
1999
            "license": [
2000
                "BSD-3-Clause"
2001
            ],
2002
            "authors": [
2003
                {
2004
                    "name": "Sebastian Bergmann",
2005
                    "email": "[email protected]"
2006
                }
2007
            ],
2008
            "description": "Wrapper around PHP's tokenizer extension.",
2009
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2010
            "keywords": [
2011
                "tokenizer"
2012
            ],
2013
            "time": "2015-09-15 10:49:45"
2014
        },
2015
        {
2016
            "name": "phpunit/phpunit",
2017
            "version": "5.3.4",
2018
            "source": {
2019
                "type": "git",
2020
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2021
                "reference": "00dd95ffb48805503817ced06399017df315fe5c"
2022
            },
2023
            "dist": {
2024
                "type": "zip",
2025
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c",
2026
                "reference": "00dd95ffb48805503817ced06399017df315fe5c",
2027
                "shasum": ""
2028
            },
2029
            "require": {
2030
                "ext-dom": "*",
2031
                "ext-json": "*",
2032
                "ext-pcre": "*",
2033
                "ext-reflection": "*",
2034
                "ext-spl": "*",
2035
                "myclabs/deep-copy": "~1.3",
2036
                "php": "^5.6 || ^7.0",
2037
                "phpspec/prophecy": "^1.3.1",
2038
                "phpunit/php-code-coverage": "^3.3.0",
2039
                "phpunit/php-file-iterator": "~1.4",
2040
                "phpunit/php-text-template": "~1.2",
2041
                "phpunit/php-timer": "^1.0.6",
2042
                "phpunit/phpunit-mock-objects": "^3.1",
2043
                "sebastian/comparator": "~1.1",
2044
                "sebastian/diff": "~1.2",
2045
                "sebastian/environment": "~1.3",
2046
                "sebastian/exporter": "~1.2",
2047
                "sebastian/global-state": "~1.0",
2048
                "sebastian/object-enumerator": "~1.0",
2049
                "sebastian/resource-operations": "~1.0",
2050
                "sebastian/version": "~1.0|~2.0",
2051
                "symfony/yaml": "~2.1|~3.0"
2052
            },
2053
            "suggest": {
2054
                "phpunit/php-invoker": "~1.1"
2055
            },
2056
            "bin": [
2057
                "phpunit"
2058
            ],
2059
            "type": "library",
2060
            "extra": {
2061
                "branch-alias": {
2062
                    "dev-master": "5.3.x-dev"
2063
                }
2064
            },
2065
            "autoload": {
2066
                "classmap": [
2067
                    "src/"
2068
                ]
2069
            },
2070
            "notification-url": "https://packagist.org/downloads/",
2071
            "license": [
2072
                "BSD-3-Clause"
2073
            ],
2074
            "authors": [
2075
                {
2076
                    "name": "Sebastian Bergmann",
2077
                    "email": "[email protected]",
2078
                    "role": "lead"
2079
                }
2080
            ],
2081
            "description": "The PHP Unit Testing framework.",
2082
            "homepage": "https://phpunit.de/",
2083
            "keywords": [
2084
                "phpunit",
2085
                "testing",
2086
                "xunit"
2087
            ],
2088
            "time": "2016-05-11 13:28:45"
2089
        },
2090
        {
2091
            "name": "phpunit/phpunit-mock-objects",
2092
            "version": "3.1.3",
2093
            "source": {
2094
                "type": "git",
2095
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2096
                "reference": "151c96874bff6fe61a25039df60e776613a61489"
2097
            },
2098
            "dist": {
2099
                "type": "zip",
2100
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
2101
                "reference": "151c96874bff6fe61a25039df60e776613a61489",
2102
                "shasum": ""
2103
            },
2104
            "require": {
2105
                "doctrine/instantiator": "^1.0.2",
2106
                "php": ">=5.6",
2107
                "phpunit/php-text-template": "~1.2",
2108
                "sebastian/exporter": "~1.2"
2109
            },
2110
            "require-dev": {
2111
                "phpunit/phpunit": "~5"
2112
            },
2113
            "suggest": {
2114
                "ext-soap": "*"
2115
            },
2116
            "type": "library",
2117
            "extra": {
2118
                "branch-alias": {
2119
                    "dev-master": "3.1.x-dev"
2120
                }
2121
            },
2122
            "autoload": {
2123
                "classmap": [
2124
                    "src/"
2125
                ]
2126
            },
2127
            "notification-url": "https://packagist.org/downloads/",
2128
            "license": [
2129
                "BSD-3-Clause"
2130
            ],
2131
            "authors": [
2132
                {
2133
                    "name": "Sebastian Bergmann",
2134
                    "email": "[email protected]",
2135
                    "role": "lead"
2136
                }
2137
            ],
2138
            "description": "Mock Object library for PHPUnit",
2139
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2140
            "keywords": [
2141
                "mock",
2142
                "xunit"
2143
            ],
2144
            "time": "2016-04-20 14:39:26"
2145
        },
2146
        {
2147
            "name": "sebastian/code-unit-reverse-lookup",
2148
            "version": "1.0.0",
2149
            "source": {
2150
                "type": "git",
2151
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2152
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2153
            },
2154
            "dist": {
2155
                "type": "zip",
2156
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2157
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2158
                "shasum": ""
2159
            },
2160
            "require": {
2161
                "php": ">=5.6"
2162
            },
2163
            "require-dev": {
2164
                "phpunit/phpunit": "~5"
2165
            },
2166
            "type": "library",
2167
            "extra": {
2168
                "branch-alias": {
2169
                    "dev-master": "1.0.x-dev"
2170
                }
2171
            },
2172
            "autoload": {
2173
                "classmap": [
2174
                    "src/"
2175
                ]
2176
            },
2177
            "notification-url": "https://packagist.org/downloads/",
2178
            "license": [
2179
                "BSD-3-Clause"
2180
            ],
2181
            "authors": [
2182
                {
2183
                    "name": "Sebastian Bergmann",
2184
                    "email": "[email protected]"
2185
                }
2186
            ],
2187
            "description": "Looks up which function or method a line of code belongs to",
2188
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2189
            "time": "2016-02-13 06:45:14"
2190
        },
2191
        {
2192
            "name": "sebastian/comparator",
2193
            "version": "1.2.0",
2194
            "source": {
2195
                "type": "git",
2196
                "url": "https://github.com/sebastianbergmann/comparator.git",
2197
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2198
            },
2199
            "dist": {
2200
                "type": "zip",
2201
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2202
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2203
                "shasum": ""
2204
            },
2205
            "require": {
2206
                "php": ">=5.3.3",
2207
                "sebastian/diff": "~1.2",
2208
                "sebastian/exporter": "~1.2"
2209
            },
2210
            "require-dev": {
2211
                "phpunit/phpunit": "~4.4"
2212
            },
2213
            "type": "library",
2214
            "extra": {
2215
                "branch-alias": {
2216
                    "dev-master": "1.2.x-dev"
2217
                }
2218
            },
2219
            "autoload": {
2220
                "classmap": [
2221
                    "src/"
2222
                ]
2223
            },
2224
            "notification-url": "https://packagist.org/downloads/",
2225
            "license": [
2226
                "BSD-3-Clause"
2227
            ],
2228
            "authors": [
2229
                {
2230
                    "name": "Jeff Welch",
2231
                    "email": "[email protected]"
2232
                },
2233
                {
2234
                    "name": "Volker Dusch",
2235
                    "email": "[email protected]"
2236
                },
2237
                {
2238
                    "name": "Bernhard Schussek",
2239
                    "email": "[email protected]"
2240
                },
2241
                {
2242
                    "name": "Sebastian Bergmann",
2243
                    "email": "[email protected]"
2244
                }
2245
            ],
2246
            "description": "Provides the functionality to compare PHP values for equality",
2247
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2248
            "keywords": [
2249
                "comparator",
2250
                "compare",
2251
                "equality"
2252
            ],
2253
            "time": "2015-07-26 15:48:44"
2254
        },
2255
        {
2256
            "name": "sebastian/diff",
2257
            "version": "1.4.1",
2258
            "source": {
2259
                "type": "git",
2260
                "url": "https://github.com/sebastianbergmann/diff.git",
2261
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2262
            },
2263
            "dist": {
2264
                "type": "zip",
2265
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2266
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2267
                "shasum": ""
2268
            },
2269
            "require": {
2270
                "php": ">=5.3.3"
2271
            },
2272
            "require-dev": {
2273
                "phpunit/phpunit": "~4.8"
2274
            },
2275
            "type": "library",
2276
            "extra": {
2277
                "branch-alias": {
2278
                    "dev-master": "1.4-dev"
2279
                }
2280
            },
2281
            "autoload": {
2282
                "classmap": [
2283
                    "src/"
2284
                ]
2285
            },
2286
            "notification-url": "https://packagist.org/downloads/",
2287
            "license": [
2288
                "BSD-3-Clause"
2289
            ],
2290
            "authors": [
2291
                {
2292
                    "name": "Kore Nordmann",
2293
                    "email": "[email protected]"
2294
                },
2295
                {
2296
                    "name": "Sebastian Bergmann",
2297
                    "email": "[email protected]"
2298
                }
2299
            ],
2300
            "description": "Diff implementation",
2301
            "homepage": "https://github.com/sebastianbergmann/diff",
2302
            "keywords": [
2303
                "diff"
2304
            ],
2305
            "time": "2015-12-08 07:14:41"
2306
        },
2307
        {
2308
            "name": "sebastian/environment",
2309
            "version": "1.3.7",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/sebastianbergmann/environment.git",
2313
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
2318
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "php": ">=5.3.3"
2323
            },
2324
            "require-dev": {
2325
                "phpunit/phpunit": "~4.4"
2326
            },
2327
            "type": "library",
2328
            "extra": {
2329
                "branch-alias": {
2330
                    "dev-master": "1.3.x-dev"
2331
                }
2332
            },
2333
            "autoload": {
2334
                "classmap": [
2335
                    "src/"
2336
                ]
2337
            },
2338
            "notification-url": "https://packagist.org/downloads/",
2339
            "license": [
2340
                "BSD-3-Clause"
2341
            ],
2342
            "authors": [
2343
                {
2344
                    "name": "Sebastian Bergmann",
2345
                    "email": "[email protected]"
2346
                }
2347
            ],
2348
            "description": "Provides functionality to handle HHVM/PHP environments",
2349
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2350
            "keywords": [
2351
                "Xdebug",
2352
                "environment",
2353
                "hhvm"
2354
            ],
2355
            "time": "2016-05-17 03:18:57"
2356
        },
2357
        {
2358
            "name": "sebastian/exporter",
2359
            "version": "1.2.1",
2360
            "source": {
2361
                "type": "git",
2362
                "url": "https://github.com/sebastianbergmann/exporter.git",
2363
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2364
            },
2365
            "dist": {
2366
                "type": "zip",
2367
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2368
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2369
                "shasum": ""
2370
            },
2371
            "require": {
2372
                "php": ">=5.3.3",
2373
                "sebastian/recursion-context": "~1.0"
2374
            },
2375
            "require-dev": {
2376
                "phpunit/phpunit": "~4.4"
2377
            },
2378
            "type": "library",
2379
            "extra": {
2380
                "branch-alias": {
2381
                    "dev-master": "1.2.x-dev"
2382
                }
2383
            },
2384
            "autoload": {
2385
                "classmap": [
2386
                    "src/"
2387
                ]
2388
            },
2389
            "notification-url": "https://packagist.org/downloads/",
2390
            "license": [
2391
                "BSD-3-Clause"
2392
            ],
2393
            "authors": [
2394
                {
2395
                    "name": "Jeff Welch",
2396
                    "email": "[email protected]"
2397
                },
2398
                {
2399
                    "name": "Volker Dusch",
2400
                    "email": "[email protected]"
2401
                },
2402
                {
2403
                    "name": "Bernhard Schussek",
2404
                    "email": "[email protected]"
2405
                },
2406
                {
2407
                    "name": "Sebastian Bergmann",
2408
                    "email": "[email protected]"
2409
                },
2410
                {
2411
                    "name": "Adam Harvey",
2412
                    "email": "[email protected]"
2413
                }
2414
            ],
2415
            "description": "Provides the functionality to export PHP variables for visualization",
2416
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2417
            "keywords": [
2418
                "export",
2419
                "exporter"
2420
            ],
2421
            "time": "2015-06-21 07:55:53"
2422
        },
2423
        {
2424
            "name": "sebastian/global-state",
2425
            "version": "1.1.1",
2426
            "source": {
2427
                "type": "git",
2428
                "url": "https://github.com/sebastianbergmann/global-state.git",
2429
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2430
            },
2431
            "dist": {
2432
                "type": "zip",
2433
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2434
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2435
                "shasum": ""
2436
            },
2437
            "require": {
2438
                "php": ">=5.3.3"
2439
            },
2440
            "require-dev": {
2441
                "phpunit/phpunit": "~4.2"
2442
            },
2443
            "suggest": {
2444
                "ext-uopz": "*"
2445
            },
2446
            "type": "library",
2447
            "extra": {
2448
                "branch-alias": {
2449
                    "dev-master": "1.0-dev"
2450
                }
2451
            },
2452
            "autoload": {
2453
                "classmap": [
2454
                    "src/"
2455
                ]
2456
            },
2457
            "notification-url": "https://packagist.org/downloads/",
2458
            "license": [
2459
                "BSD-3-Clause"
2460
            ],
2461
            "authors": [
2462
                {
2463
                    "name": "Sebastian Bergmann",
2464
                    "email": "[email protected]"
2465
                }
2466
            ],
2467
            "description": "Snapshotting of global state",
2468
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2469
            "keywords": [
2470
                "global state"
2471
            ],
2472
            "time": "2015-10-12 03:26:01"
2473
        },
2474
        {
2475
            "name": "sebastian/object-enumerator",
2476
            "version": "1.0.0",
2477
            "source": {
2478
                "type": "git",
2479
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2480
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2481
            },
2482
            "dist": {
2483
                "type": "zip",
2484
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2485
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2486
                "shasum": ""
2487
            },
2488
            "require": {
2489
                "php": ">=5.6",
2490
                "sebastian/recursion-context": "~1.0"
2491
            },
2492
            "require-dev": {
2493
                "phpunit/phpunit": "~5"
2494
            },
2495
            "type": "library",
2496
            "extra": {
2497
                "branch-alias": {
2498
                    "dev-master": "1.0.x-dev"
2499
                }
2500
            },
2501
            "autoload": {
2502
                "classmap": [
2503
                    "src/"
2504
                ]
2505
            },
2506
            "notification-url": "https://packagist.org/downloads/",
2507
            "license": [
2508
                "BSD-3-Clause"
2509
            ],
2510
            "authors": [
2511
                {
2512
                    "name": "Sebastian Bergmann",
2513
                    "email": "[email protected]"
2514
                }
2515
            ],
2516
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2517
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2518
            "time": "2016-01-28 13:25:10"
2519
        },
2520
        {
2521
            "name": "sebastian/recursion-context",
2522
            "version": "1.0.2",
2523
            "source": {
2524
                "type": "git",
2525
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2526
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2527
            },
2528
            "dist": {
2529
                "type": "zip",
2530
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2531
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2532
                "shasum": ""
2533
            },
2534
            "require": {
2535
                "php": ">=5.3.3"
2536
            },
2537
            "require-dev": {
2538
                "phpunit/phpunit": "~4.4"
2539
            },
2540
            "type": "library",
2541
            "extra": {
2542
                "branch-alias": {
2543
                    "dev-master": "1.0.x-dev"
2544
                }
2545
            },
2546
            "autoload": {
2547
                "classmap": [
2548
                    "src/"
2549
                ]
2550
            },
2551
            "notification-url": "https://packagist.org/downloads/",
2552
            "license": [
2553
                "BSD-3-Clause"
2554
            ],
2555
            "authors": [
2556
                {
2557
                    "name": "Jeff Welch",
2558
                    "email": "[email protected]"
2559
                },
2560
                {
2561
                    "name": "Sebastian Bergmann",
2562
                    "email": "[email protected]"
2563
                },
2564
                {
2565
                    "name": "Adam Harvey",
2566
                    "email": "[email protected]"
2567
                }
2568
            ],
2569
            "description": "Provides functionality to recursively process PHP variables",
2570
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2571
            "time": "2015-11-11 19:50:13"
2572
        },
2573
        {
2574
            "name": "sebastian/resource-operations",
2575
            "version": "1.0.0",
2576
            "source": {
2577
                "type": "git",
2578
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2579
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2580
            },
2581
            "dist": {
2582
                "type": "zip",
2583
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2584
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2585
                "shasum": ""
2586
            },
2587
            "require": {
2588
                "php": ">=5.6.0"
2589
            },
2590
            "type": "library",
2591
            "extra": {
2592
                "branch-alias": {
2593
                    "dev-master": "1.0.x-dev"
2594
                }
2595
            },
2596
            "autoload": {
2597
                "classmap": [
2598
                    "src/"
2599
                ]
2600
            },
2601
            "notification-url": "https://packagist.org/downloads/",
2602
            "license": [
2603
                "BSD-3-Clause"
2604
            ],
2605
            "authors": [
2606
                {
2607
                    "name": "Sebastian Bergmann",
2608
                    "email": "[email protected]"
2609
                }
2610
            ],
2611
            "description": "Provides a list of PHP built-in functions that operate on resources",
2612
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2613
            "time": "2015-07-28 20:34:47"
2614
        },
2615
        {
2616
            "name": "sebastian/version",
2617
            "version": "2.0.0",
2618
            "source": {
2619
                "type": "git",
2620
                "url": "https://github.com/sebastianbergmann/version.git",
2621
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2622
            },
2623
            "dist": {
2624
                "type": "zip",
2625
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2626
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2627
                "shasum": ""
2628
            },
2629
            "require": {
2630
                "php": ">=5.6"
2631
            },
2632
            "type": "library",
2633
            "extra": {
2634
                "branch-alias": {
2635
                    "dev-master": "2.0.x-dev"
2636
                }
2637
            },
2638
            "autoload": {
2639
                "classmap": [
2640
                    "src/"
2641
                ]
2642
            },
2643
            "notification-url": "https://packagist.org/downloads/",
2644
            "license": [
2645
                "BSD-3-Clause"
2646
            ],
2647
            "authors": [
2648
                {
2649
                    "name": "Sebastian Bergmann",
2650
                    "email": "[email protected]",
2651
                    "role": "lead"
2652
                }
2653
            ],
2654
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2655
            "homepage": "https://github.com/sebastianbergmann/version",
2656
            "time": "2016-02-04 12:56:52"
2657
        },
2658
        {
2659
            "name": "seld/cli-prompt",
2660
            "version": "1.0.2",
2661
            "source": {
2662
                "type": "git",
2663
                "url": "https://github.com/Seldaek/cli-prompt.git",
2664
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4"
2665
            },
2666
            "dist": {
2667
                "type": "zip",
2668
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
2669
                "reference": "8cbe10923cae5bcd7c5a713f6703fc4727c8c1b4",
2670
                "shasum": ""
2671
            },
2672
            "require": {
2673
                "php": ">=5.3"
2674
            },
2675
            "type": "library",
2676
            "extra": {
2677
                "branch-alias": {
2678
                    "dev-master": "1.x-dev"
2679
                }
2680
            },
2681
            "autoload": {
2682
                "psr-4": {
2683
                    "Seld\\CliPrompt\\": "src/"
2684
                }
2685
            },
2686
            "notification-url": "https://packagist.org/downloads/",
2687
            "license": [
2688
                "MIT"
2689
            ],
2690
            "authors": [
2691
                {
2692
                    "name": "Jordi Boggiano",
2693
                    "email": "[email protected]"
2694
                }
2695
            ],
2696
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
2697
            "keywords": [
2698
                "cli",
2699
                "console",
2700
                "hidden",
2701
                "input",
2702
                "prompt"
2703
            ],
2704
            "time": "2016-04-18 09:31:41"
2705
        },
2706
        {
2707
            "name": "squizlabs/php_codesniffer",
2708
            "version": "2.6.0",
2709
            "source": {
2710
                "type": "git",
2711
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2712
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b"
2713
            },
2714
            "dist": {
2715
                "type": "zip",
2716
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1bcdf03b068a530ac1962ce671dead356eeba43b",
2717
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b",
2718
                "shasum": ""
2719
            },
2720
            "require": {
2721
                "ext-simplexml": "*",
2722
                "ext-tokenizer": "*",
2723
                "ext-xmlwriter": "*",
2724
                "php": ">=5.1.2"
2725
            },
2726
            "require-dev": {
2727
                "phpunit/phpunit": "~4.0"
2728
            },
2729
            "bin": [
2730
                "scripts/phpcs",
2731
                "scripts/phpcbf"
2732
            ],
2733
            "type": "library",
2734
            "extra": {
2735
                "branch-alias": {
2736
                    "dev-master": "2.x-dev"
2737
                }
2738
            },
2739
            "autoload": {
2740
                "classmap": [
2741
                    "CodeSniffer.php",
2742
                    "CodeSniffer/CLI.php",
2743
                    "CodeSniffer/Exception.php",
2744
                    "CodeSniffer/File.php",
2745
                    "CodeSniffer/Fixer.php",
2746
                    "CodeSniffer/Report.php",
2747
                    "CodeSniffer/Reporting.php",
2748
                    "CodeSniffer/Sniff.php",
2749
                    "CodeSniffer/Tokens.php",
2750
                    "CodeSniffer/Reports/",
2751
                    "CodeSniffer/Tokenizers/",
2752
                    "CodeSniffer/DocGenerators/",
2753
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2754
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2755
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2756
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2757
                    "CodeSniffer/Standards/Generic/Sniffs/",
2758
                    "CodeSniffer/Standards/MySource/Sniffs/",
2759
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2760
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2761
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2762
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2763
                    "CodeSniffer/Standards/Zend/Sniffs/"
2764
                ]
2765
            },
2766
            "notification-url": "https://packagist.org/downloads/",
2767
            "license": [
2768
                "BSD-3-Clause"
2769
            ],
2770
            "authors": [
2771
                {
2772
                    "name": "Greg Sherwood",
2773
                    "role": "lead"
2774
                }
2775
            ],
2776
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2777
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2778
            "keywords": [
2779
                "phpcs",
2780
                "standards"
2781
            ],
2782
            "time": "2016-04-03 22:58:34"
2783
        },
2784
        {
2785
            "name": "symfony/yaml",
2786
            "version": "v3.0.6",
2787
            "source": {
2788
                "type": "git",
2789
                "url": "https://github.com/symfony/yaml.git",
2790
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
2791
            },
2792
            "dist": {
2793
                "type": "zip",
2794
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
2795
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
2796
                "shasum": ""
2797
            },
2798
            "require": {
2799
                "php": ">=5.5.9"
2800
            },
2801
            "type": "library",
2802
            "extra": {
2803
                "branch-alias": {
2804
                    "dev-master": "3.0-dev"
2805
                }
2806
            },
2807
            "autoload": {
2808
                "psr-4": {
2809
                    "Symfony\\Component\\Yaml\\": ""
2810
                },
2811
                "exclude-from-classmap": [
2812
                    "/Tests/"
2813
                ]
2814
            },
2815
            "notification-url": "https://packagist.org/downloads/",
2816
            "license": [
2817
                "MIT"
2818
            ],
2819
            "authors": [
2820
                {
2821
                    "name": "Fabien Potencier",
2822
                    "email": "[email protected]"
2823
                },
2824
                {
2825
                    "name": "Symfony Community",
2826
                    "homepage": "https://symfony.com/contributors"
2827
                }
2828
            ],
2829
            "description": "Symfony Yaml Component",
2830
            "homepage": "https://symfony.com",
2831
            "time": "2016-03-04 07:55:57"
2832
        },
2833
        {
2834
            "name": "vectorface/dunit",
2835
            "version": "v2.1.0",
2836
            "source": {
2837
                "type": "git",
2838
                "url": "https://github.com/Vectorface/dunit.git",
2839
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf"
2840
            },
2841
            "dist": {
2842
                "type": "zip",
2843
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/3f04c7a8bef5ff100666e92db96e93f80a6640bf",
2844
                "reference": "3f04c7a8bef5ff100666e92db96e93f80a6640bf",
2845
                "shasum": ""
2846
            },
2847
            "require-dev": {
2848
                "phpunit/phpunit": "~4.3",
2849
                "symfony/console": "~2.5"
2850
            },
2851
            "bin": [
2852
                "bin/dunit"
2853
            ],
2854
            "type": "library",
2855
            "autoload": {
2856
                "psr-4": {
2857
                    "Vectorface\\Dunit\\": "src"
2858
                }
2859
            },
2860
            "notification-url": "https://packagist.org/downloads/",
2861
            "license": [
2862
                "MIT"
2863
            ],
2864
            "authors": [
2865
                {
2866
                    "name": "Daniel Bruce",
2867
                    "email": "[email protected]",
2868
                    "role": "Developer"
2869
                },
2870
                {
2871
                    "name": "Cory Darby",
2872
                    "email": "[email protected]",
2873
                    "role": "Developer"
2874
                }
2875
            ],
2876
            "description": "Test code against multiple versions of PHP with the help of docker",
2877
            "homepage": "https://github.com/Vectorface/dunit",
2878
            "keywords": [
2879
                "docker",
2880
                "php",
2881
                "phpunit",
2882
                "testing"
2883
            ],
2884
            "time": "2015-03-31 19:30:02"
2885
        },
2886
        {
2887
            "name": "wyrihaximus/api-client-resource-generator",
2888
            "version": "dev-master",
2889
            "source": {
2890
                "type": "git",
2891
                "url": "https://github.com/WyriHaximus/php-api-client-resource-generator.git",
2892
                "reference": "4d702ca5ad012aed7441d3f796e3b5453d27c65f"
2893
            },
2894
            "dist": {
2895
                "type": "zip",
2896
                "url": "https://api.github.com/repos/WyriHaximus/php-api-client-resource-generator/zipball/4d702ca5ad012aed7441d3f796e3b5453d27c65f",
2897
                "reference": "4d702ca5ad012aed7441d3f796e3b5453d27c65f",
2898
                "shasum": ""
2899
            },
2900
            "require": {
2901
                "doctrine/inflector": "^1.1",
2902
                "league/climate": "^3.2",
2903
                "nikic/php-parser": "^2.1",
2904
                "php": "^7.0",
2905
                "symfony/yaml": "^2.8||^3.0",
2906
                "wyrihaximus/api-client": "dev-master"
2907
            },
2908
            "require-dev": {
2909
                "phake/phake": "^2.3",
2910
                "phpunit/phpunit": "^5.2.3",
2911
                "squizlabs/php_codesniffer": "^2.6",
2912
                "vectorface/dunit": "~2.0"
2913
            },
2914
            "bin": [
2915
                "api-client-resource-generator"
2916
            ],
2917
            "type": "library",
2918
            "autoload": {
2919
                "psr-4": {
2920
                    "WyriHaximus\\ApiClient\\Tools\\": "src/"
2921
                }
2922
            },
2923
            "notification-url": "https://packagist.org/downloads/",
2924
            "license": [
2925
                "MIT"
2926
            ],
2927
            "authors": [
2928
                {
2929
                    "name": "Cees-Jan Kiewiet",
2930
                    "email": "[email protected]"
2931
                }
2932
            ],
2933
            "time": "2016-05-18 17:20:42"
2934
        }
2935
    ],
2936
    "aliases": [],
2937
    "minimum-stability": "stable",
2938
    "stability-flags": {
2939
        "wyrihaximus/api-client": 20,
2940
        "wyrihaximus/api-client-resource-generator": 20
2941
    },
2942
    "prefer-stable": false,
2943
    "prefer-lowest": false,
2944
    "platform": {
2945
        "php": "^7.0"
2946
    },
2947
    "platform-dev": []
2948
}
2949