Passed
Push — develop ( a7779a...3b1731 )
by Niclas Leon
03:48 queued 01:38
created

composer.lock (1 issue)

Severity
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
    "content-hash": "a9829dc0e24a250223f682ce974e3abd",
8
    "packages": [
9
        {
10
            "name": "classpreloader/classpreloader",
11
            "version": "3.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
15
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
20
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "nikic/php-parser": "^1.0|^2.0",
25
                "php": ">=5.5.9"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "^4.8|^5.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "3.0-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-4": {
38
                    "ClassPreloader\\": "src/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Michael Dowling",
48
                    "email": "[email protected]"
49
                },
50
                {
51
                    "name": "Graham Campbell",
52
                    "email": "[email protected]"
53
                }
54
            ],
55
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
56
            "keywords": [
57
                "autoload",
58
                "class",
59
                "preload"
60
            ],
61
            "time": "2015-11-09T22:51:51+00:00"
62
        },
63
        {
64
            "name": "dnoegel/php-xdg-base-dir",
65
            "version": "0.1",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
69
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
74
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "php": ">=5.3.2"
79
            },
80
            "require-dev": {
81
                "phpunit/phpunit": "@stable"
82
            },
83
            "type": "project",
84
            "autoload": {
85
                "psr-4": {
86
                    "XdgBaseDir\\": "src/"
87
                }
88
            },
89
            "notification-url": "https://packagist.org/downloads/",
90
            "license": [
91
                "MIT"
92
            ],
93
            "description": "implementation of xdg base directory specification for php",
94
            "time": "2014-10-24T07:27:01+00:00"
95
        },
96
        {
97
            "name": "doctrine/annotations",
98
            "version": "v1.2.7",
99
            "source": {
100
                "type": "git",
101
                "url": "https://github.com/doctrine/annotations.git",
102
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
103
            },
104
            "dist": {
105
                "type": "zip",
106
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
107
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
108
                "shasum": ""
109
            },
110
            "require": {
111
                "doctrine/lexer": "1.*",
112
                "php": ">=5.3.2"
113
            },
114
            "require-dev": {
115
                "doctrine/cache": "1.*",
116
                "phpunit/phpunit": "4.*"
117
            },
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "1.3.x-dev"
122
                }
123
            },
124
            "autoload": {
125
                "psr-0": {
126
                    "Doctrine\\Common\\Annotations\\": "lib/"
127
                }
128
            },
129
            "notification-url": "https://packagist.org/downloads/",
130
            "license": [
131
                "MIT"
132
            ],
133
            "authors": [
134
                {
135
                    "name": "Roman Borschel",
136
                    "email": "[email protected]"
137
                },
138
                {
139
                    "name": "Benjamin Eberlei",
140
                    "email": "[email protected]"
141
                },
142
                {
143
                    "name": "Guilherme Blanco",
144
                    "email": "[email protected]"
145
                },
146
                {
147
                    "name": "Jonathan Wage",
148
                    "email": "[email protected]"
149
                },
150
                {
151
                    "name": "Johannes Schmitt",
152
                    "email": "[email protected]"
153
                }
154
            ],
155
            "description": "Docblock Annotations Parser",
156
            "homepage": "http://www.doctrine-project.org",
157
            "keywords": [
158
                "annotations",
159
                "docblock",
160
                "parser"
161
            ],
162
            "time": "2015-08-31T12:32:49+00:00"
163
        },
164
        {
165
            "name": "doctrine/cache",
166
            "version": "v1.6.0",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/doctrine/cache.git",
170
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
175
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
176
                "shasum": ""
177
            },
178
            "require": {
179
                "php": "~5.5|~7.0"
180
            },
181
            "conflict": {
182
                "doctrine/common": ">2.2,<2.4"
183
            },
184
            "require-dev": {
185
                "phpunit/phpunit": "~4.8|~5.0",
186
                "predis/predis": "~1.0",
187
                "satooshi/php-coveralls": "~0.6"
188
            },
189
            "type": "library",
190
            "extra": {
191
                "branch-alias": {
192
                    "dev-master": "1.6.x-dev"
193
                }
194
            },
195
            "autoload": {
196
                "psr-4": {
197
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
198
                }
199
            },
200
            "notification-url": "https://packagist.org/downloads/",
201
            "license": [
202
                "MIT"
203
            ],
204
            "authors": [
205
                {
206
                    "name": "Roman Borschel",
207
                    "email": "[email protected]"
208
                },
209
                {
210
                    "name": "Benjamin Eberlei",
211
                    "email": "[email protected]"
212
                },
213
                {
214
                    "name": "Guilherme Blanco",
215
                    "email": "[email protected]"
216
                },
217
                {
218
                    "name": "Jonathan Wage",
219
                    "email": "[email protected]"
220
                },
221
                {
222
                    "name": "Johannes Schmitt",
223
                    "email": "[email protected]"
224
                }
225
            ],
226
            "description": "Caching library offering an object-oriented API for many cache backends",
227
            "homepage": "http://www.doctrine-project.org",
228
            "keywords": [
229
                "cache",
230
                "caching"
231
            ],
232
            "time": "2015-12-31T16:37:02+00:00"
233
        },
234
        {
235
            "name": "doctrine/collections",
236
            "version": "v1.3.0",
237
            "source": {
238
                "type": "git",
239
                "url": "https://github.com/doctrine/collections.git",
240
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
241
            },
242
            "dist": {
243
                "type": "zip",
244
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
245
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
246
                "shasum": ""
247
            },
248
            "require": {
249
                "php": ">=5.3.2"
250
            },
251
            "require-dev": {
252
                "phpunit/phpunit": "~4.0"
253
            },
254
            "type": "library",
255
            "extra": {
256
                "branch-alias": {
257
                    "dev-master": "1.2.x-dev"
258
                }
259
            },
260
            "autoload": {
261
                "psr-0": {
262
                    "Doctrine\\Common\\Collections\\": "lib/"
263
                }
264
            },
265
            "notification-url": "https://packagist.org/downloads/",
266
            "license": [
267
                "MIT"
268
            ],
269
            "authors": [
270
                {
271
                    "name": "Roman Borschel",
272
                    "email": "[email protected]"
273
                },
274
                {
275
                    "name": "Benjamin Eberlei",
276
                    "email": "[email protected]"
277
                },
278
                {
279
                    "name": "Guilherme Blanco",
280
                    "email": "[email protected]"
281
                },
282
                {
283
                    "name": "Jonathan Wage",
284
                    "email": "[email protected]"
285
                },
286
                {
287
                    "name": "Johannes Schmitt",
288
                    "email": "[email protected]"
289
                }
290
            ],
291
            "description": "Collections Abstraction library",
292
            "homepage": "http://www.doctrine-project.org",
293
            "keywords": [
294
                "array",
295
                "collections",
296
                "iterator"
297
            ],
298
            "time": "2015-04-14T22:21:58+00:00"
299
        },
300
        {
301
            "name": "doctrine/common",
302
            "version": "v2.6.1",
303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/doctrine/common.git",
306
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
307
            },
308
            "dist": {
309
                "type": "zip",
310
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
311
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
312
                "shasum": ""
313
            },
314
            "require": {
315
                "doctrine/annotations": "1.*",
316
                "doctrine/cache": "1.*",
317
                "doctrine/collections": "1.*",
318
                "doctrine/inflector": "1.*",
319
                "doctrine/lexer": "1.*",
320
                "php": "~5.5|~7.0"
321
            },
322
            "require-dev": {
323
                "phpunit/phpunit": "~4.8|~5.0"
324
            },
325
            "type": "library",
326
            "extra": {
327
                "branch-alias": {
328
                    "dev-master": "2.7.x-dev"
329
                }
330
            },
331
            "autoload": {
332
                "psr-4": {
333
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
334
                }
335
            },
336
            "notification-url": "https://packagist.org/downloads/",
337
            "license": [
338
                "MIT"
339
            ],
340
            "authors": [
341
                {
342
                    "name": "Roman Borschel",
343
                    "email": "[email protected]"
344
                },
345
                {
346
                    "name": "Benjamin Eberlei",
347
                    "email": "[email protected]"
348
                },
349
                {
350
                    "name": "Guilherme Blanco",
351
                    "email": "[email protected]"
352
                },
353
                {
354
                    "name": "Jonathan Wage",
355
                    "email": "[email protected]"
356
                },
357
                {
358
                    "name": "Johannes Schmitt",
359
                    "email": "[email protected]"
360
                }
361
            ],
362
            "description": "Common Library for Doctrine projects",
363
            "homepage": "http://www.doctrine-project.org",
364
            "keywords": [
365
                "annotations",
366
                "collections",
367
                "eventmanager",
368
                "persistence",
369
                "spl"
370
            ],
371
            "time": "2015-12-25T13:18:31+00:00"
372
        },
373
        {
374
            "name": "doctrine/dbal",
375
            "version": "v2.5.5",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/doctrine/dbal.git",
379
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
384
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "doctrine/common": ">=2.4,<2.7-dev",
389
                "php": ">=5.3.2"
390
            },
391
            "require-dev": {
392
                "phpunit/phpunit": "4.*",
393
                "symfony/console": "2.*||^3.0"
394
            },
395
            "suggest": {
396
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
397
            },
398
            "bin": [
399
                "bin/doctrine-dbal"
400
            ],
401
            "type": "library",
402
            "extra": {
403
                "branch-alias": {
404
                    "dev-master": "2.5.x-dev"
405
                }
406
            },
407
            "autoload": {
408
                "psr-0": {
409
                    "Doctrine\\DBAL\\": "lib/"
410
                }
411
            },
412
            "notification-url": "https://packagist.org/downloads/",
413
            "license": [
414
                "MIT"
415
            ],
416
            "authors": [
417
                {
418
                    "name": "Roman Borschel",
419
                    "email": "[email protected]"
420
                },
421
                {
422
                    "name": "Benjamin Eberlei",
423
                    "email": "[email protected]"
424
                },
425
                {
426
                    "name": "Guilherme Blanco",
427
                    "email": "[email protected]"
428
                },
429
                {
430
                    "name": "Jonathan Wage",
431
                    "email": "[email protected]"
432
                }
433
            ],
434
            "description": "Database Abstraction Layer",
435
            "homepage": "http://www.doctrine-project.org",
436
            "keywords": [
437
                "database",
438
                "dbal",
439
                "persistence",
440
                "queryobject"
441
            ],
442
            "time": "2016-09-09T19:13:33+00:00"
443
        },
444
        {
445
            "name": "doctrine/inflector",
446
            "version": "v1.1.0",
447
            "source": {
448
                "type": "git",
449
                "url": "https://github.com/doctrine/inflector.git",
450
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
451
            },
452
            "dist": {
453
                "type": "zip",
454
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
455
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
456
                "shasum": ""
457
            },
458
            "require": {
459
                "php": ">=5.3.2"
460
            },
461
            "require-dev": {
462
                "phpunit/phpunit": "4.*"
463
            },
464
            "type": "library",
465
            "extra": {
466
                "branch-alias": {
467
                    "dev-master": "1.1.x-dev"
468
                }
469
            },
470
            "autoload": {
471
                "psr-0": {
472
                    "Doctrine\\Common\\Inflector\\": "lib/"
473
                }
474
            },
475
            "notification-url": "https://packagist.org/downloads/",
476
            "license": [
477
                "MIT"
478
            ],
479
            "authors": [
480
                {
481
                    "name": "Roman Borschel",
482
                    "email": "[email protected]"
483
                },
484
                {
485
                    "name": "Benjamin Eberlei",
486
                    "email": "[email protected]"
487
                },
488
                {
489
                    "name": "Guilherme Blanco",
490
                    "email": "[email protected]"
491
                },
492
                {
493
                    "name": "Jonathan Wage",
494
                    "email": "[email protected]"
495
                },
496
                {
497
                    "name": "Johannes Schmitt",
498
                    "email": "[email protected]"
499
                }
500
            ],
501
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
502
            "homepage": "http://www.doctrine-project.org",
503
            "keywords": [
504
                "inflection",
505
                "pluralize",
506
                "singularize",
507
                "string"
508
            ],
509
            "time": "2015-11-06T14:35:42+00:00"
510
        },
511
        {
512
            "name": "doctrine/lexer",
513
            "version": "v1.0.1",
514
            "source": {
515
                "type": "git",
516
                "url": "https://github.com/doctrine/lexer.git",
517
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
518
            },
519
            "dist": {
520
                "type": "zip",
521
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
522
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
523
                "shasum": ""
524
            },
525
            "require": {
526
                "php": ">=5.3.2"
527
            },
528
            "type": "library",
529
            "extra": {
530
                "branch-alias": {
531
                    "dev-master": "1.0.x-dev"
532
                }
533
            },
534
            "autoload": {
535
                "psr-0": {
536
                    "Doctrine\\Common\\Lexer\\": "lib/"
537
                }
538
            },
539
            "notification-url": "https://packagist.org/downloads/",
540
            "license": [
541
                "MIT"
542
            ],
543
            "authors": [
544
                {
545
                    "name": "Roman Borschel",
546
                    "email": "[email protected]"
547
                },
548
                {
549
                    "name": "Guilherme Blanco",
550
                    "email": "[email protected]"
551
                },
552
                {
553
                    "name": "Johannes Schmitt",
554
                    "email": "[email protected]"
555
                }
556
            ],
557
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
558
            "homepage": "http://www.doctrine-project.org",
559
            "keywords": [
560
                "lexer",
561
                "parser"
562
            ],
563
            "time": "2014-09-09T13:34:57+00:00"
564
        },
565
        {
566
            "name": "guzzlehttp/guzzle",
567
            "version": "6.2.1",
568
            "source": {
569
                "type": "git",
570
                "url": "https://github.com/guzzle/guzzle.git",
571
                "reference": "3f808fba627f2c5b69e2501217bf31af349c1427"
572
            },
573
            "dist": {
574
                "type": "zip",
575
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",
576
                "reference": "3f808fba627f2c5b69e2501217bf31af349c1427",
577
                "shasum": ""
578
            },
579
            "require": {
580
                "guzzlehttp/promises": "^1.0",
581
                "guzzlehttp/psr7": "^1.3.1",
582
                "php": ">=5.5"
583
            },
584
            "require-dev": {
585
                "ext-curl": "*",
586
                "phpunit/phpunit": "^4.0",
587
                "psr/log": "^1.0"
588
            },
589
            "type": "library",
590
            "extra": {
591
                "branch-alias": {
592
                    "dev-master": "6.2-dev"
593
                }
594
            },
595
            "autoload": {
596
                "files": [
597
                    "src/functions_include.php"
598
                ],
599
                "psr-4": {
600
                    "GuzzleHttp\\": "src/"
601
                }
602
            },
603
            "notification-url": "https://packagist.org/downloads/",
604
            "license": [
605
                "MIT"
606
            ],
607
            "authors": [
608
                {
609
                    "name": "Michael Dowling",
610
                    "email": "[email protected]",
611
                    "homepage": "https://github.com/mtdowling"
612
                }
613
            ],
614
            "description": "Guzzle is a PHP HTTP client library",
615
            "homepage": "http://guzzlephp.org/",
616
            "keywords": [
617
                "client",
618
                "curl",
619
                "framework",
620
                "http",
621
                "http client",
622
                "rest",
623
                "web service"
624
            ],
625
            "time": "2016-07-15T17:22:37+00:00"
626
        },
627
        {
628
            "name": "guzzlehttp/promises",
629
            "version": "1.2.0",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/guzzle/promises.git",
633
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
638
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "php": ">=5.5.0"
643
            },
644
            "require-dev": {
645
                "phpunit/phpunit": "~4.0"
646
            },
647
            "type": "library",
648
            "extra": {
649
                "branch-alias": {
650
                    "dev-master": "1.0-dev"
651
                }
652
            },
653
            "autoload": {
654
                "psr-4": {
655
                    "GuzzleHttp\\Promise\\": "src/"
656
                },
657
                "files": [
658
                    "src/functions_include.php"
659
                ]
660
            },
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "MIT"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Michael Dowling",
668
                    "email": "[email protected]",
669
                    "homepage": "https://github.com/mtdowling"
670
                }
671
            ],
672
            "description": "Guzzle promises library",
673
            "keywords": [
674
                "promise"
675
            ],
676
            "time": "2016-05-18T16:56:05+00:00"
