Completed
Push — master ( d56647...5f1d83 )
by Kirill
11s
created

composer.lock (1 issue)

Severity

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": "9529c0f52a6b8d66e309bdd45412cba0",
8
    "content-hash": "dcc054194cfae4fe12fbef3c466d3e0f",
9
    "packages": [
10
        {
11
            "name": "amphp/amp",
12
            "version": "v1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/amphp/amp.git",
16
                "reference": "093d33c36c72c0b4bf505000eb53b97351939279"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/amphp/amp/zipball/093d33c36c72c0b4bf505000eb53b97351939279",
21
                "reference": "093d33c36c72c0b4bf505000eb53b97351939279",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.5"
26
            },
27
            "require-dev": {
28
                "fabpot/php-cs-fixer": "~1.9",
29
                "phpunit/phpunit": "~4.8"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.0.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-4": {
39
                    "Amp\\": "lib/"
40
                },
41
                "files": [
42
                    "lib/functions.php"
43
                ]
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "MIT"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Daniel Lowrey",
52
                    "email": "[email protected]",
53
                    "role": "Creator / Lead Developer"
54
                }
55
            ],
56
            "description": "A non-blocking concurrency framework for PHP applications",
57
            "homepage": "https://github.com/amphp/amp",
58
            "keywords": [
59
                "async",
60
                "concurrency",
61
                "event",
62
                "non-blocking",
63
                "promise"
64
            ],
65
            "time": "2016-03-09 13:10:31"
66
        },
67
        {
68
            "name": "amphp/artax",
69
            "version": "v2.0.3",
70
            "source": {
71
                "type": "git",
72
                "url": "https://github.com/amphp/artax.git",
73
                "reference": "cc665ac890322188bad8b80722d64af6207b770d"
74
            },
75
            "dist": {
76
                "type": "zip",
77
                "url": "https://api.github.com/repos/amphp/artax/zipball/cc665ac890322188bad8b80722d64af6207b770d",
78
                "reference": "cc665ac890322188bad8b80722d64af6207b770d",
79
                "shasum": ""
80
            },
81
            "require": {
82
                "amphp/amp": "^1",
83
                "amphp/socket": "^0.9",
84
                "php": ">=5.5.0"
85
            },
86
            "require-dev": {
87
                "fabpot/php-cs-fixer": "~1.9",
88
                "phpunit/phpunit": "~4.8"
89
            },
90
            "type": "library",
91
            "extra": {
92
                "branch-alias": {
93
                    "dev-master": "2.x-dev",
94
                    "dev-1.x": "1.x-dev"
95
                }
96
            },
97
            "autoload": {
98
                "psr-4": {
99
                    "Amp\\Artax\\": "lib/"
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "Daniel Lowrey",
109
                    "email": "[email protected]",
110
                    "role": "Creator / Lead Developer"
111
                }
112
            ],
113
            "description": "Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework",
114
            "homepage": "https://github.com/amphp/artax",
115
            "keywords": [
116
                "async",
117
                "client",
118
                "http",
119
                "non-blocking",
120
                "parallel",
121
                "rest"
122
            ],
123
            "time": "2016-03-09 11:33:42"
124
        },
125
        {
126
            "name": "amphp/cache",
127
            "version": "v0.1.0",
128
            "source": {
129
                "type": "git",
130
                "url": "https://github.com/amphp/cache.git",
131
                "reference": "26709c198dcee686557801eda6d9345f3cfa8874"
132
            },
133
            "dist": {
134
                "type": "zip",
135
                "url": "https://api.github.com/repos/amphp/cache/zipball/26709c198dcee686557801eda6d9345f3cfa8874",
136
                "reference": "26709c198dcee686557801eda6d9345f3cfa8874",
137
                "shasum": ""
138
            },
139
            "require": {
140
                "amphp/amp": "^1"
141
            },
142
            "require-dev": {
143
                "fabpot/php-cs-fixer": "~1.9",
144
                "phpunit/phpunit": "~4.8"
145
            },
146
            "suggest": {
147
                "amphp/redis": "For redis cache driver support"
148
            },
149
            "type": "library",
150
            "autoload": {
151
                "psr-4": {
152
                    "Amp\\Cache\\": "lib/"
153
                }
154
            },
155
            "notification-url": "https://packagist.org/downloads/",
156
            "license": [
157
                "MIT"
158
            ],
159
            "authors": [
160
                {
161
                    "name": "Niklas Keller",
162
                    "email": "[email protected]"
163
                },
164
                {
165
                    "name": "Daniel Lowrey",
166
                    "email": "[email protected]"
167
                }
168
            ],
169
            "description": "A promise-aware caching API built on the amp concurrency framework",
170
            "homepage": "https://github.com/amphp/cache",
171
            "time": "2015-09-08 22:26:20"
172
        },
173
        {
174
            "name": "amphp/dns",
175
            "version": "v0.8.10",
176
            "source": {
177
                "type": "git",
178
                "url": "https://github.com/amphp/dns.git",
179
                "reference": "9f12b2264f74e0cbad67565308f9e106fb6a5bec"
180
            },
181
            "dist": {
182
                "type": "zip",
183
                "url": "https://api.github.com/repos/amphp/dns/zipball/9f12b2264f74e0cbad67565308f9e106fb6a5bec",
184
                "reference": "9f12b2264f74e0cbad67565308f9e106fb6a5bec",
185
                "shasum": ""
186
            },
187
            "require": {
188
                "amphp/amp": "^1",
189
                "amphp/cache": "^0.1",
190
                "amphp/file": "^0.1",
191
                "daverandom/libdns": "^1",
192
                "php": ">=5.5"
193
            },
194
            "require-dev": {
195
                "fabpot/php-cs-fixer": "^1.9",
196
                "phpunit/phpunit": "^4.8"
197
            },
198
            "type": "library",
199
            "autoload": {
200
                "psr-4": {
201
                    "Amp\\Dns\\": "lib"
202
                },
203
                "files": [
204
                    "lib/constants.php",
205
                    "lib/functions.php"
206
                ]
207
            },
208
            "notification-url": "https://packagist.org/downloads/",
209
            "license": [
210
                "MIT"
211
            ],
212
            "authors": [
213
                {
214
                    "name": "Bob Weinand",
215
                    "email": "[email protected]"
216
                },
217
                {
218
                    "name": "Niklas Keller",
219
                    "email": "[email protected]"
220
                },
221
                {
222
                    "name": "Daniel Lowrey",
223
                    "email": "[email protected]"
224
                },
225
                {
226
                    "name": "Chris Wright",
227
                    "email": "[email protected]"
228
                }
229
            ],
230
            "description": "Async DNS resolution built on the amp concurrency framework",
231
            "homepage": "https://github.com/amphp/dns",
232
            "keywords": [
233
                "amp",
234
                "async",
235
                "client",
236
                "dns",
237
                "resolve"
238
            ],
239
            "time": "2016-03-26 20:35:44"
240
        },
241
        {
242
            "name": "amphp/file",
243
            "version": "v0.1.2",
244
            "source": {
245
                "type": "git",
246
                "url": "https://github.com/amphp/file.git",
247
                "reference": "7e04d6badea1f904cb1b894771f9c7e073799874"
248
            },
249
            "dist": {
250
                "type": "zip",
251
                "url": "https://api.github.com/repos/amphp/file/zipball/7e04d6badea1f904cb1b894771f9c7e073799874",
252
                "reference": "7e04d6badea1f904cb1b894771f9c7e073799874",
253
                "shasum": ""
254
            },
255
            "require": {
256
                "amphp/amp": "^1",
257
                "php": ">=5.5"
258
            },
259
            "require-dev": {
260
                "fabpot/php-cs-fixer": "~1.9",
261
                "phpunit/phpunit": "~4.8"
262
            },
263
            "type": "library",
264
            "extra": {
265
                "branch-alias": {
266
                    "dev-master": "0.1.0-dev"
267
                }
268
            },
269
            "autoload": {
270
                "psr-4": {
271
                    "Amp\\File\\": "lib"
272
                },
273
                "files": [
274
                    "lib/functions.php"
275
                ]
276
            },
277
            "notification-url": "https://packagist.org/downloads/",
278
            "license": [
279
                "MIT"
280
            ],
281
            "authors": [
282
                {
283
                    "name": "Daniel Lowrey",
284
                    "email": "[email protected]"
285
                }
286
            ],
287
            "description": "An async filesystem library built on the amp concurrency framework",
288
            "homepage": "https://github.com/amphp/file",
289
            "keywords": [
290
                "amp",
291
                "amphp",
292
                "async",
293
                "disk",
294
                "file",
295
                "non-blocking",
296
                "static"
297
            ],
298
            "time": "2016-03-24 17:31:44"
299
        },
300
        {
301
            "name": "amphp/socket",
302
            "version": "v0.9.7",
303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/amphp/socket.git",
306
                "reference": "aa784fe3a18fa8514e57714142488f629073c7a9"
307
            },
308
            "dist": {
309
                "type": "zip",
310
                "url": "https://api.github.com/repos/amphp/socket/zipball/aa784fe3a18fa8514e57714142488f629073c7a9",
311
                "reference": "aa784fe3a18fa8514e57714142488f629073c7a9",
312
                "shasum": ""
313
            },
314
            "require": {
315
                "amphp/amp": "^1",
316
                "amphp/dns": "^0.8",
317
                "php": ">=5.5"
318
            },
319
            "require-dev": {
320
                "fabpot/php-cs-fixer": "~1.9",
321
                "phpunit/phpunit": "~4.8"
322
            },
323
            "type": "library",
324
            "autoload": {
325
                "psr-4": {
326
                    "Amp\\Socket\\": "lib/"
327
                },
328
                "files": [
329
                    "lib/functions.php"
330
                ]
331
            },
332
            "notification-url": "https://packagist.org/downloads/",
333
            "license": [
334
                "MIT"
335
            ],
336
            "authors": [
337
                {
338
                    "name": "Daniel Lowrey",
339
                    "email": "[email protected]"
340
                }
341
            ],
342
            "description": "Async socket connection tools for the amp concurrency framework",
343
            "homepage": "https://github.com/amphp/socket",
344
            "keywords": [
345
                "amp",
346
                "async",
347
                "encryption",
348
                "non-blocking",
349
                "sockets",
350
                "tcp",
351
                "tls"
352
            ],
353
            "time": "2016-04-06 16:38:57"
354
        },
355
        {
356
            "name": "barryvdh/laravel-ide-helper",
357
            "version": "v2.1.4",
358
            "source": {
359
                "type": "git",
360
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
361
                "reference": "f1ebd847aac9a4545325d35108cafc285fe1605f"
362
            },
363
            "dist": {
364
                "type": "zip",
365
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/f1ebd847aac9a4545325d35108cafc285fe1605f",
366
                "reference": "f1ebd847aac9a4545325d35108cafc285fe1605f",
367
                "shasum": ""
368
            },
369
            "require": {
370
                "illuminate/console": "5.0.x|5.1.x|5.2.x",
371
                "illuminate/filesystem": "5.0.x|5.1.x|5.2.x",
372
                "illuminate/support": "5.0.x|5.1.x|5.2.x",
373
                "php": ">=5.4.0",
374
                "phpdocumentor/reflection-docblock": "^2.0.4",
375
                "symfony/class-loader": "~2.3|~3.0"
376
            },
377
            "require-dev": {
378
                "doctrine/dbal": "~2.3"
379
            },
380
            "suggest": {
381
                "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
382
            },
383
            "type": "library",
384
            "extra": {
385
                "branch-alias": {
386
                    "dev-master": "2.1-dev"
387
                }
388
            },
389
            "autoload": {
390
                "psr-4": {
391
                    "Barryvdh\\LaravelIdeHelper\\": "src"
392
                }
393
            },
394
            "notification-url": "https://packagist.org/downloads/",
395
            "license": [
396
                "MIT"
397
            ],
398
            "authors": [
399
                {
400
                    "name": "Barry vd. Heuvel",
401
                    "email": "[email protected]"
402
                }
403
            ],
404
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
405
            "keywords": [
406
                "autocomplete",
407
                "codeintel",
408
                "helper",
409
                "ide",
410
                "laravel",
411
                "netbeans",
412
                "phpdoc",
413
                "phpstorm",
414
                "sublime"
415
            ],
416
            "time": "2016-03-03 08:45:00"
417
        },
418
        {
419
            "name": "big-shark/sql-to-builder",
420
            "version": "dev-master",
421
            "source": {
422
                "type": "git",
423
                "url": "https://github.com/Big-Shark/sql-to-builder.git",
424
                "reference": "c5e7d4a7b682981f59b6f2efaa3fd688dd80418d"
425
            },
426
            "dist": {
427
                "type": "zip",
428
                "url": "https://api.github.com/repos/Big-Shark/sql-to-builder/zipball/c5e7d4a7b682981f59b6f2efaa3fd688dd80418d",
429
                "reference": "c5e7d4a7b682981f59b6f2efaa3fd688dd80418d",
430
                "shasum": ""
431
            },
432
            "require": {
433
                "greenlion/php-sql-parser": "^4.0",
434
                "php": ">=5.3.0"
435
            },
436
            "require-dev": {
437
                "phpunit/phpunit": "4.*||5.*",
438
                "scrutinizer/ocular": "~1.1"
439
            },
440
            "type": "library",
441
            "extra": {
442
                "branch-alias": {
443
                    "dev-master": "1.0-dev"
444
                }
445
            },
446
            "autoload": {
447
                "psr-4": {
448
                    "BigShark\\SQLToBuilder\\": "src"
449
                }
450
            },
451
            "notification-url": "https://packagist.org/downloads/",
452
            "license": [
453
                "MIT"
454
            ],
455
            "authors": [
456
                {
457
                    "name": "Maxim Soloviev",
458
                    "email": "[email protected]",
459
                    "homepage": "https://github.com/Big-Shark",
460
                    "role": "Developer"
461
                }
462
            ],
463
            "description": "SQL to query builder",
464
            "homepage": "https://github.com/big-shark/sql-to-builder",
465
            "keywords": [
466
                "big-shark",
467
                "sql-to-builder"
468
            ],
469
            "time": "2016-01-26 17:10:19"
470
        },
471
        {
472
            "name": "classpreloader/classpreloader",
473
            "version": "3.0.0",
474
            "source": {
475
                "type": "git",
476
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
477
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
478
            },
479
            "dist": {
480
                "type": "zip",
481
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
482
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
483
                "shasum": ""
484
            },
485
            "require": {
486
                "nikic/php-parser": "^1.0|^2.0",
487
                "php": ">=5.5.9"
488
            },
489
            "require-dev": {
490
                "phpunit/phpunit": "^4.8|^5.0"
491
            },
492
            "type": "library",
493
            "extra": {
494
                "branch-alias": {
495
                    "dev-master": "3.0-dev"
496
                }
497
            },
498
            "autoload": {
499
                "psr-4": {
500
                    "ClassPreloader\\": "src/"
501
                }
502
            },
503
            "notification-url": "https://packagist.org/downloads/",
504
            "license": [
505
                "MIT"
506
            ],
507
            "authors": [
508
                {
509
                    "name": "Michael Dowling",
510
                    "email": "[email protected]"
511
                },
512
                {
513
                    "name": "Graham Campbell",
514
                    "email": "[email protected]"
515
                }
516
            ],
517
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
518
            "keywords": [
519
                "autoload",
520
                "class",
521
                "preload"
522
            ],
523
            "time": "2015-11-09 22:51:51"
524
        },
525
        {
526
            "name": "danielstjules/stringy",
527
            "version": "1.10.0",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/danielstjules/Stringy.git",
531
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
536
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "ext-mbstring": "*",
541
                "php": ">=5.3.0"
542
            },
543
            "require-dev": {
544
                "phpunit/phpunit": "~4.0"
545
            },
546
            "type": "library",
547
            "autoload": {
548
                "psr-4": {
549
                    "Stringy\\": "src/"
550
                },
551
                "files": [
552
                    "src/Create.php"
553
                ]
554
            },
555
            "notification-url": "https://packagist.org/downloads/",
556
            "license": [
557
                "MIT"
558
            ],
559
            "authors": [
560
                {
561
                    "name": "Daniel St. Jules",
562
                    "email": "[email protected]",
563
                    "homepage": "http://www.danielstjules.com"
564
                }
565
            ],
566
            "description": "A string manipulation library with multibyte support",
567
            "homepage": "https://github.com/danielstjules/Stringy",
568
            "keywords": [
569
                "UTF",
570
                "helpers",
571
                "manipulation",
572
                "methods",
573
                "multibyte",
574
                "string",
575
                "utf-8",
576
                "utility",
577
                "utils"
578
            ],
579
            "time": "2015-07-23 00:54:12"
580
        },
581
        {
582
            "name": "daverandom/libdns",
583
            "version": "v1.0.1",
584
            "source": {
585
                "type": "git",
586
                "url": "https://github.com/DaveRandom/LibDNS.git",
587
                "reference": "e935e8caa5ff30122bcbeb8b4ce567fa14cdf063"
588
            },
589
            "dist": {
590
                "type": "zip",
591
                "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/e935e8caa5ff30122bcbeb8b4ce567fa14cdf063",
592
                "reference": "e935e8caa5ff30122bcbeb8b4ce567fa14cdf063",
593
                "shasum": ""
594
            },
595
            "require": {
596
                "php": ">=5.4.0"
597
            },
598
            "type": "library",
599
            "autoload": {
600
                "psr-4": {
601
                    "LibDNS\\": "src/"
602
                }
603
            },
604
            "notification-url": "https://packagist.org/downloads/",
605
            "license": [
606
                "MIT"
607
            ],
608
            "description": "DNS protocol implementation written in pure PHP",
609
            "keywords": [
610
                "dns"
611
            ],
612
            "time": "2015-04-02 15:42:15"
613
        },
614
        {
615
            "name": "dnoegel/php-xdg-base-dir",
616
            "version": "0.1",
617
            "source": {
618
                "type": "git",
619
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
620
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
621
            },
622
            "dist": {
623
                "type": "zip",
624
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
625
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
626
                "shasum": ""
627
            },
628
            "require": {
629
                "php": ">=5.3.2"
630
            },
631
            "require-dev": {
632
                "phpunit/phpunit": "@stable"
633
            },
634
            "type": "project",
635
            "autoload": {
636
                "psr-4": {
637
                    "XdgBaseDir\\": "src/"
638
                }
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "description": "implementation of xdg base directory specification for php",
645
            "time": "2014-10-24 07:27:01"
646
        },
647
        {
648
            "name": "doctrine/annotations",
649
            "version": "v1.2.7",
650
            "source": {
651
                "type": "git",
652
                "url": "https://github.com/doctrine/annotations.git",
653
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
654
            },
655
            "dist": {
656
                "type": "zip",
657
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
658
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
659
                "shasum": ""
660
            },
661
            "require": {
662
                "doctrine/lexer": "1.*",
663
                "php": ">=5.3.2"
664
            },
665
            "require-dev": {
666
                "doctrine/cache": "1.*",
667
                "phpunit/phpunit": "4.*"
668
            },
669
            "type": "library",
670
            "extra": {
671
                "branch-alias": {
672
                    "dev-master": "1.3.x-dev"
673
                }
674
            },
675
            "autoload": {
676
                "psr-0": {
677
                    "Doctrine\\Common\\Annotations\\": "lib/"
678
                }
679
            },
680
            "notification-url": "https://packagist.org/downloads/",
681
            "license": [
682
                "MIT"
683
            ],
684
            "authors": [
685
                {
686
                    "name": "Roman Borschel",
687
                    "email": "[email protected]"
688
                },
689
                {
690
                    "name": "Benjamin Eberlei",
691
                    "email": "[email protected]"
692
                },
693
                {
694
                    "name": "Guilherme Blanco",
695
                    "email": "[email protected]"
696
                },
697
                {
698
                    "name": "Jonathan Wage",
699
                    "email": "[email protected]"
700
                },
701
                {
702
                    "name": "Johannes Schmitt",
703
                    "email": "[email protected]"
704
                }
705
            ],
706
            "description": "Docblock Annotations Parser",
707
            "homepage": "http://www.doctrine-project.org",
708
            "keywords": [
709
                "annotations",
710
                "docblock",
711
                "parser"
712
            ],
713
            "time": "2015-08-31 12:32:49"
714
        },
715
        {
716
            "name": "doctrine/cache",
717
            "version": "v1.6.0",
718
            "source": {
719
                "type": "git",
720
                "url": "https://github.com/doctrine/cache.git",
721
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
722
            },
723
            "dist": {
724
                "type": "zip",
725
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
726
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
727
                "shasum": ""
728
            },
729
            "require": {
730
                "php": "~5.5|~7.0"
731
            },
732
            "conflict": {
733
                "doctrine/common": ">2.2,<2.4"
734
            },
735
            "require-dev": {
736
                "phpunit/phpunit": "~4.8|~5.0",
737
                "predis/predis": "~1.0",
738
                "satooshi/php-coveralls": "~0.6"
739
            },
740
            "type": "library",
741
            "extra": {
742
                "branch-alias": {
743
                    "dev-master": "1.6.x-dev"
744
                }
745
            },
746
            "autoload": {
747
                "psr-4": {
748
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
749
                }
750
            },
751
            "notification-url": "https://packagist.org/downloads/",
752
            "license": [
753
                "MIT"
754
            ],
755
            "authors": [
756
                {
757
                    "name": "Roman Borschel",
758
                    "email": "[email protected]"
759
                },
760
                {
761
                    "name": "Benjamin Eberlei",
762
                    "email": "[email protected]"
763
                },
764
                {
765
                    "name": "Guilherme Blanco",
766
                    "email": "[email protected]"
767
                },
768
                {
769
                    "name": "Jonathan Wage",
770
                    "email": "[email protected]"
771
                },
772
                {
773
                    "name": "Johannes Schmitt",
774
                    "email": "[email protected]"
775
                }
776
            ],
777
            "description": "Caching library offering an object-oriented API for many cache backends",
778
            "homepage": "http://www.doctrine-project.org",
779
            "keywords": [
780
                "cache",
781
                "caching"
782
            ],
783
            "time": "2015-12-31 16:37:02"
784
        },
785
        {
786
            "name": "doctrine/collections",
787
            "version": "v1.3.0",
788
            "source": {
789
                "type": "git",
790
                "url": "https://github.com/doctrine/collections.git",
791
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
792
            },
793
            "dist": {
794
                "type": "zip",
795
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
796
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
797
                "shasum": ""
798
            },
799
            "require": {
800
                "php": ">=5.3.2"
801
            },
802
            "require-dev": {
803
                "phpunit/phpunit": "~4.0"
804
            },
805
            "type": "library",
806
            "extra": {
807
                "branch-alias": {
808
                    "dev-master": "1.2.x-dev"
809
                }
810
            },
811
            "autoload": {
812
                "psr-0": {
813
                    "Doctrine\\Common\\Collections\\": "lib/"
814
                }
815
            },
816
            "notification-url": "https://packagist.org/downloads/",
817
            "license": [
818
                "MIT"
819
            ],
820
            "authors": [
821
                {
822
                    "name": "Roman Borschel",
823
                    "email": "[email protected]"
824
                },
825
                {
826
                    "name": "Benjamin Eberlei",
827
                    "email": "[email protected]"
828
                },
829
                {
830
                    "name": "Guilherme Blanco",
831
                    "email": "[email protected]"
832
                },
833
                {
834
                    "name": "Jonathan Wage",
835
                    "email": "[email protected]"
836
                },
837
                {
838
                    "name": "Johannes Schmitt",
839
                    "email": "[email protected]"
840
                }
841
            ],
842
            "description": "Collections Abstraction library",
843
            "homepage": "http://www.doctrine-project.org",
844
            "keywords": [
845
                "array",
846
                "collections",
847
                "iterator"
848
            ],
849
            "time": "2015-04-14 22:21:58"
850
        },
851
        {
852
            "name": "doctrine/common",
853
            "version": "v2.6.1",
854
            "source": {
855
                "type": "git",
856
                "url": "https://github.com/doctrine/common.git",
857
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
858
            },
859
            "dist": {
860
                "type": "zip",
861
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
862
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
863
                "shasum": ""
864
            },
865
            "require": {
866
                "doctrine/annotations": "1.*",
867
                "doctrine/cache": "1.*",
868
                "doctrine/collections": "1.*",
869
                "doctrine/inflector": "1.*",
870
                "doctrine/lexer": "1.*",
871
                "php": "~5.5|~7.0"
872
            },
873
            "require-dev": {
874
                "phpunit/phpunit": "~4.8|~5.0"
875
            },
876
            "type": "library",
877
            "extra": {
878
                "branch-alias": {
879
                    "dev-master": "2.7.x-dev"
880
                }
881
            },
882
            "autoload": {
883
                "psr-4": {
884
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
885
                }
886
            },
887
            "notification-url": "https://packagist.org/downloads/",
888
            "license": [
889
                "MIT"
890
            ],
891
            "authors": [
892
                {
893
                    "name": "Roman Borschel",
894
                    "email": "[email protected]"
895
                },
896
                {
897
                    "name": "Benjamin Eberlei",
898
                    "email": "[email protected]"
899
                },
900
                {
901
                    "name": "Guilherme Blanco",
902
                    "email": "[email protected]"
903
                },
904
                {
905
                    "name": "Jonathan Wage",
906
                    "email": "[email protected]"
907
                },
908
                {
909
                    "name": "Johannes Schmitt",
910
                    "email": "[email protected]"
911
                }
912
            ],
913
            "description": "Common Library for Doctrine projects",
914
            "homepage": "http://www.doctrine-project.org",
915
            "keywords": [
916
                "annotations",
917
                "collections",
918
                "eventmanager",
919
                "persistence",
920
                "spl"
921
            ],
922
            "time": "2015-12-25 13:18:31"
923
        },
924
        {
925
            "name": "doctrine/dbal",
926
            "version": "v2.5.4",
927
            "source": {
928
                "type": "git",
929
                "url": "https://github.com/doctrine/dbal.git",
930
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
931
            },
932
            "dist": {
933
                "type": "zip",
934
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
935
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
936
                "shasum": ""
937
            },
938
            "require": {
939
                "doctrine/common": ">=2.4,<2.7-dev",
940
                "php": ">=5.3.2"
941
            },
942
            "require-dev": {
943
                "phpunit/phpunit": "4.*",
944
                "symfony/console": "2.*"
945
            },
946
            "suggest": {
947
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
948
            },
949
            "bin": [
950
                "bin/doctrine-dbal"
951
            ],
952
            "type": "library",
953
            "extra": {
954
                "branch-alias": {
955
                    "dev-master": "2.5.x-dev"
956
                }
957
            },
958
            "autoload": {
959
                "psr-0": {
960
                    "Doctrine\\DBAL\\": "lib/"
961
                }
962
            },
963
            "notification-url": "https://packagist.org/downloads/",
964
            "license": [
965
                "MIT"
966
            ],
967
            "authors": [
968
                {
969
                    "name": "Roman Borschel",
970
                    "email": "[email protected]"
971
                },
972
                {
973
                    "name": "Benjamin Eberlei",
974
                    "email": "[email protected]"
975
                },
976
                {
977
                    "name": "Guilherme Blanco",
978
                    "email": "[email protected]"
979
                },
980
                {
981
                    "name": "Jonathan Wage",
982
                    "email": "[email protected]"
983
                }
984
            ],
985
            "description": "Database Abstraction Layer",
986
            "homepage": "http://www.doctrine-project.org",
987
            "keywords": [
988
                "database",
989
                "dbal",
990
                "persistence",
991
                "queryobject"
992
            ],
993
            "time": "2016-01-05 22:11:12"
994
        },
995
        {
996
            "name": "doctrine/inflector",
997
            "version": "v1.1.0",
998
            "source": {
999
                "type": "git",
1000
                "url": "https://github.com/doctrine/inflector.git",
1001
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1002
            },
1003
            "dist": {
1004
                "type": "zip",
1005
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1006
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1007
                "shasum": ""
1008
            },
1009
            "require": {
1010
                "php": ">=5.3.2"
1011
            },
1012
            "require-dev": {
1013
                "phpunit/phpunit": "4.*"
1014
            },
1015
            "type": "library",
1016
            "extra": {
1017
                "branch-alias": {
1018
                    "dev-master": "1.1.x-dev"
1019
                }
1020
            },
1021
            "autoload": {
1022
                "psr-0": {
1023
                    "Doctrine\\Common\\Inflector\\": "lib/"
1024
                }
1025
            },
1026
            "notification-url": "https://packagist.org/downloads/",
1027
            "license": [
1028
                "MIT"
1029
            ],
1030
            "authors": [
1031
                {
1032
                    "name": "Roman Borschel",
1033
                    "email": "[email protected]"
1034
                },
1035
                {
1036
                    "name": "Benjamin Eberlei",
1037
                    "email": "[email protected]"
1038
                },
1039
                {
1040
                    "name": "Guilherme Blanco",
1041
                    "email": "[email protected]"
1042
                },
1043
                {
1044
                    "name": "Jonathan Wage",
1045
                    "email": "[email protected]"
1046
                },
1047
                {
1048
                    "name": "Johannes Schmitt",
1049
                    "email": "[email protected]"
1050
                }
1051
            ],
1052
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1053
            "homepage": "http://www.doctrine-project.org",
1054
            "keywords": [
1055
                "inflection",
1056
                "pluralize",
1057
                "singularize",
1058
                "string"
1059
            ],
1060
            "time": "2015-11-06 14:35:42"
1061
        },
1062
        {
1063
            "name": "doctrine/lexer",
1064
            "version": "v1.0.1",
1065
            "source": {
1066
                "type": "git",
1067
                "url": "https://github.com/doctrine/lexer.git",
1068
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1069
            },
1070
            "dist": {
1071
                "type": "zip",
1072
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1073
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1074
                "shasum": ""
1075
            },
1076
            "require": {
1077
                "php": ">=5.3.2"
1078
            },
1079
            "type": "library",
1080
            "extra": {
1081
                "branch-alias": {
1082
                    "dev-master": "1.0.x-dev"
1083
                }
1084
            },
1085
            "autoload": {
1086
                "psr-0": {
1087
                    "Doctrine\\Common\\Lexer\\": "lib/"
1088
                }
1089
            },
1090
            "notification-url": "https://packagist.org/downloads/",
1091
            "license": [
1092
                "MIT"
1093
            ],
1094
            "authors": [
1095
                {
1096
                    "name": "Roman Borschel",
1097
                    "email": "[email protected]"
1098
                },
1099
                {
1100
                    "name": "Guilherme Blanco",
1101
                    "email": "[email protected]"
1102
                },
1103
                {
1104
                    "name": "Johannes Schmitt",
1105
                    "email": "[email protected]"
1106
                }
1107
            ],
1108
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1109
            "homepage": "http://www.doctrine-project.org",
1110
            "keywords": [
1111
                "lexer",
1112
                "parser"
1113
            ],
1114
            "time": "2014-09-09 13:34:57"
1115
        },
1116
        {
1117
            "name": "evenement/evenement",
1118
            "version": "v2.0.0",
1119
            "source": {
1120
                "type": "git",
1121
                "url": "https://github.com/igorw/evenement.git",
1122
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
1123
            },
1124
            "dist": {
1125
                "type": "zip",
1126
                "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
1127
                "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
1128
                "shasum": ""
1129
            },
1130
            "require": {
1131
                "php": ">=5.4.0"
1132
            },
1133
            "type": "library",
1134
            "extra": {
1135
                "branch-alias": {
1136
                    "dev-master": "2.0-dev"
1137
                }
1138
            },
1139
            "autoload": {
1140
                "psr-0": {
1141
                    "Evenement": "src"
1142
                }
1143
            },
1144
            "notification-url": "https://packagist.org/downloads/",
1145
            "license": [
1146
                "MIT"
1147
            ],
1148
            "authors": [
1149
                {
1150
                    "name": "Igor Wiedler",
1151
                    "email": "[email protected]",
1152
                    "homepage": "http://wiedler.ch/igor/"
1153
                }
1154
            ],
1155
            "description": "Événement is a very simple event dispatching library for PHP",
1156
            "keywords": [
1157
                "event-dispatcher",
1158
                "event-emitter"
1159
            ],
1160
            "time": "2012-11-02 14:49:47"
1161
        },
1162
        {
1163
            "name": "filp/whoops",
1164
            "version": "2.0.0",
1165
            "source": {
1166
                "type": "git",
1167
                "url": "https://github.com/filp/whoops.git",
1168
                "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff"
1169
            },
1170
            "dist": {
1171
                "type": "zip",
1172
                "url": "https://api.github.com/repos/filp/whoops/zipball/a327942c50cbd62b25c6fbe08f173031ce25fbff",
1173
                "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff",
1174
                "shasum": ""
1175
            },
1176
            "require": {
1177
                "php": ">=5.5.9"
1178
            },
1179
            "require-dev": {
1180
                "mockery/mockery": "0.9.*",
1181
                "phpunit/phpunit": "^4.8 || ^5.0"
1182
            },
1183
            "suggest": {
1184
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
1185
                "whoops/soap": "Formats errors as SOAP responses"
1186
            },
1187
            "type": "library",
1188
            "extra": {
1189
                "branch-alias": {
1190
                    "dev-master": "2.0-dev"
1191
                }
1192
            },
1193
            "autoload": {
1194
                "psr-4": {
1195
                    "Whoops\\": "src/Whoops/"
1196
                }
1197
            },
1198
            "notification-url": "https://packagist.org/downloads/",
1199
            "license": [
1200
                "MIT"
1201
            ],
1202
            "authors": [
1203
                {
1204
                    "name": "Filipe Dobreira",
1205
                    "homepage": "https://github.com/filp",
1206
                    "role": "Developer"
1207
                }
1208
            ],
1209
            "description": "php error handling for cool kids",
1210
            "homepage": "https://github.com/filp/whoops",
1211
            "keywords": [
1212
                "error",
1213
                "exception",
1214
                "handling",
1215
                "library",
1216
                "whoops",
1217
                "zf2"
1218
            ],
1219
            "time": "2016-01-06 17:51:21"
1220
        },
1221
        {
1222
            "name": "greenlion/php-sql-parser",
1223
            "version": "v4.0.0",
1224
            "source": {
1225
                "type": "git",
1226
                "url": "https://github.com/greenlion/PHP-SQL-Parser.git",
1227
                "reference": "c162c6458ee21cc0a7dfe73a3eec303e5c9a6945"
1228
            },
1229
            "dist": {
1230
                "type": "zip",
1231
                "url": "https://api.github.com/repos/greenlion/PHP-SQL-Parser/zipball/c162c6458ee21cc0a7dfe73a3eec303e5c9a6945",
1232
                "reference": "c162c6458ee21cc0a7dfe73a3eec303e5c9a6945",
1233
                "shasum": ""
1234
            },
1235
            "require": {
1236
                "php": ">=5.3.2"
1237
            },
1238
            "require-dev": {
1239
                "phpunit/phpunit": ">=4.0.14",
1240
                "squizlabs/php_codesniffer": ">=1.5.1"
1241
            },
1242
            "type": "library",
1243
            "autoload": {
1244
                "files": [
1245
                    "src/PHPSQLParser/PHPSQLCreator.php",
1246
                    "src/PHPSQLParser/PHPSQLParser.php"
1247
                ]
1248
            },
1249
            "notification-url": "https://packagist.org/downloads/",
1250
            "license": [
1251
                "BSD-3-Clause"
1252
            ],
1253
            "authors": [
1254
                {
1255
                    "name": "André Rothe",
1256
                    "email": "[email protected]",
1257
                    "homepage": "https://www.phosco.info",
1258
                    "role": "Committer"
1259
                },
1260
                {
1261
                    "name": "Justin Swanhart",
1262
                    "email": "[email protected]",
1263
                    "homepage": "http://code.google.com/u/[email protected]/",
1264
                    "role": "Owner"
1265
                }
1266
            ],
1267
            "description": "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
1268
            "homepage": "http://code.google.com/p/php-sql-parser/",
1269
            "keywords": [
1270
                "creator",
1271
                "mysql",
1272
                "parser",
1273
                "sql"
1274
            ],
1275
            "time": "2014-04-16 10:03:29"
1276
        },
1277
        {
1278
            "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...
1279
            "version": "6.2.0",
1280
            "source": {
1281
                "type": "git",
1282
                "url": "https://github.com/guzzle/guzzle.git",
1283
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
1284
            },
1285
            "dist": {
1286
                "type": "zip",
1287
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
1288
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
1289
                "shasum": ""
1290
            },
1291
            "require": {
1292
                "guzzlehttp/promises": "~1.0",
1293
                "guzzlehttp/psr7": "~1.1",
1294
                "php": ">=5.5.0"
1295
            },
1296
            "require-dev": {
1297
                "ext-curl": "*",
1298
                "phpunit/phpunit": "~4.0",
1299
                "psr/log": "~1.0"
1300
            },
1301
            "type": "library",
1302
            "extra": {
1303
                "branch-alias": {
1304
                    "dev-master": "6.2-dev"
1305
                }
1306
            },
1307
            "autoload": {
1308
                "files": [
1309
                    "src/functions_include.php"
1310
                ],
1311
                "psr-4": {
1312
                    "GuzzleHttp\\": "src/"
1313
                }
1314
            },
1315
            "notification-url": "https://packagist.org/downloads/",
1316
            "license": [
1317
                "MIT"
1318
            ],
1319
            "authors": [
1320
                {
1321
                    "name": "Michael Dowling",
1322
                    "email": "[email protected]",
1323
                    "homepage": "https://github.com/mtdowling"
1324
                }
1325
            ],
1326
            "description": "Guzzle is a PHP HTTP client library",
1327
            "homepage": "http://guzzlephp.org/",
1328
            "keywords": [
1329
                "client",
1330
                "curl",
1331
                "framework",
1332
                "http",
1333
                "http client",
1334
                "rest",
1335
                "web service"
1336
            ],
1337
            "time": "2016-03-21 20:02:09"
1338
        },
1339
        {
1340
            "name": "guzzlehttp/promises",
1341
            "version": "1.1.0",
1342
            "source": {
1343
                "type": "git",
1344
                "url": "https://github.com/guzzle/promises.git",
1345
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
1346
            },
1347
            "dist": {
1348
                "type": "zip",
1349
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
1350
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
1351
                "shasum": ""
1352
            },
1353
            "require": {
1354
                "php": ">=5.5.0"
1355
            },
1356
            "require-dev": {
1357
                "phpunit/phpunit": "~4.0"
1358
            },
1359
            "type": "library",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "1.0-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "psr-4": {
1367
                    "GuzzleHttp\\Promise\\": "src/"
1368
                },
1369
                "files": [
1370
                    "src/functions_include.php"
1371
                ]
1372
            },
1373
            "notification-url": "https://packagist.org/downloads/",
1374
            "license": [
1375
                "MIT"
1376
            ],
1377
            "authors": [
1378
                {
1379
                    "name": "Michael Dowling",
1380
                    "email": "[email protected]",
1381
                    "homepage": "https://github.com/mtdowling"
1382
                }
1383
            ],
1384
            "description": "Guzzle promises library",
1385
            "keywords": [
1386
                "promise"
1387
            ],
1388
            "time": "2016-03-08 01:15:46"
1389
        },