677
        },
678
        {
679
            "name": "guzzlehttp/psr7",
680
            "version": "1.3.1",
681
            "source": {
682
                "type": "git",
683
                "url": "https://github.com/guzzle/psr7.git",
684
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
685
            },
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
689
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
690
                "shasum": ""
691
            },
692
            "require": {
693
                "php": ">=5.4.0",
694
                "psr/http-message": "~1.0"
695
            },
696
            "provide": {
697
                "psr/http-message-implementation": "1.0"
698
            },
699
            "require-dev": {
700
                "phpunit/phpunit": "~4.0"
701
            },
702
            "type": "library",
703
            "extra": {
704
                "branch-alias": {
705
                    "dev-master": "1.4-dev"
706
                }
707
            },
708
            "autoload": {
709
                "psr-4": {
710
                    "GuzzleHttp\\Psr7\\": "src/"
711
                },
712
                "files": [
713
                    "src/functions_include.php"
714
                ]
715
            },
716
            "notification-url": "https://packagist.org/downloads/",
717
            "license": [
718
                "MIT"
719
            ],
720
            "authors": [
721
                {
722
                    "name": "Michael Dowling",
723
                    "email": "[email protected]",
724
                    "homepage": "https://github.com/mtdowling"
725
                }
726
            ],
727
            "description": "PSR-7 message implementation",
728
            "keywords": [
729
                "http",
730
                "message",
731
                "stream",
732
                "uri"
733
            ],
734
            "time": "2016-06-24T23:00:38+00:00"
735
        },
736
        {
737
            "name": "jakub-onderka/php-console-color",
738
            "version": "0.1",
739
            "source": {
740
                "type": "git",
741
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
742
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
743
            },
744
            "dist": {
745
                "type": "zip",
746
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
747
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
748
                "shasum": ""
749
            },
750
            "require": {
751
                "php": ">=5.3.2"
752
            },
753
            "require-dev": {
754
                "jakub-onderka/php-code-style": "1.0",
755
                "jakub-onderka/php-parallel-lint": "0.*",
756
                "jakub-onderka/php-var-dump-check": "0.*",
757
                "phpunit/phpunit": "3.7.*",
758
                "squizlabs/php_codesniffer": "1.*"
759
            },
760
            "type": "library",
761
            "autoload": {
762
                "psr-0": {
763
                    "JakubOnderka\\PhpConsoleColor": "src/"
764
                }
765
            },
766
            "notification-url": "https://packagist.org/downloads/",
767
            "license": [
768
                "BSD-2-Clause"
769
            ],
770
            "authors": [
771
                {
772
                    "name": "Jakub Onderka",
773
                    "email": "[email protected]",
774
                    "homepage": "http://www.acci.cz"
775
                }
776
            ],
777
            "time": "2014-04-08T15:00:19+00:00"
778
        },
779
        {
780
            "name": "jakub-onderka/php-console-highlighter",
781
            "version": "v0.3.2",
782
            "source": {
783
                "type": "git",
784
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
785
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
786
            },
787
            "dist": {
788
                "type": "zip",
789
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
790
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
791
                "shasum": ""
792
            },
793
            "require": {
794
                "jakub-onderka/php-console-color": "~0.1",
795
                "php": ">=5.3.0"
796
            },
797
            "require-dev": {
798
                "jakub-onderka/php-code-style": "~1.0",
799
                "jakub-onderka/php-parallel-lint": "~0.5",
800
                "jakub-onderka/php-var-dump-check": "~0.1",
801
                "phpunit/phpunit": "~4.0",
802
                "squizlabs/php_codesniffer": "~1.5"
803
            },
804
            "type": "library",
805
            "autoload": {
806
                "psr-0": {
807
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
808
                }
809
            },
810
            "notification-url": "https://packagist.org/downloads/",
811
            "license": [
812
                "MIT"
813
            ],
814
            "authors": [
815
                {
816
                    "name": "Jakub Onderka",
817
                    "email": "[email protected]",
818
                    "homepage": "http://www.acci.cz/"
819
                }
820
            ],
821
            "time": "2015-04-20T18:58:01+00:00"
822
        },
823
        {
824
            "name": "jeremeamia/SuperClosure",
825
            "version": "2.2.0",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/jeremeamia/super_closure.git",
829
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
834
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
835
                "shasum": ""
836
            },
837
            "require": {
838
                "nikic/php-parser": "^1.2|^2.0",
839
                "php": ">=5.4",
840
                "symfony/polyfill-php56": "^1.0"
841
            },
842
            "require-dev": {
843
                "phpunit/phpunit": "^4.0|^5.0"
844
            },
845
            "type": "library",
846
            "extra": {
847
                "branch-alias": {
848
                    "dev-master": "2.2-dev"
849
                }
850
            },
851
            "autoload": {
852
                "psr-4": {
853
                    "SuperClosure\\": "src/"
854
                }
855
            },
856
            "notification-url": "https://packagist.org/downloads/",
857
            "license": [
858
                "MIT"
859
            ],
860
            "authors": [
861
                {
862
                    "name": "Jeremy Lindblom",
863
                    "email": "[email protected]",
864
                    "homepage": "https://github.com/jeremeamia",
865
                    "role": "Developer"
866
                }
867
            ],
868
            "description": "Serialize Closure objects, including their context and binding",
869
            "homepage": "https://github.com/jeremeamia/super_closure",
870
            "keywords": [
871
                "closure",
872
                "function",
873
                "lambda",
874
                "parser",
875
                "serializable",
876
                "serialize",
877
                "tokenizer"
878
            ],
879
            "time": "2015-12-05T17:17:57+00:00"
880
        },
881
        {
882
            "name": "laravel/framework",
883
            "version": "v5.3.15",
884
            "source": {
885
                "type": "git",
886
                "url": "https://github.com/laravel/framework.git",
887
                "reference": "f034a02f38db77d4b0b3e89942394cae456a627f"
888
            },
889
            "dist": {
890
                "type": "zip",
891
                "url": "https://api.github.com/repos/laravel/framework/zipball/f034a02f38db77d4b0b3e89942394cae456a627f",
892
                "reference": "f034a02f38db77d4b0b3e89942394cae456a627f",
893
                "shasum": ""
894
            },
895
            "require": {
896
                "classpreloader/classpreloader": "~3.0",
897
                "doctrine/inflector": "~1.0",
898
                "ext-mbstring": "*",
899
                "ext-openssl": "*",
900
                "jeremeamia/superclosure": "~2.2",
901
                "league/flysystem": "~1.0",
902
                "monolog/monolog": "~1.11",
903
                "mtdowling/cron-expression": "~1.0",
904
                "nesbot/carbon": "~1.20",
905
                "paragonie/random_compat": "~1.4|~2.0",
906
                "php": ">=5.6.4",
907
                "psy/psysh": "0.7.*",
908
                "ramsey/uuid": "~3.0",
909
                "swiftmailer/swiftmailer": "~5.1",
910
                "symfony/console": "3.1.*",
911
                "symfony/debug": "3.1.*",
912
                "symfony/finder": "3.1.*",
913
                "symfony/http-foundation": "3.1.*",
914
                "symfony/http-kernel": "3.1.*",
915
                "symfony/process": "3.1.*",
916
                "symfony/routing": "3.1.*",
917
                "symfony/translation": "3.1.*",
918
                "symfony/var-dumper": "3.1.*",
919
                "vlucas/phpdotenv": "~2.2"
920
            },
921
            "replace": {
922
                "illuminate/auth": "self.version",
923
                "illuminate/broadcasting": "self.version",
924
                "illuminate/bus": "self.version",
925
                "illuminate/cache": "self.version",
926
                "illuminate/config": "self.version",
927
                "illuminate/console": "self.version",
928
                "illuminate/container": "self.version",
929
                "illuminate/contracts": "self.version",
930
                "illuminate/cookie": "self.version",
931
                "illuminate/database": "self.version",
932
                "illuminate/encryption": "self.version",
933
                "illuminate/events": "self.version",
934
                "illuminate/exception": "self.version",
935
                "illuminate/filesystem": "self.version",
936
                "illuminate/hashing": "self.version",
937
                "illuminate/http": "self.version",
938
                "illuminate/log": "self.version",
939
                "illuminate/mail": "self.version",
940
                "illuminate/notifications": "self.version",
941
                "illuminate/pagination": "self.version",
942
                "illuminate/pipeline": "self.version",
943
                "illuminate/queue": "self.version",
944
                "illuminate/redis": "self.version",
945
                "illuminate/routing": "self.version",
946
                "illuminate/session": "self.version",
947
                "illuminate/support": "self.version",
948
                "illuminate/translation": "self.version",
949
                "illuminate/validation": "self.version",
950
                "illuminate/view": "self.version",
951
                "tightenco/collect": "self.version"
952
            },
953
            "require-dev": {
954
                "aws/aws-sdk-php": "~3.0",
955
                "mockery/mockery": "~0.9.4",
956
                "pda/pheanstalk": "~3.0",
957
                "phpunit/phpunit": "~5.4",
958
                "predis/predis": "~1.0",
959
                "symfony/css-selector": "3.1.*",
960
                "symfony/dom-crawler": "3.1.*"
961
            },
962
            "suggest": {
963
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
964
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
965
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
966
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
967
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
968
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
969
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
970
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
971
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
972
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).",
973
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).",
974
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
975
            },
976
            "type": "library",
977
            "extra": {
978
                "branch-alias": {
979
                    "dev-master": "5.3-dev"
980
                }
981
            },
982
            "autoload": {
983
                "files": [
984
                    "src/Illuminate/Foundation/helpers.php",
985
                    "src/Illuminate/Support/helpers.php"
986
                ],
987
                "psr-4": {
988
                    "Illuminate\\": "src/Illuminate/"
989
                }
990
            },
991
            "notification-url": "https://packagist.org/downloads/",
992
            "license": [
993
                "MIT"
994
            ],
995
            "authors": [
996
                {
997
                    "name": "Taylor Otwell",
998
                    "email": "[email protected]"
999
                }
1000
            ],
1001
            "description": "The Laravel Framework.",
1002
            "homepage": "https://laravel.com",
1003
            "keywords": [
1004
                "framework",
1005
                "laravel"
1006
            ],
1007
            "time": "2016-09-29T22:13:17+00:00"
1008
        },
1009
        {
1010
            "name": "laravel/socialite",
1011
            "version": "v2.0.18",
1012
            "source": {
1013
                "type": "git",
1014
                "url": "https://github.com/laravel/socialite.git",
1015
                "reference": "76ee5397fcdea5a062361392abca4eb397e519a3"
1016
            },
1017
            "dist": {
1018
                "type": "zip",
1019
                "url": "https://api.github.com/repos/laravel/socialite/zipball/76ee5397fcdea5a062361392abca4eb397e519a3",
1020
                "reference": "76ee5397fcdea5a062361392abca4eb397e519a3",
1021
                "shasum": ""
1022
            },
1023
            "require": {
1024
                "guzzlehttp/guzzle": "~5.0|~6.0",
1025
                "illuminate/contracts": "~5.0",
1026
                "illuminate/http": "~5.0",
1027
                "illuminate/support": "~5.0",
1028
                "league/oauth1-client": "~1.0",
1029
                "php": ">=5.4.0"
1030
            },
1031
            "require-dev": {
1032
                "mockery/mockery": "~0.9",
1033
                "phpunit/phpunit": "~4.0|~5.0"
1034
            },
1035
            "type": "library",
1036
            "extra": {
1037
                "branch-alias": {
1038
                    "dev-master": "3.0-dev"
1039
                }
1040
            },
1041
            "autoload": {
1042
                "psr-4": {
1043
                    "Laravel\\Socialite\\": "src/"
1044
                }
1045
            },
1046
            "notification-url": "https://packagist.org/downloads/",
1047
            "license": [
1048
                "MIT"
1049
            ],
1050
            "authors": [
1051
                {
1052
                    "name": "Taylor Otwell",
1053
                    "email": "[email protected]"
1054
                }
1055
            ],
1056
            "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
1057
            "keywords": [
1058
                "laravel",
1059
                "oauth"
1060
            ],
1061
            "time": "2016-06-22T12:40:16+00:00"
1062
        },
1063
        {
1064
            "name": "league/flysystem",
1065
            "version": "1.0.27",
1066
            "source": {
1067
                "type": "git",
1068
                "url": "https://github.com/thephpleague/flysystem.git",
1069
                "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9"
1070
            },
1071
            "dist": {
1072
                "type": "zip",
1073
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
1074
                "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9",
1075
                "shasum": ""
1076
            },
1077
            "require": {
1078
                "php": ">=5.4.0"
1079
            },
1080
            "conflict": {
1081
                "league/flysystem-sftp": "<1.0.6"
1082
            },
1083
            "require-dev": {
1084
                "ext-fileinfo": "*",
1085
                "mockery/mockery": "~0.9",
1086
                "phpspec/phpspec": "^2.2",
1087
                "phpunit/phpunit": "~4.8"
1088
            },
1089
            "suggest": {
1090
                "ext-fileinfo": "Required for MimeType",
1091
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1092
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1093
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1094
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1095
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1096
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1097
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1098
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1099
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1100
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1101
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1102
            },
1103
            "type": "library",
1104
            "extra": {
1105
                "branch-alias": {
1106
                    "dev-master": "1.1-dev"
1107
                }
1108
            },
1109
            "autoload": {
1110
                "psr-4": {
1111
                    "League\\Flysystem\\": "src/"
1112
                }
1113
            },
1114
            "notification-url": "https://packagist.org/downloads/",
1115
            "license": [
1116
                "MIT"
1117
            ],
1118
            "authors": [
1119
                {
1120
                    "name": "Frank de Jonge",
1121
                    "email": "[email protected]"
1122
                }
1123
            ],
1124
            "description": "Filesystem abstraction: Many filesystems, one API.",
1125
            "keywords": [
1126
                "Cloud Files",
1127
                "WebDAV",
1128
                "abstraction",
1129
                "aws",
1130
                "cloud",
1131
                "copy.com",
1132
                "dropbox",
1133
                "file systems",
1134
                "files",
1135
                "filesystem",
1136
                "filesystems",
1137
                "ftp",
1138
                "rackspace",
1139
                "remote",
1140
                "s3",
1141
                "sftp",
1142
                "storage"
1143
            ],
1144
            "time": "2016-08-10T08:55:11+00:00"
1145
        },
1146
        {
1147
            "name": "league/oauth1-client",
1148
            "version": "1.7.0",
1149
            "source": {
1150
                "type": "git",
1151
                "url": "https://github.com/thephpleague/oauth1-client.git",
1152
                "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
1153
            },
1154
            "dist": {
1155
                "type": "zip",
1156
                "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
1157
                "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
1158
                "shasum": ""
1159
            },
1160
            "require": {
1161
                "guzzlehttp/guzzle": "^6.0",
1162
                "php": ">=5.5.0"
1163
            },
1164
            "require-dev": {
1165
                "mockery/mockery": "^0.9",
1166
                "phpunit/phpunit": "^4.0",
1167
                "squizlabs/php_codesniffer": "^2.0"
1168
            },
1169
            "type": "library",
1170
            "extra": {
1171
                "branch-alias": {
1172
                    "dev-master": "1.0-dev"
1173
                }
1174
            },
1175
            "autoload": {
1176
                "psr-4": {
1177
                    "League\\OAuth1\\": "src/"
1178
                }
1179
            },
1180
            "notification-url": "https://packagist.org/downloads/",
1181
            "license": [
1182
                "MIT"
1183
            ],
1184
            "authors": [
1185
                {
1186
                    "name": "Ben Corlett",
1187
                    "email": "[email protected]",
1188
                    "homepage": "http://www.webcomm.com.au",
1189
                    "role": "Developer"
1190
                }
1191
            ],
1192
            "description": "OAuth 1.0 Client Library",
1193
            "keywords": [
1194
                "Authentication",
1195
                "SSO",
1196
                "authorization",
1197
                "bitbucket",
1198
                "identity",
1199
                "idp",
1200
                "oauth",
1201
                "oauth1",
1202
                "single sign on",
1203
                "trello",
1204
                "tumblr",
1205
                "twitter"
1206
            ],
1207
            "time": "2016-08-17T00:36:58+00:00"
1208
        },