1390
        {
1391
            "name": "guzzlehttp/psr7",
1392
            "version": "1.2.3",
1393
            "source": {
1394
                "type": "git",
1395
                "url": "https://github.com/guzzle/psr7.git",
1396
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
1397
            },
1398
            "dist": {
1399
                "type": "zip",
1400
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
1401
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
1402
                "shasum": ""
1403
            },
1404
            "require": {
1405
                "php": ">=5.4.0",
1406
                "psr/http-message": "~1.0"
1407
            },
1408
            "provide": {
1409
                "psr/http-message-implementation": "1.0"
1410
            },
1411
            "require-dev": {
1412
                "phpunit/phpunit": "~4.0"
1413
            },
1414
            "type": "library",
1415
            "extra": {
1416
                "branch-alias": {
1417
                    "dev-master": "1.0-dev"
1418
                }
1419
            },
1420
            "autoload": {
1421
                "psr-4": {
1422
                    "GuzzleHttp\\Psr7\\": "src/"
1423
                },
1424
                "files": [
1425
                    "src/functions_include.php"
1426
                ]
1427
            },
1428
            "notification-url": "https://packagist.org/downloads/",
1429
            "license": [
1430
                "MIT"
1431
            ],
1432
            "authors": [
1433
                {
1434
                    "name": "Michael Dowling",
1435
                    "email": "[email protected]",
1436
                    "homepage": "https://github.com/mtdowling"
1437
                }
1438
            ],
1439
            "description": "PSR-7 message implementation",
1440
            "keywords": [
1441
                "http",
1442
                "message",
1443
                "stream",
1444
                "uri"
1445
            ],
1446
            "time": "2016-02-18 21:54:00"
1447
        },
1448
        {
1449
            "name": "jakub-onderka/php-console-color",
1450
            "version": "0.1",
1451
            "source": {
1452
                "type": "git",
1453
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1454
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
1455
            },
1456
            "dist": {
1457
                "type": "zip",
1458
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
1459
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
1460
                "shasum": ""
1461
            },
1462
            "require": {
1463
                "php": ">=5.3.2"
1464
            },
1465
            "require-dev": {
1466
                "jakub-onderka/php-code-style": "1.0",
1467
                "jakub-onderka/php-parallel-lint": "0.*",
1468
                "jakub-onderka/php-var-dump-check": "0.*",
1469
                "phpunit/phpunit": "3.7.*",
1470
                "squizlabs/php_codesniffer": "1.*"
1471
            },
1472
            "type": "library",
1473
            "autoload": {
1474
                "psr-0": {
1475
                    "JakubOnderka\\PhpConsoleColor": "src/"
1476
                }
1477
            },
1478
            "notification-url": "https://packagist.org/downloads/",
1479
            "license": [
1480
                "BSD-2-Clause"
1481
            ],
1482
            "authors": [
1483
                {
1484
                    "name": "Jakub Onderka",
1485
                    "email": "[email protected]",
1486
                    "homepage": "http://www.acci.cz"
1487
                }
1488
            ],
1489
            "time": "2014-04-08 15:00:19"
1490
        },
1491
        {
1492
            "name": "jakub-onderka/php-console-highlighter",
1493
            "version": "v0.3.2",
1494
            "source": {
1495
                "type": "git",
1496
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1497
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
1498
            },
1499
            "dist": {
1500
                "type": "zip",
1501
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1502
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1503
                "shasum": ""
1504
            },
1505
            "require": {
1506
                "jakub-onderka/php-console-color": "~0.1",
1507
                "php": ">=5.3.0"
1508
            },
1509
            "require-dev": {
1510
                "jakub-onderka/php-code-style": "~1.0",
1511
                "jakub-onderka/php-parallel-lint": "~0.5",
1512
                "jakub-onderka/php-var-dump-check": "~0.1",
1513
                "phpunit/phpunit": "~4.0",
1514
                "squizlabs/php_codesniffer": "~1.5"
1515
            },
1516
            "type": "library",
1517
            "autoload": {
1518
                "psr-0": {
1519
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
1520
                }
1521
            },
1522
            "notification-url": "https://packagist.org/downloads/",
1523
            "license": [
1524
                "MIT"
1525
            ],
1526
            "authors": [
1527
                {
1528
                    "name": "Jakub Onderka",
1529
                    "email": "[email protected]",
1530
                    "homepage": "http://www.acci.cz/"
1531
                }
1532
            ],
1533
            "time": "2015-04-20 18:58:01"
1534
        },
1535
        {
1536
            "name": "jeremeamia/SuperClosure",
1537
            "version": "2.2.0",
1538
            "source": {
1539
                "type": "git",
1540
                "url": "https://github.com/jeremeamia/super_closure.git",
1541
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
1542
            },
1543
            "dist": {
1544
                "type": "zip",
1545
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
1546
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
1547
                "shasum": ""
1548
            },
1549
            "require": {
1550
                "nikic/php-parser": "^1.2|^2.0",
1551
                "php": ">=5.4",
1552
                "symfony/polyfill-php56": "^1.0"
1553
            },
1554
            "require-dev": {
1555
                "phpunit/phpunit": "^4.0|^5.0"
1556
            },
1557
            "type": "library",
1558
            "extra": {
1559
                "branch-alias": {
1560
                    "dev-master": "2.2-dev"
1561
                }
1562
            },
1563
            "autoload": {
1564
                "psr-4": {
1565
                    "SuperClosure\\": "src/"
1566
                }
1567
            },
1568
            "notification-url": "https://packagist.org/downloads/",
1569
            "license": [
1570
                "MIT"
1571
            ],
1572
            "authors": [
1573
                {
1574
                    "name": "Jeremy Lindblom",
1575
                    "email": "[email protected]",
1576
                    "homepage": "https://github.com/jeremeamia",
1577
                    "role": "Developer"
1578
                }
1579
            ],
1580
            "description": "Serialize Closure objects, including their context and binding",
1581
            "homepage": "https://github.com/jeremeamia/super_closure",
1582
            "keywords": [
1583
                "closure",
1584
                "function",
1585
                "lambda",
1586
                "parser",
1587
                "serializable",
1588
                "serialize",
1589
                "tokenizer"
1590
            ],
1591
            "time": "2015-12-05 17:17:57"
1592
        },
1593
        {
1594
            "name": "laravel/framework",
1595
            "version": "v5.1.34",
1596
            "source": {
1597
                "type": "git",
1598
                "url": "https://github.com/laravel/framework.git",
1599
                "reference": "0e73cba565b0ef5b158da62f641dc6770b806102"
1600
            },
1601
            "dist": {
1602
                "type": "zip",
1603
                "url": "https://api.github.com/repos/laravel/framework/zipball/0e73cba565b0ef5b158da62f641dc6770b806102",
1604
                "reference": "0e73cba565b0ef5b158da62f641dc6770b806102",
1605
                "shasum": ""
1606
            },
1607
            "require": {
1608
                "classpreloader/classpreloader": "~2.0|~3.0",
1609
                "danielstjules/stringy": "~1.8",
1610
                "doctrine/inflector": "~1.0",
1611
                "ext-mbstring": "*",
1612
                "ext-openssl": "*",
1613
                "jeremeamia/superclosure": "~2.0",
1614
                "league/flysystem": "~1.0",
1615
                "monolog/monolog": "~1.11",
1616
                "mtdowling/cron-expression": "~1.0",
1617
                "nesbot/carbon": "~1.19",
1618
                "paragonie/random_compat": "~1.4",
1619
                "php": ">=5.5.9",
1620
                "psy/psysh": "0.7.*",
1621
                "swiftmailer/swiftmailer": "~5.1",
1622
                "symfony/console": "2.7.*",
1623
                "symfony/css-selector": "2.7.*",
1624
                "symfony/debug": "2.7.*",
1625
                "symfony/dom-crawler": "2.7.*",
1626
                "symfony/finder": "2.7.*",
1627
                "symfony/http-foundation": "2.7.*",
1628
                "symfony/http-kernel": "2.7.*",
1629
                "symfony/process": "2.7.*",
1630
                "symfony/routing": "2.7.*",
1631
                "symfony/translation": "2.7.*",
1632
                "symfony/var-dumper": "2.7.*",
1633
                "vlucas/phpdotenv": "~1.0"
1634
            },
1635
            "replace": {
1636
                "illuminate/auth": "self.version",
1637
                "illuminate/broadcasting": "self.version",
1638
                "illuminate/bus": "self.version",
1639
                "illuminate/cache": "self.version",
1640
                "illuminate/config": "self.version",
1641
                "illuminate/console": "self.version",
1642
                "illuminate/container": "self.version",
1643
                "illuminate/contracts": "self.version",
1644
                "illuminate/cookie": "self.version",
1645
                "illuminate/database": "self.version",
1646
                "illuminate/encryption": "self.version",
1647
                "illuminate/events": "self.version",
1648
                "illuminate/exception": "self.version",
1649
                "illuminate/filesystem": "self.version",
1650
                "illuminate/hashing": "self.version",
1651
                "illuminate/http": "self.version",
1652
                "illuminate/log": "self.version",
1653
                "illuminate/mail": "self.version",
1654
                "illuminate/pagination": "self.version",
1655
                "illuminate/pipeline": "self.version",
1656
                "illuminate/queue": "self.version",
1657
                "illuminate/redis": "self.version",
1658
                "illuminate/routing": "self.version",
1659
                "illuminate/session": "self.version",
1660
                "illuminate/support": "self.version",
1661
                "illuminate/translation": "self.version",
1662
                "illuminate/validation": "self.version",
1663
                "illuminate/view": "self.version"
1664
            },
1665
            "require-dev": {
1666
                "aws/aws-sdk-php": "~3.0",
1667
                "iron-io/iron_mq": "~2.0",
1668
                "mockery/mockery": "~0.9.2",
1669
                "pda/pheanstalk": "~3.0",
1670
                "phpunit/phpunit": "~4.0",
1671
                "predis/predis": "~1.0"
1672
            },
1673
            "suggest": {
1674
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
1675
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
1676
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1677
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
1678
                "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).",
1679
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1680
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1681
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1682
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
1683
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
1684
            },
1685
            "type": "library",
1686
            "extra": {
1687
                "branch-alias": {
1688
                    "dev-master": "5.1-dev"
1689
                }
1690
            },
1691
            "autoload": {
1692
                "classmap": [
1693
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
1694
                ],
1695
                "files": [
1696
                    "src/Illuminate/Foundation/helpers.php",
1697
                    "src/Illuminate/Support/helpers.php"
1698
                ],
1699
                "psr-4": {
1700
                    "Illuminate\\": "src/Illuminate/"
1701
                }
1702
            },
1703
            "notification-url": "https://packagist.org/downloads/",
1704
            "license": [
1705
                "MIT"
1706
            ],
1707
            "authors": [
1708
                {
1709
                    "name": "Taylor Otwell",
1710
                    "email": "[email protected]"
1711
                }
1712
            ],
1713
            "description": "The Laravel Framework.",
1714
            "homepage": "http://laravel.com",
1715
            "keywords": [
1716
                "framework",
1717
                "laravel"
1718
            ],
1719
            "time": "2016-04-07 14:12:37"
1720
        },
1721
        {
1722
            "name": "league/flysystem",
1723
            "version": "1.0.20",
1724
            "source": {
1725
                "type": "git",
1726
                "url": "https://github.com/thephpleague/flysystem.git",
1727
                "reference": "e87a786e3ae12a25cf78a71bb07b4b384bfaa83a"
1728
            },
1729
            "dist": {
1730
                "type": "zip",
1731
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e87a786e3ae12a25cf78a71bb07b4b384bfaa83a",
1732
                "reference": "e87a786e3ae12a25cf78a71bb07b4b384bfaa83a",
1733
                "shasum": ""
1734
            },
1735
            "require": {
1736
                "php": ">=5.4.0"
1737
            },
1738
            "conflict": {
1739
                "league/flysystem-sftp": "<1.0.6"
1740
            },
1741
            "require-dev": {
1742
                "ext-fileinfo": "*",
1743
                "mockery/mockery": "~0.9",
1744
                "phpspec/phpspec": "^2.2",
1745
                "phpunit/phpunit": "~4.8 || ~5.0"
1746
            },
1747
            "suggest": {
1748
                "ext-fileinfo": "Required for MimeType",
1749
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1750
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1751
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1752
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1753
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1754
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1755
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1756
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1757
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1758
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1759
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1760
            },
1761
            "type": "library",
1762
            "extra": {
1763
                "branch-alias": {
1764
                    "dev-master": "1.1-dev"
1765
                }
1766
            },
1767
            "autoload": {
1768
                "psr-4": {
1769
                    "League\\Flysystem\\": "src/"
1770
                }
1771
            },
1772
            "notification-url": "https://packagist.org/downloads/",
1773
            "license": [
1774
                "MIT"
1775
            ],
1776
            "authors": [
1777
                {
1778
                    "name": "Frank de Jonge",
1779
                    "email": "[email protected]"
1780
                }
1781
            ],
1782
            "description": "Filesystem abstraction: Many filesystems, one API.",
1783
            "keywords": [
1784
                "Cloud Files",
1785
                "WebDAV",
1786
                "abstraction",
1787
                "aws",
1788
                "cloud",
1789
                "copy.com",
1790
                "dropbox",
1791
                "file systems",
1792
                "files",
1793
                "filesystem",
1794
                "filesystems",
1795
                "ftp",
1796
                "rackspace",
1797
                "remote",
1798
                "s3",
1799
                "sftp",
1800
                "storage"
1801
            ],
1802
            "time": "2016-03-14 21:54:11"
1803
        },
1804
        {
1805
            "name": "monolog/monolog",
1806
            "version": "1.18.2",
1807
            "source": {
1808
                "type": "git",
1809
                "url": "https://github.com/Seldaek/monolog.git",
1810
                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
1811
            },
1812
            "dist": {
1813
                "type": "zip",
1814
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09",
1815
                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09",
1816
                "shasum": ""
1817
            },
1818
            "require": {
1819
                "php": ">=5.3.0",
1820
                "psr/log": "~1.0"
1821
            },
1822
            "provide": {
1823
                "psr/log-implementation": "1.0.0"
1824
            },
1825
            "require-dev": {
1826
                "aws/aws-sdk-php": "^2.4.9",
1827
                "doctrine/couchdb": "~1.0@dev",
1828
                "graylog2/gelf-php": "~1.0",
1829
                "jakub-onderka/php-parallel-lint": "0.9",
1830
                "php-amqplib/php-amqplib": "~2.4",
1831
                "php-console/php-console": "^3.1.3",
1832
                "phpunit/phpunit": "~4.5",
1833
                "phpunit/phpunit-mock-objects": "2.3.0",
1834
                "raven/raven": "^0.13",
1835
                "ruflin/elastica": ">=0.90 <3.0",
1836
                "swiftmailer/swiftmailer": "~5.3"
1837
            },
1838
            "suggest": {
1839
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1840
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1841
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1842
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1843
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1844
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1845
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1846
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1847
                "raven/raven": "Allow sending log messages to a Sentry server",
1848
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1849
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1850
            },
1851
            "type": "library",
1852
            "extra": {
1853
                "branch-alias": {
1854
                    "dev-master": "2.0.x-dev"
1855
                }
1856
            },
1857
            "autoload": {
1858
                "psr-4": {
1859
                    "Monolog\\": "src/Monolog"
1860
                }
1861
            },
1862
            "notification-url": "https://packagist.org/downloads/",
1863
            "license": [
1864
                "MIT"
1865
            ],
1866
            "authors": [
1867
                {
1868
                    "name": "Jordi Boggiano",
1869
                    "email": "[email protected]",
1870
                    "homepage": "http://seld.be"
1871
                }
1872
            ],
1873
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1874
            "homepage": "http://github.com/Seldaek/monolog",
1875
            "keywords": [
1876
                "log",
1877
                "logging",
1878
                "psr-3"
1879
            ],
1880
            "time": "2016-04-02 13:12:58"
1881
        },
1882
        {
1883
            "name": "mtdowling/cron-expression",
1884
            "version": "v1.1.0",
1885
            "source": {
1886
                "type": "git",
1887
                "url": "https://github.com/mtdowling/cron-expression.git",
1888
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
1889
            },
1890
            "dist": {
1891
                "type": "zip",
1892
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1893
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1894
                "shasum": ""
1895
            },
1896
            "require": {
1897
                "php": ">=5.3.2"
1898
            },
1899
            "require-dev": {
1900
                "phpunit/phpunit": "~4.0|~5.0"
1901
            },
1902
            "type": "library",
1903
            "autoload": {
1904
                "psr-0": {
1905
                    "Cron": "src/"
1906
                }
1907
            },
1908
            "notification-url": "https://packagist.org/downloads/",
1909
            "license": [
1910
                "MIT"
1911
            ],
1912
            "authors": [
1913
                {
1914
                    "name": "Michael Dowling",
1915
                    "email": "[email protected]",
1916
                    "homepage": "https://github.com/mtdowling"
1917
                }
1918
            ],
1919
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1920
            "keywords": [
1921
                "cron",
1922
                "schedule"
1923
            ],
1924
            "time": "2016-01-26 21:23:30"
1925
        },
1926
        {
1927
            "name": "nesbot/carbon",
1928
            "version": "1.21.0",
1929
            "source": {
1930
                "type": "git",
1931
                "url": "https://github.com/briannesbitt/Carbon.git",
1932
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1933
            },
1934
            "dist": {
1935
                "type": "zip",
1936
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1937
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1938
                "shasum": ""
1939
            },
1940
            "require": {
1941
                "php": ">=5.3.0",
1942
                "symfony/translation": "~2.6|~3.0"
1943
            },
1944
            "require-dev": {
1945
                "phpunit/phpunit": "~4.0|~5.0"
1946
            },
1947
            "type": "library",
1948
            "autoload": {
1949
                "psr-4": {
1950
                    "Carbon\\": "src/Carbon/"
1951
                }
1952
            },
1953
            "notification-url": "https://packagist.org/downloads/",
1954
            "license": [
1955
                "MIT"
1956
            ],
1957
            "authors": [
1958
                {
1959
                    "name": "Brian Nesbitt",
1960
                    "email": "[email protected]",
1961
                    "homepage": "http://nesbot.com"
1962
                }
1963
            ],
1964
            "description": "A simple API extension for DateTime.",
1965
            "homepage": "http://carbon.nesbot.com",
1966
            "keywords": [
1967
                "date",
1968
                "datetime",
1969
                "time"
1970
            ],
1971
            "time": "2015-11-04 20:07:17"
1972
        },
1973
        {
1974
            "name": "nikic/php-parser",
1975
            "version": "v2.0.1",
1976
            "source": {
1977
                "type": "git",
1978
                "url": "https://github.com/nikic/PHP-Parser.git",
1979
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206"
1980
            },
1981
            "dist": {
1982
                "type": "zip",
1983
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ce5be709d59b32dd8a88c80259028759991a4206",
1984
                "reference": "ce5be709d59b32dd8a88c80259028759991a4206",
1985
                "shasum": ""
1986
            },
1987
            "require": {
1988
                "ext-tokenizer": "*",
1989
                "php": ">=5.4"
1990
            },
1991
            "require-dev": {
1992
                "phpunit/phpunit": "~4.0"
1993
            },
1994
            "bin": [
1995
                "bin/php-parse"
1996
            ],
1997
            "type": "library",
1998
            "extra": {
1999
                "branch-alias": {
2000
                    "dev-master": "2.0-dev"
2001
                }
2002
            },
2003
            "autoload": {
2004
                "psr-4": {
2005
                    "PhpParser\\": "lib/PhpParser"
2006
                }
2007
            },
2008
            "notification-url": "https://packagist.org/downloads/",
2009
            "license": [
2010
                "BSD-3-Clause"
2011
            ],
2012
            "authors": [
2013
                {
2014
                    "name": "Nikita Popov"
2015
                }
2016
            ],
2017
            "description": "A PHP parser written in PHP",
2018
            "keywords": [
2019
                "parser",
2020
                "php"
2021
            ],
2022
            "time": "2016-02-28 19:48:28"
2023
        },
2024
        {
2025
            "name": "paragonie/random_compat",
2026
            "version": "v1.4.1",
2027
            "source": {
2028
                "type": "git",
2029
                "url": "https://github.com/paragonie/random_compat.git",
2030
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2031
            },
2032
            "dist": {
2033
                "type": "zip",
2034
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2035
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2036
                "shasum": ""
2037
            },
2038
            "require": {
2039
                "php": ">=5.2.0"
2040
            },
2041
            "require-dev": {
2042
                "phpunit/phpunit": "4.*|5.*"
2043
            },
2044
            "suggest": {
2045
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2046
            },
2047
            "type": "library",
2048
            "autoload": {
2049
                "files": [
2050
                    "lib/random.php"
2051
                ]
2052
            },
2053
            "notification-url": "https://packagist.org/downloads/",
2054
            "license": [
2055
                "MIT"
2056
            ],
2057
            "authors": [
2058
                {
2059
                    "name": "Paragon Initiative Enterprises",
2060
                    "email": "[email protected]",
2061
                    "homepage": "https://paragonie.com"
2062
                }
2063
            ],
2064
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2065
            "keywords": [
2066
                "csprng",
2067
                "pseudorandom",
2068
                "random"
2069
            ],
2070
            "time": "2016-03-18 20:34:03"
2071
        },
2072
        {
2073
            "name": "php-ds/php-ds",
2074
            "version": "dev-master",
2075
            "source": {
2076
                "type": "git",
2077
                "url": "https://github.com/php-ds/polyfill.git",
2078
                "reference": "0e7c111f8e08e2a875c1cf955b98c0a3d7721f17"
2079
            },
2080
            "dist": {
2081
                "type": "zip",
2082
                "url": "https://api.github.com/repos/php-ds/polyfill/zipball/0e7c111f8e08e2a875c1cf955b98c0a3d7721f17",
2083
                "reference": "0e7c111f8e08e2a875c1cf955b98c0a3d7721f17",
2084
                "shasum": ""
2085
            },
2086
            "require": {
2087
                "php": ">=7"
2088
            },
2089
            "require-dev": {
2090
                "php-ds/tests": "dev-master"
2091
            },
2092
            "type": "library",
2093
            "autoload": {
2094
                "psr-4": {
2095
                    "": "src/"
2096
                }
2097
            },
2098
            "notification-url": "https://packagist.org/downloads/",
2099
            "license": [
2100
                "MIT"
2101
            ],
2102
            "authors": [
2103
                {
2104
                    "name": "Rudi Theunissen",
2105
                    "email": "[email protected]"
2106
                }
2107
            ],
2108
            "time": "2016-03-05 03:40:01"
2109
        },
2110
        {
2111
            "name": "phpdocumentor/reflection-docblock",
2112
            "version": "2.0.4",
2113
            "source": {
2114
                "type": "git",
2115
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2116
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2117
            },
2118
            "dist": {
2119
                "type": "zip",
2120
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2121
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2122
                "shasum": ""
2123
            },
2124
            "require": {
2125
                "php": ">=5.3.3"
2126
            },
2127
            "require-dev": {
2128
                "phpunit/phpunit": "~4.0"
2129
            },
2130
            "suggest": {
2131
                "dflydev/markdown": "~1.0",
2132
                "erusev/parsedown": "~1.0"
2133
            },
2134
            "type": "library",
2135
            "extra": {
2136
                "branch-alias": {
2137
                    "dev-master": "2.0.x-dev"
2138
                }
2139
            },
2140
            "autoload": {
2141
                "psr-0": {
2142
                    "phpDocumentor": [
2143
                        "src/"
2144
                    ]
2145
                }
2146
            },
2147
            "notification-url": "https://packagist.org/downloads/",
2148
            "license": [
2149
                "MIT"
2150
            ],
2151
            "authors": [
2152
                {
2153
                    "name": "Mike van Riel",
2154
                    "email": "[email protected]"
2155
                }
2156
            ],
2157
            "time": "2015-02-03 12:10:50"
2158
        },
2159
        {
2160
            "name": "predis/predis",
2161
            "version": "v1.0.3",
2162
            "source": {
2163
                "type": "git",
2164
                "url": "https://github.com/nrk/predis.git",
2165
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
2166
            },
2167
            "dist": {
2168
                "type": "zip",
2169
                "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
2170
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
2171
                "shasum": ""
2172
            },
2173
            "require": {
2174
                "php": ">=5.3.2"
2175
            },
2176
            "require-dev": {
2177
                "phpunit/phpunit": "~4.0"
2178
            },
2179
            "suggest": {
2180
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2181
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2182
            },
2183
            "type": "library",
2184
            "autoload": {
2185
                "psr-4": {
2186
                    "Predis\\": "src/"
2187
                }
2188
            },
2189
            "notification-url": "https://packagist.org/downloads/",
2190
            "license": [
2191
                "MIT"
2192
            ],
2193
            "authors": [
2194
                {
2195
                    "name": "Daniele Alessandri",
2196
                    "email": "[email protected]",
2197
                    "homepage": "http://clorophilla.net"
2198
                }
2199
            ],
2200
            "description": "Flexible and feature-complete PHP client library for Redis",
2201
            "homepage": "http://github.com/nrk/predis",
2202
            "keywords": [
2203
                "nosql",
2204
                "predis",
2205
                "redis"
2206
            ],
2207
            "time": "2015-07-30 18:34:15"
2208
        },
2209
        {
2210
            "name": "psr/http-message",
2211
            "version": "1.0",
2212
            "source": {
2213
                "type": "git",
2214
                "url": "https://github.com/php-fig/http-message.git",
2215
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
2216
            },
2217
            "dist": {
2218
                "type": "zip",
2219
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2220
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2221
                "shasum": ""
2222
            },
2223
            "require": {
2224
                "php": ">=5.3.0"
2225
            },
2226
            "type": "library",
2227
            "extra": {
2228
                "branch-alias": {
2229
                    "dev-master": "1.0.x-dev"
2230
                }
2231
            },
2232
            "autoload": {
2233
                "psr-4": {
2234
                    "Psr\\Http\\Message\\": "src/"
2235
                }
2236
            },
2237
            "notification-url": "https://packagist.org/downloads/",
2238
            "license": [
2239
                "MIT"
2240
            ],
2241
            "authors": [
2242
                {
2243
                    "name": "PHP-FIG",
2244
                    "homepage": "http://www.php-fig.org/"
2245
                }
2246
            ],
2247
            "description": "Common interface for HTTP messages",
2248
            "keywords": [
2249
                "http",
2250
                "http-message",
2251
                "psr",
2252
                "psr-7",
2253
                "request",
2254
                "response"
2255
            ],
2256
            "time": "2015-05-04 20:22:00"
2257
        },
2258
        {
2259
            "name": "psr/log",
2260
            "version": "1.0.0",
2261
            "source": {
2262
                "type": "git",
2263
                "url": "https://github.com/php-fig/log.git",
2264
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2265
            },
2266
            "dist": {
2267
                "type": "zip",
2268
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2269
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2270
                "shasum": ""
2271
            },
2272
            "type": "library",
2273
            "autoload": {
2274
                "psr-0": {
2275
                    "Psr\\Log\\": ""
2276
                }
2277
            },
2278
            "notification-url": "https://packagist.org/downloads/",
2279
            "license": [
2280
                "MIT"
2281
            ],
2282
            "authors": [
2283
                {
2284
                    "name": "PHP-FIG",
2285
                    "homepage": "http://www.php-fig.org/"
2286
                }
2287
            ],
2288
            "description": "Common interface for logging libraries",
2289
            "keywords": [
2290
                "log",
2291
                "psr",
2292
                "psr-3"
2293
            ],
2294
            "time": "2012-12-21 11:40:51"
2295
        },
2296
        {
2297
            "name": "psy/psysh",
2298
            "version": "v0.7.2",
2299
            "source": {
2300
                "type": "git",
2301
                "url": "https://github.com/bobthecow/psysh.git",
2302
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
2303
            },
2304
            "dist": {
2305
                "type": "zip",
2306
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
2307
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
2308
                "shasum": ""
2309
            },
2310
            "require": {
2311
                "dnoegel/php-xdg-base-dir": "0.1",
2312
                "jakub-onderka/php-console-highlighter": "0.3.*",
2313
                "nikic/php-parser": "^1.2.1|~2.0",
2314
                "php": ">=5.3.9",
2315
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
2316
                "symfony/var-dumper": "~2.7|~3.0"
2317
            },
2318
            "require-dev": {
2319
                "fabpot/php-cs-fixer": "~1.5",
2320
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
2321
                "squizlabs/php_codesniffer": "~2.0",
2322
                "symfony/finder": "~2.1|~3.0"
2323
            },
2324
            "suggest": {
2325
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
2326
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
2327
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
2328
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
2329
            },
2330
            "bin": [
2331
                "bin/psysh"
2332
            ],
2333
            "type": "library",
2334
            "extra": {
2335
                "branch-alias": {
2336
                    "dev-develop": "0.8.x-dev"
2337
                }
2338
            },
2339
            "autoload": {
2340
                "files": [
2341
                    "src/Psy/functions.php"
2342
                ],
2343
                "psr-4": {
2344
                    "Psy\\": "src/Psy/"
2345
                }
2346
            },
2347
            "notification-url": "https://packagist.org/downloads/",
2348
            "license": [
2349
                "MIT"
2350
            ],
2351
            "authors": [
2352
                {
2353
                    "name": "Justin Hileman",
2354
                    "email": "[email protected]",
2355
                    "homepage": "http://justinhileman.com"
2356
                }
2357
            ],
2358
            "description": "An interactive shell for modern PHP.",
2359
            "homepage": "http://psysh.org",
2360
            "keywords": [
2361
                "REPL",
2362
                "console",
2363
                "interactive",
2364
                "shell"
2365
            ],
2366
            "time": "2016-03-09 05:03:14"
2367
        },
2368
        {
2369
            "name": "ramsey/uuid",
2370
            "version": "3.3.0",
2371
            "source": {
2372
                "type": "git",
2373
                "url": "https://github.com/ramsey/uuid.git",
2374
                "reference": "f44f53e5ceb7474a83b6e11e6623ff9d6f6da598"
2375
            },
2376
            "dist": {
2377
                "type": "zip",
2378
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/f44f53e5ceb7474a83b6e11e6623ff9d6f6da598",
2379
                "reference": "f44f53e5ceb7474a83b6e11e6623ff9d6f6da598",
2380
                "shasum": ""
2381
            },
2382
            "require": {
2383
                "paragonie/random_compat": "^1.0|^2.0",
2384
                "php": ">=5.4"
2385
            },
2386
            "replace": {
2387
                "rhumsaa/uuid": "self.version"
2388
            },
2389
            "require-dev": {
2390
                "apigen/apigen": "^4.1",
2391
                "ircmaxell/random-lib": "^1.1",
2392
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2393
                "mockery/mockery": "^0.9.4",
2394
                "moontoast/math": "^1.1",
2395
                "phpunit/phpunit": "^4.7|^5.0",
2396
                "satooshi/php-coveralls": "^0.6.1",
2397
                "squizlabs/php_codesniffer": "^2.3"
2398
            },
2399
            "suggest": {
2400
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2401
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2402
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2403
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2404
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2405
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2406
            },
2407
            "type": "library",
2408
            "extra": {
2409
                "branch-alias": {
2410
                    "dev-master": "3.x-dev"
2411
                }
2412
            },
2413
            "autoload": {
2414
                "psr-4": {
2415
                    "Ramsey\\Uuid\\": "src/"
2416
                }
2417
            },
2418
            "notification-url": "https://packagist.org/downloads/",
2419
            "license": [
2420
                "MIT"
2421
            ],
2422
            "authors": [
2423
                {
2424
                    "name": "Marijn Huizendveld",
2425
                    "email": "[email protected]"
2426
                },
2427
                {
2428
                    "name": "Thibaud Fabre",
2429
                    "email": "[email protected]"
2430
                },
2431
                {
2432
                    "name": "Ben Ramsey",
2433
                    "email": "[email protected]",
2434
                    "homepage": "https://benramsey.com"
2435
                }
2436
            ],
2437
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2438
            "homepage": "https://github.com/ramsey/uuid",
2439
            "keywords": [
2440
                "guid",
2441
                "identifier",
2442
                "uuid"
2443
            ],
2444
            "time": "2016-03-22 18:40:53"
2445
        },
2446
        {
2447
            "name": "react/cache",
2448
            "version": "v0.4.1",
2449
            "source": {
2450
                "type": "git",
2451
                "url": "https://github.com/reactphp/cache.git",
2452
                "reference": "558f614891341b1d817a8cdf9a358948ec49638f"
2453
            },
2454
            "dist": {
2455
                "type": "zip",
2456
                "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f",
2457
                "reference": "558f614891341b1d817a8cdf9a358948ec49638f",
2458
                "shasum": ""
2459
            },
2460
            "require": {
2461
                "php": ">=5.3.0",
2462
                "react/promise": "~2.0|~1.1"
2463
            },
2464
            "type": "library",
2465
            "autoload": {
2466
                "psr-4": {
2467
                    "React\\Cache\\": "src\\"
2468
                }
2469
            },
2470
            "notification-url": "https://packagist.org/downloads/",
2471
            "license": [
2472
                "MIT"
2473
            ],
2474
            "description": "Async caching.",
2475
            "keywords": [
2476
                "cache"
2477
            ],
2478
            "time": "2016-02-25 18:17:16"
2479
        },
2480
        {
2481
            "name": "react/child-process",
2482
            "version": "v0.4.0",
2483
            "source": {
2484
                "type": "git",
2485
                "url": "https://github.com/reactphp/child-process.git",
2486
                "reference": "8bf211533bcbb2034e00528a47400367570dc3d7"
2487
            },
2488
            "dist": {
2489
                "type": "zip",
2490
                "url": "https://api.github.com/repos/reactphp/child-process/zipball/8bf211533bcbb2034e00528a47400367570dc3d7",
2491
                "reference": "8bf211533bcbb2034e00528a47400367570dc3d7",
2492
                "shasum": ""
2493
            },
2494
            "require": {
2495
                "evenement/evenement": "~2.0",
2496
                "php": ">=5.4.0",
2497
                "react/event-loop": "0.4.*",
2498
                "react/stream": "0.4.*"
2499
            },
2500
            "type": "library",
2501
            "extra": {
2502
                "branch-alias": {
2503
                    "dev-master": "0.4-dev"
2504
                }
2505
            },
2506
            "autoload": {
2507
                "psr-4": {
2508
                    "React\\ChildProcess\\": ""
2509
                }
2510
            },
2511
            "notification-url": "https://packagist.org/downloads/",
2512
            "license": [
2513
                "MIT"
2514
            ],
2515
            "description": "Library for executing child processes.",
2516
            "keywords": [
2517
                "process"
2518
            ],
2519
            "time": "2014-02-02 01:11:26"
2520
        },
2521
        {
2522
            "name": "react/dns",
2523
            "version": "v0.4.2",
2524
            "source": {
2525
                "type": "git",
2526
                "url": "https://github.com/reactphp/dns.git",
2527
                "reference": "62f6201e487df8add209cc42f05ffca33ee1ba05"
2528
            },
2529
            "dist": {
2530
                "type": "zip",
2531
                "url": "https://api.github.com/repos/reactphp/dns/zipball/62f6201e487df8add209cc42f05ffca33ee1ba05",
2532
                "reference": "62f6201e487df8add209cc42f05ffca33ee1ba05",
2533
                "shasum": ""
2534
            },
2535
            "require": {
2536
                "php": ">=5.3.0",
2537
                "react/cache": "~0.4.0|~0.3.0",
2538
                "react/promise": "~2.0|~1.1",
2539
                "react/socket": "~0.4.0|~0.3.0"
2540
            },
2541
            "type": "library",
2542
            "extra": {
2543
                "branch-alias": {
2544
                    "dev-master": "0.4-dev"
2545
                }
2546
            },
2547
            "autoload": {
2548
                "psr-4": {
2549
                    "React\\Dns\\": "src"
2550
                }
2551
            },
2552
            "notification-url": "https://packagist.org/downloads/",
2553
            "license": [
2554
                "MIT"
2555
            ],
2556
            "description": "Async DNS resolver.",
2557
            "keywords": [
2558
                "dns",
2559
                "dns-resolver"
2560
            ],
2561
            "time": "2016-02-24 23:45:36"
2562
        },
2563
        {
2564
            "name": "react/event-loop",
2565
            "version": "v0.4.2",
2566
            "source": {
2567
                "type": "git",
2568
                "url": "https://github.com/reactphp/event-loop.git",
2569
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
2570
            },
2571
            "dist": {
2572
                "type": "zip",
2573
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
2574
                "reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
2575
                "shasum": ""
2576
            },
2577
            "require": {
2578
                "php": ">=5.4.0"
2579
            },
2580
            "suggest": {
2581
                "ext-event": "~1.0",
2582
                "ext-libev": "*",
2583
                "ext-libevent": ">=0.1.0"
2584
            },
2585
            "type": "library",
2586
            "extra": {
2587
                "branch-alias": {
2588
                    "dev-master": "0.5-dev"
2589
                }
2590
            },
2591
            "autoload": {
2592
                "psr-4": {
2593
                    "React\\EventLoop\\": "src"
2594
                }
2595
            },
2596
            "notification-url": "https://packagist.org/downloads/",
2597
            "license": [
2598
                "MIT"
2599
            ],
2600
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
2601
            "keywords": [
2602
                "asynchronous",
2603
                "event-loop"
2604
            ],
2605
            "time": "2016-03-08 02:09:32"
2606
        },
2607
        {
2608
            "name": "react/http",
2609
            "version": "v0.4.1",
2610
            "source": {
2611
                "type": "git",
2612
                "url": "https://github.com/reactphp/http.git",
2613
                "reference": "f575989d67b7db0a65f5dd7e431d8f47af6c2f7b"
2614
            },
2615
            "dist": {
2616
                "type": "zip",
2617
                "url": "https://api.github.com/repos/reactphp/http/zipball/f575989d67b7db0a65f5dd7e431d8f47af6c2f7b",
2618
                "reference": "f575989d67b7db0a65f5dd7e431d8f47af6c2f7b",
2619
                "shasum": ""
2620
            },
2621
            "require": {
2622
                "evenement/evenement": "^2.0",
2623
                "guzzlehttp/psr7": "^1.0",
2624
                "php": ">=5.4.0",
2625
                "react/socket": "^0.4",
2626
                "react/stream": "^0.4"
2627
            },
2628
            "type": "library",
2629
            "extra": {
2630
                "branch-alias": {
2631
                    "dev-master": "0.5-dev"
2632
                }
2633
            },
2634
            "autoload": {
2635
                "psr-4": {
2636
                    "React\\Http\\": "src"
2637
                }
2638
            },
2639
            "notification-url": "https://packagist.org/downloads/",
2640
            "license": [
2641
                "MIT"
2642
            ],
2643
            "description": "Library for building an evented http server.",
2644
            "keywords": [
2645
                "http"
2646
            ],
2647
            "time": "2015-05-21 20:12:09"
2648
        },
2649
        {
2650
            "name": "react/http-client",
2651
            "version": "v0.4.10",
2652
            "source": {
2653
                "type": "git",
2654
                "url": "https://github.com/reactphp/http-client.git",
2655
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575"
2656
            },
2657
            "dist": {
2658
                "type": "zip",
2659
                "url": "https://api.github.com/repos/reactphp/http-client/zipball/1a37937274cc7bf7ef194381c83f5a4ad5253575",
2660
                "reference": "1a37937274cc7bf7ef194381c83f5a4ad5253575",
2661
                "shasum": ""
2662
            },
2663
            "require": {
2664
                "evenement/evenement": "~2.0",
2665
                "guzzlehttp/psr7": "^1.0",
2666
                "php": ">=5.4.0",
2667
                "react/dns": "0.4.*",
2668
                "react/event-loop": "0.4.*",
2669
                "react/promise": "~2.2",
2670
                "react/socket-client": "^0.5 || ^0.4 || ^0.3",
2671
                "react/stream": "0.4.*"
2672
            },
2673
            "type": "library",
2674
            "extra": {
2675
                "branch-alias": {
2676
                    "dev-master": "0.5-dev"
2677
                }
2678
            },
2679
            "autoload": {
2680
                "psr-4": {
2681
                    "React\\HttpClient\\": "src"
2682
                }
2683
            },
2684
            "notification-url": "https://packagist.org/downloads/",
2685
            "license": [
2686
                "MIT"
2687
            ],
2688
            "description": "Asynchronous HTTP client library.",
2689
            "keywords": [
2690
                "http"
2691
            ],
2692
            "time": "2016-03-21 14:01:16"
2693
        },