1209
        {
1210
            "name": "monolog/monolog",
1211
            "version": "1.21.0",
1212
            "source": {
1213
                "type": "git",
1214
                "url": "https://github.com/Seldaek/monolog.git",
1215
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
1216
            },
1217
            "dist": {
1218
                "type": "zip",
1219
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1220
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1221
                "shasum": ""
1222
            },
1223
            "require": {
1224
                "php": ">=5.3.0",
1225
                "psr/log": "~1.0"
1226
            },
1227
            "provide": {
1228
                "psr/log-implementation": "1.0.0"
1229
            },
1230
            "require-dev": {
1231
                "aws/aws-sdk-php": "^2.4.9",
1232
                "doctrine/couchdb": "~1.0@dev",
1233
                "graylog2/gelf-php": "~1.0",
1234
                "jakub-onderka/php-parallel-lint": "0.9",
1235
                "php-amqplib/php-amqplib": "~2.4",
1236
                "php-console/php-console": "^3.1.3",
1237
                "phpunit/phpunit": "~4.5",
1238
                "phpunit/phpunit-mock-objects": "2.3.0",
1239
                "ruflin/elastica": ">=0.90 <3.0",
1240
                "sentry/sentry": "^0.13",
1241
                "swiftmailer/swiftmailer": "~5.3"
1242
            },
1243
            "suggest": {
1244
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1245
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1246
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1247
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1248
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1249
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1250
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1251
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1252
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1253
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1254
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1255
            },
1256
            "type": "library",
1257
            "extra": {
1258
                "branch-alias": {
1259
                    "dev-master": "2.0.x-dev"
1260
                }
1261
            },
1262
            "autoload": {
1263
                "psr-4": {
1264
                    "Monolog\\": "src/Monolog"
1265
                }
1266
            },
1267
            "notification-url": "https://packagist.org/downloads/",
1268
            "license": [
1269
                "MIT"
1270
            ],
1271
            "authors": [
1272
                {
1273
                    "name": "Jordi Boggiano",
1274
                    "email": "[email protected]",
1275
                    "homepage": "http://seld.be"
1276
                }
1277
            ],
1278
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1279
            "homepage": "http://github.com/Seldaek/monolog",
1280
            "keywords": [
1281
                "log",
1282
                "logging",
1283
                "psr-3"
1284
            ],
1285
            "time": "2016-07-29T03:23:52+00:00"
1286
        },
1287
        {
1288
            "name": "mtdowling/cron-expression",
1289
            "version": "v1.1.0",
1290
            "source": {
1291
                "type": "git",
1292
                "url": "https://github.com/mtdowling/cron-expression.git",
1293
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
1294
            },
1295
            "dist": {
1296
                "type": "zip",
1297
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1298
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1299
                "shasum": ""
1300
            },
1301
            "require": {
1302
                "php": ">=5.3.2"
1303
            },
1304
            "require-dev": {
1305
                "phpunit/phpunit": "~4.0|~5.0"
1306
            },
1307
            "type": "library",
1308
            "autoload": {
1309
                "psr-0": {
1310
                    "Cron": "src/"
1311
                }
1312
            },
1313
            "notification-url": "https://packagist.org/downloads/",
1314
            "license": [
1315
                "MIT"
1316
            ],
1317
            "authors": [
1318
                {
1319
                    "name": "Michael Dowling",
1320
                    "email": "[email protected]",
1321
                    "homepage": "https://github.com/mtdowling"
1322
                }
1323
            ],
1324
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1325
            "keywords": [
1326
                "cron",
1327
                "schedule"
1328
            ],
1329
            "time": "2016-01-26T21:23:30+00:00"
1330
        },
1331
        {
1332
            "name": "nesbot/carbon",
1333
            "version": "1.21.0",
1334
            "source": {
1335
                "type": "git",
1336
                "url": "https://github.com/briannesbitt/Carbon.git",
1337
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1338
            },
1339
            "dist": {
1340
                "type": "zip",
1341
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1342
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1343
                "shasum": ""
1344
            },
1345
            "require": {
1346
                "php": ">=5.3.0",
1347
                "symfony/translation": "~2.6|~3.0"
1348
            },
1349
            "require-dev": {
1350
                "phpunit/phpunit": "~4.0|~5.0"
1351
            },
1352
            "type": "library",
1353
            "autoload": {
1354
                "psr-4": {
1355
                    "Carbon\\": "src/Carbon/"
1356
                }
1357
            },
1358
            "notification-url": "https://packagist.org/downloads/",
1359
            "license": [
1360
                "MIT"
1361
            ],
1362
            "authors": [
1363
                {
1364
                    "name": "Brian Nesbitt",
1365
                    "email": "[email protected]",
1366
                    "homepage": "http://nesbot.com"
1367
                }
1368
            ],
1369
            "description": "A simple API extension for DateTime.",
1370
            "homepage": "http://carbon.nesbot.com",
1371
            "keywords": [
1372
                "date",
1373
                "datetime",
1374
                "time"
1375
            ],
1376
            "time": "2015-11-04T20:07:17+00:00"
1377
        },
1378
        {
1379
            "name": "nikic/php-parser",
1380
            "version": "v2.1.1",
1381
            "source": {
1382
                "type": "git",
1383
                "url": "https://github.com/nikic/PHP-Parser.git",
1384
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
1385
            },
1386
            "dist": {
1387
                "type": "zip",
1388
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
1389
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
1390
                "shasum": ""
1391
            },
1392
            "require": {
1393
                "ext-tokenizer": "*",
1394
                "php": ">=5.4"
1395
            },
1396
            "require-dev": {
1397
                "phpunit/phpunit": "~4.0"
1398
            },
1399
            "bin": [
1400
                "bin/php-parse"
1401
            ],
1402
            "type": "library",
1403
            "extra": {
1404
                "branch-alias": {
1405
                    "dev-master": "2.1-dev"
1406
                }
1407
            },
1408
            "autoload": {
1409
                "psr-4": {
1410
                    "PhpParser\\": "lib/PhpParser"
1411
                }
1412
            },
1413
            "notification-url": "https://packagist.org/downloads/",
1414
            "license": [
1415
                "BSD-3-Clause"
1416
            ],
1417
            "authors": [
1418
                {
1419
                    "name": "Nikita Popov"
1420
                }
1421
            ],
1422
            "description": "A PHP parser written in PHP",
1423
            "keywords": [
1424
                "parser",
1425
                "php"
1426
            ],
1427
            "time": "2016-09-16T12:04:44+00:00"
1428
        },
1429
        {
1430
            "name": "paragonie/random_compat",
1431
            "version": "v2.0.2",
1432
            "source": {
1433
                "type": "git",
1434
                "url": "https://github.com/paragonie/random_compat.git",
1435
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
1436
            },
1437
            "dist": {
1438
                "type": "zip",
1439
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
1440
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
1441
                "shasum": ""
1442
            },
1443
            "require": {
1444
                "php": ">=5.2.0"
1445
            },
1446
            "require-dev": {
1447
                "phpunit/phpunit": "4.*|5.*"
1448
            },
1449
            "suggest": {
1450
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1451
            },
1452
            "type": "library",
1453
            "autoload": {
1454
                "files": [
1455
                    "lib/random.php"
1456
                ]
1457
            },
1458
            "notification-url": "https://packagist.org/downloads/",
1459
            "license": [
1460
                "MIT"
1461
            ],
1462
            "authors": [
1463
                {
1464
                    "name": "Paragon Initiative Enterprises",
1465
                    "email": "[email protected]",
1466
                    "homepage": "https://paragonie.com"
1467
                }
1468
            ],
1469
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1470
            "keywords": [
1471
                "csprng",
1472
                "pseudorandom",
1473
                "random"
1474
            ],
1475
            "time": "2016-04-03T06:00:07+00:00"
1476
        },
1477
        {
1478
            "name": "psr/http-message",
1479
            "version": "1.0.1",
1480
            "source": {
1481
                "type": "git",
1482
                "url": "https://github.com/php-fig/http-message.git",
1483
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1484
            },
1485
            "dist": {
1486
                "type": "zip",
1487
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1488
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1489
                "shasum": ""
1490
            },
1491
            "require": {
1492
                "php": ">=5.3.0"
1493
            },
1494
            "type": "library",
1495
            "extra": {
1496
                "branch-alias": {
1497
                    "dev-master": "1.0.x-dev"
1498
                }
1499
            },
1500
            "autoload": {
1501
                "psr-4": {
1502
                    "Psr\\Http\\Message\\": "src/"
1503
                }
1504
            },
1505
            "notification-url": "https://packagist.org/downloads/",
1506
            "license": [
1507
                "MIT"
1508
            ],
1509
            "authors": [
1510
                {
1511
                    "name": "PHP-FIG",
1512
                    "homepage": "http://www.php-fig.org/"
1513
                }
1514
            ],
1515
            "description": "Common interface for HTTP messages",
1516
            "homepage": "https://github.com/php-fig/http-message",
1517
            "keywords": [
1518
                "http",
1519
                "http-message",
1520
                "psr",
1521
                "psr-7",
1522
                "request",
1523
                "response"
1524
            ],
1525
            "time": "2016-08-06T14:39:51+00:00"
1526
        },
1527
        {
1528
            "name": "psr/log",
1529
            "version": "1.0.1",
1530
            "source": {
1531
                "type": "git",
1532
                "url": "https://github.com/php-fig/log.git",
1533
                "reference": "5277094ed527a1c4477177d102fe4c53551953e0"
1534
            },
1535
            "dist": {
1536
                "type": "zip",
1537
                "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",
1538
                "reference": "5277094ed527a1c4477177d102fe4c53551953e0",
1539
                "shasum": ""
1540
            },
1541
            "require": {
1542
                "php": ">=5.3.0"
1543
            },
1544
            "type": "library",
1545
            "extra": {
1546
                "branch-alias": {
1547
                    "dev-master": "1.0.x-dev"
1548
                }
1549
            },
1550
            "autoload": {
1551
                "psr-4": {
1552
                    "Psr\\Log\\": "Psr/Log/"
1553
                }
1554
            },
1555
            "notification-url": "https://packagist.org/downloads/",
1556
            "license": [
1557
                "MIT"
1558
            ],
1559
            "authors": [
1560
                {
1561
                    "name": "PHP-FIG",
1562
                    "homepage": "http://www.php-fig.org/"
1563
                }
1564
            ],
1565
            "description": "Common interface for logging libraries",
1566
            "homepage": "https://github.com/php-fig/log",
1567
            "keywords": [
1568
                "log",
1569
                "psr",
1570
                "psr-3"
1571
            ],
1572
            "time": "2016-09-19T16:02:08+00:00"
1573
        },
1574
        {
1575
            "name": "psy/psysh",
1576
            "version": "v0.7.2",
1577
            "source": {
1578
                "type": "git",
1579
                "url": "https://github.com/bobthecow/psysh.git",
1580
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
1581
            },
1582
            "dist": {
1583
                "type": "zip",
1584
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
1585
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
1586
                "shasum": ""
1587
            },
1588
            "require": {
1589
                "dnoegel/php-xdg-base-dir": "0.1",
1590
                "jakub-onderka/php-console-highlighter": "0.3.*",
1591
                "nikic/php-parser": "^1.2.1|~2.0",
1592
                "php": ">=5.3.9",
1593
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
1594
                "symfony/var-dumper": "~2.7|~3.0"
1595
            },
1596
            "require-dev": {
1597
                "fabpot/php-cs-fixer": "~1.5",
1598
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
1599
                "squizlabs/php_codesniffer": "~2.0",
1600
                "symfony/finder": "~2.1|~3.0"
1601
            },
1602
            "suggest": {
1603
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1604
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1605
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1606
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1607
            },
1608
            "bin": [
1609
                "bin/psysh"
1610
            ],
1611
            "type": "library",
1612
            "extra": {
1613
                "branch-alias": {
1614
                    "dev-develop": "0.8.x-dev"
1615
                }
1616
            },
1617
            "autoload": {
1618
                "files": [
1619
                    "src/Psy/functions.php"
1620
                ],
1621
                "psr-4": {
1622
                    "Psy\\": "src/Psy/"
1623
                }
1624
            },
1625
            "notification-url": "https://packagist.org/downloads/",
1626
            "license": [
1627
                "MIT"
1628
            ],
1629
            "authors": [
1630
                {
1631
                    "name": "Justin Hileman",
1632
                    "email": "[email protected]",
1633
                    "homepage": "http://justinhileman.com"
1634
                }
1635
            ],
1636
            "description": "An interactive shell for modern PHP.",
1637
            "homepage": "http://psysh.org",
1638
            "keywords": [
1639
                "REPL",
1640
                "console",
1641
                "interactive",
1642
                "shell"
1643
            ],
1644
            "time": "2016-03-09T05:03:14+00:00"
1645
        },
1646
        {
1647
            "name": "ramsey/uuid",
1648
            "version": "3.5.1",
1649
            "source": {
1650
                "type": "git",
1651
                "url": "https://github.com/ramsey/uuid.git",
1652
                "reference": "a07797b986671b0dc823885a81d5e3516b931599"
1653
            },
1654
            "dist": {
1655
                "type": "zip",
1656
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/a07797b986671b0dc823885a81d5e3516b931599",
1657
                "reference": "a07797b986671b0dc823885a81d5e3516b931599",
1658
                "shasum": ""
1659
            },
1660
            "require": {
1661
                "paragonie/random_compat": "^1.0|^2.0",
1662
                "php": ">=5.4"
1663
            },
1664
            "replace": {
1665
                "rhumsaa/uuid": "self.version"
1666
            },
1667
            "require-dev": {
1668
                "apigen/apigen": "^4.1",
1669
                "codeception/aspect-mock": "1.0.0",
1670
                "goaop/framework": "1.0.0-alpha.2",
1671
                "ircmaxell/random-lib": "^1.1",
1672
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1673
                "mockery/mockery": "^0.9.4",
1674
                "moontoast/math": "^1.1",
1675
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1676
                "satooshi/php-coveralls": "^0.6.1",
1677
                "squizlabs/php_codesniffer": "^2.3"
1678
            },
1679
            "suggest": {
1680
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1681
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1682
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1683
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1684
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1685
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1686
            },
1687
            "type": "library",
1688
            "extra": {
1689
                "branch-alias": {
1690
                    "dev-master": "3.x-dev"
1691
                }
1692
            },
1693
            "autoload": {
1694
                "psr-4": {
1695
                    "Ramsey\\Uuid\\": "src/"
1696
                }
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Marijn Huizendveld",
1705
                    "email": "[email protected]"
1706
                },
1707
                {
1708
                    "name": "Thibaud Fabre",
1709
                    "email": "[email protected]"
1710
                },
1711
                {
1712
                    "name": "Ben Ramsey",
1713
                    "email": "[email protected]",
1714
                    "homepage": "https://benramsey.com"
1715
                }
1716
            ],
1717
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1718
            "homepage": "https://github.com/ramsey/uuid",
1719
            "keywords": [
1720
                "guid",
1721
                "identifier",
1722
                "uuid"
1723
            ],
1724
            "time": "2016-10-02T15:51:17+00:00"
1725
        },
1726
        {
1727
            "name": "sentry/sentry",
1728
            "version": "1.7.1",
1729
            "source": {
1730
                "type": "git",
1731
                "url": "https://github.com/getsentry/sentry-php.git",
1732
                "reference": "ed62ac351124a136f61b7ece7e0d172f4c56897b"
1733
            },
1734
            "dist": {
1735
                "type": "zip",
1736
                "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ed62ac351124a136f61b7ece7e0d172f4c56897b",
1737
                "reference": "ed62ac351124a136f61b7ece7e0d172f4c56897b",
1738
                "shasum": ""
1739
            },
1740
            "require": {
1741
                "ext-curl": "*",
1742
                "php": "^5.3|^7.0"
1743
            },
1744
            "conflict": {
1745
                "raven/raven": "*"
1746
            },
1747
            "require-dev": {
1748
                "friendsofphp/php-cs-fixer": "^1.8.0",
1749
                "monolog/monolog": "*",
1750
                "phpunit/phpunit": "^4.8 || ^5.0"
1751
            },
1752
            "suggest": {
1753
                "ext-hash": "*",
1754
                "ext-json": "*",
1755
                "ext-mbstring": "*",
1756
                "immobiliare/sentry-php": "Fork that fixes support for PHP 5.2",
1757
                "monolog/monolog": "Automatically capture Monolog events as breadcrumbs"
1758
            },
1759
            "bin": [
1760
                "bin/sentry"
1761
            ],
1762
            "type": "library",
1763
            "extra": {
1764
                "branch-alias": {
1765
                    "dev-master": "1.7.x-dev"
1766
                }
1767
            },
1768
            "autoload": {
1769
                "psr-0": {
1770
                    "Raven_": "lib/"
1771
                }
1772
            },
1773
            "notification-url": "https://packagist.org/downloads/",
1774
            "license": [
1775
                "BSD-3-Clause"
1776
            ],
1777
            "authors": [
1778
                {
1779
                    "name": "David Cramer",
1780
                    "email": "[email protected]"
1781
                }
1782
            ],
1783
            "description": "A PHP client for Sentry (http://getsentry.com)",
1784
            "homepage": "http://getsentry.com",
1785
            "keywords": [
1786
                "log",
1787
                "logging"
1788
            ],
1789
            "time": "2017-08-02T16:38:25+00:00"
1790
        },
1791
        {
1792
            "name": "sentry/sentry-laravel",
1793
            "version": "0.8.0",
1794
            "source": {
1795
                "type": "git",
1796
                "url": "https://github.com/getsentry/sentry-laravel.git",
1797
                "reference": "4ca94ed3ba6d79ad049957be574a738a3478f94c"
1798
            },
1799
            "dist": {
1800
                "type": "zip",
1801
                "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/4ca94ed3ba6d79ad049957be574a738a3478f94c",
1802
                "reference": "4ca94ed3ba6d79ad049957be574a738a3478f94c",
1803
                "shasum": ""
1804
            },
1805
            "require": {
1806
                "illuminate/support": "4.*|5.*",
1807
                "php": ">=5.3.0",
1808
                "sentry/sentry": ">=1.7.0"
1809
            },
1810
            "require-dev": {
1811
                "friendsofphp/php-cs-fixer": "^1.8.0",
1812
                "orchestra/testbench": "3.*",
1813
                "phpunit/phpunit": "^4.6.6"
1814
            },
1815
            "type": "library",
1816
            "extra": {
1817
                "branch-alias": {
1818
                    "dev-master": "0.8.x-dev"
1819
                },
1820
                "laravel": {
1821
                    "providers": [
1822
                        "Sentry\\SentryLaravel\\SentryLaravelServiceProvider"
1823
                    ],
1824
                    "aliases": {
1825
                        "Sentry": "Sentry\\SentryLaravel\\SentryFacade"
1826
                    }
1827
                }
1828
            },
1829
            "autoload": {
1830
                "psr-0": {
1831
                    "Sentry\\SentryLaravel\\": "src/"
1832
                }
1833
            },
1834
            "notification-url": "https://packagist.org/downloads/",
1835
            "license": [
1836
                "Apache-2.0"
1837
            ],
1838
            "authors": [
1839
                {
1840
                    "name": "David Cramer",
1841
                    "email": "[email protected]"
1842
                }
1843
            ],
1844
            "description": "Laravel integration for Sentry (https://sentry.io)",
1845
            "homepage": "https://sentry.io",
1846
            "keywords": [
1847
                "errors",
1848
                "laravel",
1849
                "logging",
1850
                "sentry"
1851
            ],
1852
            "time": "2017-08-11T17:29:14+00:00"
1853
        },
1854
        {
1855
            "name": "squizlabs/php_codesniffer",
1856
            "version": "3.1.0",
1857
            "source": {
1858
                "type": "git",
1859
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1860
                "reference": "3c2d0a0fe39684ba0c1eb842a6a775d0b938d699"
1861
            },
1862
            "dist": {
1863
                "type": "zip",
1864
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/3c2d0a0fe39684ba0c1eb842a6a775d0b938d699",
1865
                "reference": "3c2d0a0fe39684ba0c1eb842a6a775d0b938d699",
1866
                "shasum": ""
1867
            },
1868
            "require": {
1869
                "ext-simplexml": "*",
1870
                "ext-tokenizer": "*",
1871
                "ext-xmlwriter": "*",
1872
                "php": ">=5.4.0"
1873
            },
1874
            "require-dev": {
1875
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
1876
            },
1877
            "bin": [
1878
                "bin/phpcs",
1879
                "bin/phpcbf"
1880
            ],
1881
            "type": "library",
1882
            "extra": {
1883
                "branch-alias": {
1884
                    "dev-master": "3.x-dev"
1885
                }
1886
            },
1887
            "notification-url": "https://packagist.org/downloads/",
1888
            "license": [
1889
                "BSD-3-Clause"
1890
            ],
1891
            "authors": [
1892
                {
1893
                    "name": "Greg Sherwood",
1894
                    "role": "lead"
1895
                }
1896
            ],
1897
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1898
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1899
            "keywords": [
1900
                "phpcs",
1901
                "standards"
1902
            ],
1903
            "time": "2017-09-19T22:47:14+00:00"
1904
        },
1905
        {
1906
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
1907
            "version": "v5.4.3",
1908
            "source": {
1909
                "type": "git",
1910
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1911
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
1912
            },
1913
            "dist": {
1914
                "type": "zip",
1915
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
1916
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
1917
                "shasum": ""
1918
            },
1919
            "require": {
1920
                "php": ">=5.3.3"
1921
            },
1922
            "require-dev": {
1923
                "mockery/mockery": "~0.9.1"
1924
            },
1925
            "type": "library",
1926
            "extra": {
1927
                "branch-alias": {
1928
                    "dev-master": "5.4-dev"
1929
                }
1930
            },
1931
            "autoload": {
1932
                "files": [
1933
                    "lib/swift_required.php"
1934
                ]
1935
            },
1936
            "notification-url": "https://packagist.org/downloads/",
1937
            "license": [
1938
                "MIT"
1939
            ],
1940
            "authors": [
1941
                {
1942
                    "name": "Chris Corbyn"
1943
                },
1944
                {
1945
                    "name": "Fabien Potencier",
1946
                    "email": "[email protected]"
1947
                }
1948
            ],
1949
            "description": "Swiftmailer, free feature-rich PHP mailer",
1950
            "homepage": "http://swiftmailer.org",
1951
            "keywords": [
1952
                "email",
1953
                "mail",
1954
                "mailer"
1955
            ],
1956
            "time": "2016-07-08T11:51:25+00:00"
1957
        },
1958
        {
1959
            "name": "symfony/console",
1960
            "version": "v3.1.4",
1961
            "source": {
1962
                "type": "git",
1963
                "url": "https://github.com/symfony/console.git",
1964
                "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563"
1965
            },
1966
            "dist": {
1967
                "type": "zip",
1968
                "url": "https://api.github.com/repos/symfony/console/zipball/8ea494c34f0f772c3954b5fbe00bffc5a435e563",
1969
                "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563",
1970
                "shasum": ""
1971
            },
1972
            "require": {
1973
                "php": ">=5.5.9",
1974
                "symfony/polyfill-mbstring": "~1.0"
1975
            },
1976
            "require-dev": {
1977
                "psr/log": "~1.0",
1978
                "symfony/event-dispatcher": "~2.8|~3.0",
1979
                "symfony/process": "~2.8|~3.0"
1980
            },
1981
            "suggest": {
1982
                "psr/log": "For using the console logger",
1983
                "symfony/event-dispatcher": "",
1984
                "symfony/process": ""
1985
            },
1986
            "type": "library",
1987
            "extra": {
1988
                "branch-alias": {
1989
                    "dev-master": "3.1-dev"
1990
                }
1991
            },
1992
            "autoload": {
1993
                "psr-4": {
1994
                    "Symfony\\Component\\Console\\": ""
1995
                },
1996
                "exclude-from-classmap": [
1997
                    "/Tests/"
1998
                ]
1999
            },
2000
            "notification-url": "https://packagist.org/downloads/",
2001
            "license": [
2002
                "MIT"
2003
            ],
2004
            "authors": [
2005
                {
2006
                    "name": "Fabien Potencier",
2007
                    "email": "[email protected]"
2008
                },
2009
                {
2010
                    "name": "Symfony Community",
2011
                    "homepage": "https://symfony.com/contributors"
2012
                }
2013
            ],
2014
            "description": "Symfony Console Component",
2015
            "homepage": "https://symfony.com",
2016
            "time": "2016-08-19T06:48:39+00:00"
2017
        },
2018
        {
2019
            "name": "symfony/debug",
2020
            "version": "v3.1.4",
2021
            "source": {
2022
                "type": "git",
2023
                "url": "https://github.com/symfony/debug.git",
2024
                "reference": "34f6ac18c2974ca5fce68adf419ee7d15def6f11"
2025
            },
2026
            "dist": {
2027
                "type": "zip",
2028
                "url": "https://api.github.com/repos/symfony/debug/zipball/34f6ac18c2974ca5fce68adf419ee7d15def6f11",
2029
                "reference": "34f6ac18c2974ca5fce68adf419ee7d15def6f11",
2030
                "shasum": ""
2031
            },
2032
            "require": {
2033
                "php": ">=5.5.9",
2034
                "psr/log": "~1.0"
2035
            },
2036
            "conflict": {
2037
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2038
            },
2039
            "require-dev": {
2040
                "symfony/class-loader": "~2.8|~3.0",
2041
                "symfony/http-kernel": "~2.8|~3.0"
2042
            },
2043
            "type": "library",
2044
            "extra": {
2045
                "branch-alias": {
2046
                    "dev-master": "3.1-dev"
2047
                }
2048
            },
2049
            "autoload": {
2050
                "psr-4": {
2051
                    "Symfony\\Component\\Debug\\": ""
2052
                },
2053
                "exclude-from-classmap": [
2054
                    "/Tests/"
2055
                ]
2056
            },
2057
            "notification-url": "https://packagist.org/downloads/",
2058
            "license": [
2059
                "MIT"
2060
            ],
2061
            "authors": [
2062
                {
2063
                    "name": "Fabien Potencier",
2064
                    "email": "[email protected]"
2065
                },
2066
                {
2067
                    "name": "Symfony Community",
2068
                    "homepage": "https://symfony.com/contributors"
2069
                }
2070
            ],
2071
            "description": "Symfony Debug Component",
2072
            "homepage": "https://symfony.com",
2073
            "time": "2016-08-23T13:39:15+00:00"
2074
        },
2075
        {
2076
            "name": "symfony/event-dispatcher",
2077
            "version": "v3.1.4",
2078
            "source": {
2079
                "type": "git",
2080
                "url": "https://github.com/symfony/event-dispatcher.git",
2081
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5"
2082
            },
2083
            "dist": {
2084
                "type": "zip",
2085
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
2086
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
2087
                "shasum": ""
2088
            },
2089
            "require": {
2090
                "php": ">=5.5.9"
2091
            },
2092
            "require-dev": {
2093
                "psr/log": "~1.0",
2094
                "symfony/config": "~2.8|~3.0",
2095
                "symfony/dependency-injection": "~2.8|~3.0",
2096
                "symfony/expression-language": "~2.8|~3.0",
2097
                "symfony/stopwatch": "~2.8|~3.0"
2098
            },
2099
            "suggest": {
2100
                "symfony/dependency-injection": "",
2101
                "symfony/http-kernel": ""
2102
            },
2103
            "type": "library",
2104
            "extra": {
2105
                "branch-alias": {
2106
                    "dev-master": "3.1-dev"
2107
                }
2108
            },
2109
            "autoload": {
2110
                "psr-4": {
2111
                    "Symfony\\Component\\EventDispatcher\\": ""
2112
                },
2113
                "exclude-from-classmap": [
2114
                    "/Tests/"
2115
                ]
2116
            },
2117
            "notification-url": "https://packagist.org/downloads/",
2118
            "license": [
2119
                "MIT"
2120
            ],
2121
            "authors": [
2122
                {
2123
                    "name": "Fabien Potencier",
2124
                    "email": "[email protected]"
2125
                },
2126
                {
2127
                    "name": "Symfony Community",
2128
                    "homepage": "https://symfony.com/contributors"
2129
                }
2130
            ],
2131
            "description": "Symfony EventDispatcher Component",
2132
            "homepage": "https://symfony.com",
2133
            "time": "2016-07-19T10:45:57+00:00"
2134
        },
2135
        {
2136
            "name": "symfony/finder",
2137
            "version": "v3.1.4",
2138
            "source": {
2139
                "type": "git",
2140
                "url": "https://github.com/symfony/finder.git",
2141
                "reference": "e568ef1784f447a0e54dcb6f6de30b9747b0f577"
2142
            },
2143
            "dist": {
2144
                "type": "zip",
2145
                "url": "https://api.github.com/repos/symfony/finder/zipball/e568ef1784f447a0e54dcb6f6de30b9747b0f577",
2146
                "reference": "e568ef1784f447a0e54dcb6f6de30b9747b0f577",
2147
                "shasum": ""
2148
            },
2149
            "require": {
2150
                "php": ">=5.5.9"
2151
            },
2152
            "type": "library",
2153
            "extra": {
2154
                "branch-alias": {
2155
                    "dev-master": "3.1-dev"
2156
                }
2157
            },
2158
            "autoload": {
2159
                "psr-4": {
2160
                    "Symfony\\Component\\Finder\\": ""
2161
                },
2162
                "exclude-from-classmap": [
2163
                    "/Tests/"
2164
                ]
2165
            },
2166
            "notification-url": "https://packagist.org/downloads/",
2167
            "license": [
2168
                "MIT"
2169
            ],
2170
            "authors": [
2171
                {
2172
                    "name": "Fabien Potencier",
2173
                    "email": "[email protected]"
2174
                },
2175
                {
2176
                    "name": "Symfony Community",
2177
                    "homepage": "https://symfony.com/contributors"
2178
                }
2179
            ],
2180
            "description": "Symfony Finder Component",
2181
            "homepage": "https://symfony.com",
2182
            "time": "2016-08-26T12:04:02+00:00"
2183
        },
2184
        {
2185
            "name": "symfony/http-foundation",
2186
            "version": "v3.1.4",
2187
            "source": {
2188
                "type": "git",
2189
                "url": "https://github.com/symfony/http-foundation.git",
2190
                "reference": "63592e00fd90632b57ee50220a1ddb29b6bf3bb4"
2191
            },
2192
            "dist": {
2193
                "type": "zip",
2194
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/63592e00fd90632b57ee50220a1ddb29b6bf3bb4",
2195
                "reference": "63592e00fd90632b57ee50220a1ddb29b6bf3bb4",
2196
                "shasum": ""
2197
            },
2198
            "require": {
2199
                "php": ">=5.5.9",
2200
                "symfony/polyfill-mbstring": "~1.1"
2201
            },
2202
            "require-dev": {
2203
                "symfony/expression-language": "~2.8|~3.0"
2204
            },
2205
            "type": "library",
2206
            "extra": {
2207
                "branch-alias": {
2208
                    "dev-master": "3.1-dev"
2209
                }
2210
            },
2211
            "autoload": {
2212
                "psr-4": {
2213
                    "Symfony\\Component\\HttpFoundation\\": ""
2214
                },
2215
                "exclude-from-classmap": [
2216
                    "/Tests/"
2217
                ]
2218
            },
2219
            "notification-url": "https://packagist.org/downloads/",
2220
            "license": [
2221
                "MIT"
2222
            ],
2223
            "authors": [
2224
                {
2225
                    "name": "Fabien Potencier",
2226
                    "email": "[email protected]"
2227
                },
2228
                {
2229
                    "name": "Symfony Community",
2230
                    "homepage": "https://symfony.com/contributors"
2231
                }
2232
            ],
2233
            "description": "Symfony HttpFoundation Component",
2234
            "homepage": "https://symfony.com",
2235
            "time": "2016-08-22T12:11:19+00:00"
2236
        },