2694
        {
2695
            "name": "react/promise",
2696
            "version": "v2.4.0",
2697
            "source": {
2698
                "type": "git",
2699
                "url": "https://github.com/reactphp/promise.git",
2700
                "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9"
2701
            },
2702
            "dist": {
2703
                "type": "zip",
2704
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f942da7b505d1a294284ab343d05df42d02ad6d9",
2705
                "reference": "f942da7b505d1a294284ab343d05df42d02ad6d9",
2706
                "shasum": ""
2707
            },
2708
            "require": {
2709
                "php": ">=5.4.0"
2710
            },
2711
            "type": "library",
2712
            "extra": {
2713
                "branch-alias": {
2714
                    "dev-master": "2.0-dev"
2715
                }
2716
            },
2717
            "autoload": {
2718
                "psr-4": {
2719
                    "React\\Promise\\": "src/"
2720
                },
2721
                "files": [
2722
                    "src/functions_include.php"
2723
                ]
2724
            },
2725
            "notification-url": "https://packagist.org/downloads/",
2726
            "license": [
2727
                "MIT"
2728
            ],
2729
            "authors": [
2730
                {
2731
                    "name": "Jan Sorgalla",
2732
                    "email": "[email protected]"
2733
                }
2734
            ],
2735
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2736
            "time": "2016-03-31 13:10:33"
2737
        },
2738
        {
2739
            "name": "react/react",
2740
            "version": "v0.4.2",
2741
            "source": {
2742
                "type": "git",
2743
                "url": "https://github.com/reactphp/react.git",
2744
                "reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765"
2745
            },
2746
            "dist": {
2747
                "type": "zip",
2748
                "url": "https://api.github.com/repos/reactphp/react/zipball/457b6b8a16a37c11278cac0870d6d2ff911c5765",
2749
                "reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765",
2750
                "shasum": ""
2751
            },
2752
            "require": {
2753
                "php": ">=5.4.0",
2754
                "react/cache": "0.4.*",
2755
                "react/child-process": "0.4.*",
2756
                "react/dns": "0.4.*",
2757
                "react/event-loop": "0.4.*",
2758
                "react/http": "0.4.*",
2759
                "react/http-client": "0.4.*",
2760
                "react/promise": "~2.1",
2761
                "react/socket": "0.4.*",
2762
                "react/socket-client": "0.4.*",
2763
                "react/stream": "0.4.*"
2764
            },
2765
            "require-dev": {
2766
                "phpunit/phpunit": "~4.0"
2767
            },
2768
            "suggest": {
2769
                "ext-event": "Allows for use of a more performant event-loop implementation.",
2770
                "ext-libev": "Allows for use of a more performant event-loop implementation.",
2771
                "ext-libevent": "Allows for use of a more performant event-loop implementation."
2772
            },
2773
            "type": "library",
2774
            "extra": {
2775
                "branch-alias": {
2776
                    "dev-master": "0.5-dev"
2777
                }
2778
            },
2779
            "notification-url": "https://packagist.org/downloads/",
2780
            "license": [
2781
                "MIT"
2782
            ],
2783
            "description": "Nuclear Reactor written in PHP.",
2784
            "keywords": [
2785
                "asynchronous",
2786
                "event-loop",
2787
                "reactor"
2788
            ],
2789
            "time": "2014-12-11 02:06:55"
2790
        },
2791
        {
2792
            "name": "react/socket",
2793
            "version": "v0.4.3",
2794
            "source": {
2795
                "type": "git",
2796
                "url": "https://github.com/reactphp/socket.git",
2797
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc"
2798
            },
2799
            "dist": {
2800
                "type": "zip",
2801
                "url": "https://api.github.com/repos/reactphp/socket/zipball/ce015ec5879b96f5d30905f035f223aa85013fcc",
2802
                "reference": "ce015ec5879b96f5d30905f035f223aa85013fcc",
2803
                "shasum": ""
2804
            },
2805
            "require": {
2806
                "evenement/evenement": "~2.0|~1.0",
2807
                "php": ">=5.3.0",
2808
                "react/event-loop": "0.4.*|0.3.*",
2809
                "react/stream": "0.4.*|0.3.*"
2810
            },
2811
            "type": "library",
2812
            "extra": {
2813
                "branch-alias": {
2814
                    "dev-master": "0.4-dev"
2815
                }
2816
            },
2817
            "autoload": {
2818
                "psr-4": {
2819
                    "React\\Socket\\": "src"
2820
                }
2821
            },
2822
            "notification-url": "https://packagist.org/downloads/",
2823
            "license": [
2824
                "MIT"
2825
            ],
2826
            "description": "Library for building an evented socket server.",
2827
            "keywords": [
2828
                "Socket"
2829
            ],
2830
            "time": "2016-03-01 20:10:35"
2831
        },
2832
        {
2833
            "name": "react/socket-client",
2834
            "version": "v0.4.5",
2835
            "source": {
2836
                "type": "git",
2837
                "url": "https://github.com/reactphp/socket-client.git",
2838
                "reference": "a25539f2cd30b4be56e35de9f96f6aa744246cc2"
2839
            },
2840
            "dist": {
2841
                "type": "zip",
2842
                "url": "https://api.github.com/repos/reactphp/socket-client/zipball/a25539f2cd30b4be56e35de9f96f6aa744246cc2",
2843
                "reference": "a25539f2cd30b4be56e35de9f96f6aa744246cc2",
2844
                "shasum": ""
2845
            },
2846
            "require": {
2847
                "php": ">=5.4.0",
2848
                "react/dns": "0.4.*",
2849
                "react/event-loop": "0.4.*",
2850
                "react/promise": "~2.0",
2851
                "react/stream": "0.4.*"
2852
            },
2853
            "type": "library",
2854
            "extra": {
2855
                "branch-alias": {
2856
                    "dev-master": "0.4-dev"
2857
                }
2858
            },
2859
            "autoload": {
2860
                "psr-4": {
2861
                    "React\\SocketClient\\": "src"
2862
                }
2863
            },
2864
            "notification-url": "https://packagist.org/downloads/",
2865
            "license": [
2866
                "MIT"
2867
            ],
2868
            "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
2869
            "keywords": [
2870
                "Socket"
2871
            ],
2872
            "time": "2016-03-27 18:31:39"
2873
        },
2874
        {
2875
            "name": "react/stream",
2876
            "version": "v0.4.3",
2877
            "source": {
2878
                "type": "git",
2879
                "url": "https://github.com/reactphp/stream.git",
2880
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
2881
            },
2882
            "dist": {
2883
                "type": "zip",
2884
                "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
2885
                "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
2886
                "shasum": ""
2887
            },
2888
            "require": {
2889
                "evenement/evenement": "^2.0|^1.0",
2890
                "php": ">=5.3.8"
2891
            },
2892
            "require-dev": {
2893
                "react/event-loop": "^0.4|^0.3",
2894
                "react/promise": "^2.0|^1.0"
2895
            },
2896
            "suggest": {
2897
                "react/event-loop": "^0.4",
2898
                "react/promise": "^2.0"
2899
            },
2900
            "type": "library",
2901
            "extra": {
2902
                "branch-alias": {
2903
                    "dev-master": "0.5-dev"
2904
                }
2905
            },
2906
            "autoload": {
2907
                "psr-4": {
2908
                    "React\\Stream\\": "src"
2909
                }
2910
            },
2911
            "notification-url": "https://packagist.org/downloads/",
2912
            "license": [
2913
                "MIT"
2914
            ],
2915
            "description": "Basic readable and writable stream interfaces that support piping.",
2916
            "keywords": [
2917
                "pipe",
2918
                "stream"
2919
            ],
2920
            "time": "2015-10-07 18:32:58"
2921
        },
2922
        {
2923
            "name": "serafim/evacuator",
2924
            "version": "1.0.0",
2925
            "source": {
2926
                "type": "git",
2927
                "url": "https://github.com/SerafimArts/Evacuator.git",
2928
                "reference": "bbb03e8872bd5a6a5b567bc20c3677a6fda35ab8"
2929
            },
2930
            "dist": {
2931
                "type": "zip",
2932
                "url": "https://api.github.com/repos/SerafimArts/Evacuator/zipball/bbb03e8872bd5a6a5b567bc20c3677a6fda35ab8",
2933
                "reference": "bbb03e8872bd5a6a5b567bc20c3677a6fda35ab8",
2934
                "shasum": ""
2935
            },
2936
            "require": {
2937
                "php": ">=7.0"
2938
            },
2939
            "type": "library",
2940
            "autoload": {
2941
                "files": [
2942
                    "src/helpers.php"
2943
                ],
2944
                "psr-4": {
2945
                    "Serafim\\Evacuator\\": "src/"
2946
                }
2947
            },
2948
            "notification-url": "https://packagist.org/downloads/",
2949
            "license": [
2950
                "WTFPL"
2951
            ],
2952
            "authors": [
2953
                {
2954
                    "name": "Nesmeyanov Kirill",
2955
                    "email": "[email protected]"
2956
                }
2957
            ],
2958
            "description": "Try-catch with multiple retries",
2959
            "homepage": "https://github.com/SerafimArts/Evacuator",
2960
            "time": "2016-04-06 13:11:41"
2961
        },
2962
        {
2963
            "name": "serafim/gitter-api",
2964
            "version": "2.0.1",
2965
            "source": {
2966
                "type": "git",
2967
                "url": "https://github.com/SerafimArts/gitter-api.git",
2968
                "reference": "8ad7f4d06c5f8196ada5798799cd8c1d5f55a974"
2969
            },
2970
            "dist": {
2971
                "type": "zip",
2972
                "url": "https://api.github.com/repos/SerafimArts/gitter-api/zipball/8ad7f4d06c5f8196ada5798799cd8c1d5f55a974",
2973
                "reference": "8ad7f4d06c5f8196ada5798799cd8c1d5f55a974",
2974
                "shasum": ""
2975
            },
2976
            "require": {
2977
                "amphp/artax": "2.0.*",
2978
                "illuminate/support": "5.*",
2979
                "nesbot/carbon": "1.*",
2980
                "php": ">=7.0"
2981
            },
2982
            "type": "library",
2983
            "autoload": {
2984
                "psr-4": {
2985
                    "Gitter\\": "src"
2986
                }
2987
            },
2988
            "notification-url": "https://packagist.org/downloads/",
2989
            "license": [
2990
                "MIT"
2991
            ],
2992
            "description": "Gitter async api",
2993
            "keywords": [
2994
                "api",
2995
                "ardent",
2996
                "async",
2997
                "client",
2998
                "gitter",
2999
                "react"
3000
            ],
3001
            "time": "2016-03-23 22:27:58"
3002
        },
3003
        {
3004
            "name": "swiftmailer/swiftmailer",
3005
            "version": "v5.4.1",
3006
            "source": {
3007
                "type": "git",
3008
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3009
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
3010
            },
3011
            "dist": {
3012
                "type": "zip",
3013
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3014
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
3015
                "shasum": ""
3016
            },
3017
            "require": {
3018
                "php": ">=5.3.3"
3019
            },
3020
            "require-dev": {
3021
                "mockery/mockery": "~0.9.1,<0.9.4"
3022
            },
3023
            "type": "library",
3024
            "extra": {
3025
                "branch-alias": {
3026
                    "dev-master": "5.4-dev"
3027
                }
3028
            },
3029
            "autoload": {
3030
                "files": [
3031
                    "lib/swift_required.php"
3032
                ]
3033
            },
3034
            "notification-url": "https://packagist.org/downloads/",
3035
            "license": [
3036
                "MIT"
3037
            ],
3038
            "authors": [
3039
                {
3040
                    "name": "Chris Corbyn"
3041
                },
3042
                {
3043
                    "name": "Fabien Potencier",
3044
                    "email": "[email protected]"
3045
                }
3046
            ],
3047
            "description": "Swiftmailer, free feature-rich PHP mailer",
3048
            "homepage": "http://swiftmailer.org",
3049
            "keywords": [
3050
                "email",
3051
                "mail",
3052
                "mailer"
3053
            ],
3054
            "time": "2015-06-06 14:19:39"
3055
        },
3056
        {
3057
            "name": "symfony/class-loader",
3058
            "version": "v3.0.4",
3059
            "source": {
3060
                "type": "git",
3061
                "url": "https://github.com/symfony/class-loader.git",
3062
                "reference": "cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877"
3063
            },
3064
            "dist": {
3065
                "type": "zip",
3066
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877",
3067
                "reference": "cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877",
3068
                "shasum": ""
3069
            },
3070
            "require": {
3071
                "php": ">=5.5.9"
3072
            },
3073
            "require-dev": {
3074
                "symfony/finder": "~2.8|~3.0",
3075
                "symfony/polyfill-apcu": "~1.1"
3076
            },
3077
            "suggest": {
3078
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
3079
            },
3080
            "type": "library",
3081
            "extra": {
3082
                "branch-alias": {
3083
                    "dev-master": "3.0-dev"
3084
                }
3085
            },
3086
            "autoload": {
3087
                "psr-4": {
3088
                    "Symfony\\Component\\ClassLoader\\": ""
3089
                },
3090
                "exclude-from-classmap": [
3091
                    "/Tests/"
3092
                ]
3093
            },
3094
            "notification-url": "https://packagist.org/downloads/",
3095
            "license": [
3096
                "MIT"
3097
            ],
3098
            "authors": [
3099
                {
3100
                    "name": "Fabien Potencier",
3101
                    "email": "[email protected]"
3102
                },
3103
                {
3104
                    "name": "Symfony Community",
3105
                    "homepage": "https://symfony.com/contributors"
3106
                }
3107
            ],
3108
            "description": "Symfony ClassLoader Component",
3109
            "homepage": "https://symfony.com",
3110
            "time": "2016-03-30 10:41:14"
3111
        },
3112
        {
3113
            "name": "symfony/console",
3114
            "version": "v2.7.11",
3115
            "source": {
3116
                "type": "git",
3117
                "url": "https://github.com/symfony/console.git",
3118
                "reference": "6100a40569b2be1b6aba1cc6a92fe6cb71024fc8"
3119
            },
3120
            "dist": {
3121
                "type": "zip",
3122
                "url": "https://api.github.com/repos/symfony/console/zipball/6100a40569b2be1b6aba1cc6a92fe6cb71024fc8",
3123
                "reference": "6100a40569b2be1b6aba1cc6a92fe6cb71024fc8",
3124
                "shasum": ""
3125
            },
3126
            "require": {
3127
                "php": ">=5.3.9"
3128
            },
3129
            "require-dev": {
3130
                "psr/log": "~1.0",
3131
                "symfony/event-dispatcher": "~2.1",
3132
                "symfony/process": "~2.1"
3133
            },
3134
            "suggest": {
3135
                "psr/log": "For using the console logger",
3136
                "symfony/event-dispatcher": "",
3137
                "symfony/process": ""
3138
            },
3139
            "type": "library",
3140
            "extra": {
3141
                "branch-alias": {
3142
                    "dev-master": "2.7-dev"
3143
                }
3144
            },
3145
            "autoload": {
3146
                "psr-4": {
3147
                    "Symfony\\Component\\Console\\": ""
3148
                },
3149
                "exclude-from-classmap": [
3150
                    "/Tests/"
3151
                ]
3152
            },
3153
            "notification-url": "https://packagist.org/downloads/",
3154
            "license": [
3155
                "MIT"
3156
            ],
3157
            "authors": [
3158
                {
3159
                    "name": "Fabien Potencier",
3160
                    "email": "[email protected]"
3161
                },
3162
                {
3163
                    "name": "Symfony Community",
3164
                    "homepage": "https://symfony.com/contributors"
3165
                }
3166
            ],
3167
            "description": "Symfony Console Component",
3168
            "homepage": "https://symfony.com",
3169
            "time": "2016-03-09 16:30:49"
3170
        },
3171
        {
3172
            "name": "symfony/css-selector",
3173
            "version": "v2.7.11",
3174
            "source": {
3175
                "type": "git",
3176
                "url": "https://github.com/symfony/css-selector.git",
3177
                "reference": "b6e5e9087ed7affbd4c38948da8f93513a87de43"
3178
            },
3179
            "dist": {
3180
                "type": "zip",
3181
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/b6e5e9087ed7affbd4c38948da8f93513a87de43",
3182
                "reference": "b6e5e9087ed7affbd4c38948da8f93513a87de43",
3183
                "shasum": ""
3184
            },
3185
            "require": {
3186
                "php": ">=5.3.9"
3187
            },
3188
            "type": "library",
3189
            "extra": {
3190
                "branch-alias": {
3191
                    "dev-master": "2.7-dev"
3192
                }
3193
            },
3194
            "autoload": {
3195
                "psr-4": {
3196
                    "Symfony\\Component\\CssSelector\\": ""
3197
                },
3198
                "exclude-from-classmap": [
3199
                    "/Tests/"
3200
                ]
3201
            },
3202
            "notification-url": "https://packagist.org/downloads/",
3203
            "license": [
3204
                "MIT"
3205
            ],
3206
            "authors": [
3207
                {
3208
                    "name": "Jean-François Simon",
3209
                    "email": "[email protected]"
3210
                },
3211
                {
3212
                    "name": "Fabien Potencier",
3213
                    "email": "[email protected]"
3214
                },
3215
                {
3216
                    "name": "Symfony Community",
3217
                    "homepage": "https://symfony.com/contributors"
3218
                }
3219
            ],
3220
            "description": "Symfony CssSelector Component",
3221
            "homepage": "https://symfony.com",
3222
            "time": "2016-03-04 07:52:28"
3223
        },
3224
        {
3225
            "name": "symfony/debug",
3226
            "version": "v2.7.11",
3227
            "source": {
3228
                "type": "git",
3229
                "url": "https://github.com/symfony/debug.git",
3230
                "reference": "ef78aaaa3e54d2e4b873cc4c7d591969f9bf0b5f"
3231
            },
3232
            "dist": {
3233
                "type": "zip",
3234
                "url": "https://api.github.com/repos/symfony/debug/zipball/ef78aaaa3e54d2e4b873cc4c7d591969f9bf0b5f",
3235
                "reference": "ef78aaaa3e54d2e4b873cc4c7d591969f9bf0b5f",
3236
                "shasum": ""
3237
            },
3238
            "require": {
3239
                "php": ">=5.3.9",
3240
                "psr/log": "~1.0"
3241
            },
3242
            "conflict": {
3243
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3244
            },
3245
            "require-dev": {
3246
                "symfony/class-loader": "~2.2",
3247
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
3248
            },
3249
            "type": "library",
3250
            "extra": {
3251
                "branch-alias": {
3252
                    "dev-master": "2.7-dev"
3253
                }
3254
            },
3255
            "autoload": {
3256
                "psr-4": {
3257
                    "Symfony\\Component\\Debug\\": ""
3258
                },
3259
                "exclude-from-classmap": [
3260
                    "/Tests/"
3261
                ]
3262
            },
3263
            "notification-url": "https://packagist.org/downloads/",
3264
            "license": [
3265
                "MIT"
3266
            ],
3267
            "authors": [
3268
                {
3269
                    "name": "Fabien Potencier",
3270
                    "email": "[email protected]"
3271
                },
3272
                {
3273
                    "name": "Symfony Community",
3274
                    "homepage": "https://symfony.com/contributors"
3275
                }
3276
            ],
3277
            "description": "Symfony Debug Component",
3278
            "homepage": "https://symfony.com",
3279
            "time": "2016-03-13 10:12:56"
3280
        },
3281
        {
3282
            "name": "symfony/dom-crawler",
3283
            "version": "v2.7.11",
3284
            "source": {
3285
                "type": "git",
3286
                "url": "https://github.com/symfony/dom-crawler.git",
3287
                "reference": "f7cbc7b68f5c55615f752b6dd80ba1403b2eab83"
3288
            },
3289
            "dist": {
3290
                "type": "zip",
3291
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f7cbc7b68f5c55615f752b6dd80ba1403b2eab83",
3292
                "reference": "f7cbc7b68f5c55615f752b6dd80ba1403b2eab83",
3293
                "shasum": ""
3294
            },
3295
            "require": {
3296
                "php": ">=5.3.9"
3297
            },
3298
            "require-dev": {
3299
                "symfony/css-selector": "~2.3"
3300
            },
3301
            "suggest": {
3302
                "symfony/css-selector": ""
3303
            },
3304
            "type": "library",
3305
            "extra": {
3306
                "branch-alias": {
3307
                    "dev-master": "2.7-dev"
3308
                }
3309
            },
3310
            "autoload": {
3311
                "psr-4": {
3312
                    "Symfony\\Component\\DomCrawler\\": ""
3313
                },
3314
                "exclude-from-classmap": [
3315
                    "/Tests/"
3316
                ]
3317
            },
3318
            "notification-url": "https://packagist.org/downloads/",
3319
            "license": [
3320
                "MIT"
3321
            ],
3322
            "authors": [
3323
                {
3324
                    "name": "Fabien Potencier",
3325
                    "email": "[email protected]"
3326
                },
3327
                {
3328
                    "name": "Symfony Community",
3329
                    "homepage": "https://symfony.com/contributors"
3330
                }
3331
            ],
3332
            "description": "Symfony DomCrawler Component",
3333
            "homepage": "https://symfony.com",
3334
            "time": "2016-03-22 08:55:46"
3335
        },
3336
        {
3337
            "name": "symfony/event-dispatcher",
3338
            "version": "v2.8.4",
3339
            "source": {
3340
                "type": "git",
3341
                "url": "https://github.com/symfony/event-dispatcher.git",
3342
                "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87"
3343
            },
3344
            "dist": {
3345
                "type": "zip",
3346
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/47d2d8cade9b1c3987573d2943bb9352536cdb87",
3347
                "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87",
3348
                "shasum": ""
3349
            },
3350
            "require": {
3351
                "php": ">=5.3.9"
3352
            },
3353
            "require-dev": {
3354
                "psr/log": "~1.0",
3355
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
3356
                "symfony/dependency-injection": "~2.6|~3.0.0",
3357
                "symfony/expression-language": "~2.6|~3.0.0",
3358
                "symfony/stopwatch": "~2.3|~3.0.0"
3359
            },
3360
            "suggest": {
3361
                "symfony/dependency-injection": "",
3362
                "symfony/http-kernel": ""
3363
            },
3364
            "type": "library",
3365
            "extra": {
3366
                "branch-alias": {
3367
                    "dev-master": "2.8-dev"
3368
                }
3369
            },
3370
            "autoload": {
3371
                "psr-4": {
3372
                    "Symfony\\Component\\EventDispatcher\\": ""
3373
                },
3374
                "exclude-from-classmap": [
3375
                    "/Tests/"
3376
                ]
3377
            },
3378
            "notification-url": "https://packagist.org/downloads/",
3379
            "license": [
3380
                "MIT"
3381
            ],
3382
            "authors": [
3383
                {
3384
                    "name": "Fabien Potencier",
3385
                    "email": "[email protected]"
3386
                },
3387
                {
3388
                    "name": "Symfony Community",
3389
                    "homepage": "https://symfony.com/contributors"
3390
                }
3391
            ],
3392
            "description": "Symfony EventDispatcher Component",
3393
            "homepage": "https://symfony.com",
3394
            "time": "2016-03-07 14:04:32"
3395
        },
3396
        {
3397
            "name": "symfony/finder",
3398
            "version": "v2.7.11",
3399
            "source": {
3400
                "type": "git",
3401
                "url": "https://github.com/symfony/finder.git",
3402
                "reference": "0bacc7c9fc1905cfce20212633013a5b300dce52"
3403
            },
3404
            "dist": {
3405
                "type": "zip",
3406
                "url": "https://api.github.com/repos/symfony/finder/zipball/0bacc7c9fc1905cfce20212633013a5b300dce52",
3407
                "reference": "0bacc7c9fc1905cfce20212633013a5b300dce52",
3408
                "shasum": ""
3409
            },
3410
            "require": {
3411
                "php": ">=5.3.9"
3412
            },
3413
            "type": "library",
3414
            "extra": {
3415
                "branch-alias": {
3416
                    "dev-master": "2.7-dev"
3417
                }
3418
            },
3419
            "autoload": {
3420
                "psr-4": {
3421
                    "Symfony\\Component\\Finder\\": ""
3422
                },
3423
                "exclude-from-classmap": [
3424
                    "/Tests/"
3425
                ]
3426
            },
3427
            "notification-url": "https://packagist.org/downloads/",
3428
            "license": [
3429
                "MIT"
3430
            ],
3431
            "authors": [
3432
                {
3433
                    "name": "Fabien Potencier",
3434
                    "email": "[email protected]"
3435
                },
3436
                {
3437
                    "name": "Symfony Community",
3438
                    "homepage": "https://symfony.com/contributors"
3439
                }
3440
            ],
3441
            "description": "Symfony Finder Component",
3442
            "homepage": "https://symfony.com",
3443
            "time": "2016-03-10 10:49:29"
3444
        },
3445
        {
3446
            "name": "symfony/http-foundation",
3447
            "version": "v2.7.11",
3448
            "source": {
3449
                "type": "git",
3450
                "url": "https://github.com/symfony/http-foundation.git",
3451
                "reference": "b69b6e103712870a3137e9132115d800b2713aac"
3452
            },
3453
            "dist": {
3454
                "type": "zip",
3455
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b69b6e103712870a3137e9132115d800b2713aac",
3456
                "reference": "b69b6e103712870a3137e9132115d800b2713aac",
3457
                "shasum": ""
3458
            },
3459
            "require": {
3460
                "php": ">=5.3.9",
3461
                "symfony/polyfill-mbstring": "~1.1"
3462
            },
3463
            "require-dev": {
3464
                "symfony/expression-language": "~2.4"
3465
            },
3466
            "type": "library",
3467
            "extra": {
3468
                "branch-alias": {
3469
                    "dev-master": "2.7-dev"
3470
                }
3471
            },
3472
            "autoload": {
3473
                "psr-4": {
3474
                    "Symfony\\Component\\HttpFoundation\\": ""
3475
                },
3476
                "classmap": [
3477
                    "Resources/stubs"
3478
                ],
3479
                "exclude-from-classmap": [
3480
                    "/Tests/"
3481
                ]
3482
            },
3483
            "notification-url": "https://packagist.org/downloads/",
3484
            "license": [
3485
                "MIT"
3486
            ],
3487
            "authors": [
3488
                {
3489
                    "name": "Fabien Potencier",
3490
                    "email": "[email protected]"
3491
                },
3492
                {
3493
                    "name": "Symfony Community",
3494
                    "homepage": "https://symfony.com/contributors"
3495
                }
3496
            ],
3497
            "description": "Symfony HttpFoundation Component",
3498
            "homepage": "https://symfony.com",
3499
            "time": "2016-03-25 17:55:03"
3500
        },
3501
        {
3502
            "name": "symfony/http-kernel",
3503
            "version": "v2.7.11",
3504
            "source": {
3505
                "type": "git",
3506
                "url": "https://github.com/symfony/http-kernel.git",
3507
                "reference": "22abe7c5d7f1856661b32306f32a615f6a364835"
3508
            },
3509
            "dist": {
3510
                "type": "zip",
3511
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/22abe7c5d7f1856661b32306f32a615f6a364835",
3512
                "reference": "22abe7c5d7f1856661b32306f32a615f6a364835",
3513
                "shasum": ""
3514
            },
3515
            "require": {
3516
                "php": ">=5.3.9",
3517
                "psr/log": "~1.0",
3518
                "symfony/debug": "~2.6,>=2.6.2",
3519
                "symfony/event-dispatcher": "~2.6,>=2.6.7",
3520
                "symfony/http-foundation": "~2.5,>=2.5.4"
3521
            },
3522
            "conflict": {
3523
                "symfony/config": "<2.7"
3524
            },
3525
            "require-dev": {
3526
                "symfony/browser-kit": "~2.3",
3527
                "symfony/class-loader": "~2.1",
3528
                "symfony/config": "~2.7",
3529
                "symfony/console": "~2.3",
3530
                "symfony/css-selector": "~2.0,>=2.0.5",
3531
                "symfony/dependency-injection": "~2.2",
3532
                "symfony/dom-crawler": "~2.0,>=2.0.5",
3533
                "symfony/expression-language": "~2.4",
3534
                "symfony/finder": "~2.0,>=2.0.5",
3535
                "symfony/process": "~2.0,>=2.0.5",
3536
                "symfony/routing": "~2.2",
3537
                "symfony/stopwatch": "~2.3",
3538
                "symfony/templating": "~2.2",
3539
                "symfony/translation": "~2.0,>=2.0.5",
3540
                "symfony/var-dumper": "~2.6"
3541
            },
3542
            "suggest": {
3543
                "symfony/browser-kit": "",
3544
                "symfony/class-loader": "",
3545
                "symfony/config": "",
3546
                "symfony/console": "",
3547
                "symfony/dependency-injection": "",
3548
                "symfony/finder": "",
3549
                "symfony/var-dumper": ""
3550
            },
3551
            "type": "library",
3552
            "extra": {
3553
                "branch-alias": {
3554
                    "dev-master": "2.7-dev"
3555
                }
3556
            },
3557
            "autoload": {
3558
                "psr-4": {
3559
                    "Symfony\\Component\\HttpKernel\\": ""
3560
                },
3561
                "exclude-from-classmap": [
3562
                    "/Tests/"
3563
                ]
3564
            },
3565
            "notification-url": "https://packagist.org/downloads/",
3566
            "license": [
3567
                "MIT"
3568
            ],
3569
            "authors": [
3570
                {
3571
                    "name": "Fabien Potencier",
3572
                    "email": "[email protected]"
3573
                },
3574
                {
3575
                    "name": "Symfony Community",
3576
                    "homepage": "https://symfony.com/contributors"
3577
                }
3578
            ],
3579
            "description": "Symfony HttpKernel Component",
3580
            "homepage": "https://symfony.com",
3581
            "time": "2016-03-25 18:14:10"
3582
        },
3583
        {
3584
            "name": "symfony/polyfill-mbstring",
3585
            "version": "v1.1.1",
3586
            "source": {
3587
                "type": "git",
3588
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3589
                "reference": "1289d16209491b584839022f29257ad859b8532d"
3590
            },
3591
            "dist": {
3592
                "type": "zip",
3593
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
3594
                "reference": "1289d16209491b584839022f29257ad859b8532d",
3595
                "shasum": ""
3596
            },
3597
            "require": {
3598
                "php": ">=5.3.3"
3599
            },
3600
            "suggest": {
3601
                "ext-mbstring": "For best performance"
3602
            },
3603
            "type": "library",
3604
            "extra": {
3605
                "branch-alias": {
3606
                    "dev-master": "1.1-dev"
3607
                }
3608
            },
3609
            "autoload": {
3610
                "psr-4": {
3611
                    "Symfony\\Polyfill\\Mbstring\\": ""
3612
                },
3613
                "files": [
3614
                    "bootstrap.php"
3615
                ]
3616
            },
3617
            "notification-url": "https://packagist.org/downloads/",
3618
            "license": [
3619
                "MIT"
3620
            ],
3621
            "authors": [
3622
                {
3623
                    "name": "Nicolas Grekas",
3624
                    "email": "[email protected]"
3625
                },
3626
                {
3627
                    "name": "Symfony Community",
3628
                    "homepage": "https://symfony.com/contributors"
3629
                }
3630
            ],
3631
            "description": "Symfony polyfill for the Mbstring extension",
3632
            "homepage": "https://symfony.com",
3633
            "keywords": [
3634
                "compatibility",
3635
                "mbstring",
3636
                "polyfill",
3637
                "portable",
3638
                "shim"
3639
            ],
3640
            "time": "2016-01-20 09:13:37"
3641
        },
3642
        {
3643
            "name": "symfony/polyfill-php56",
3644
            "version": "v1.1.1",
3645
            "source": {
3646
                "type": "git",
3647
                "url": "https://github.com/symfony/polyfill-php56.git",
3648
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
3649
            },
3650
            "dist": {
3651
                "type": "zip",
3652
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
3653
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
3654
                "shasum": ""
3655
            },
3656
            "require": {
3657
                "php": ">=5.3.3",
3658
                "symfony/polyfill-util": "~1.0"
3659
            },
3660
            "type": "library",
3661
            "extra": {
3662
                "branch-alias": {
3663
                    "dev-master": "1.1-dev"
3664
                }
3665
            },
3666
            "autoload": {
3667
                "psr-4": {
3668
                    "Symfony\\Polyfill\\Php56\\": ""
3669
                },
3670
                "files": [
3671
                    "bootstrap.php"
3672
                ]
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "MIT"
3677
            ],
3678
            "authors": [
3679
                {
3680
                    "name": "Nicolas Grekas",
3681
                    "email": "[email protected]"
3682
                },
3683
                {
3684
                    "name": "Symfony Community",
3685
                    "homepage": "https://symfony.com/contributors"
3686
                }
3687
            ],
3688
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3689
            "homepage": "https://symfony.com",
3690
            "keywords": [
3691
                "compatibility",
3692
                "polyfill",
3693
                "portable",
3694
                "shim"
3695
            ],
3696
            "time": "2016-01-20 09:13:37"
3697
        },
3698
        {
3699
            "name": "symfony/polyfill-util",
3700
            "version": "v1.1.1",
3701
            "source": {
3702
                "type": "git",
3703
                "url": "https://github.com/symfony/polyfill-util.git",
3704
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
3705
            },
3706
            "dist": {
3707
                "type": "zip",
3708
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
3709
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
3710
                "shasum": ""
3711
            },
3712
            "require": {
3713
                "php": ">=5.3.3"
3714
            },
3715
            "type": "library",
3716
            "extra": {
3717
                "branch-alias": {
3718
                    "dev-master": "1.1-dev"
3719
                }
3720
            },
3721
            "autoload": {
3722
                "psr-4": {
3723
                    "Symfony\\Polyfill\\Util\\": ""
3724
                }
3725
            },
3726
            "notification-url": "https://packagist.org/downloads/",
3727
            "license": [
3728
                "MIT"
3729
            ],
3730
            "authors": [
3731
                {
3732
                    "name": "Nicolas Grekas",
3733
                    "email": "[email protected]"
3734
                },
3735
                {
3736
                    "name": "Symfony Community",
3737
                    "homepage": "https://symfony.com/contributors"
3738
                }
3739
            ],
3740
            "description": "Symfony utilities for portability of PHP codes",
3741
            "homepage": "https://symfony.com",
3742
            "keywords": [
3743
                "compat",
3744
                "compatibility",
3745
                "polyfill",
3746
                "shim"
3747
            ],
3748
            "time": "2016-01-20 09:13:37"
3749
        },
3750
        {
3751
            "name": "symfony/process",
3752
            "version": "v2.7.11",
3753
            "source": {
3754
                "type": "git",
3755
                "url": "https://github.com/symfony/process.git",
3756
                "reference": "19beeea4abd3b1566a1e6cdb15f72d0bae2e1fff"
3757
            },
3758
            "dist": {
3759
                "type": "zip",
3760
                "url": "https://api.github.com/repos/symfony/process/zipball/19beeea4abd3b1566a1e6cdb15f72d0bae2e1fff",
3761
                "reference": "19beeea4abd3b1566a1e6cdb15f72d0bae2e1fff",
3762
                "shasum": ""
3763
            },
3764
            "require": {
3765
                "php": ">=5.3.9"
3766
            },
3767
            "type": "library",
3768
            "extra": {
3769
                "branch-alias": {
3770
                    "dev-master": "2.7-dev"
3771
                }
3772
            },
3773
            "autoload": {
3774
                "psr-4": {
3775
                    "Symfony\\Component\\Process\\": ""
3776
                },
3777
                "exclude-from-classmap": [
3778
                    "/Tests/"
3779
                ]
3780
            },
3781
            "notification-url": "https://packagist.org/downloads/",
3782
            "license": [
3783
                "MIT"
3784
            ],
3785
            "authors": [
3786
                {
3787
                    "name": "Fabien Potencier",
3788
                    "email": "[email protected]"
3789
                },
3790
                {
3791
                    "name": "Symfony Community",
3792
                    "homepage": "https://symfony.com/contributors"
3793
                }
3794
            ],
3795
            "description": "Symfony Process Component",
3796
            "homepage": "https://symfony.com",
3797
            "time": "2016-03-17 11:37:14"
3798
        },
3799
        {
3800
            "name": "symfony/routing",
3801
            "version": "v2.7.11",
3802
            "source": {
3803
                "type": "git",
3804
                "url": "https://github.com/symfony/routing.git",
3805
                "reference": "f3fad0ea232dcce8cd20388db5a4f492f9a24ed5"
3806
            },
3807
            "dist": {
3808
                "type": "zip",
3809
                "url": "https://api.github.com/repos/symfony/routing/zipball/f3fad0ea232dcce8cd20388db5a4f492f9a24ed5",
3810
                "reference": "f3fad0ea232dcce8cd20388db5a4f492f9a24ed5",
3811
                "shasum": ""
3812
            },
3813
            "require": {
3814
                "php": ">=5.3.9"
3815
            },
3816
            "conflict": {
3817
                "symfony/config": "<2.7"
3818
            },
3819
            "require-dev": {
3820
                "doctrine/annotations": "~1.0",
3821
                "doctrine/common": "~2.2",
3822
                "psr/log": "~1.0",
3823
                "symfony/config": "~2.7",
3824
                "symfony/expression-language": "~2.4",
3825
                "symfony/http-foundation": "~2.3",
3826
                "symfony/yaml": "~2.0,>=2.0.5"
3827
            },
3828
            "suggest": {
3829
                "doctrine/annotations": "For using the annotation loader",
3830
                "symfony/config": "For using the all-in-one router or any loader",
3831
                "symfony/expression-language": "For using expression matching",
3832
                "symfony/http-foundation": "For using a Symfony Request object",
3833
                "symfony/yaml": "For using the YAML loader"
3834
            },
3835
            "type": "library",
3836
            "extra": {
3837
                "branch-alias": {
3838
                    "dev-master": "2.7-dev"
3839
                }
3840
            },
3841
            "autoload": {
3842
                "psr-4": {
3843
                    "Symfony\\Component\\Routing\\": ""
3844
                },
3845
                "exclude-from-classmap": [
3846
                    "/Tests/"
3847
                ]
3848
            },
3849
            "notification-url": "https://packagist.org/downloads/",
3850
            "license": [
3851
                "MIT"
3852
            ],
3853
            "authors": [
3854
                {
3855
                    "name": "Fabien Potencier",
3856
                    "email": "[email protected]"
3857
                },
3858
                {
3859
                    "name": "Symfony Community",
3860
                    "homepage": "https://symfony.com/contributors"
3861
                }
3862
            ],
3863
            "description": "Symfony Routing Component",
3864
            "homepage": "https://symfony.com",
3865
            "keywords": [
3866
                "router",
3867
                "routing",
3868
                "uri",
3869
                "url"
3870
            ],
3871
            "time": "2016-03-18 18:55:39"
3872
        },