2237
        {
2238
            "name": "symfony/http-kernel",
2239
            "version": "v3.1.4",
2240
            "source": {
2241
                "type": "git",
2242
                "url": "https://github.com/symfony/http-kernel.git",
2243
                "reference": "aeda215d6b01f119508c090d2a09ebb5b0bc61f3"
2244
            },
2245
            "dist": {
2246
                "type": "zip",
2247
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aeda215d6b01f119508c090d2a09ebb5b0bc61f3",
2248
                "reference": "aeda215d6b01f119508c090d2a09ebb5b0bc61f3",
2249
                "shasum": ""
2250
            },
2251
            "require": {
2252
                "php": ">=5.5.9",
2253
                "psr/log": "~1.0",
2254
                "symfony/debug": "~2.8|~3.0",
2255
                "symfony/event-dispatcher": "~2.8|~3.0",
2256
                "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
2257
            },
2258
            "conflict": {
2259
                "symfony/config": "<2.8"
2260
            },
2261
            "require-dev": {
2262
                "symfony/browser-kit": "~2.8|~3.0",
2263
                "symfony/class-loader": "~2.8|~3.0",
2264
                "symfony/config": "~2.8|~3.0",
2265
                "symfony/console": "~2.8|~3.0",
2266
                "symfony/css-selector": "~2.8|~3.0",
2267
                "symfony/dependency-injection": "~2.8|~3.0",
2268
                "symfony/dom-crawler": "~2.8|~3.0",
2269
                "symfony/expression-language": "~2.8|~3.0",
2270
                "symfony/finder": "~2.8|~3.0",
2271
                "symfony/process": "~2.8|~3.0",
2272
                "symfony/routing": "~2.8|~3.0",
2273
                "symfony/stopwatch": "~2.8|~3.0",
2274
                "symfony/templating": "~2.8|~3.0",
2275
                "symfony/translation": "~2.8|~3.0",
2276
                "symfony/var-dumper": "~2.8|~3.0"
2277
            },
2278
            "suggest": {
2279
                "symfony/browser-kit": "",
2280
                "symfony/class-loader": "",
2281
                "symfony/config": "",
2282
                "symfony/console": "",
2283
                "symfony/dependency-injection": "",
2284
                "symfony/finder": "",
2285
                "symfony/var-dumper": ""
2286
            },
2287
            "type": "library",
2288
            "extra": {
2289
                "branch-alias": {
2290
                    "dev-master": "3.1-dev"
2291
                }
2292
            },
2293
            "autoload": {
2294
                "psr-4": {
2295
                    "Symfony\\Component\\HttpKernel\\": ""
2296
                },
2297
                "exclude-from-classmap": [
2298
                    "/Tests/"
2299
                ]
2300
            },
2301
            "notification-url": "https://packagist.org/downloads/",
2302
            "license": [
2303
                "MIT"
2304
            ],
2305
            "authors": [
2306
                {
2307
                    "name": "Fabien Potencier",
2308
                    "email": "[email protected]"
2309
                },
2310
                {
2311
                    "name": "Symfony Community",
2312
                    "homepage": "https://symfony.com/contributors"
2313
                }
2314
            ],
2315
            "description": "Symfony HttpKernel Component",
2316
            "homepage": "https://symfony.com",
2317
            "time": "2016-09-03T15:28:24+00:00"
2318
        },
2319
        {
2320
            "name": "symfony/polyfill-mbstring",
2321
            "version": "v1.2.0",
2322
            "source": {
2323
                "type": "git",
2324
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2325
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2326
            },
2327
            "dist": {
2328
                "type": "zip",
2329
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2330
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2331
                "shasum": ""
2332
            },
2333
            "require": {
2334
                "php": ">=5.3.3"
2335
            },
2336
            "suggest": {
2337
                "ext-mbstring": "For best performance"
2338
            },
2339
            "type": "library",
2340
            "extra": {
2341
                "branch-alias": {
2342
                    "dev-master": "1.2-dev"
2343
                }
2344
            },
2345
            "autoload": {
2346
                "psr-4": {
2347
                    "Symfony\\Polyfill\\Mbstring\\": ""
2348
                },
2349
                "files": [
2350
                    "bootstrap.php"
2351
                ]
2352
            },
2353
            "notification-url": "https://packagist.org/downloads/",
2354
            "license": [
2355
                "MIT"
2356
            ],
2357
            "authors": [
2358
                {
2359
                    "name": "Nicolas Grekas",
2360
                    "email": "[email protected]"
2361
                },
2362
                {
2363
                    "name": "Symfony Community",
2364
                    "homepage": "https://symfony.com/contributors"
2365
                }
2366
            ],
2367
            "description": "Symfony polyfill for the Mbstring extension",
2368
            "homepage": "https://symfony.com",
2369
            "keywords": [
2370
                "compatibility",
2371
                "mbstring",
2372
                "polyfill",
2373
                "portable",
2374
                "shim"
2375
            ],
2376
            "time": "2016-05-18T14:26:46+00:00"
2377
        },
2378
        {
2379
            "name": "symfony/polyfill-php56",
2380
            "version": "v1.2.0",
2381
            "source": {
2382
                "type": "git",
2383
                "url": "https://github.com/symfony/polyfill-php56.git",
2384
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
2385
            },
2386
            "dist": {
2387
                "type": "zip",
2388
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2389
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2390
                "shasum": ""
2391
            },
2392
            "require": {
2393
                "php": ">=5.3.3",
2394
                "symfony/polyfill-util": "~1.0"
2395
            },
2396
            "type": "library",
2397
            "extra": {
2398
                "branch-alias": {
2399
                    "dev-master": "1.2-dev"
2400
                }
2401
            },
2402
            "autoload": {
2403
                "psr-4": {
2404
                    "Symfony\\Polyfill\\Php56\\": ""
2405
                },
2406
                "files": [
2407
                    "bootstrap.php"
2408
                ]
2409
            },
2410
            "notification-url": "https://packagist.org/downloads/",
2411
            "license": [
2412
                "MIT"
2413
            ],
2414
            "authors": [
2415
                {
2416
                    "name": "Nicolas Grekas",
2417
                    "email": "[email protected]"
2418
                },
2419
                {
2420
                    "name": "Symfony Community",
2421
                    "homepage": "https://symfony.com/contributors"
2422
                }
2423
            ],
2424
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2425
            "homepage": "https://symfony.com",
2426
            "keywords": [
2427
                "compatibility",
2428
                "polyfill",
2429
                "portable",
2430
                "shim"
2431
            ],
2432
            "time": "2016-05-18T14:26:46+00:00"
2433
        },
2434
        {
2435
            "name": "symfony/polyfill-util",
2436
            "version": "v1.2.0",
2437
            "source": {
2438
                "type": "git",
2439
                "url": "https://github.com/symfony/polyfill-util.git",
2440
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
2441
            },
2442
            "dist": {
2443
                "type": "zip",
2444
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
2445
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
2446
                "shasum": ""
2447
            },
2448
            "require": {
2449
                "php": ">=5.3.3"
2450
            },
2451
            "type": "library",
2452
            "extra": {
2453
                "branch-alias": {
2454
                    "dev-master": "1.2-dev"
2455
                }
2456
            },
2457
            "autoload": {
2458
                "psr-4": {
2459
                    "Symfony\\Polyfill\\Util\\": ""
2460
                }
2461
            },
2462
            "notification-url": "https://packagist.org/downloads/",
2463
            "license": [
2464
                "MIT"
2465
            ],
2466
            "authors": [
2467
                {
2468
                    "name": "Nicolas Grekas",
2469
                    "email": "[email protected]"
2470
                },
2471
                {
2472
                    "name": "Symfony Community",
2473
                    "homepage": "https://symfony.com/contributors"
2474
                }
2475
            ],
2476
            "description": "Symfony utilities for portability of PHP codes",
2477
            "homepage": "https://symfony.com",
2478
            "keywords": [
2479
                "compat",
2480
                "compatibility",
2481
                "polyfill",
2482
                "shim"
2483
            ],
2484
            "time": "2016-05-18T14:26:46+00:00"
2485
        },
2486
        {
2487
            "name": "symfony/process",
2488
            "version": "v3.1.4",
2489
            "source": {
2490
                "type": "git",
2491
                "url": "https://github.com/symfony/process.git",
2492
                "reference": "e64e93041c80e77197ace5ab9385dedb5a143697"
2493
            },
2494
            "dist": {
2495
                "type": "zip",
2496
                "url": "https://api.github.com/repos/symfony/process/zipball/e64e93041c80e77197ace5ab9385dedb5a143697",
2497
                "reference": "e64e93041c80e77197ace5ab9385dedb5a143697",
2498
                "shasum": ""
2499
            },
2500
            "require": {
2501
                "php": ">=5.5.9"
2502
            },
2503
            "type": "library",
2504
            "extra": {
2505
                "branch-alias": {
2506
                    "dev-master": "3.1-dev"
2507
                }
2508
            },
2509
            "autoload": {
2510
                "psr-4": {
2511
                    "Symfony\\Component\\Process\\": ""
2512
                },
2513
                "exclude-from-classmap": [
2514
                    "/Tests/"
2515
                ]
2516
            },
2517
            "notification-url": "https://packagist.org/downloads/",
2518
            "license": [
2519
                "MIT"
2520
            ],
2521
            "authors": [
2522
                {
2523
                    "name": "Fabien Potencier",
2524
                    "email": "[email protected]"
2525
                },
2526
                {
2527
                    "name": "Symfony Community",
2528
                    "homepage": "https://symfony.com/contributors"
2529
                }
2530
            ],
2531
            "description": "Symfony Process Component",
2532
            "homepage": "https://symfony.com",
2533
            "time": "2016-08-16T14:58:24+00:00"
2534
        },
2535
        {
2536
            "name": "symfony/routing",
2537
            "version": "v3.1.4",
2538
            "source": {
2539
                "type": "git",
2540
                "url": "https://github.com/symfony/routing.git",
2541
                "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6"
2542
            },
2543
            "dist": {
2544
                "type": "zip",
2545
                "url": "https://api.github.com/repos/symfony/routing/zipball/8edf62498a1a4c57ba317664a4b698339c10cdf6",
2546
                "reference": "8edf62498a1a4c57ba317664a4b698339c10cdf6",
2547
                "shasum": ""
2548
            },
2549
            "require": {
2550
                "php": ">=5.5.9"
2551
            },
2552
            "conflict": {
2553
                "symfony/config": "<2.8"
2554
            },
2555
            "require-dev": {
2556
                "doctrine/annotations": "~1.0",
2557
                "doctrine/common": "~2.2",
2558
                "psr/log": "~1.0",
2559
                "symfony/config": "~2.8|~3.0",
2560
                "symfony/expression-language": "~2.8|~3.0",
2561
                "symfony/http-foundation": "~2.8|~3.0",
2562
                "symfony/yaml": "~2.8|~3.0"
2563
            },
2564
            "suggest": {
2565
                "doctrine/annotations": "For using the annotation loader",
2566
                "symfony/config": "For using the all-in-one router or any loader",
2567
                "symfony/dependency-injection": "For loading routes from a service",
2568
                "symfony/expression-language": "For using expression matching",
2569
                "symfony/http-foundation": "For using a Symfony Request object",
2570
                "symfony/yaml": "For using the YAML loader"
2571
            },
2572
            "type": "library",
2573
            "extra": {
2574
                "branch-alias": {
2575
                    "dev-master": "3.1-dev"
2576
                }
2577
            },
2578
            "autoload": {
2579
                "psr-4": {
2580
                    "Symfony\\Component\\Routing\\": ""
2581
                },
2582
                "exclude-from-classmap": [
2583
                    "/Tests/"
2584
                ]
2585
            },
2586
            "notification-url": "https://packagist.org/downloads/",
2587
            "license": [
2588
                "MIT"
2589
            ],
2590
            "authors": [
2591
                {
2592
                    "name": "Fabien Potencier",
2593
                    "email": "[email protected]"
2594
                },
2595
                {
2596
                    "name": "Symfony Community",
2597
                    "homepage": "https://symfony.com/contributors"
2598
                }
2599
            ],
2600
            "description": "Symfony Routing Component",
2601
            "homepage": "https://symfony.com",
2602
            "keywords": [
2603
                "router",
2604
                "routing",
2605
                "uri",
2606
                "url"
2607
            ],
2608
            "time": "2016-08-16T14:58:24+00:00"
2609
        },
2610
        {
2611
            "name": "symfony/translation",
2612
            "version": "v3.1.4",
2613
            "source": {
2614
                "type": "git",
2615
                "url": "https://github.com/symfony/translation.git",
2616
                "reference": "a35edc277513c9bc0f063ca174c36b346f974528"
2617
            },
2618
            "dist": {
2619
                "type": "zip",
2620
                "url": "https://api.github.com/repos/symfony/translation/zipball/a35edc277513c9bc0f063ca174c36b346f974528",
2621
                "reference": "a35edc277513c9bc0f063ca174c36b346f974528",
2622
                "shasum": ""
2623
            },
2624
            "require": {
2625
                "php": ">=5.5.9",
2626
                "symfony/polyfill-mbstring": "~1.0"
2627
            },
2628
            "conflict": {
2629
                "symfony/config": "<2.8"
2630
            },
2631
            "require-dev": {
2632
                "psr/log": "~1.0",
2633
                "symfony/config": "~2.8|~3.0",
2634
                "symfony/intl": "~2.8|~3.0",
2635
                "symfony/yaml": "~2.8|~3.0"
2636
            },
2637
            "suggest": {
2638
                "psr/log": "To use logging capability in translator",
2639
                "symfony/config": "",
2640
                "symfony/yaml": ""
2641
            },
2642
            "type": "library",
2643
            "extra": {
2644
                "branch-alias": {
2645
                    "dev-master": "3.1-dev"
2646
                }
2647
            },
2648
            "autoload": {
2649
                "psr-4": {
2650
                    "Symfony\\Component\\Translation\\": ""
2651
                },
2652
                "exclude-from-classmap": [
2653
                    "/Tests/"
2654
                ]
2655
            },
2656
            "notification-url": "https://packagist.org/downloads/",
2657
            "license": [
2658
                "MIT"
2659
            ],
2660
            "authors": [
2661
                {
2662
                    "name": "Fabien Potencier",
2663
                    "email": "[email protected]"
2664
                },
2665
                {
2666
                    "name": "Symfony Community",
2667
                    "homepage": "https://symfony.com/contributors"
2668
                }
2669
            ],
2670
            "description": "Symfony Translation Component",
2671
            "homepage": "https://symfony.com",
2672
            "time": "2016-08-05T08:37:39+00:00"
2673
        },
2674
        {
2675
            "name": "symfony/var-dumper",
2676
            "version": "v3.1.4",
2677
            "source": {
2678
                "type": "git",
2679
                "url": "https://github.com/symfony/var-dumper.git",
2680
                "reference": "62ee73706c421654a4c840028954510277f7dfc8"
2681
            },
2682
            "dist": {
2683
                "type": "zip",
2684
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/62ee73706c421654a4c840028954510277f7dfc8",
2685
                "reference": "62ee73706c421654a4c840028954510277f7dfc8",
2686
                "shasum": ""
2687
            },
2688
            "require": {
2689
                "php": ">=5.5.9",
2690
                "symfony/polyfill-mbstring": "~1.0"
2691
            },
2692
            "require-dev": {
2693
                "twig/twig": "~1.20|~2.0"
2694
            },
2695
            "suggest": {
2696
                "ext-symfony_debug": ""
2697
            },
2698
            "type": "library",
2699
            "extra": {
2700
                "branch-alias": {
2701
                    "dev-master": "3.1-dev"
2702
                }
2703
            },
2704
            "autoload": {
2705
                "files": [
2706
                    "Resources/functions/dump.php"
2707
                ],
2708
                "psr-4": {
2709
                    "Symfony\\Component\\VarDumper\\": ""
2710
                },
2711
                "exclude-from-classmap": [
2712
                    "/Tests/"
2713
                ]
2714
            },
2715
            "notification-url": "https://packagist.org/downloads/",
2716
            "license": [
2717
                "MIT"
2718
            ],
2719
            "authors": [
2720
                {
2721
                    "name": "Nicolas Grekas",
2722
                    "email": "[email protected]"
2723
                },
2724
                {
2725
                    "name": "Symfony Community",
2726
                    "homepage": "https://symfony.com/contributors"
2727
                }
2728
            ],
2729
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2730
            "homepage": "https://symfony.com",
2731
            "keywords": [
2732
                "debug",
2733
                "dump"
2734
            ],
2735
            "time": "2016-08-31T09:05:42+00:00"
2736
        },
2737
        {
2738
            "name": "vlucas/phpdotenv",
2739
            "version": "v2.4.0",
2740
            "source": {
2741
                "type": "git",
2742
                "url": "https://github.com/vlucas/phpdotenv.git",
2743
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2744
            },
2745
            "dist": {
2746
                "type": "zip",
2747
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2748
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2749
                "shasum": ""
2750
            },
2751
            "require": {
2752
                "php": ">=5.3.9"
2753
            },
2754
            "require-dev": {
2755
                "phpunit/phpunit": "^4.8 || ^5.0"
2756
            },
2757
            "type": "library",
2758
            "extra": {
2759
                "branch-alias": {
2760
                    "dev-master": "2.4-dev"
2761
                }
2762
            },
2763
            "autoload": {
2764
                "psr-4": {
2765
                    "Dotenv\\": "src/"
2766
                }
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "license": [
2770
                "BSD-3-Clause-Attribution"
2771
            ],
2772
            "authors": [
2773
                {
2774
                    "name": "Vance Lucas",
2775
                    "email": "[email protected]",
2776
                    "homepage": "http://www.vancelucas.com"
2777
                }
2778
            ],
2779
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2780
            "keywords": [
2781
                "dotenv",
2782
                "env",
2783
                "environment"
2784
            ],
2785
            "time": "2016-09-01T10:05:43+00:00"
2786
        }
2787
    ],
2788
    "packages-dev": [
2789
        {
2790
            "name": "doctrine/instantiator",
2791
            "version": "1.0.5",
2792
            "source": {
2793
                "type": "git",
2794
                "url": "https://github.com/doctrine/instantiator.git",
2795
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2796
            },
2797
            "dist": {
2798
                "type": "zip",
2799
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2800
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2801
                "shasum": ""
2802
            },
2803
            "require": {
2804
                "php": ">=5.3,<8.0-DEV"
2805
            },
2806
            "require-dev": {
2807
                "athletic/athletic": "~0.1.8",
2808
                "ext-pdo": "*",
2809
                "ext-phar": "*",
2810
                "phpunit/phpunit": "~4.0",
2811
                "squizlabs/php_codesniffer": "~2.0"
2812
            },
2813
            "type": "library",
2814
            "extra": {
2815
                "branch-alias": {
2816
                    "dev-master": "1.0.x-dev"
2817
                }
2818
            },
2819
            "autoload": {
2820
                "psr-4": {
2821
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2822
                }
2823
            },
2824
            "notification-url": "https://packagist.org/downloads/",
2825
            "license": [
2826
                "MIT"
2827
            ],
2828
            "authors": [
2829
                {
2830
                    "name": "Marco Pivetta",
2831
                    "email": "[email protected]",
2832
                    "homepage": "http://ocramius.github.com/"
2833
                }
2834
            ],
2835
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2836
            "homepage": "https://github.com/doctrine/instantiator",
2837
            "keywords": [
2838
                "constructor",
2839
                "instantiate"
2840
            ],
2841
            "time": "2015-06-14T21:17:01+00:00"
2842
        },
2843
        {
2844
            "name": "fzaninotto/faker",
2845
            "version": "v1.6.0",
2846
            "source": {
2847
                "type": "git",
2848
                "url": "https://github.com/fzaninotto/Faker.git",
2849
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
2850
            },
2851
            "dist": {
2852
                "type": "zip",
2853
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
2854
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
2855
                "shasum": ""
2856
            },
2857
            "require": {
2858
                "php": "^5.3.3|^7.0"
2859
            },
2860
            "require-dev": {
2861
                "ext-intl": "*",
2862
                "phpunit/phpunit": "~4.0",
2863
                "squizlabs/php_codesniffer": "~1.5"
2864
            },
2865
            "type": "library",
2866
            "extra": {
2867
                "branch-alias": []
2868
            },
2869
            "autoload": {
2870
                "psr-4": {
2871
                    "Faker\\": "src/Faker/"
2872
                }
2873
            },
2874
            "notification-url": "https://packagist.org/downloads/",
2875
            "license": [
2876
                "MIT"
2877
            ],
2878
            "authors": [
2879
                {
2880
                    "name": "François Zaninotto"
2881
                }
2882
            ],
2883
            "description": "Faker is a PHP library that generates fake data for you.",
2884
            "keywords": [
2885
                "data",
2886
                "faker",
2887
                "fixtures"
2888
            ],
2889
            "time": "2016-04-29T12:21:54+00:00"
2890
        },
2891
        {
2892
            "name": "hamcrest/hamcrest-php",
2893
            "version": "v1.2.2",
2894
            "source": {
2895
                "type": "git",
2896
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2897
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2898
            },
2899
            "dist": {
2900
                "type": "zip",
2901
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2902
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2903
                "shasum": ""
2904
            },
2905
            "require": {
2906
                "php": ">=5.3.2"
2907
            },
2908
            "replace": {
2909
                "cordoval/hamcrest-php": "*",
2910
                "davedevelopment/hamcrest-php": "*",
2911
                "kodova/hamcrest-php": "*"
2912
            },
2913
            "require-dev": {
2914
                "phpunit/php-file-iterator": "1.3.3",
2915
                "satooshi/php-coveralls": "dev-master"
2916
            },
2917
            "type": "library",
2918
            "autoload": {
2919
                "classmap": [
2920
                    "hamcrest"
2921
                ],
2922
                "files": [
2923
                    "hamcrest/Hamcrest.php"
2924
                ]
2925
            },
2926
            "notification-url": "https://packagist.org/downloads/",
2927
            "license": [
2928
                "BSD"
2929
            ],
2930
            "description": "This is the PHP port of Hamcrest Matchers",
2931
            "keywords": [
2932
                "test"
2933
            ],
2934
            "time": "2015-05-11T14:41:42+00:00"
2935
        },
2936
        {
2937
            "name": "kozz/laravel-guzzle-provider",
2938
            "version": "6.0",
2939
            "source": {
2940
                "type": "git",
2941
                "url": "https://github.com/urakozz/laravel-guzzle.git",
2942
                "reference": "f9609049c82e3e443ab156a6d485597b10181ec1"
2943
            },
2944
            "dist": {
2945
                "type": "zip",
2946
                "url": "https://api.github.com/repos/urakozz/laravel-guzzle/zipball/f9609049c82e3e443ab156a6d485597b10181ec1",
2947
                "reference": "f9609049c82e3e443ab156a6d485597b10181ec1",
2948
                "shasum": ""
2949
            },
2950
            "require": {
2951
                "guzzlehttp/guzzle": "~6.0",
2952
                "illuminate/support": "~5.0",
2953
                "php": ">=5.5.0"
2954
            },
2955
            "require-dev": {
2956
                "phpunit/phpunit": "~4.0"
2957
            },
2958
            "type": "library",
2959
            "extra": {
2960
                "branch-alias": {
2961
                    "dev-master": "1.0-dev"
2962
                }
2963
            },
2964
            "autoload": {
2965
                "psr-4": {
2966
                    "Kozz\\Laravel\\": "src/",
2967
                    "Kozz\\Tests\\Laravel\\": "tests/"
2968
                }
2969
            },
2970
            "notification-url": "https://packagist.org/downloads/",
2971
            "license": [
2972
                "MIT"
2973
            ],
2974
            "authors": [
2975
                {
2976
                    "name": "Hongbo Tang",
2977
                    "email": "[email protected]"
2978
                },
2979
                {
2980
                    "name": "Yury Kozyrev",
2981
                    "email": "[email protected]"
2982
                }
2983
            ],
2984
            "description": "Guzzle Service Provider for Laravel 5",
2985
            "keywords": [
2986
                "Guzzle",
2987
                "http",
2988
                "laravel"
2989
            ],
2990
            "time": "2015-06-03T09:26:54+00:00"
2991
        },
2992
        {
2993
            "name": "mockery/mockery",
2994
            "version": "0.9.5",
2995
            "source": {
2996
                "type": "git",
2997
                "url": "https://github.com/padraic/mockery.git",
2998
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
2999
            },
3000
            "dist": {
3001
                "type": "zip",
3002
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3003
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3004
                "shasum": ""
3005
            },
3006
            "require": {
3007
                "hamcrest/hamcrest-php": "~1.1",
3008
                "lib-pcre": ">=7.0",
3009
                "php": ">=5.3.2"
3010
            },
3011
            "require-dev": {
3012
                "phpunit/phpunit": "~4.0"
3013
            },
3014
            "type": "library",
3015
            "extra": {
3016
                "branch-alias": {
3017
                    "dev-master": "0.9.x-dev"
3018
                }
3019
            },
3020
            "autoload": {
3021
                "psr-0": {
3022
                    "Mockery": "library/"
3023
                }
3024
            },
3025
            "notification-url": "https://packagist.org/downloads/",
3026
            "license": [
3027
                "BSD-3-Clause"
3028
            ],
3029
            "authors": [
3030
                {
3031
                    "name": "Pádraic Brady",
3032
                    "email": "[email protected]",
3033
                    "homepage": "http://blog.astrumfutura.com"
3034
                },
3035
                {
3036
                    "name": "Dave Marshall",
3037
                    "email": "[email protected]",
3038
                    "homepage": "http://davedevelopment.co.uk"
3039
                }
3040
            ],
3041
            "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.",
3042
            "homepage": "http://github.com/padraic/mockery",
3043
            "keywords": [
3044
                "BDD",
3045
                "TDD",
3046
                "library",
3047
                "mock",
3048
                "mock objects",
3049
                "mockery",
3050
                "stub",
3051
                "test",
3052
                "test double",
3053
                "testing"
3054
            ],
3055
            "time": "2016-05-22T21:52:33+00:00"
3056
        },
3057
        {
3058
            "name": "myclabs/deep-copy",
3059
            "version": "1.5.4",
3060
            "source": {
3061
                "type": "git",
3062
                "url": "https://github.com/myclabs/DeepCopy.git",
3063
                "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f"
3064
            },
3065
            "dist": {
3066
                "type": "zip",
3067
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
3068
                "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
3069
                "shasum": ""
3070
            },
3071
            "require": {
3072
                "php": ">=5.4.0"
3073
            },
3074
            "require-dev": {
3075
                "doctrine/collections": "1.*",
3076
                "phpunit/phpunit": "~4.1"
3077
            },
3078
            "type": "library",
3079
            "autoload": {
3080
                "psr-4": {
3081
                    "DeepCopy\\": "src/DeepCopy/"
3082
                }
3083
            },
3084
            "notification-url": "https://packagist.org/downloads/",
3085
            "license": [
3086
                "MIT"
3087
            ],
3088
            "description": "Create deep copies (clones) of your objects",
3089
            "homepage": "https://github.com/myclabs/DeepCopy",
3090
            "keywords": [
3091
                "clone",
3092
                "copy",
3093
                "duplicate",
3094
                "object",
3095
                "object graph"
3096
            ],
3097
            "time": "2016-09-16T13:37:59+00:00"
3098
        },
3099
        {
3100
            "name": "phpdocumentor/reflection-common",
3101
            "version": "1.0",
3102
            "source": {
3103
                "type": "git",
3104
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3105
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3106
            },
3107
            "dist": {
3108
                "type": "zip",
3109
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3110
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3111
                "shasum": ""
3112
            },
3113
            "require": {
3114
                "php": ">=5.5"
3115
            },
3116
            "require-dev": {
3117
                "phpunit/phpunit": "^4.6"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "1.0.x-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "psr-4": {
3127
                    "phpDocumentor\\Reflection\\": [
3128
                        "src"
3129
                    ]
3130
                }
3131
            },
3132
            "notification-url": "https://packagist.org/downloads/",
3133
            "license": [
3134
                "MIT"
3135
            ],
3136
            "authors": [
3137
                {
3138
                    "name": "Jaap van Otterdijk",
3139
                    "email": "[email protected]"
3140
                }
3141
            ],
3142
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3143
            "homepage": "http://www.phpdoc.org",
3144
            "keywords": [
3145
                "FQSEN",
3146
                "phpDocumentor",
3147
                "phpdoc",
3148
                "reflection",
3149
                "static analysis"
3150
            ],
3151
            "time": "2015-12-27T11:43:31+00:00"
3152
        },
3153
        {
3154
            "name": "phpdocumentor/reflection-docblock",
3155
            "version": "3.1.1",
3156
            "source": {
3157
                "type": "git",
3158
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3159
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3160
            },
3161
            "dist": {
3162
                "type": "zip",
3163
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3164
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3165
                "shasum": ""
3166
            },
3167
            "require": {
3168
                "php": ">=5.5",
3169
                "phpdocumentor/reflection-common": "^1.0@dev",
3170
                "phpdocumentor/type-resolver": "^0.2.0",
3171
                "webmozart/assert": "^1.0"
3172
            },
3173
            "require-dev": {
3174
                "mockery/mockery": "^0.9.4",
3175
                "phpunit/phpunit": "^4.4"
3176
            },
3177
            "type": "library",
3178
            "autoload": {
3179
                "psr-4": {
3180
                    "phpDocumentor\\Reflection\\": [
3181
                        "src/"
3182
                    ]
3183
                }
3184
            },
3185
            "notification-url": "https://packagist.org/downloads/",
3186
            "license": [
3187
                "MIT"
3188
            ],
3189
            "authors": [
3190
                {
3191
                    "name": "Mike van Riel",
3192
                    "email": "[email protected]"
3193
                }
3194
            ],
3195
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3196
            "time": "2016-09-30T07:12:33+00:00"
3197
        },
3198
        {
3199
            "name": "phpdocumentor/type-resolver",
3200
            "version": "0.2",
3201
            "source": {
3202
                "type": "git",
3203
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3204
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
3205
            },
3206
            "dist": {
3207
                "type": "zip",
3208
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
3209
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
3210
                "shasum": ""
3211
            },
3212
            "require": {
3213
                "php": ">=5.5",
3214
                "phpdocumentor/reflection-common": "^1.0"
3215
            },
3216
            "require-dev": {
3217
                "mockery/mockery": "^0.9.4",
3218
                "phpunit/phpunit": "^5.2||^4.8.24"
3219
            },
3220
            "type": "library",
3221
            "extra": {
3222
                "branch-alias": {
3223
                    "dev-master": "1.0.x-dev"
3224
                }
3225
            },
3226
            "autoload": {
3227
                "psr-4": {
3228
                    "phpDocumentor\\Reflection\\": [
3229
                        "src/"
3230
                    ]
3231
                }
3232
            },
3233
            "notification-url": "https://packagist.org/downloads/",
3234
            "license": [
3235
                "MIT"
3236
            ],
3237
            "authors": [
3238
                {
3239
                    "name": "Mike van Riel",
3240
                    "email": "[email protected]"
3241
                }
3242
            ],
3243
            "time": "2016-06-10T07:14:17+00:00"
3244
        },
3245
        {
3246
            "name": "phpspec/prophecy",
3247
            "version": "v1.6.1",
3248
            "source": {
3249
                "type": "git",
3250
                "url": "https://github.com/phpspec/prophecy.git",
3251
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
3252
            },
3253
            "dist": {
3254
                "type": "zip",
3255
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
3256
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
3257
                "shasum": ""
3258
            },
3259
            "require": {
3260
                "doctrine/instantiator": "^1.0.2",
3261
                "php": "^5.3|^7.0",
3262
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3263
                "sebastian/comparator": "^1.1",
3264
                "sebastian/recursion-context": "^1.0"
3265
            },
3266
            "require-dev": {
3267
                "phpspec/phpspec": "^2.0"
3268
            },
3269
            "type": "library",
3270
            "extra": {
3271
                "branch-alias": {
3272
                    "dev-master": "1.6.x-dev"
3273
                }
3274
            },
3275
            "autoload": {
3276
                "psr-0": {
3277
                    "Prophecy\\": "src/"
3278
                }
3279
            },
3280
            "notification-url": "https://packagist.org/downloads/",
3281
            "license": [
3282
                "MIT"
3283
            ],
3284
            "authors": [
3285
                {
3286
                    "name": "Konstantin Kudryashov",
3287
                    "email": "[email protected]",
3288
                    "homepage": "http://everzet.com"
3289
                },
3290
                {
3291
                    "name": "Marcello Duarte",
3292
                    "email": "[email protected]"
3293
                }
3294
            ],
3295
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3296
            "homepage": "https://github.com/phpspec/prophecy",
3297
            "keywords": [
3298
                "Double",
3299
                "Dummy",
3300
                "fake",
3301
                "mock",
3302
                "spy",
3303
                "stub"
3304
            ],
3305
            "time": "2016-06-07T08:13:47+00:00"
3306
        },