3873
        {
3874
            "name": "symfony/translation",
3875
            "version": "v2.7.11",
3876
            "source": {
3877
                "type": "git",
3878
                "url": "https://github.com/symfony/translation.git",
3879
                "reference": "e75d88c9af3c9c06341f4dad7ce776c9bddf94de"
3880
            },
3881
            "dist": {
3882
                "type": "zip",
3883
                "url": "https://api.github.com/repos/symfony/translation/zipball/e75d88c9af3c9c06341f4dad7ce776c9bddf94de",
3884
                "reference": "e75d88c9af3c9c06341f4dad7ce776c9bddf94de",
3885
                "shasum": ""
3886
            },
3887
            "require": {
3888
                "php": ">=5.3.9"
3889
            },
3890
            "conflict": {
3891
                "symfony/config": "<2.7"
3892
            },
3893
            "require-dev": {
3894
                "psr/log": "~1.0",
3895
                "symfony/config": "~2.7",
3896
                "symfony/intl": "~2.4",
3897
                "symfony/yaml": "~2.2"
3898
            },
3899
            "suggest": {
3900
                "psr/log": "To use logging capability in translator",
3901
                "symfony/config": "",
3902
                "symfony/yaml": ""
3903
            },
3904
            "type": "library",
3905
            "extra": {
3906
                "branch-alias": {
3907
                    "dev-master": "2.7-dev"
3908
                }
3909
            },
3910
            "autoload": {
3911
                "psr-4": {
3912
                    "Symfony\\Component\\Translation\\": ""
3913
                },
3914
                "exclude-from-classmap": [
3915
                    "/Tests/"
3916
                ]
3917
            },
3918
            "notification-url": "https://packagist.org/downloads/",
3919
            "license": [
3920
                "MIT"
3921
            ],
3922
            "authors": [
3923
                {
3924
                    "name": "Fabien Potencier",
3925
                    "email": "[email protected]"
3926
                },
3927
                {
3928
                    "name": "Symfony Community",
3929
                    "homepage": "https://symfony.com/contributors"
3930
                }
3931
            ],
3932
            "description": "Symfony Translation Component",
3933
            "homepage": "https://symfony.com",
3934
            "time": "2016-03-24 09:06:43"
3935
        },
3936
        {
3937
            "name": "symfony/var-dumper",
3938
            "version": "v2.7.11",
3939
            "source": {
3940
                "type": "git",
3941
                "url": "https://github.com/symfony/var-dumper.git",
3942
                "reference": "c88d135c41c10d178e9724c69cbf699c5112883d"
3943
            },
3944
            "dist": {
3945
                "type": "zip",
3946
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c88d135c41c10d178e9724c69cbf699c5112883d",
3947
                "reference": "c88d135c41c10d178e9724c69cbf699c5112883d",
3948
                "shasum": ""
3949
            },
3950
            "require": {
3951
                "php": ">=5.3.9"
3952
            },
3953
            "suggest": {
3954
                "ext-symfony_debug": ""
3955
            },
3956
            "type": "library",
3957
            "extra": {
3958
                "branch-alias": {
3959
                    "dev-master": "2.7-dev"
3960
                }
3961
            },
3962
            "autoload": {
3963
                "files": [
3964
                    "Resources/functions/dump.php"
3965
                ],
3966
                "psr-4": {
3967
                    "Symfony\\Component\\VarDumper\\": ""
3968
                },
3969
                "exclude-from-classmap": [
3970
                    "/Tests/"
3971
                ]
3972
            },
3973
            "notification-url": "https://packagist.org/downloads/",
3974
            "license": [
3975
                "MIT"
3976
            ],
3977
            "authors": [
3978
                {
3979
                    "name": "Nicolas Grekas",
3980
                    "email": "[email protected]"
3981
                },
3982
                {
3983
                    "name": "Symfony Community",
3984
                    "homepage": "https://symfony.com/contributors"
3985
                }
3986
            ],
3987
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3988
            "homepage": "https://symfony.com",
3989
            "keywords": [
3990
                "debug",
3991
                "dump"
3992
            ],
3993
            "time": "2016-03-07 11:06:07"
3994
        },
3995
        {
3996
            "name": "vlucas/phpdotenv",
3997
            "version": "v1.1.1",
3998
            "source": {
3999
                "type": "git",
4000
                "url": "https://github.com/vlucas/phpdotenv.git",
4001
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
4002
            },
4003
            "dist": {
4004
                "type": "zip",
4005
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
4006
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
4007
                "shasum": ""
4008
            },
4009
            "require": {
4010
                "php": ">=5.3.2"
4011
            },
4012
            "require-dev": {
4013
                "phpunit/phpunit": "~4.0"
4014
            },
4015
            "type": "library",
4016
            "autoload": {
4017
                "psr-0": {
4018
                    "Dotenv": "src/"
4019
                }
4020
            },
4021
            "notification-url": "https://packagist.org/downloads/",
4022
            "license": [
4023
                "BSD"
4024
            ],
4025
            "authors": [
4026
                {
4027
                    "name": "Vance Lucas",
4028
                    "email": "[email protected]",
4029
                    "homepage": "http://www.vancelucas.com"
4030
                }
4031
            ],
4032
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
4033
            "homepage": "http://github.com/vlucas/phpdotenv",
4034
            "keywords": [
4035
                "dotenv",
4036
                "env",
4037
                "environment"
4038
            ],
4039
            "time": "2015-05-30 15:59:26"
4040
        }
4041
    ],