3307
        {
3308
            "name": "phpunit/php-code-coverage",
3309
            "version": "4.0.1",
3310
            "source": {
3311
                "type": "git",
3312
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3313
                "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3"
3314
            },
3315
            "dist": {
3316
                "type": "zip",
3317
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3",
3318
                "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3",
3319
                "shasum": ""
3320
            },
3321
            "require": {
3322
                "php": "^5.6 || ^7.0",
3323
                "phpunit/php-file-iterator": "~1.3",
3324
                "phpunit/php-text-template": "~1.2",
3325
                "phpunit/php-token-stream": "^1.4.2",
3326
                "sebastian/code-unit-reverse-lookup": "~1.0",
3327
                "sebastian/environment": "^1.3.2 || ^2.0",
3328
                "sebastian/version": "~1.0|~2.0"
3329
            },
3330
            "require-dev": {
3331
                "ext-xdebug": ">=2.1.4",
3332
                "phpunit/phpunit": "^5.4"
3333
            },
3334
            "suggest": {
3335
                "ext-dom": "*",
3336
                "ext-xdebug": ">=2.4.0",
3337
                "ext-xmlwriter": "*"
3338
            },
3339
            "type": "library",
3340
            "extra": {
3341
                "branch-alias": {
3342
                    "dev-master": "4.0.x-dev"
3343
                }
3344
            },
3345
            "autoload": {
3346
                "classmap": [
3347
                    "src/"
3348
                ]
3349
            },
3350
            "notification-url": "https://packagist.org/downloads/",
3351
            "license": [
3352
                "BSD-3-Clause"
3353
            ],
3354
            "authors": [
3355
                {
3356
                    "name": "Sebastian Bergmann",
3357
                    "email": "[email protected]",
3358
                    "role": "lead"
3359
                }
3360
            ],
3361
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3362
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3363
            "keywords": [
3364
                "coverage",
3365
                "testing",
3366
                "xunit"
3367
            ],
3368
            "time": "2016-07-26T14:39:29+00:00"
3369
        },
3370
        {
3371
            "name": "phpunit/php-file-iterator",
3372
            "version": "1.4.1",
3373
            "source": {
3374
                "type": "git",
3375
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3376
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3377
            },
3378
            "dist": {
3379
                "type": "zip",
3380
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3381
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3382
                "shasum": ""
3383
            },
3384
            "require": {
3385
                "php": ">=5.3.3"
3386
            },
3387
            "type": "library",
3388
            "extra": {
3389
                "branch-alias": {
3390
                    "dev-master": "1.4.x-dev"
3391
                }
3392
            },
3393
            "autoload": {
3394
                "classmap": [
3395
                    "src/"
3396
                ]
3397
            },
3398
            "notification-url": "https://packagist.org/downloads/",
3399
            "license": [
3400
                "BSD-3-Clause"
3401
            ],
3402
            "authors": [
3403
                {
3404
                    "name": "Sebastian Bergmann",
3405
                    "email": "[email protected]",
3406
                    "role": "lead"
3407
                }
3408
            ],
3409
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3410
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3411
            "keywords": [
3412
                "filesystem",
3413
                "iterator"
3414
            ],
3415
            "time": "2015-06-21T13:08:43+00:00"
3416
        },
3417
        {
3418
            "name": "phpunit/php-text-template",
3419
            "version": "1.2.1",
3420
            "source": {
3421
                "type": "git",
3422
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3423
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3424
            },
3425
            "dist": {
3426
                "type": "zip",
3427
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3428
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3429
                "shasum": ""
3430
            },
3431
            "require": {
3432
                "php": ">=5.3.3"
3433
            },
3434
            "type": "library",
3435
            "autoload": {
3436
                "classmap": [
3437
                    "src/"
3438
                ]
3439
            },
3440
            "notification-url": "https://packagist.org/downloads/",
3441
            "license": [
3442
                "BSD-3-Clause"
3443
            ],
3444
            "authors": [
3445
                {
3446
                    "name": "Sebastian Bergmann",
3447
                    "email": "[email protected]",
3448
                    "role": "lead"
3449
                }
3450
            ],
3451
            "description": "Simple template engine.",
3452
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3453
            "keywords": [
3454
                "template"
3455
            ],
3456
            "time": "2015-06-21T13:50:34+00:00"
3457
        },
3458
        {
3459
            "name": "phpunit/php-timer",
3460
            "version": "1.0.8",
3461
            "source": {
3462
                "type": "git",
3463
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3464
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
3465
            },
3466
            "dist": {
3467
                "type": "zip",
3468
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
3469
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
3470
                "shasum": ""
3471
            },
3472
            "require": {
3473
                "php": ">=5.3.3"
3474
            },
3475
            "require-dev": {
3476
                "phpunit/phpunit": "~4|~5"
3477
            },
3478
            "type": "library",
3479
            "autoload": {
3480
                "classmap": [
3481
                    "src/"
3482
                ]
3483
            },
3484
            "notification-url": "https://packagist.org/downloads/",
3485
            "license": [
3486
                "BSD-3-Clause"
3487
            ],
3488
            "authors": [
3489
                {
3490
                    "name": "Sebastian Bergmann",
3491
                    "email": "[email protected]",
3492
                    "role": "lead"
3493
                }
3494
            ],
3495
            "description": "Utility class for timing",
3496
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3497
            "keywords": [
3498
                "timer"
3499
            ],
3500
            "time": "2016-05-12T18:03:57+00:00"
3501
        },
3502
        {
3503
            "name": "phpunit/php-token-stream",
3504
            "version": "1.4.8",
3505
            "source": {
3506
                "type": "git",
3507
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3508
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3509
            },
3510
            "dist": {
3511
                "type": "zip",
3512
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3513
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3514
                "shasum": ""
3515
            },
3516
            "require": {
3517
                "ext-tokenizer": "*",
3518
                "php": ">=5.3.3"
3519
            },
3520
            "require-dev": {
3521
                "phpunit/phpunit": "~4.2"
3522
            },
3523
            "type": "library",
3524
            "extra": {
3525
                "branch-alias": {
3526
                    "dev-master": "1.4-dev"
3527
                }
3528
            },
3529
            "autoload": {
3530
                "classmap": [
3531
                    "src/"
3532
                ]
3533
            },
3534
            "notification-url": "https://packagist.org/downloads/",
3535
            "license": [
3536
                "BSD-3-Clause"
3537
            ],
3538
            "authors": [
3539
                {
3540
                    "name": "Sebastian Bergmann",
3541
                    "email": "[email protected]"
3542
                }
3543
            ],
3544
            "description": "Wrapper around PHP's tokenizer extension.",
3545
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3546
            "keywords": [
3547
                "tokenizer"
3548
            ],
3549
            "time": "2015-09-15T10:49:45+00:00"
3550
        },
3551
        {
3552
            "name": "phpunit/phpunit",
3553
            "version": "5.5.5",
3554
            "source": {
3555
                "type": "git",
3556
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3557
                "reference": "a57126dc681b08289fef6ac96a48e30656f84350"
3558
            },
3559
            "dist": {
3560
                "type": "zip",
3561
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a57126dc681b08289fef6ac96a48e30656f84350",
3562
                "reference": "a57126dc681b08289fef6ac96a48e30656f84350",
3563
                "shasum": ""
3564
            },
3565
            "require": {
3566
                "ext-dom": "*",
3567
                "ext-json": "*",
3568
                "ext-libxml": "*",
3569
                "ext-mbstring": "*",
3570
                "ext-xml": "*",
3571
                "myclabs/deep-copy": "~1.3",
3572
                "php": "^5.6 || ^7.0",
3573
                "phpspec/prophecy": "^1.3.1",
3574
                "phpunit/php-code-coverage": "^4.0.1",
3575
                "phpunit/php-file-iterator": "~1.4",
3576
                "phpunit/php-text-template": "~1.2",
3577
                "phpunit/php-timer": "^1.0.6",
3578
                "phpunit/phpunit-mock-objects": "^3.2",
3579
                "sebastian/comparator": "~1.1",
3580
                "sebastian/diff": "~1.2",
3581
                "sebastian/environment": "^1.3 || ^2.0",
3582
                "sebastian/exporter": "~1.2",
3583
                "sebastian/global-state": "~1.0",
3584
                "sebastian/object-enumerator": "~1.0",
3585
                "sebastian/resource-operations": "~1.0",
3586
                "sebastian/version": "~1.0|~2.0",
3587
                "symfony/yaml": "~2.1|~3.0"
3588
            },
3589
            "conflict": {
3590
                "phpdocumentor/reflection-docblock": "3.0.2"
3591
            },
3592
            "require-dev": {
3593
                "ext-pdo": "*"
3594
            },
3595
            "suggest": {
3596
                "ext-tidy": "*",
3597
                "ext-xdebug": "*",
3598
                "phpunit/php-invoker": "~1.1"
3599
            },
3600
            "bin": [
3601
                "phpunit"
3602
            ],
3603
            "type": "library",
3604
            "extra": {
3605
                "branch-alias": {
3606
                    "dev-master": "5.5.x-dev"
3607
                }
3608
            },
3609
            "autoload": {
3610
                "classmap": [
3611
                    "src/"
3612
                ]
3613
            },
3614
            "notification-url": "https://packagist.org/downloads/",
3615
            "license": [
3616
                "BSD-3-Clause"
3617
            ],
3618
            "authors": [
3619
                {
3620
                    "name": "Sebastian Bergmann",
3621
                    "email": "[email protected]",
3622
                    "role": "lead"
3623
                }
3624
            ],
3625
            "description": "The PHP Unit Testing framework.",
3626
            "homepage": "https://phpunit.de/",
3627
            "keywords": [
3628
                "phpunit",
3629
                "testing",
3630
                "xunit"
3631
            ],
3632
            "time": "2016-09-21T14:40:13+00:00"
3633
        },
3634
        {
3635
            "name": "phpunit/phpunit-mock-objects",
3636
            "version": "3.2.7",
3637
            "source": {
3638
                "type": "git",
3639
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3640
                "reference": "546898a2c0c356ef2891b39dd7d07f5d82c8ed0a"
3641
            },
3642
            "dist": {
3643
                "type": "zip",
3644
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/546898a2c0c356ef2891b39dd7d07f5d82c8ed0a",
3645
                "reference": "546898a2c0c356ef2891b39dd7d07f5d82c8ed0a",
3646
                "shasum": ""
3647
            },
3648
            "require": {
3649
                "doctrine/instantiator": "^1.0.2",
3650
                "php": "^5.6 || ^7.0",
3651
                "phpunit/php-text-template": "^1.2",
3652
                "sebastian/exporter": "^1.2"
3653
            },
3654
            "conflict": {
3655
                "phpunit/phpunit": "<5.4.0"
3656
            },
3657
            "require-dev": {
3658
                "phpunit/phpunit": "^5.4"
3659
            },
3660
            "suggest": {
3661
                "ext-soap": "*"
3662
            },
3663
            "type": "library",
3664
            "extra": {
3665
                "branch-alias": {
3666
                    "dev-master": "3.2.x-dev"
3667
                }
3668
            },
3669
            "autoload": {
3670
                "classmap": [
3671
                    "src/"
3672
                ]
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "BSD-3-Clause"
3677
            ],
3678
            "authors": [
3679
                {
3680
                    "name": "Sebastian Bergmann",
3681
                    "email": "[email protected]",
3682
                    "role": "lead"
3683
                }
3684
            ],
3685
            "description": "Mock Object library for PHPUnit",
3686
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3687
            "keywords": [
3688
                "mock",
3689
                "xunit"
3690
            ],
3691
            "time": "2016-09-06T16:07:45+00:00"
3692
        },
3693
        {
3694
            "name": "sebastian/code-unit-reverse-lookup",
3695
            "version": "1.0.0",
3696
            "source": {
3697
                "type": "git",
3698
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3699
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
3700
            },
3701
            "dist": {
3702
                "type": "zip",
3703
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
3704
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
3705
                "shasum": ""
3706
            },
3707
            "require": {
3708
                "php": ">=5.6"
3709
            },
3710
            "require-dev": {
3711
                "phpunit/phpunit": "~5"
3712
            },
3713
            "type": "library",
3714
            "extra": {
3715
                "branch-alias": {
3716
                    "dev-master": "1.0.x-dev"
3717
                }
3718
            },
3719
            "autoload": {
3720
                "classmap": [
3721
                    "src/"
3722
                ]
3723
            },
3724
            "notification-url": "https://packagist.org/downloads/",
3725
            "license": [
3726
                "BSD-3-Clause"
3727
            ],
3728
            "authors": [
3729
                {
3730
                    "name": "Sebastian Bergmann",
3731
                    "email": "[email protected]"
3732
                }
3733
            ],
3734
            "description": "Looks up which function or method a line of code belongs to",
3735
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3736
            "time": "2016-02-13T06:45:14+00:00"
3737
        },
3738
        {
3739
            "name": "sebastian/comparator",
3740
            "version": "1.2.0",
3741
            "source": {
3742
                "type": "git",
3743
                "url": "https://github.com/sebastianbergmann/comparator.git",
3744
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3745
            },
3746
            "dist": {
3747
                "type": "zip",
3748
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3749
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3750
                "shasum": ""
3751
            },
3752
            "require": {
3753
                "php": ">=5.3.3",
3754
                "sebastian/diff": "~1.2",
3755
                "sebastian/exporter": "~1.2"
3756
            },
3757
            "require-dev": {
3758
                "phpunit/phpunit": "~4.4"
3759
            },
3760
            "type": "library",
3761
            "extra": {
3762
                "branch-alias": {
3763
                    "dev-master": "1.2.x-dev"
3764
                }
3765
            },
3766
            "autoload": {
3767
                "classmap": [
3768
                    "src/"
3769
                ]
3770
            },
3771
            "notification-url": "https://packagist.org/downloads/",
3772
            "license": [
3773
                "BSD-3-Clause"
3774
            ],
3775
            "authors": [
3776
                {
3777
                    "name": "Jeff Welch",
3778
                    "email": "[email protected]"
3779
                },
3780
                {
3781
                    "name": "Volker Dusch",
3782
                    "email": "[email protected]"
3783
                },
3784
                {
3785
                    "name": "Bernhard Schussek",
3786
                    "email": "[email protected]"
3787
                },
3788
                {
3789
                    "name": "Sebastian Bergmann",
3790
                    "email": "[email protected]"
3791
                }
3792
            ],
3793
            "description": "Provides the functionality to compare PHP values for equality",
3794
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3795
            "keywords": [
3796
                "comparator",
3797
                "compare",
3798
                "equality"
3799
            ],
3800
            "time": "2015-07-26T15:48:44+00:00"
3801
        },
3802
        {
3803
            "name": "sebastian/diff",
3804
            "version": "1.4.1",
3805
            "source": {
3806
                "type": "git",
3807
                "url": "https://github.com/sebastianbergmann/diff.git",
3808
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3809
            },
3810
            "dist": {
3811
                "type": "zip",
3812
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3813
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3814
                "shasum": ""
3815
            },
3816
            "require": {
3817
                "php": ">=5.3.3"
3818
            },
3819
            "require-dev": {
3820
                "phpunit/phpunit": "~4.8"
3821
            },
3822
            "type": "library",
3823
            "extra": {
3824
                "branch-alias": {
3825
                    "dev-master": "1.4-dev"
3826
                }
3827
            },
3828
            "autoload": {
3829
                "classmap": [
3830
                    "src/"
3831
                ]
3832
            },
3833
            "notification-url": "https://packagist.org/downloads/",
3834
            "license": [
3835
                "BSD-3-Clause"
3836
            ],
3837
            "authors": [
3838
                {
3839
                    "name": "Kore Nordmann",
3840
                    "email": "[email protected]"
3841
                },
3842
                {
3843
                    "name": "Sebastian Bergmann",
3844
                    "email": "[email protected]"
3845
                }
3846
            ],
3847
            "description": "Diff implementation",
3848
            "homepage": "https://github.com/sebastianbergmann/diff",
3849
            "keywords": [
3850
                "diff"
3851
            ],
3852
            "time": "2015-12-08T07:14:41+00:00"
3853
        },