4042
    "packages-dev": [
4043
        {
4044
            "name": "doctrine/instantiator",
4045
            "version": "1.0.5",
4046
            "source": {
4047
                "type": "git",
4048
                "url": "https://github.com/doctrine/instantiator.git",
4049
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
4050
            },
4051
            "dist": {
4052
                "type": "zip",
4053
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
4054
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
4055
                "shasum": ""
4056
            },
4057
            "require": {
4058
                "php": ">=5.3,<8.0-DEV"
4059
            },
4060
            "require-dev": {
4061
                "athletic/athletic": "~0.1.8",
4062
                "ext-pdo": "*",
4063
                "ext-phar": "*",
4064
                "phpunit/phpunit": "~4.0",
4065
                "squizlabs/php_codesniffer": "~2.0"
4066
            },
4067
            "type": "library",
4068
            "extra": {
4069
                "branch-alias": {
4070
                    "dev-master": "1.0.x-dev"
4071
                }
4072
            },
4073
            "autoload": {
4074
                "psr-4": {
4075
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4076
                }
4077
            },
4078
            "notification-url": "https://packagist.org/downloads/",
4079
            "license": [
4080
                "MIT"
4081
            ],
4082
            "authors": [
4083
                {
4084
                    "name": "Marco Pivetta",
4085
                    "email": "[email protected]",
4086
                    "homepage": "http://ocramius.github.com/"
4087
                }
4088
            ],
4089
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4090
            "homepage": "https://github.com/doctrine/instantiator",
4091
            "keywords": [
4092
                "constructor",
4093
                "instantiate"
4094
            ],
4095
            "time": "2015-06-14 21:17:01"
4096
        },
4097
        {
4098
            "name": "fzaninotto/faker",
4099
            "version": "v1.5.0",
4100
            "source": {
4101
                "type": "git",
4102
                "url": "https://github.com/fzaninotto/Faker.git",
4103
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
4104
            },
4105
            "dist": {
4106
                "type": "zip",
4107
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
4108
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
4109
                "shasum": ""
4110
            },
4111
            "require": {
4112
                "php": ">=5.3.3"
4113
            },
4114
            "require-dev": {
4115
                "phpunit/phpunit": "~4.0",
4116
                "squizlabs/php_codesniffer": "~1.5"
4117
            },
4118
            "suggest": {
4119
                "ext-intl": "*"
4120
            },
4121
            "type": "library",
4122
            "extra": {
4123
                "branch-alias": {
4124
                    "dev-master": "1.5.x-dev"
4125
                }
4126
            },
4127
            "autoload": {
4128
                "psr-4": {
4129
                    "Faker\\": "src/Faker/"
4130
                }
4131
            },
4132
            "notification-url": "https://packagist.org/downloads/",
4133
            "license": [
4134
                "MIT"
4135
            ],
4136
            "authors": [
4137
                {
4138
                    "name": "François Zaninotto"
4139
                }
4140
            ],
4141
            "description": "Faker is a PHP library that generates fake data for you.",
4142
            "keywords": [
4143
                "data",
4144
                "faker",
4145
                "fixtures"
4146
            ],
4147
            "time": "2015-05-29 06:29:14"
4148
        },
4149
        {
4150
            "name": "hamcrest/hamcrest-php",
4151
            "version": "v1.2.2",
4152
            "source": {
4153
                "type": "git",
4154
                "url": "https://github.com/hamcrest/hamcrest-php.git",
4155
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
4156
            },
4157
            "dist": {
4158
                "type": "zip",
4159
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
4160
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
4161
                "shasum": ""
4162
            },
4163
            "require": {
4164
                "php": ">=5.3.2"
4165
            },
4166
            "replace": {
4167
                "cordoval/hamcrest-php": "*",
4168
                "davedevelopment/hamcrest-php": "*",
4169
                "kodova/hamcrest-php": "*"
4170
            },
4171
            "require-dev": {
4172
                "phpunit/php-file-iterator": "1.3.3",
4173
                "satooshi/php-coveralls": "dev-master"
4174
            },
4175
            "type": "library",
4176
            "autoload": {
4177
                "classmap": [
4178
                    "hamcrest"
4179
                ],
4180
                "files": [
4181
                    "hamcrest/Hamcrest.php"
4182
                ]
4183
            },
4184
            "notification-url": "https://packagist.org/downloads/",
4185
            "license": [
4186
                "BSD"
4187
            ],
4188
            "description": "This is the PHP port of Hamcrest Matchers",
4189
            "keywords": [
4190
                "test"
4191
            ],
4192
            "time": "2015-05-11 14:41:42"
4193
        },
4194
        {
4195
            "name": "mockery/mockery",
4196
            "version": "0.9.4",
4197
            "source": {
4198
                "type": "git",
4199
                "url": "https://github.com/padraic/mockery.git",
4200
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
4201
            },
4202
            "dist": {
4203
                "type": "zip",
4204
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
4205
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
4206
                "shasum": ""
4207
            },
4208
            "require": {
4209
                "hamcrest/hamcrest-php": "~1.1",
4210
                "lib-pcre": ">=7.0",
4211
                "php": ">=5.3.2"
4212
            },
4213
            "require-dev": {
4214
                "phpunit/phpunit": "~4.0"
4215
            },
4216
            "type": "library",
4217
            "extra": {
4218
                "branch-alias": {
4219
                    "dev-master": "0.9.x-dev"
4220
                }
4221
            },
4222
            "autoload": {
4223
                "psr-0": {
4224
                    "Mockery": "library/"
4225
                }
4226
            },
4227
            "notification-url": "https://packagist.org/downloads/",
4228
            "license": [
4229
                "BSD-3-Clause"
4230
            ],
4231
            "authors": [
4232
                {
4233
                    "name": "Pádraic Brady",
4234
                    "email": "[email protected]",
4235
                    "homepage": "http://blog.astrumfutura.com"
4236
                },
4237
                {
4238
                    "name": "Dave Marshall",
4239
                    "email": "[email protected]",
4240
                    "homepage": "http://davedevelopment.co.uk"
4241
                }
4242
            ],
4243
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
4244
            "homepage": "http://github.com/padraic/mockery",
4245
            "keywords": [
4246
                "BDD",
4247
                "TDD",
4248
                "library",
4249
                "mock",
4250
                "mock objects",
4251
                "mockery",
4252
                "stub",
4253
                "test",
4254
                "test double",
4255
                "testing"
4256
            ],
4257
            "time": "2015-04-02 19:54:00"
4258
        },
4259
        {
4260
            "name": "phpspec/php-diff",
4261
            "version": "v1.0.2",
4262
            "source": {
4263
                "type": "git",
4264
                "url": "https://github.com/phpspec/php-diff.git",
4265
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
4266
            },
4267
            "dist": {
4268
                "type": "zip",
4269
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
4270
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
4271
                "shasum": ""
4272
            },
4273
            "type": "library",
4274
            "autoload": {
4275
                "psr-0": {
4276
                    "Diff": "lib/"
4277
                }
4278
            },
4279
            "notification-url": "https://packagist.org/downloads/",
4280
            "license": [
4281
                "BSD-3-Clause"
4282
            ],
4283
            "authors": [
4284
                {
4285
                    "name": "Chris Boulton",
4286
                    "homepage": "http://github.com/chrisboulton",
4287
                    "role": "Original developer"
4288
                }
4289
            ],
4290
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
4291
            "time": "2013-11-01 13:02:21"
4292
        },
4293
        {
4294
            "name": "phpspec/phpspec",
4295
            "version": "2.5.0",
4296
            "source": {
4297
                "type": "git",
4298
                "url": "https://github.com/phpspec/phpspec.git",
4299
                "reference": "385ecb015e97c13818074f1517928b24d4a26067"
4300
            },
4301
            "dist": {
4302
                "type": "zip",
4303
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/385ecb015e97c13818074f1517928b24d4a26067",
4304
                "reference": "385ecb015e97c13818074f1517928b24d4a26067",
4305
                "shasum": ""
4306
            },
4307
            "require": {
4308
                "doctrine/instantiator": "^1.0.1",
4309
                "ext-tokenizer": "*",
4310
                "php": ">=5.3.3",
4311
                "phpspec/php-diff": "~1.0.0",
4312
                "phpspec/prophecy": "~1.4",
4313
                "sebastian/exporter": "~1.0",
4314
                "symfony/console": "~2.3|~3.0",
4315
                "symfony/event-dispatcher": "~2.1|~3.0",
4316
                "symfony/finder": "~2.1|~3.0",
4317
                "symfony/process": "^2.6|~3.0",
4318
                "symfony/yaml": "~2.1|~3.0"
4319
            },
4320
            "require-dev": {
4321
                "behat/behat": "^3.0.11",
4322
                "bossa/phpspec2-expect": "~1.0",
4323
                "phpunit/phpunit": "~4.4",
4324
                "symfony/filesystem": "~2.1|~3.0"
4325
            },
4326
            "suggest": {
4327
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
4328
            },
4329
            "bin": [
4330
                "bin/phpspec"
4331
            ],
4332
            "type": "library",
4333
            "extra": {
4334
                "branch-alias": {
4335
                    "dev-master": "2.2.x-dev"
4336
                }
4337
            },
4338
            "autoload": {
4339
                "psr-0": {
4340
                    "PhpSpec": "src/"
4341
                }
4342
            },
4343
            "notification-url": "https://packagist.org/downloads/",
4344
            "license": [
4345
                "MIT"
4346
            ],
4347
            "authors": [
4348
                {
4349
                    "name": "Konstantin Kudryashov",
4350
                    "email": "[email protected]",
4351
                    "homepage": "http://everzet.com"
4352
                },
4353
                {
4354
                    "name": "Marcello Duarte",
4355
                    "homepage": "http://marcelloduarte.net/"
4356
                }
4357
            ],
4358
            "description": "Specification-oriented BDD framework for PHP 5.3+",
4359
            "homepage": "http://phpspec.net/",
4360
            "keywords": [
4361
                "BDD",
4362
                "SpecBDD",
4363
                "TDD",
4364
                "spec",
4365
                "specification",
4366
                "testing",
4367
                "tests"
4368
            ],
4369
            "time": "2016-03-20 20:34:32"
4370
        },
4371
        {
4372
            "name": "phpspec/prophecy",
4373
            "version": "v1.6.0",
4374
            "source": {
4375
                "type": "git",
4376
                "url": "https://github.com/phpspec/prophecy.git",
4377
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
4378
            },
4379
            "dist": {
4380
                "type": "zip",
4381
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
4382
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
4383
                "shasum": ""
4384
            },
4385
            "require": {
4386
                "doctrine/instantiator": "^1.0.2",
4387
                "php": "^5.3|^7.0",
4388
                "phpdocumentor/reflection-docblock": "~2.0",
4389
                "sebastian/comparator": "~1.1",
4390
                "sebastian/recursion-context": "~1.0"
4391
            },
4392
            "require-dev": {
4393
                "phpspec/phpspec": "~2.0"
4394
            },
4395
            "type": "library",
4396
            "extra": {
4397
                "branch-alias": {
4398
                    "dev-master": "1.5.x-dev"
4399
                }
4400
            },
4401
            "autoload": {
4402
                "psr-0": {
4403
                    "Prophecy\\": "src/"
4404
                }
4405
            },
4406
            "notification-url": "https://packagist.org/downloads/",
4407
            "license": [
4408
                "MIT"
4409
            ],
4410
            "authors": [
4411
                {
4412
                    "name": "Konstantin Kudryashov",
4413
                    "email": "[email protected]",
4414
                    "homepage": "http://everzet.com"
4415
                },
4416
                {
4417
                    "name": "Marcello Duarte",
4418
                    "email": "[email protected]"
4419
                }
4420
            ],
4421
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4422
            "homepage": "https://github.com/phpspec/prophecy",
4423
            "keywords": [
4424
                "Double",
4425
                "Dummy",
4426
                "fake",
4427
                "mock",
4428
                "spy",
4429
                "stub"
4430
            ],
4431
            "time": "2016-02-15 07:46:21"
4432
        },
4433
        {
4434
            "name": "phpunit/php-code-coverage",
4435
            "version": "2.2.4",
4436
            "source": {
4437
                "type": "git",
4438
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4439
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4440
            },
4441
            "dist": {
4442
                "type": "zip",
4443
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4444
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4445
                "shasum": ""
4446
            },
4447
            "require": {
4448
                "php": ">=5.3.3",
4449
                "phpunit/php-file-iterator": "~1.3",
4450
                "phpunit/php-text-template": "~1.2",
4451
                "phpunit/php-token-stream": "~1.3",
4452
                "sebastian/environment": "^1.3.2",
4453
                "sebastian/version": "~1.0"
4454
            },
4455
            "require-dev": {
4456
                "ext-xdebug": ">=2.1.4",
4457
                "phpunit/phpunit": "~4"
4458
            },
4459
            "suggest": {
4460
                "ext-dom": "*",
4461
                "ext-xdebug": ">=2.2.1",
4462
                "ext-xmlwriter": "*"
4463
            },
4464
            "type": "library",
4465
            "extra": {
4466
                "branch-alias": {
4467
                    "dev-master": "2.2.x-dev"
4468
                }
4469
            },
4470
            "autoload": {
4471
                "classmap": [
4472
                    "src/"
4473
                ]
4474
            },
4475
            "notification-url": "https://packagist.org/downloads/",
4476
            "license": [
4477
                "BSD-3-Clause"
4478
            ],
4479
            "authors": [
4480
                {
4481
                    "name": "Sebastian Bergmann",
4482
                    "email": "[email protected]",
4483
                    "role": "lead"
4484
                }
4485
            ],
4486
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4487
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4488
            "keywords": [
4489
                "coverage",
4490
                "testing",
4491
                "xunit"
4492
            ],
4493
            "time": "2015-10-06 15:47:00"
4494
        },
4495
        {
4496
            "name": "phpunit/php-file-iterator",
4497
            "version": "1.4.1",
4498
            "source": {
4499
                "type": "git",
4500
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4501
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4502
            },
4503
            "dist": {
4504
                "type": "zip",
4505
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4506
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4507
                "shasum": ""
4508
            },
4509
            "require": {
4510
                "php": ">=5.3.3"
4511
            },
4512
            "type": "library",
4513
            "extra": {
4514
                "branch-alias": {
4515
                    "dev-master": "1.4.x-dev"
4516
                }
4517
            },
4518
            "autoload": {
4519
                "classmap": [
4520
                    "src/"
4521
                ]
4522
            },
4523
            "notification-url": "https://packagist.org/downloads/",
4524
            "license": [
4525
                "BSD-3-Clause"
4526
            ],
4527
            "authors": [
4528
                {
4529
                    "name": "Sebastian Bergmann",
4530
                    "email": "[email protected]",
4531
                    "role": "lead"
4532
                }
4533
            ],
4534
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4535
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4536
            "keywords": [
4537
                "filesystem",
4538
                "iterator"
4539
            ],
4540
            "time": "2015-06-21 13:08:43"
4541
        },
4542
        {
4543
            "name": "phpunit/php-text-template",
4544
            "version": "1.2.1",
4545
            "source": {
4546
                "type": "git",
4547
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4548
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4549
            },
4550
            "dist": {
4551
                "type": "zip",
4552
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4553
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4554
                "shasum": ""
4555
            },
4556
            "require": {
4557
                "php": ">=5.3.3"
4558
            },
4559
            "type": "library",
4560
            "autoload": {
4561
                "classmap": [
4562
                    "src/"
4563
                ]
4564
            },
4565
            "notification-url": "https://packagist.org/downloads/",
4566
            "license": [
4567
                "BSD-3-Clause"
4568
            ],
4569
            "authors": [
4570
                {
4571
                    "name": "Sebastian Bergmann",
4572
                    "email": "[email protected]",
4573
                    "role": "lead"
4574
                }
4575
            ],
4576
            "description": "Simple template engine.",
4577
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4578
            "keywords": [
4579
                "template"
4580
            ],
4581
            "time": "2015-06-21 13:50:34"
4582
        },
4583
        {
4584
            "name": "phpunit/php-timer",
4585
            "version": "1.0.7",
4586
            "source": {
4587
                "type": "git",
4588
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4589
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
4590
            },
4591
            "dist": {
4592
                "type": "zip",
4593
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4594
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4595
                "shasum": ""
4596
            },
4597
            "require": {
4598
                "php": ">=5.3.3"
4599
            },
4600
            "type": "library",
4601
            "autoload": {
4602
                "classmap": [
4603
                    "src/"
4604
                ]
4605
            },
4606
            "notification-url": "https://packagist.org/downloads/",
4607
            "license": [
4608
                "BSD-3-Clause"
4609
            ],
4610
            "authors": [
4611
                {
4612
                    "name": "Sebastian Bergmann",
4613
                    "email": "[email protected]",
4614
                    "role": "lead"
4615
                }
4616
            ],
4617
            "description": "Utility class for timing",
4618
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4619
            "keywords": [
4620
                "timer"
4621
            ],
4622
            "time": "2015-06-21 08:01:12"
4623
        },
4624
        {
4625
            "name": "phpunit/php-token-stream",
4626
            "version": "1.4.8",
4627
            "source": {
4628
                "type": "git",
4629
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4630
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4631
            },
4632
            "dist": {
4633
                "type": "zip",
4634
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4635
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4636
                "shasum": ""
4637
            },
4638
            "require": {
4639
                "ext-tokenizer": "*",
4640
                "php": ">=5.3.3"
4641
            },
4642
            "require-dev": {
4643
                "phpunit/phpunit": "~4.2"
4644
            },
4645
            "type": "library",
4646
            "extra": {
4647
                "branch-alias": {
4648
                    "dev-master": "1.4-dev"
4649
                }
4650
            },
4651
            "autoload": {
4652
                "classmap": [
4653
                    "src/"
4654
                ]
4655
            },
4656
            "notification-url": "https://packagist.org/downloads/",
4657
            "license": [
4658
                "BSD-3-Clause"
4659
            ],
4660
            "authors": [
4661
                {
4662
                    "name": "Sebastian Bergmann",
4663
                    "email": "[email protected]"
4664
                }
4665
            ],
4666
            "description": "Wrapper around PHP's tokenizer extension.",
4667
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4668
            "keywords": [
4669
                "tokenizer"
4670
            ],
4671
            "time": "2015-09-15 10:49:45"
4672
        },
4673
        {
4674
            "name": "phpunit/phpunit",
4675
            "version": "4.8.24",
4676
            "source": {
4677
                "type": "git",
4678
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4679
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
4680
            },
4681
            "dist": {
4682
                "type": "zip",
4683
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
4684
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
4685
                "shasum": ""
4686
            },
4687
            "require": {
4688
                "ext-dom": "*",
4689
                "ext-json": "*",
4690
                "ext-pcre": "*",
4691
                "ext-reflection": "*",
4692
                "ext-spl": "*",
4693
                "php": ">=5.3.3",
4694
                "phpspec/prophecy": "^1.3.1",
4695
                "phpunit/php-code-coverage": "~2.1",
4696
                "phpunit/php-file-iterator": "~1.4",
4697
                "phpunit/php-text-template": "~1.2",
4698
                "phpunit/php-timer": ">=1.0.6",
4699
                "phpunit/phpunit-mock-objects": "~2.3",
4700
                "sebastian/comparator": "~1.1",
4701
                "sebastian/diff": "~1.2",
4702
                "sebastian/environment": "~1.3",
4703
                "sebastian/exporter": "~1.2",
4704
                "sebastian/global-state": "~1.0",
4705
                "sebastian/version": "~1.0",
4706
                "symfony/yaml": "~2.1|~3.0"
4707
            },
4708
            "suggest": {
4709
                "phpunit/php-invoker": "~1.1"
4710
            },
4711
            "bin": [
4712
                "phpunit"
4713
            ],
4714
            "type": "library",
4715
            "extra": {
4716
                "branch-alias": {
4717
                    "dev-master": "4.8.x-dev"
4718
                }
4719
            },
4720
            "autoload": {
4721
                "classmap": [
4722
                    "src/"
4723
                ]
4724
            },
4725
            "notification-url": "https://packagist.org/downloads/",
4726
            "license": [
4727
                "BSD-3-Clause"
4728
            ],
4729
            "authors": [
4730
                {
4731
                    "name": "Sebastian Bergmann",
4732
                    "email": "[email protected]",
4733
                    "role": "lead"
4734
                }
4735
            ],
4736
            "description": "The PHP Unit Testing framework.",
4737
            "homepage": "https://phpunit.de/",
4738
            "keywords": [
4739
                "phpunit",
4740
                "testing",
4741
                "xunit"
4742
            ],
4743
            "time": "2016-03-14 06:16:08"
4744
        },
4745
        {
4746
            "name": "phpunit/phpunit-mock-objects",
4747
            "version": "2.3.8",
4748
            "source": {
4749
                "type": "git",
4750
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4751
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4752
            },
4753
            "dist": {
4754
                "type": "zip",
4755
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4756
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4757
                "shasum": ""
4758
            },
4759
            "require": {
4760
                "doctrine/instantiator": "^1.0.2",
4761
                "php": ">=5.3.3",
4762
                "phpunit/php-text-template": "~1.2",
4763
                "sebastian/exporter": "~1.2"
4764
            },
4765
            "require-dev": {
4766
                "phpunit/phpunit": "~4.4"
4767
            },
4768
            "suggest": {
4769
                "ext-soap": "*"
4770
            },
4771
            "type": "library",
4772
            "extra": {
4773
                "branch-alias": {
4774
                    "dev-master": "2.3.x-dev"
4775
                }
4776
            },
4777
            "autoload": {
4778
                "classmap": [
4779
                    "src/"
4780
                ]
4781
            },
4782
            "notification-url": "https://packagist.org/downloads/",
4783
            "license": [
4784
                "BSD-3-Clause"
4785
            ],
4786
            "authors": [
4787
                {
4788
                    "name": "Sebastian Bergmann",
4789
                    "email": "[email protected]",
4790
                    "role": "lead"
4791
                }
4792
            ],
4793
            "description": "Mock Object library for PHPUnit",
4794
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4795
            "keywords": [
4796
                "mock",
4797
                "xunit"
4798
            ],
4799
            "time": "2015-10-02 06:51:40"
4800
        },
4801
        {
4802
            "name": "sebastian/comparator",
4803
            "version": "1.2.0",
4804
            "source": {
4805
                "type": "git",
4806
                "url": "https://github.com/sebastianbergmann/comparator.git",
4807
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4808
            },
4809
            "dist": {
4810
                "type": "zip",
4811
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4812
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4813
                "shasum": ""
4814
            },
4815
            "require": {
4816
                "php": ">=5.3.3",
4817
                "sebastian/diff": "~1.2",
4818
                "sebastian/exporter": "~1.2"
4819
            },
4820
            "require-dev": {
4821
                "phpunit/phpunit": "~4.4"
4822
            },
4823
            "type": "library",
4824
            "extra": {
4825
                "branch-alias": {
4826
                    "dev-master": "1.2.x-dev"
4827
                }
4828
            },
4829
            "autoload": {
4830
                "classmap": [
4831
                    "src/"
4832
                ]
4833
            },
4834
            "notification-url": "https://packagist.org/downloads/",
4835
            "license": [
4836
                "BSD-3-Clause"
4837
            ],
4838
            "authors": [
4839
                {
4840
                    "name": "Jeff Welch",
4841
                    "email": "[email protected]"
4842
                },
4843
                {
4844
                    "name": "Volker Dusch",
4845
                    "email": "[email protected]"
4846
                },
4847
                {
4848
                    "name": "Bernhard Schussek",
4849
                    "email": "[email protected]"
4850
                },
4851
                {
4852
                    "name": "Sebastian Bergmann",
4853
                    "email": "[email protected]"
4854
                }
4855
            ],
4856
            "description": "Provides the functionality to compare PHP values for equality",
4857
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4858
            "keywords": [
4859
                "comparator",
4860
                "compare",
4861
                "equality"
4862
            ],
4863
            "time": "2015-07-26 15:48:44"
4864
        },
4865
        {
4866
            "name": "sebastian/diff",
4867
            "version": "1.4.1",
4868
            "source": {
4869
                "type": "git",
4870
                "url": "https://github.com/sebastianbergmann/diff.git",
4871
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4872
            },
4873
            "dist": {
4874
                "type": "zip",
4875
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4876
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4877
                "shasum": ""
4878
            },
4879
            "require": {
4880
                "php": ">=5.3.3"
4881
            },
4882
            "require-dev": {
4883
                "phpunit/phpunit": "~4.8"
4884
            },
4885
            "type": "library",
4886
            "extra": {
4887
                "branch-alias": {
4888
                    "dev-master": "1.4-dev"
4889
                }
4890
            },
4891
            "autoload": {
4892
                "classmap": [
4893
                    "src/"
4894
                ]
4895
            },
4896
            "notification-url": "https://packagist.org/downloads/",
4897
            "license": [
4898
                "BSD-3-Clause"
4899
            ],
4900
            "authors": [
4901
                {
4902
                    "name": "Kore Nordmann",
4903
                    "email": "[email protected]"
4904
                },
4905
                {
4906
                    "name": "Sebastian Bergmann",
4907
                    "email": "[email protected]"
4908
                }
4909
            ],
4910
            "description": "Diff implementation",
4911
            "homepage": "https://github.com/sebastianbergmann/diff",
4912
            "keywords": [
4913
                "diff"
4914
            ],
4915
            "time": "2015-12-08 07:14:41"
4916
        },
4917
        {
4918
            "name": "sebastian/environment",
4919
            "version": "1.3.5",
4920
            "source": {
4921
                "type": "git",
4922
                "url": "https://github.com/sebastianbergmann/environment.git",
4923
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
4924
            },
4925
            "dist": {
4926
                "type": "zip",
4927
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
4928
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
4929
                "shasum": ""
4930
            },
4931
            "require": {
4932
                "php": ">=5.3.3"
4933
            },
4934
            "require-dev": {
4935
                "phpunit/phpunit": "~4.4"
4936
            },
4937
            "type": "library",
4938
            "extra": {
4939
                "branch-alias": {
4940
                    "dev-master": "1.3.x-dev"
4941
                }
4942
            },
4943
            "autoload": {
4944
                "classmap": [
4945
                    "src/"
4946
                ]
4947
            },
4948
            "notification-url": "https://packagist.org/downloads/",
4949
            "license": [
4950
                "BSD-3-Clause"
4951
            ],
4952
            "authors": [
4953
                {
4954
                    "name": "Sebastian Bergmann",
4955
                    "email": "[email protected]"
4956
                }
4957
            ],
4958
            "description": "Provides functionality to handle HHVM/PHP environments",
4959
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4960
            "keywords": [
4961
                "Xdebug",
4962
                "environment",
4963
                "hhvm"
4964
            ],
4965
            "time": "2016-02-26 18:40:46"
4966
        },
4967
        {
4968
            "name": "sebastian/exporter",
4969
            "version": "1.2.1",
4970
            "source": {
4971
                "type": "git",
4972
                "url": "https://github.com/sebastianbergmann/exporter.git",
4973
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4974
            },
4975
            "dist": {
4976
                "type": "zip",
4977
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4978
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4979
                "shasum": ""
4980
            },
4981
            "require": {
4982
                "php": ">=5.3.3",
4983
                "sebastian/recursion-context": "~1.0"
4984
            },
4985
            "require-dev": {
4986
                "phpunit/phpunit": "~4.4"
4987
            },
4988
            "type": "library",
4989
            "extra": {
4990
                "branch-alias": {
4991
                    "dev-master": "1.2.x-dev"
4992
                }
4993
            },
4994
            "autoload": {
4995
                "classmap": [
4996
                    "src/"
4997
                ]
4998
            },
4999
            "notification-url": "https://packagist.org/downloads/",
5000
            "license": [
5001
                "BSD-3-Clause"
5002
            ],
5003
            "authors": [
5004
                {
5005
                    "name": "Jeff Welch",
5006
                    "email": "[email protected]"
5007
                },
5008
                {
5009
                    "name": "Volker Dusch",
5010
                    "email": "[email protected]"
5011
                },
5012
                {
5013
                    "name": "Bernhard Schussek",
5014
                    "email": "[email protected]"
5015
                },
5016
                {
5017
                    "name": "Sebastian Bergmann",
5018
                    "email": "[email protected]"
5019
                },
5020
                {
5021
                    "name": "Adam Harvey",
5022
                    "email": "[email protected]"
5023
                }
5024
            ],
5025
            "description": "Provides the functionality to export PHP variables for visualization",
5026
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5027
            "keywords": [
5028
                "export",
5029
                "exporter"
5030
            ],
5031
            "time": "2015-06-21 07:55:53"
5032
        },
5033
        {
5034
            "name": "sebastian/global-state",
5035
            "version": "1.1.1",
5036
            "source": {
5037
                "type": "git",
5038
                "url": "https://github.com/sebastianbergmann/global-state.git",
5039
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5040
            },
5041
            "dist": {
5042
                "type": "zip",
5043
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5044
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5045
                "shasum": ""
5046
            },
5047
            "require": {
5048
                "php": ">=5.3.3"
5049
            },
5050
            "require-dev": {
5051
                "phpunit/phpunit": "~4.2"
5052
            },
5053
            "suggest": {
5054
                "ext-uopz": "*"
5055
            },
5056
            "type": "library",
5057
            "extra": {
5058
                "branch-alias": {
5059
                    "dev-master": "1.0-dev"
5060
                }
5061
            },
5062
            "autoload": {
5063
                "classmap": [
5064
                    "src/"
5065
                ]
5066
            },
5067
            "notification-url": "https://packagist.org/downloads/",
5068
            "license": [
5069
                "BSD-3-Clause"
5070
            ],
5071
            "authors": [
5072
                {
5073
                    "name": "Sebastian Bergmann",
5074
                    "email": "[email protected]"
5075
                }
5076
            ],
5077
            "description": "Snapshotting of global state",
5078
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5079
            "keywords": [
5080
                "global state"
5081
            ],
5082
            "time": "2015-10-12 03:26:01"
5083
        },
5084
        {
5085
            "name": "sebastian/recursion-context",
5086
            "version": "1.0.2",
5087
            "source": {
5088
                "type": "git",
5089
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5090
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
5091
            },
5092
            "dist": {
5093
                "type": "zip",
5094
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
5095
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
5096
                "shasum": ""
5097
            },
5098
            "require": {
5099
                "php": ">=5.3.3"
5100
            },
5101
            "require-dev": {
5102
                "phpunit/phpunit": "~4.4"
5103
            },
5104
            "type": "library",
5105
            "extra": {
5106
                "branch-alias": {
5107
                    "dev-master": "1.0.x-dev"
5108
                }
5109
            },
5110
            "autoload": {
5111
                "classmap": [
5112
                    "src/"
5113
                ]
5114
            },
5115
            "notification-url": "https://packagist.org/downloads/",
5116
            "license": [
5117
                "BSD-3-Clause"
5118
            ],
5119
            "authors": [
5120
                {
5121
                    "name": "Jeff Welch",
5122
                    "email": "[email protected]"
5123
                },
5124
                {
5125
                    "name": "Sebastian Bergmann",
5126
                    "email": "[email protected]"
5127
                },
5128
                {
5129
                    "name": "Adam Harvey",
5130
                    "email": "[email protected]"
5131
                }
5132
            ],
5133
            "description": "Provides functionality to recursively process PHP variables",
5134
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5135
            "time": "2015-11-11 19:50:13"
5136
        },
5137
        {
5138
            "name": "sebastian/version",
5139
            "version": "1.0.6",
5140
            "source": {
5141
                "type": "git",
5142
                "url": "https://github.com/sebastianbergmann/version.git",
5143
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
5144
            },
5145
            "dist": {
5146
                "type": "zip",
5147
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5148
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5149
                "shasum": ""
5150
            },
5151
            "type": "library",
5152
            "autoload": {
5153
                "classmap": [
5154
                    "src/"
5155
                ]
5156
            },
5157
            "notification-url": "https://packagist.org/downloads/",
5158
            "license": [
5159
                "BSD-3-Clause"
5160
            ],
5161
            "authors": [
5162
                {
5163
                    "name": "Sebastian Bergmann",
5164
                    "email": "[email protected]",
5165
                    "role": "lead"
5166
                }
5167
            ],
5168
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5169
            "homepage": "https://github.com/sebastianbergmann/version",
5170
            "time": "2015-06-21 13:59:46"
5171
        },
5172
        {
5173
            "name": "symfony/yaml",
5174
            "version": "v3.0.4",
5175
            "source": {
5176
                "type": "git",
5177
                "url": "https://github.com/symfony/yaml.git",
5178
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
5179
            },
5180
            "dist": {
5181
                "type": "zip",
5182
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
5183
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
5184
                "shasum": ""
5185
            },
5186
            "require": {
5187
                "php": ">=5.5.9"
5188
            },
5189
            "type": "library",
5190
            "extra": {
5191
                "branch-alias": {
5192
                    "dev-master": "3.0-dev"
5193
                }
5194
            },
5195
            "autoload": {
5196
                "psr-4": {
5197
                    "Symfony\\Component\\Yaml\\": ""
5198
                },
5199
                "exclude-from-classmap": [
5200
                    "/Tests/"
5201
                ]
5202
            },
5203
            "notification-url": "https://packagist.org/downloads/",
5204
            "license": [
5205
                "MIT"
5206
            ],
5207
            "authors": [
5208
                {
5209
                    "name": "Fabien Potencier",
5210
                    "email": "[email protected]"
5211
                },
5212
                {
5213
                    "name": "Symfony Community",
5214
                    "homepage": "https://symfony.com/contributors"
5215
                }
5216
            ],
5217
            "description": "Symfony Yaml Component",
5218
            "homepage": "https://symfony.com",
5219
            "time": "2016-03-04 07:55:57"
5220
        }
5221
    ],
5222
    "aliases": [],
5223
    "minimum-stability": "stable",
5224
    "stability-flags": {
5225
        "php-ds/php-ds": 20,
5226
        "big-shark/sql-to-builder": 20
5227
    },
5228
    "prefer-stable": false,
5229
    "prefer-lowest": false,
5230
    "platform": {
5231
        "php": ">=7.0"
5232
    },
5233
    "platform-dev": []
5234
}
5235