3854
        {
3855
            "name": "sebastian/environment",
3856
            "version": "1.3.8",
3857
            "source": {
3858
                "type": "git",
3859
                "url": "https://github.com/sebastianbergmann/environment.git",
3860
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3861
            },
3862
            "dist": {
3863
                "type": "zip",
3864
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3865
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3866
                "shasum": ""
3867
            },
3868
            "require": {
3869
                "php": "^5.3.3 || ^7.0"
3870
            },
3871
            "require-dev": {
3872
                "phpunit/phpunit": "^4.8 || ^5.0"
3873
            },
3874
            "type": "library",
3875
            "extra": {
3876
                "branch-alias": {
3877
                    "dev-master": "1.3.x-dev"
3878
                }
3879
            },
3880
            "autoload": {
3881
                "classmap": [
3882
                    "src/"
3883
                ]
3884
            },
3885
            "notification-url": "https://packagist.org/downloads/",
3886
            "license": [
3887
                "BSD-3-Clause"
3888
            ],
3889
            "authors": [
3890
                {
3891
                    "name": "Sebastian Bergmann",
3892
                    "email": "[email protected]"
3893
                }
3894
            ],
3895
            "description": "Provides functionality to handle HHVM/PHP environments",
3896
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3897
            "keywords": [
3898
                "Xdebug",
3899
                "environment",
3900
                "hhvm"
3901
            ],
3902
            "time": "2016-08-18T05:49:44+00:00"
3903
        },
3904
        {
3905
            "name": "sebastian/exporter",
3906
            "version": "1.2.2",
3907
            "source": {
3908
                "type": "git",
3909
                "url": "https://github.com/sebastianbergmann/exporter.git",
3910
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3911
            },
3912
            "dist": {
3913
                "type": "zip",
3914
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3915
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3916
                "shasum": ""
3917
            },
3918
            "require": {
3919
                "php": ">=5.3.3",
3920
                "sebastian/recursion-context": "~1.0"
3921
            },
3922
            "require-dev": {
3923
                "ext-mbstring": "*",
3924
                "phpunit/phpunit": "~4.4"
3925
            },
3926
            "type": "library",
3927
            "extra": {
3928
                "branch-alias": {
3929
                    "dev-master": "1.3.x-dev"
3930
                }
3931
            },
3932
            "autoload": {
3933
                "classmap": [
3934
                    "src/"
3935
                ]
3936
            },
3937
            "notification-url": "https://packagist.org/downloads/",
3938
            "license": [
3939
                "BSD-3-Clause"
3940
            ],
3941
            "authors": [
3942
                {
3943
                    "name": "Jeff Welch",
3944
                    "email": "[email protected]"
3945
                },
3946
                {
3947
                    "name": "Volker Dusch",
3948
                    "email": "[email protected]"
3949
                },
3950
                {
3951
                    "name": "Bernhard Schussek",
3952
                    "email": "[email protected]"
3953
                },
3954
                {
3955
                    "name": "Sebastian Bergmann",
3956
                    "email": "[email protected]"
3957
                },
3958
                {
3959
                    "name": "Adam Harvey",
3960
                    "email": "[email protected]"
3961
                }
3962
            ],
3963
            "description": "Provides the functionality to export PHP variables for visualization",
3964
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3965
            "keywords": [
3966
                "export",
3967
                "exporter"
3968
            ],
3969
            "time": "2016-06-17T09:04:28+00:00"
3970
        },
3971
        {
3972
            "name": "sebastian/global-state",
3973
            "version": "1.1.1",
3974
            "source": {
3975
                "type": "git",
3976
                "url": "https://github.com/sebastianbergmann/global-state.git",
3977
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3978
            },
3979
            "dist": {
3980
                "type": "zip",
3981
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3982
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3983
                "shasum": ""
3984
            },
3985
            "require": {
3986
                "php": ">=5.3.3"
3987
            },
3988
            "require-dev": {
3989
                "phpunit/phpunit": "~4.2"
3990
            },
3991
            "suggest": {
3992
                "ext-uopz": "*"
3993
            },
3994
            "type": "library",
3995
            "extra": {
3996
                "branch-alias": {
3997
                    "dev-master": "1.0-dev"
3998
                }
3999
            },
4000
            "autoload": {
4001
                "classmap": [
4002
                    "src/"
4003
                ]
4004
            },
4005
            "notification-url": "https://packagist.org/downloads/",
4006
            "license": [
4007
                "BSD-3-Clause"
4008
            ],
4009
            "authors": [
4010
                {
4011
                    "name": "Sebastian Bergmann",
4012
                    "email": "[email protected]"
4013
                }
4014
            ],
4015
            "description": "Snapshotting of global state",
4016
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4017
            "keywords": [
4018
                "global state"
4019
            ],
4020
            "time": "2015-10-12T03:26:01+00:00"
4021
        },
4022
        {
4023
            "name": "sebastian/object-enumerator",
4024
            "version": "1.0.0",
4025
            "source": {
4026
                "type": "git",
4027
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4028
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
4029
            },
4030
            "dist": {
4031
                "type": "zip",
4032
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
4033
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
4034
                "shasum": ""
4035
            },
4036
            "require": {
4037
                "php": ">=5.6",
4038
                "sebastian/recursion-context": "~1.0"
4039
            },
4040
            "require-dev": {
4041
                "phpunit/phpunit": "~5"
4042
            },
4043
            "type": "library",
4044
            "extra": {
4045
                "branch-alias": {
4046
                    "dev-master": "1.0.x-dev"
4047
                }
4048
            },
4049
            "autoload": {
4050
                "classmap": [
4051
                    "src/"
4052
                ]
4053
            },
4054
            "notification-url": "https://packagist.org/downloads/",
4055
            "license": [
4056
                "BSD-3-Clause"
4057
            ],
4058
            "authors": [
4059
                {
4060
                    "name": "Sebastian Bergmann",
4061
                    "email": "[email protected]"
4062
                }
4063
            ],
4064
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4065
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4066
            "time": "2016-01-28T13:25:10+00:00"
4067
        },
4068
        {
4069
            "name": "sebastian/recursion-context",
4070
            "version": "1.0.2",
4071
            "source": {
4072
                "type": "git",
4073
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4074
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4075
            },
4076
            "dist": {
4077
                "type": "zip",
4078
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4079
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4080
                "shasum": ""
4081
            },
4082
            "require": {
4083
                "php": ">=5.3.3"
4084
            },
4085
            "require-dev": {
4086
                "phpunit/phpunit": "~4.4"
4087
            },
4088
            "type": "library",
4089
            "extra": {
4090
                "branch-alias": {
4091
                    "dev-master": "1.0.x-dev"
4092
                }
4093
            },
4094
            "autoload": {
4095
                "classmap": [
4096
                    "src/"
4097
                ]
4098
            },
4099
            "notification-url": "https://packagist.org/downloads/",
4100
            "license": [
4101
                "BSD-3-Clause"
4102
            ],
4103
            "authors": [
4104
                {
4105
                    "name": "Jeff Welch",
4106
                    "email": "[email protected]"
4107
                },
4108
                {
4109
                    "name": "Sebastian Bergmann",
4110
                    "email": "[email protected]"
4111
                },
4112
                {
4113
                    "name": "Adam Harvey",
4114
                    "email": "[email protected]"
4115
                }
4116
            ],
4117
            "description": "Provides functionality to recursively process PHP variables",
4118
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4119
            "time": "2015-11-11T19:50:13+00:00"
4120
        },
4121
        {
4122
            "name": "sebastian/resource-operations",
4123
            "version": "1.0.0",
4124
            "source": {
4125
                "type": "git",
4126
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4127
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4128
            },
4129
            "dist": {
4130
                "type": "zip",
4131
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4132
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4133
                "shasum": ""
4134
            },
4135
            "require": {
4136
                "php": ">=5.6.0"
4137
            },
4138
            "type": "library",
4139
            "extra": {
4140
                "branch-alias": {
4141
                    "dev-master": "1.0.x-dev"
4142
                }
4143
            },
4144
            "autoload": {
4145
                "classmap": [
4146
                    "src/"
4147
                ]
4148
            },
4149
            "notification-url": "https://packagist.org/downloads/",
4150
            "license": [
4151
                "BSD-3-Clause"
4152
            ],
4153
            "authors": [
4154
                {
4155
                    "name": "Sebastian Bergmann",
4156
                    "email": "[email protected]"
4157
                }
4158
            ],
4159
            "description": "Provides a list of PHP built-in functions that operate on resources",
4160
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4161
            "time": "2015-07-28T20:34:47+00:00"
4162
        },
4163
        {
4164
            "name": "sebastian/version",
4165
            "version": "2.0.0",
4166
            "source": {
4167
                "type": "git",
4168
                "url": "https://github.com/sebastianbergmann/version.git",
4169
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
4170
            },
4171
            "dist": {
4172
                "type": "zip",
4173
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
4174
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
4175
                "shasum": ""
4176
            },
4177
            "require": {
4178
                "php": ">=5.6"
4179
            },
4180
            "type": "library",
4181
            "extra": {
4182
                "branch-alias": {
4183
                    "dev-master": "2.0.x-dev"
4184
                }
4185
            },
4186
            "autoload": {
4187
                "classmap": [
4188
                    "src/"
4189
                ]
4190
            },
4191
            "notification-url": "https://packagist.org/downloads/",
4192
            "license": [
4193
                "BSD-3-Clause"
4194
            ],
4195
            "authors": [
4196
                {
4197
                    "name": "Sebastian Bergmann",
4198
                    "email": "[email protected]",
4199
                    "role": "lead"
4200
                }
4201
            ],
4202
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4203
            "homepage": "https://github.com/sebastianbergmann/version",
4204
            "time": "2016-02-04T12:56:52+00:00"
4205
        },
4206
        {
4207
            "name": "symfony/css-selector",
4208
            "version": "v3.1.4",
4209
            "source": {
4210
                "type": "git",
4211
                "url": "https://github.com/symfony/css-selector.git",
4212
                "reference": "2851e1932d77ce727776154d659b232d061e816a"
4213
            },
4214
            "dist": {
4215
                "type": "zip",
4216
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
4217
                "reference": "2851e1932d77ce727776154d659b232d061e816a",
4218
                "shasum": ""
4219
            },
4220
            "require": {
4221
                "php": ">=5.5.9"
4222
            },
4223
            "type": "library",
4224
            "extra": {
4225
                "branch-alias": {
4226
                    "dev-master": "3.1-dev"
4227
                }
4228
            },
4229
            "autoload": {
4230
                "psr-4": {
4231
                    "Symfony\\Component\\CssSelector\\": ""
4232
                },
4233
                "exclude-from-classmap": [
4234
                    "/Tests/"
4235
                ]
4236
            },
4237
            "notification-url": "https://packagist.org/downloads/",
4238
            "license": [
4239
                "MIT"
4240
            ],
4241
            "authors": [
4242
                {
4243
                    "name": "Jean-François Simon",
4244
                    "email": "[email protected]"
4245
                },
4246
                {
4247
                    "name": "Fabien Potencier",
4248
                    "email": "[email protected]"
4249
                },
4250
                {
4251
                    "name": "Symfony Community",
4252
                    "homepage": "https://symfony.com/contributors"
4253
                }
4254
            ],
4255
            "description": "Symfony CssSelector Component",
4256
            "homepage": "https://symfony.com",
4257
            "time": "2016-06-29T05:41:56+00:00"
4258
        },
4259
        {
4260
            "name": "symfony/dom-crawler",
4261
            "version": "v3.1.4",
4262
            "source": {
4263
                "type": "git",
4264
                "url": "https://github.com/symfony/dom-crawler.git",
4265
                "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7"
4266
            },
4267
            "dist": {
4268
                "type": "zip",
4269
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb7395e8b1db3654de82b9f35d019958276de4d7",
4270
                "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7",
4271
                "shasum": ""
4272
            },
4273
            "require": {
4274
                "php": ">=5.5.9",
4275
                "symfony/polyfill-mbstring": "~1.0"
4276
            },
4277
            "require-dev": {
4278
                "symfony/css-selector": "~2.8|~3.0"
4279
            },
4280
            "suggest": {
4281
                "symfony/css-selector": ""
4282
            },
4283
            "type": "library",
4284
            "extra": {
4285
                "branch-alias": {
4286
                    "dev-master": "3.1-dev"
4287
                }
4288
            },
4289
            "autoload": {
4290
                "psr-4": {
4291
                    "Symfony\\Component\\DomCrawler\\": ""
4292
                },
4293
                "exclude-from-classmap": [
4294
                    "/Tests/"
4295
                ]
4296
            },
4297
            "notification-url": "https://packagist.org/downloads/",
4298
            "license": [
4299
                "MIT"
4300
            ],
4301
            "authors": [
4302
                {
4303
                    "name": "Fabien Potencier",
4304
                    "email": "[email protected]"
4305
                },
4306
                {
4307
                    "name": "Symfony Community",
4308
                    "homepage": "https://symfony.com/contributors"
4309
                }
4310
            ],
4311
            "description": "Symfony DomCrawler Component",
4312
            "homepage": "https://symfony.com",
4313
            "time": "2016-08-05T08:37:39+00:00"
4314
        },
4315
        {
4316
            "name": "symfony/yaml",
4317
            "version": "v3.1.4",
4318
            "source": {
4319
                "type": "git",
4320
                "url": "https://github.com/symfony/yaml.git",
4321
                "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d"
4322
            },
4323
            "dist": {
4324
                "type": "zip",
4325
                "url": "https://api.github.com/repos/symfony/yaml/zipball/f291ed25eb1435bddbe8a96caaef16469c2a092d",
4326
                "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d",
4327
                "shasum": ""
4328
            },
4329
            "require": {
4330
                "php": ">=5.5.9"
4331
            },
4332
            "type": "library",
4333
            "extra": {
4334
                "branch-alias": {
4335
                    "dev-master": "3.1-dev"
4336
                }
4337
            },
4338
            "autoload": {
4339
                "psr-4": {
4340
                    "Symfony\\Component\\Yaml\\": ""
4341
                },
4342
                "exclude-from-classmap": [
4343
                    "/Tests/"
4344
                ]
4345
            },
4346
            "notification-url": "https://packagist.org/downloads/",
4347
            "license": [
4348
                "MIT"
4349
            ],
4350
            "authors": [
4351
                {
4352
                    "name": "Fabien Potencier",
4353
                    "email": "[email protected]"
4354
                },
4355
                {
4356
                    "name": "Symfony Community",
4357
                    "homepage": "https://symfony.com/contributors"
4358
                }
4359
            ],
4360
            "description": "Symfony Yaml Component",
4361
            "homepage": "https://symfony.com",
4362
            "time": "2016-09-02T02:12:52+00:00"
4363
        },
4364
        {
4365
            "name": "webmozart/assert",
4366
            "version": "1.1.0",
4367
            "source": {
4368
                "type": "git",
4369
                "url": "https://github.com/webmozart/assert.git",
4370
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
4371
            },
4372
            "dist": {
4373
                "type": "zip",
4374
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
4375
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
4376
                "shasum": ""
4377
            },
4378
            "require": {
4379
                "php": "^5.3.3|^7.0"
4380
            },
4381
            "require-dev": {
4382
                "phpunit/phpunit": "^4.6",
4383
                "sebastian/version": "^1.0.1"
4384
            },
4385
            "type": "library",
4386
            "extra": {
4387
                "branch-alias": {
4388
                    "dev-master": "1.2-dev"
4389
                }
4390
            },
4391
            "autoload": {
4392
                "psr-4": {
4393
                    "Webmozart\\Assert\\": "src/"
4394
                }
4395
            },
4396
            "notification-url": "https://packagist.org/downloads/",
4397
            "license": [
4398
                "MIT"
4399
            ],
4400
            "authors": [
4401
                {
4402
                    "name": "Bernhard Schussek",
4403
                    "email": "[email protected]"
4404
                }
4405
            ],
4406
            "description": "Assertions to validate method input/output with nice error messages.",
4407
            "keywords": [
4408
                "assert",
4409
                "check",
4410
                "validate"
4411
            ],
4412
            "time": "2016-08-09T15:02:57+00:00"
4413
        }
4414
    ],
4415
    "aliases": [],
4416
    "minimum-stability": "stable",
4417
    "stability-flags": [],
4418
    "prefer-stable": false,
4419
    "prefer-lowest": false,
4420
    "platform": {
4421
        "php": ">=5.6.4"
4422
    },
4423
    "platform-dev": []
4424
}
4425