Completed
Push — master ( 960360...5c8c09 )
by Dion
18s queued 11s
created

composer.lock (3 issues)

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": "5fda94f9f885977f1895fbc2ebb9e012",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "2.6.5",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "fbadde44717ea3eb98fba35425d49731185bf418"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/fbadde44717ea3eb98fba35425d49731185bf418",
20
                "reference": "fbadde44717ea3eb98fba35425d49731185bf418",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "friendsofphp/php-cs-fixer": "2.0.0-alpha",
29
                "phpunit/phpunit": "@stable"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-0": {
34
                    "Assert": "lib/"
35
                },
36
                "files": [
37
                    "lib/Assert/functions.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "BSD-2-Clause"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Benjamin Eberlei",
47
                    "email": "[email protected]",
48
                    "role": "Lead Developer"
49
                },
50
                {
51
                    "name": "Richard Quadling",
52
                    "email": "[email protected]",
53
                    "role": "Collaborator"
54
                }
55
            ],
56
            "description": "Thin assertion library for input validation in business models.",
57
            "keywords": [
58
                "assert",
59
                "assertion",
60
                "validation"
61
            ],
62
            "time": "2016-10-11T17:13:28+00:00"
63
        },
64
        {
65
            "name": "doctrine/annotations",
66
            "version": "v1.6.0",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/doctrine/annotations.git",
70
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
75
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "doctrine/lexer": "1.*",
80
                "php": "^7.1"
81
            },
82
            "require-dev": {
83
                "doctrine/cache": "1.*",
84
                "phpunit/phpunit": "^6.4"
85
            },
86
            "type": "library",
87
            "extra": {
88
                "branch-alias": {
89
                    "dev-master": "1.6.x-dev"
90
                }
91
            },
92
            "autoload": {
93
                "psr-4": {
94
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
95
                }
96
            },
97
            "notification-url": "https://packagist.org/downloads/",
98
            "license": [
99
                "MIT"
100
            ],
101
            "authors": [
102
                {
103
                    "name": "Roman Borschel",
104
                    "email": "[email protected]"
105
                },
106
                {
107
                    "name": "Benjamin Eberlei",
108
                    "email": "[email protected]"
109
                },
110
                {
111
                    "name": "Guilherme Blanco",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Jonathan Wage",
116
                    "email": "[email protected]"
117
                },
118
                {
119
                    "name": "Johannes Schmitt",
120
                    "email": "[email protected]"
121
                }
122
            ],
123
            "description": "Docblock Annotations Parser",
124
            "homepage": "http://www.doctrine-project.org",
125
            "keywords": [
126
                "annotations",
127
                "docblock",
128
                "parser"
129
            ],
130
            "time": "2017-12-06T07:11:42+00:00"
131
        },
132
        {
133
            "name": "doctrine/cache",
134
            "version": "v1.7.1",
135
            "source": {
136
                "type": "git",
137
                "url": "https://github.com/doctrine/cache.git",
138
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
139
            },
140
            "dist": {
141
                "type": "zip",
142
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
143
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
144
                "shasum": ""
145
            },
146
            "require": {
147
                "php": "~7.1"
148
            },
149
            "conflict": {
150
                "doctrine/common": ">2.2,<2.4"
151
            },
152
            "require-dev": {
153
                "alcaeus/mongo-php-adapter": "^1.1",
154
                "mongodb/mongodb": "^1.1",
155
                "phpunit/phpunit": "^5.7",
156
                "predis/predis": "~1.0"
157
            },
158
            "suggest": {
159
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
160
            },
161
            "type": "library",
162
            "extra": {
163
                "branch-alias": {
164
                    "dev-master": "1.7.x-dev"
165
                }
166
            },
167
            "autoload": {
168
                "psr-4": {
169
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
170
                }
171
            },
172
            "notification-url": "https://packagist.org/downloads/",
173
            "license": [
174
                "MIT"
175
            ],
176
            "authors": [
177
                {
178
                    "name": "Roman Borschel",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Benjamin Eberlei",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Guilherme Blanco",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Jonathan Wage",
191
                    "email": "[email protected]"
192
                },
193
                {
194
                    "name": "Johannes Schmitt",
195
                    "email": "[email protected]"
196
                }
197
            ],
198
            "description": "Caching library offering an object-oriented API for many cache backends",
199
            "homepage": "http://www.doctrine-project.org",
200
            "keywords": [
201
                "cache",
202
                "caching"
203
            ],
204
            "time": "2017-08-25T07:02:50+00:00"
205
        },
206
        {
207
            "name": "doctrine/collections",
208
            "version": "v1.5.0",
209
            "source": {
210
                "type": "git",
211
                "url": "https://github.com/doctrine/collections.git",
212
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
213
            },
214
            "dist": {
215
                "type": "zip",
216
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
217
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
218
                "shasum": ""
219
            },
220
            "require": {
221
                "php": "^7.1"
222
            },
223
            "require-dev": {
224
                "doctrine/coding-standard": "~0.1@dev",
225
                "phpunit/phpunit": "^5.7"
226
            },
227
            "type": "library",
228
            "extra": {
229
                "branch-alias": {
230
                    "dev-master": "1.3.x-dev"
231
                }
232
            },
233
            "autoload": {
234
                "psr-0": {
235
                    "Doctrine\\Common\\Collections\\": "lib/"
236
                }
237
            },
238
            "notification-url": "https://packagist.org/downloads/",
239
            "license": [
240
                "MIT"
241
            ],
242
            "authors": [
243
                {
244
                    "name": "Roman Borschel",
245
                    "email": "[email protected]"
246
                },
247
                {
248
                    "name": "Benjamin Eberlei",
249
                    "email": "[email protected]"
250
                },
251
                {
252
                    "name": "Guilherme Blanco",
253
                    "email": "[email protected]"
254
                },
255
                {
256
                    "name": "Jonathan Wage",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Johannes Schmitt",
261
                    "email": "[email protected]"
262
                }
263
            ],
264
            "description": "Collections Abstraction library",
265
            "homepage": "http://www.doctrine-project.org",
266
            "keywords": [
267
                "array",
268
                "collections",
269
                "iterator"
270
            ],
271
            "time": "2017-07-22T10:37:32+00:00"
272
        },
273
        {
274
            "name": "doctrine/common",
275
            "version": "v2.8.1",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/doctrine/common.git",
279
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
284
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "doctrine/annotations": "1.*",
289
                "doctrine/cache": "1.*",
290
                "doctrine/collections": "1.*",
291
                "doctrine/inflector": "1.*",
292
                "doctrine/lexer": "1.*",
293
                "php": "~7.1"
294
            },
295
            "require-dev": {
296
                "phpunit/phpunit": "^5.7"
297
            },
298
            "type": "library",
299
            "extra": {
300
                "branch-alias": {
301
                    "dev-master": "2.8.x-dev"
302
                }
303
            },
304
            "autoload": {
305
                "psr-4": {
306
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
307
                }
308
            },
309
            "notification-url": "https://packagist.org/downloads/",
310
            "license": [
311
                "MIT"
312
            ],
313
            "authors": [
314
                {
315
                    "name": "Roman Borschel",
316
                    "email": "[email protected]"
317
                },
318
                {
319
                    "name": "Benjamin Eberlei",
320
                    "email": "[email protected]"
321
                },
322
                {
323
                    "name": "Guilherme Blanco",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Jonathan Wage",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Johannes Schmitt",
332
                    "email": "[email protected]"
333
                }
334
            ],
335
            "description": "Common Library for Doctrine projects",
336
            "homepage": "http://www.doctrine-project.org",
337
            "keywords": [
338
                "annotations",
339
                "collections",
340
                "eventmanager",
341
                "persistence",
342
                "spl"
343
            ],
344
            "time": "2017-08-31T08:43:38+00:00"
345
        },
346
        {
347
            "name": "doctrine/dbal",
348
            "version": "v2.6.3",
349
            "source": {
350
                "type": "git",
351
                "url": "https://github.com/doctrine/dbal.git",
352
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
353
            },
354
            "dist": {
355
                "type": "zip",
356
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
357
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
358
                "shasum": ""
359
            },
360
            "require": {
361
                "doctrine/common": "^2.7.1",
362
                "ext-pdo": "*",
363
                "php": "^7.1"
364
            },
365
            "require-dev": {
366
                "phpunit/phpunit": "^5.4.6",
367
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
368
                "symfony/console": "2.*||^3.0"
369
            },
370
            "suggest": {
371
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
372
            },
373
            "bin": [
374
                "bin/doctrine-dbal"
375
            ],
376
            "type": "library",
377
            "extra": {
378
                "branch-alias": {
379
                    "dev-master": "2.6.x-dev"
380
                }
381
            },
382
            "autoload": {
383
                "psr-0": {
384
                    "Doctrine\\DBAL\\": "lib/"
385
                }
386
            },
387
            "notification-url": "https://packagist.org/downloads/",
388
            "license": [
389
                "MIT"
390
            ],
391
            "authors": [
392
                {
393
                    "name": "Roman Borschel",
394
                    "email": "[email protected]"
395
                },
396
                {
397
                    "name": "Benjamin Eberlei",
398
                    "email": "[email protected]"
399
                },
400
                {
401
                    "name": "Guilherme Blanco",
402
                    "email": "[email protected]"
403
                },
404
                {
405
                    "name": "Jonathan Wage",
406
                    "email": "[email protected]"
407
                }
408
            ],
409
            "description": "Database Abstraction Layer",
410
            "homepage": "http://www.doctrine-project.org",
411
            "keywords": [
412
                "database",
413
                "dbal",
414
                "persistence",
415
                "queryobject"
416
            ],
417
            "time": "2017-11-19T13:38:54+00:00"
418
        },
419
        {
420
            "name": "doctrine/inflector",
421
            "version": "v1.3.0",
422
            "source": {
423
                "type": "git",
424
                "url": "https://github.com/doctrine/inflector.git",
425
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
426
            },
427
            "dist": {
428
                "type": "zip",
429
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
430
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
431
                "shasum": ""
432
            },
433
            "require": {
434
                "php": "^7.1"
435
            },
436
            "require-dev": {
437
                "phpunit/phpunit": "^6.2"
438
            },
439
            "type": "library",
440
            "extra": {
441
                "branch-alias": {
442
                    "dev-master": "1.3.x-dev"
443
                }
444
            },
445
            "autoload": {
446
                "psr-4": {
447
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
448
                }
449
            },
450
            "notification-url": "https://packagist.org/downloads/",
451
            "license": [
452
                "MIT"
453
            ],
454
            "authors": [
455
                {
456
                    "name": "Roman Borschel",
457
                    "email": "[email protected]"
458
                },
459
                {
460
                    "name": "Benjamin Eberlei",
461
                    "email": "[email protected]"
462
                },
463
                {
464
                    "name": "Guilherme Blanco",
465
                    "email": "[email protected]"
466
                },
467
                {
468
                    "name": "Jonathan Wage",
469
                    "email": "[email protected]"
470
                },
471
                {
472
                    "name": "Johannes Schmitt",
473
                    "email": "[email protected]"
474
                }
475
            ],
476
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
477
            "homepage": "http://www.doctrine-project.org",
478
            "keywords": [
479
                "inflection",
480
                "pluralize",
481
                "singularize",
482
                "string"
483
            ],
484
            "time": "2018-01-09T20:05:19+00:00"
485
        },
486
        {
487
            "name": "doctrine/instantiator",
488
            "version": "1.1.0",
489
            "source": {
490
                "type": "git",
491
                "url": "https://github.com/doctrine/instantiator.git",
492
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
493
            },
494
            "dist": {
495
                "type": "zip",
496
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
497
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
498
                "shasum": ""
499
            },
500
            "require": {
501
                "php": "^7.1"
502
            },
503
            "require-dev": {
504
                "athletic/athletic": "~0.1.8",
505
                "ext-pdo": "*",
506
                "ext-phar": "*",
507
                "phpunit/phpunit": "^6.2.3",
508
                "squizlabs/php_codesniffer": "^3.0.2"
509
            },
510
            "type": "library",
511
            "extra": {
512
                "branch-alias": {
513
                    "dev-master": "1.2.x-dev"
514
                }
515
            },
516
            "autoload": {
517
                "psr-4": {
518
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
519
                }
520
            },
521
            "notification-url": "https://packagist.org/downloads/",
522
            "license": [
523
                "MIT"
524
            ],
525
            "authors": [
526
                {
527
                    "name": "Marco Pivetta",
528
                    "email": "[email protected]",
529
                    "homepage": "http://ocramius.github.com/"
530
                }
531
            ],
532
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
533
            "homepage": "https://github.com/doctrine/instantiator",
534
            "keywords": [
535
                "constructor",
536
                "instantiate"
537
            ],
538
            "time": "2017-07-22T11:58:36+00:00"
539
        },
540
        {
541
            "name": "doctrine/lexer",
542
            "version": "v1.0.1",
543
            "source": {
544
                "type": "git",
545
                "url": "https://github.com/doctrine/lexer.git",
546
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
547
            },
548
            "dist": {
549
                "type": "zip",
550
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
551
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
552
                "shasum": ""
553
            },
554
            "require": {
555
                "php": ">=5.3.2"
556
            },
557
            "type": "library",
558
            "extra": {
559
                "branch-alias": {
560
                    "dev-master": "1.0.x-dev"
561
                }
562
            },
563
            "autoload": {
564
                "psr-0": {
565
                    "Doctrine\\Common\\Lexer\\": "lib/"
566
                }
567
            },
568
            "notification-url": "https://packagist.org/downloads/",
569
            "license": [
570
                "MIT"
571
            ],
572
            "authors": [
573
                {
574
                    "name": "Roman Borschel",
575
                    "email": "[email protected]"
576
                },
577
                {
578
                    "name": "Guilherme Blanco",
579
                    "email": "[email protected]"
580
                },
581
                {
582
                    "name": "Johannes Schmitt",
583
                    "email": "[email protected]"
584
                }
585
            ],
586
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
587
            "homepage": "http://www.doctrine-project.org",
588
            "keywords": [
589
                "lexer",
590
                "parser"
591
            ],
592
            "time": "2014-09-09T13:34:57+00:00"
593
        },
594
        {
595
            "name": "doctrine/orm",
596
            "version": "v2.6.1",
597
            "source": {
598
                "type": "git",
599
                "url": "https://github.com/doctrine/doctrine2.git",
600
                "reference": "87ee409783a4a322b5597ebaae558661404055a7"
601
            },
602
            "dist": {
603
                "type": "zip",
604
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7",
605
                "reference": "87ee409783a4a322b5597ebaae558661404055a7",
606
                "shasum": ""
607
            },
608
            "require": {
609
                "doctrine/annotations": "~1.5",
610
                "doctrine/cache": "~1.6",
611
                "doctrine/collections": "^1.4",
612
                "doctrine/common": "^2.7.1",
613
                "doctrine/dbal": "^2.6",
614
                "doctrine/instantiator": "~1.1",
615
                "ext-pdo": "*",
616
                "php": "^7.1",
617
                "symfony/console": "~3.0|~4.0"
618
            },
619
            "require-dev": {
620
                "doctrine/coding-standard": "^1.0",
621
                "phpunit/phpunit": "^6.5",
622
                "squizlabs/php_codesniffer": "^3.2",
623
                "symfony/yaml": "~3.4|~4.0"
624
            },
625
            "suggest": {
626
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
627
            },
628
            "bin": [
629
                "bin/doctrine"
630
            ],
631
            "type": "library",
632
            "extra": {
633
                "branch-alias": {
634
                    "dev-master": "2.6.x-dev"
635
                }
636
            },
637
            "autoload": {
638
                "psr-4": {
639
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
640
                }
641
            },
642
            "notification-url": "https://packagist.org/downloads/",
643
            "license": [
644
                "MIT"
645
            ],
646
            "authors": [
647
                {
648
                    "name": "Roman Borschel",
649
                    "email": "[email protected]"
650
                },
651
                {
652
                    "name": "Benjamin Eberlei",
653
                    "email": "[email protected]"
654
                },
655
                {
656
                    "name": "Guilherme Blanco",
657
                    "email": "[email protected]"
658
                },
659
                {
660
                    "name": "Jonathan Wage",
661
                    "email": "[email protected]"
662
                },
663
                {
664
                    "name": "Marco Pivetta",
665
                    "email": "[email protected]"
666
                }
667
            ],
668
            "description": "Object-Relational-Mapper for PHP",
669
            "homepage": "http://www.doctrine-project.org",
670
            "keywords": [
671
                "database",
672
                "orm"
673
            ],
674
            "time": "2018-02-27T07:30:56+00:00"
675
        },
676
        {
677
            "name": "guzzle/guzzle",
678
            "version": "v3.8.1",
679
            "source": {
680
                "type": "git",
681
                "url": "https://github.com/guzzle/guzzle.git",
682
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
683
            },
684
            "dist": {
685
                "type": "zip",
686
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
687
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
688
                "shasum": ""
689
            },
690
            "require": {
691
                "ext-curl": "*",
692
                "php": ">=5.3.3",
693
                "symfony/event-dispatcher": ">=2.1"
694
            },
695
            "replace": {
696
                "guzzle/batch": "self.version",
697
                "guzzle/cache": "self.version",
698
                "guzzle/common": "self.version",
699
                "guzzle/http": "self.version",
700
                "guzzle/inflection": "self.version",
701
                "guzzle/iterator": "self.version",
702
                "guzzle/log": "self.version",
703
                "guzzle/parser": "self.version",
704
                "guzzle/plugin": "self.version",
705
                "guzzle/plugin-async": "self.version",
706
                "guzzle/plugin-backoff": "self.version",
707
                "guzzle/plugin-cache": "self.version",
708
                "guzzle/plugin-cookie": "self.version",
709
                "guzzle/plugin-curlauth": "self.version",
710
                "guzzle/plugin-error-response": "self.version",
711
                "guzzle/plugin-history": "self.version",
712
                "guzzle/plugin-log": "self.version",
713
                "guzzle/plugin-md5": "self.version",
714
                "guzzle/plugin-mock": "self.version",
715
                "guzzle/plugin-oauth": "self.version",
716
                "guzzle/service": "self.version",
717
                "guzzle/stream": "self.version"
718
            },
719
            "require-dev": {
720
                "doctrine/cache": "*",
721
                "monolog/monolog": "1.*",
722
                "phpunit/phpunit": "3.7.*",
723
                "psr/log": "1.0.*",
724
                "symfony/class-loader": "*",
725
                "zendframework/zend-cache": "<2.3",
726
                "zendframework/zend-log": "<2.3"
727
            },
728
            "type": "library",
729
            "extra": {
730
                "branch-alias": {
731
                    "dev-master": "3.8-dev"
732
                }
733
            },
734
            "autoload": {
735
                "psr-0": {
736
                    "Guzzle": "src/",
737
                    "Guzzle\\Tests": "tests/"
738
                }
739
            },
740
            "notification-url": "https://packagist.org/downloads/",
741
            "license": [
742
                "MIT"
743
            ],
744
            "authors": [
745
                {
746
                    "name": "Michael Dowling",
747
                    "email": "[email protected]",
748
                    "homepage": "https://github.com/mtdowling"
749
                },
750
                {
751
                    "name": "Guzzle Community",
752
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
753
                }
754
            ],
755
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
756
            "homepage": "http://guzzlephp.org/",
757
            "keywords": [
758
                "client",
759
                "curl",
760
                "framework",
761
                "http",
762
                "http client",
763
                "rest",
764
                "web service"
765
            ],
766
            "abandoned": "guzzlehttp/guzzle",
767
            "time": "2014-01-28T22:29:15+00:00"
768
        },
769
        {
770
            "name": "paragonie/random_compat",
771
            "version": "v2.0.11",
772
            "source": {
773
                "type": "git",
774
                "url": "https://github.com/paragonie/random_compat.git",
775
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
776
            },
777
            "dist": {
778
                "type": "zip",
779
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
780
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
781
                "shasum": ""
782
            },
783
            "require": {
784
                "php": ">=5.2.0"
785
            },
786
            "require-dev": {
787
                "phpunit/phpunit": "4.*|5.*"
788
            },
789
            "suggest": {
790
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
791
            },
792
            "type": "library",
793
            "autoload": {
794
                "files": [
795
                    "lib/random.php"
796
                ]
797
            },
798
            "notification-url": "https://packagist.org/downloads/",
799
            "license": [
800
                "MIT"
801
            ],
802
            "authors": [
803
                {
804
                    "name": "Paragon Initiative Enterprises",
805
                    "email": "[email protected]",
806
                    "homepage": "https://paragonie.com"
807
                }
808
            ],
809
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
810
            "keywords": [
811
                "csprng",
812
                "pseudorandom",
813
                "random"
814
            ],
815
            "time": "2017-09-27T21:40:39+00:00"
816
        },
817
        {
818
            "name": "php-coveralls/php-coveralls",
819
            "version": "v1.1.0",
820
            "source": {
821
                "type": "git",
822
                "url": "https://github.com/php-coveralls/php-coveralls.git",
823
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad"
824
            },
825
            "dist": {
826
                "type": "zip",
827
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
828
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
829
                "shasum": ""
830
            },
831
            "require": {
832
                "ext-json": "*",
833
                "ext-simplexml": "*",
834
                "guzzle/guzzle": "^2.8 || ^3.0",
835
                "php": "^5.3.3 || ^7.0",
836
                "psr/log": "^1.0",
837
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
838
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
839
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
840
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
841
            },
842
            "require-dev": {
843
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
844
            },
845
            "suggest": {
846
                "symfony/http-kernel": "Allows Symfony integration"
847
            },
848
            "bin": [
849
                "bin/coveralls"
850
            ],
851
            "type": "library",
852
            "autoload": {
853
                "psr-4": {
854
                    "Satooshi\\": "src/Satooshi/"
855
                }
856
            },
857
            "notification-url": "https://packagist.org/downloads/",
858
            "license": [
859
                "MIT"
860
            ],
861
            "authors": [
862
                {
863
                    "name": "Kitamura Satoshi",
864
                    "email": "[email protected]",
865
                    "homepage": "https://www.facebook.com/satooshi.jp"
866
                }
867
            ],
868
            "description": "PHP client library for Coveralls API",
869
            "homepage": "https://github.com/php-coveralls/php-coveralls",
870
            "keywords": [
871
                "ci",
872
                "coverage",
873
                "github",
874
                "test"
875
            ],
876
            "time": "2017-12-06T23:17:56+00:00"
877
        },
878
        {
879
            "name": "psr/cache",
880
            "version": "1.0.1",
881
            "source": {
882
                "type": "git",
883
                "url": "https://github.com/php-fig/cache.git",
884
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
885
            },
886
            "dist": {
887
                "type": "zip",
888
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
889
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
890
                "shasum": ""
891
            },
892
            "require": {
893
                "php": ">=5.3.0"
894
            },
895
            "type": "library",
896
            "extra": {
897
                "branch-alias": {
898
                    "dev-master": "1.0.x-dev"
899
                }
900
            },
901
            "autoload": {
902
                "psr-4": {
903
                    "Psr\\Cache\\": "src/"
904
                }
905
            },
906
            "notification-url": "https://packagist.org/downloads/",
907
            "license": [
908
                "MIT"
909
            ],
910
            "authors": [
911
                {
912
                    "name": "PHP-FIG",
913
                    "homepage": "http://www.php-fig.org/"
914
                }
915
            ],
916
            "description": "Common interface for caching libraries",
917
            "keywords": [
918
                "cache",
919
                "psr",
920
                "psr-6"
921
            ],
922
            "time": "2016-08-06T20:24:11+00:00"
923
        },
924
        {
925
            "name": "psr/container",
926
            "version": "1.0.0",
927
            "source": {
928
                "type": "git",
929
                "url": "https://github.com/php-fig/container.git",
930
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
931
            },
932
            "dist": {
933
                "type": "zip",
934
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
935
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
936
                "shasum": ""
937
            },
938
            "require": {
939
                "php": ">=5.3.0"
940
            },
941
            "type": "library",
942
            "extra": {
943
                "branch-alias": {
944
                    "dev-master": "1.0.x-dev"
945
                }
946
            },
947
            "autoload": {
948
                "psr-4": {
949
                    "Psr\\Container\\": "src/"
950
                }
951
            },
952
            "notification-url": "https://packagist.org/downloads/",
953
            "license": [
954
                "MIT"
955
            ],
956
            "authors": [
957
                {
958
                    "name": "PHP-FIG",
959
                    "homepage": "http://www.php-fig.org/"
960
                }
961
            ],
962
            "description": "Common Container Interface (PHP FIG PSR-11)",
963
            "homepage": "https://github.com/php-fig/container",
964
            "keywords": [
965
                "PSR-11",
966
                "container",
967
                "container-interface",
968
                "container-interop",
969
                "psr"
970
            ],
971
            "time": "2017-02-14T16:28:37+00:00"
972
        },
973
        {
974
            "name": "psr/log",
975
            "version": "1.0.2",
976
            "source": {
977
                "type": "git",
978
                "url": "https://github.com/php-fig/log.git",
979
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
980
            },
981
            "dist": {
982
                "type": "zip",
983
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
984
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
985
                "shasum": ""
986
            },
987
            "require": {
988
                "php": ">=5.3.0"
989
            },
990
            "type": "library",
991
            "extra": {
992
                "branch-alias": {
993
                    "dev-master": "1.0.x-dev"
994
                }
995
            },
996
            "autoload": {
997
                "psr-4": {
998
                    "Psr\\Log\\": "Psr/Log/"
999
                }
1000
            },
1001
            "notification-url": "https://packagist.org/downloads/",
1002
            "license": [
1003
                "MIT"
1004
            ],
1005
            "authors": [
1006
                {
1007
                    "name": "PHP-FIG",
1008
                    "homepage": "http://www.php-fig.org/"
1009
                }
1010
            ],
1011
            "description": "Common interface for logging libraries",
1012
            "homepage": "https://github.com/php-fig/log",
1013
            "keywords": [
1014
                "log",
1015
                "psr",
1016
                "psr-3"
1017
            ],
1018
            "time": "2016-10-10T12:19:37+00:00"
1019
        },
1020
        {
1021
            "name": "psr/simple-cache",
1022
            "version": "1.0.1",
1023
            "source": {
1024
                "type": "git",
1025
                "url": "https://github.com/php-fig/simple-cache.git",
1026
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1027
            },
1028
            "dist": {
1029
                "type": "zip",
1030
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1031
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1032
                "shasum": ""
1033
            },
1034
            "require": {
1035
                "php": ">=5.3.0"
1036
            },
1037
            "type": "library",
1038
            "extra": {
1039
                "branch-alias": {
1040
                    "dev-master": "1.0.x-dev"
1041
                }
1042
            },
1043
            "autoload": {
1044
                "psr-4": {
1045
                    "Psr\\SimpleCache\\": "src/"
1046
                }
1047
            },
1048
            "notification-url": "https://packagist.org/downloads/",
1049
            "license": [
1050
                "MIT"
1051
            ],
1052
            "authors": [
1053
                {
1054
                    "name": "PHP-FIG",
1055
                    "homepage": "http://www.php-fig.org/"
1056
                }
1057
            ],
1058
            "description": "Common interfaces for simple caching",
1059
            "keywords": [
1060
                "cache",
1061
                "caching",
1062
                "psr",
1063
                "psr-16",
1064
                "simple-cache"
1065
            ],
1066
            "time": "2017-10-23T01:57:42+00:00"
1067
        },
1068
        {
1069
            "name": "symfony/cache",
1070
            "version": "v3.4.11",
1071
            "source": {
1072
                "type": "git",
1073
                "url": "https://github.com/symfony/cache.git",
1074
                "reference": "b6f157d4529a3484f60ebc40661b5232526fb432"
1075
            },
1076
            "dist": {
1077
                "type": "zip",
1078
                "url": "https://api.github.com/repos/symfony/cache/zipball/b6f157d4529a3484f60ebc40661b5232526fb432",
1079
                "reference": "b6f157d4529a3484f60ebc40661b5232526fb432",
1080
                "shasum": ""
1081
            },
1082
            "require": {
1083
                "php": "^5.5.9|>=7.0.8",
1084
                "psr/cache": "~1.0",
1085
                "psr/log": "~1.0",
1086
                "psr/simple-cache": "^1.0",
1087
                "symfony/polyfill-apcu": "~1.1"
1088
            },
1089
            "conflict": {
1090
                "symfony/var-dumper": "<3.3"
1091
            },
1092
            "provide": {
1093
                "psr/cache-implementation": "1.0",
1094
                "psr/simple-cache-implementation": "1.0"
1095
            },
1096
            "require-dev": {
1097
                "cache/integration-tests": "dev-master",
1098
                "doctrine/cache": "~1.6",
1099
                "doctrine/dbal": "~2.4",
1100
                "predis/predis": "~1.0"
1101
            },
1102
            "type": "library",
1103
            "extra": {
1104
                "branch-alias": {
1105
                    "dev-master": "3.4-dev"
1106
                }
1107
            },
1108
            "autoload": {
1109
                "psr-4": {
1110
                    "Symfony\\Component\\Cache\\": ""
1111
                },
1112
                "exclude-from-classmap": [
1113
                    "/Tests/"
1114
                ]
1115
            },
1116
            "notification-url": "https://packagist.org/downloads/",
1117
            "license": [
1118
                "MIT"
1119
            ],
1120
            "authors": [
1121
                {
1122
                    "name": "Nicolas Grekas",
1123
                    "email": "[email protected]"
1124
                },
1125
                {
1126
                    "name": "Symfony Community",
1127
                    "homepage": "https://symfony.com/contributors"
1128
                }
1129
            ],
1130
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1131
            "homepage": "https://symfony.com",
1132
            "keywords": [
1133
                "caching",
1134
                "psr6"
1135
            ],
1136
            "time": "2018-05-16T12:49:49+00:00"
1137
        },
1138
        {
1139
            "name": "symfony/config",
1140
            "version": "v3.4.6",
1141
            "source": {
1142
                "type": "git",
1143
                "url": "https://github.com/symfony/config.git",
1144
                "reference": "05e10567b529476a006b00746c5f538f1636810e"
1145
            },
1146
            "dist": {
1147
                "type": "zip",
1148
                "url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e",
1149
                "reference": "05e10567b529476a006b00746c5f538f1636810e",
1150
                "shasum": ""
1151
            },
1152
            "require": {
1153
                "php": "^5.5.9|>=7.0.8",
1154
                "symfony/filesystem": "~2.8|~3.0|~4.0"
1155
            },
1156
            "conflict": {
1157
                "symfony/dependency-injection": "<3.3",
1158
                "symfony/finder": "<3.3"
1159
            },
1160
            "require-dev": {
1161
                "symfony/dependency-injection": "~3.3|~4.0",
1162
                "symfony/event-dispatcher": "~3.3|~4.0",
1163
                "symfony/finder": "~3.3|~4.0",
1164
                "symfony/yaml": "~3.0|~4.0"
1165
            },
1166
            "suggest": {
1167
                "symfony/yaml": "To use the yaml reference dumper"
1168
            },
1169
            "type": "library",
1170
            "extra": {
1171
                "branch-alias": {
1172
                    "dev-master": "3.4-dev"
1173
                }
1174
            },
1175
            "autoload": {
1176
                "psr-4": {
1177
                    "Symfony\\Component\\Config\\": ""
1178
                },
1179
                "exclude-from-classmap": [
1180
                    "/Tests/"
1181
                ]
1182
            },
1183
            "notification-url": "https://packagist.org/downloads/",
1184
            "license": [
1185
                "MIT"
1186
            ],
1187
            "authors": [
1188
                {
1189
                    "name": "Fabien Potencier",
1190
                    "email": "[email protected]"
1191
                },
1192
                {
1193
                    "name": "Symfony Community",
1194
                    "homepage": "https://symfony.com/contributors"
1195
                }
1196
            ],
1197
            "description": "Symfony Config Component",
1198
            "homepage": "https://symfony.com",
1199
            "time": "2018-02-14T10:03:57+00:00"
1200
        },
1201
        {
1202
            "name": "symfony/console",
1203
            "version": "v3.4.6",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/symfony/console.git",
1207
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7",
1212
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "php": "^5.5.9|>=7.0.8",
1217
                "symfony/debug": "~2.8|~3.0|~4.0",
1218
                "symfony/polyfill-mbstring": "~1.0"
1219
            },
1220
            "conflict": {
1221
                "symfony/dependency-injection": "<3.4",
1222
                "symfony/process": "<3.3"
1223
            },
1224
            "require-dev": {
1225
                "psr/log": "~1.0",
1226
                "symfony/config": "~3.3|~4.0",
1227
                "symfony/dependency-injection": "~3.4|~4.0",
1228
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1229
                "symfony/lock": "~3.4|~4.0",
1230
                "symfony/process": "~3.3|~4.0"
1231
            },
1232
            "suggest": {
1233
                "psr/log": "For using the console logger",
1234
                "symfony/event-dispatcher": "",
1235
                "symfony/lock": "",
1236
                "symfony/process": ""
1237
            },
1238
            "type": "library",
1239
            "extra": {
1240
                "branch-alias": {
1241
                    "dev-master": "3.4-dev"
1242
                }
1243
            },
1244
            "autoload": {
1245
                "psr-4": {
1246
                    "Symfony\\Component\\Console\\": ""
1247
                },
1248
                "exclude-from-classmap": [
1249
                    "/Tests/"
1250
                ]
1251
            },
1252
            "notification-url": "https://packagist.org/downloads/",
1253
            "license": [
1254
                "MIT"
1255
            ],
1256
            "authors": [
1257
                {
1258
                    "name": "Fabien Potencier",
1259
                    "email": "[email protected]"
1260
                },
1261
                {
1262
                    "name": "Symfony Community",
1263
                    "homepage": "https://symfony.com/contributors"
1264
                }
1265
            ],
1266
            "description": "Symfony Console Component",
1267
            "homepage": "https://symfony.com",
1268
            "time": "2018-02-26T15:46:28+00:00"
1269
        },
1270
        {
1271
            "name": "symfony/debug",
1272
            "version": "v4.0.6",
1273
            "source": {
1274
                "type": "git",
1275
                "url": "https://github.com/symfony/debug.git",
1276
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489"
1277
            },
1278
            "dist": {
1279
                "type": "zip",
1280
                "url": "https://api.github.com/repos/symfony/debug/zipball/1721e4e7effb23480966690cdcdc7d2a4152d489",
1281
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489",
1282
                "shasum": ""
1283
            },
1284
            "require": {
1285
                "php": "^7.1.3",
1286
                "psr/log": "~1.0"
1287
            },
1288
            "conflict": {
1289
                "symfony/http-kernel": "<3.4"
1290
            },
1291
            "require-dev": {
1292
                "symfony/http-kernel": "~3.4|~4.0"
1293
            },
1294
            "type": "library",
1295
            "extra": {
1296
                "branch-alias": {
1297
                    "dev-master": "4.0-dev"
1298
                }
1299
            },
1300
            "autoload": {
1301
                "psr-4": {
1302
                    "Symfony\\Component\\Debug\\": ""
1303
                },
1304
                "exclude-from-classmap": [
1305
                    "/Tests/"
1306
                ]
1307
            },
1308
            "notification-url": "https://packagist.org/downloads/",
1309
            "license": [
1310
                "MIT"
1311
            ],
1312
            "authors": [
1313
                {
1314
                    "name": "Fabien Potencier",
1315
                    "email": "[email protected]"
1316
                },
1317
                {
1318
                    "name": "Symfony Community",
1319
                    "homepage": "https://symfony.com/contributors"
1320
                }
1321
            ],
1322
            "description": "Symfony Debug Component",
1323
            "homepage": "https://symfony.com",
1324
            "time": "2018-02-28T21:50:02+00:00"
1325
        },
1326
        {
1327
            "name": "symfony/dependency-injection",
1328
            "version": "v3.4.6",
1329
            "source": {
1330
                "type": "git",
1331
                "url": "https://github.com/symfony/dependency-injection.git",
1332
                "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07"
1333
            },
1334
            "dist": {
1335
                "type": "zip",
1336
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/12e901abc1cb0d637a0e5abe9923471361d96b07",
1337
                "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07",
1338
                "shasum": ""
1339
            },
1340
            "require": {
1341
                "php": "^5.5.9|>=7.0.8",
1342
                "psr/container": "^1.0"
1343
            },
1344
            "conflict": {
1345
                "symfony/config": "<3.3.7",
1346
                "symfony/finder": "<3.3",
1347
                "symfony/proxy-manager-bridge": "<3.4",
1348
                "symfony/yaml": "<3.4"
1349
            },
1350
            "provide": {
1351
                "psr/container-implementation": "1.0"
1352
            },
1353
            "require-dev": {
1354
                "symfony/config": "~3.3|~4.0",
1355
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1356
                "symfony/yaml": "~3.4|~4.0"
1357
            },
1358
            "suggest": {
1359
                "symfony/config": "",
1360
                "symfony/expression-language": "For using expressions in service container configuration",
1361
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1362
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1363
                "symfony/yaml": ""
1364
            },
1365
            "type": "library",
1366
            "extra": {
1367
                "branch-alias": {
1368
                    "dev-master": "3.4-dev"
1369
                }
1370
            },
1371
            "autoload": {
1372
                "psr-4": {
1373
                    "Symfony\\Component\\DependencyInjection\\": ""
1374
                },
1375
                "exclude-from-classmap": [
1376
                    "/Tests/"
1377
                ]
1378
            },
1379
            "notification-url": "https://packagist.org/downloads/",
1380
            "license": [
1381
                "MIT"
1382
            ],
1383
            "authors": [
1384
                {
1385
                    "name": "Fabien Potencier",
1386
                    "email": "[email protected]"
1387
                },
1388
                {
1389
                    "name": "Symfony Community",
1390
                    "homepage": "https://symfony.com/contributors"
1391
                }
1392
            ],
1393
            "description": "Symfony DependencyInjection Component",
1394
            "homepage": "https://symfony.com",
1395
            "time": "2018-03-04T03:54:53+00:00"
1396
        },
1397
        {
1398
            "name": "symfony/event-dispatcher",
1399
            "version": "v3.4.6",
1400
            "source": {
1401
                "type": "git",
1402
                "url": "https://github.com/symfony/event-dispatcher.git",
1403
                "reference": "58990682ac3fdc1f563b7e705452921372aad11d"
1404
            },
1405
            "dist": {
1406
                "type": "zip",
1407
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/58990682ac3fdc1f563b7e705452921372aad11d",
1408
                "reference": "58990682ac3fdc1f563b7e705452921372aad11d",
1409
                "shasum": ""
1410
            },
1411
            "require": {
1412
                "php": "^5.5.9|>=7.0.8"
1413
            },
1414
            "conflict": {
1415
                "symfony/dependency-injection": "<3.3"
1416
            },
1417
            "require-dev": {
1418
                "psr/log": "~1.0",
1419
                "symfony/config": "~2.8|~3.0|~4.0",
1420
                "symfony/dependency-injection": "~3.3|~4.0",
1421
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1422
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1423
            },
1424
            "suggest": {
1425
                "symfony/dependency-injection": "",
1426
                "symfony/http-kernel": ""
1427
            },
1428
            "type": "library",
1429
            "extra": {
1430
                "branch-alias": {
1431
                    "dev-master": "3.4-dev"
1432
                }
1433
            },
1434
            "autoload": {
1435
                "psr-4": {
1436
                    "Symfony\\Component\\EventDispatcher\\": ""
1437
                },
1438
                "exclude-from-classmap": [
1439
                    "/Tests/"
1440
                ]
1441
            },
1442
            "notification-url": "https://packagist.org/downloads/",
1443
            "license": [
1444
                "MIT"
1445
            ],
1446
            "authors": [
1447
                {
1448
                    "name": "Fabien Potencier",
1449
                    "email": "[email protected]"
1450
                },
1451
                {
1452
                    "name": "Symfony Community",
1453
                    "homepage": "https://symfony.com/contributors"
1454
                }
1455
            ],
1456
            "description": "Symfony EventDispatcher Component",
1457
            "homepage": "https://symfony.com",
1458
            "time": "2018-02-14T10:03:57+00:00"
1459
        },
1460
        {
1461
            "name": "symfony/filesystem",
1462
            "version": "v4.0.6",
1463
            "source": {
1464
                "type": "git",
1465
                "url": "https://github.com/symfony/filesystem.git",
1466
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
1467
            },
1468
            "dist": {
1469
                "type": "zip",
1470
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
1471
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
1472
                "shasum": ""
1473
            },
1474
            "require": {
1475
                "php": "^7.1.3"
1476
            },
1477
            "type": "library",
1478
            "extra": {
1479
                "branch-alias": {
1480
                    "dev-master": "4.0-dev"
1481
                }
1482
            },
1483
            "autoload": {
1484
                "psr-4": {
1485
                    "Symfony\\Component\\Filesystem\\": ""
1486
                },
1487
                "exclude-from-classmap": [
1488
                    "/Tests/"
1489
                ]
1490
            },
1491
            "notification-url": "https://packagist.org/downloads/",
1492
            "license": [
1493
                "MIT"
1494
            ],
1495
            "authors": [
1496
                {
1497
                    "name": "Fabien Potencier",
1498
                    "email": "[email protected]"
1499
                },
1500
                {
1501
                    "name": "Symfony Community",
1502
                    "homepage": "https://symfony.com/contributors"
1503
                }
1504
            ],
1505
            "description": "Symfony Filesystem Component",
1506
            "homepage": "https://symfony.com",
1507
            "time": "2018-02-22T10:50:29+00:00"
1508
        },
1509
        {
1510
            "name": "symfony/form",
0 ignored issues
show
There is a security advisory for your installed version of symfony/form:

CVE-2018-19789: Temporary uploaded file path disclosure
Loading history...
1511
            "version": "v3.4.6",
1512
            "source": {
1513
                "type": "git",
1514
                "url": "https://github.com/symfony/form.git",
1515
                "reference": "9495e1bed5397bb9618059d37a1494f87964b878"
1516
            },
1517
            "dist": {
1518
                "type": "zip",
1519
                "url": "https://api.github.com/repos/symfony/form/zipball/9495e1bed5397bb9618059d37a1494f87964b878",
1520
                "reference": "9495e1bed5397bb9618059d37a1494f87964b878",
1521
                "shasum": ""
1522
            },
1523
            "require": {
1524
                "php": "^5.5.9|>=7.0.8",
1525
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1526
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
1527
                "symfony/options-resolver": "~3.4|~4.0",
1528
                "symfony/polyfill-mbstring": "~1.0",
1529
                "symfony/property-access": "~2.8|~3.0|~4.0"
1530
            },
1531
            "conflict": {
1532
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1533
                "symfony/dependency-injection": "<3.3",
1534
                "symfony/doctrine-bridge": "<2.7",
1535
                "symfony/framework-bundle": "<3.4",
1536
                "symfony/http-kernel": "<3.3.5",
1537
                "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
1538
            },
1539
            "require-dev": {
1540
                "doctrine/collections": "~1.0",
1541
                "symfony/config": "~2.7|~3.0|~4.0",
1542
                "symfony/console": "~3.4|~4.0",
1543
                "symfony/dependency-injection": "~3.3|~4.0",
1544
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
1545
                "symfony/http-kernel": "^3.3.5|~4.0",
1546
                "symfony/security-csrf": "~2.8|~3.0|~4.0",
1547
                "symfony/translation": "~2.8|~3.0|~4.0",
1548
                "symfony/validator": "^3.2.5|~4.0",
1549
                "symfony/var-dumper": "~3.3.11|~3.4|~4.0"
1550
            },
1551
            "suggest": {
1552
                "symfony/framework-bundle": "For templating with PHP.",
1553
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
1554
                "symfony/twig-bridge": "For templating with Twig.",
1555
                "symfony/validator": "For form validation."
1556
            },
1557
            "type": "library",
1558
            "extra": {
1559
                "branch-alias": {
1560
                    "dev-master": "3.4-dev"
1561
                }
1562
            },
1563
            "autoload": {
1564
                "psr-4": {
1565
                    "Symfony\\Component\\Form\\": ""
1566
                },
1567
                "exclude-from-classmap": [
1568
                    "/Tests/"
1569
                ]
1570
            },
1571
            "notification-url": "https://packagist.org/downloads/",
1572
            "license": [
1573
                "MIT"
1574
            ],
1575
            "authors": [
1576
                {
1577
                    "name": "Fabien Potencier",
1578
                    "email": "[email protected]"
1579
                },
1580
                {
1581
                    "name": "Symfony Community",
1582
                    "homepage": "https://symfony.com/contributors"
1583
                }
1584
            ],
1585
            "description": "Symfony Form Component",
1586
            "homepage": "https://symfony.com",
1587
            "time": "2018-03-01T10:20:19+00:00"
1588
        },
1589
        {
1590
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-11386: Denial of service when using PDOSessionHandler
- CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
1591
            "version": "v4.0.6",
1592
            "source": {
1593
                "type": "git",
1594
                "url": "https://github.com/symfony/http-foundation.git",
1595
                "reference": "6c181e81a3a9a7996c62ebd7803592536e729c5a"
1596
            },
1597
            "dist": {
1598
                "type": "zip",
1599
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6c181e81a3a9a7996c62ebd7803592536e729c5a",
1600
                "reference": "6c181e81a3a9a7996c62ebd7803592536e729c5a",
1601
                "shasum": ""
1602
            },
1603
            "require": {
1604
                "php": "^7.1.3",
1605
                "symfony/polyfill-mbstring": "~1.1"
1606
            },
1607
            "require-dev": {
1608
                "symfony/expression-language": "~3.4|~4.0"
1609
            },
1610
            "type": "library",
1611
            "extra": {
1612
                "branch-alias": {
1613
                    "dev-master": "4.0-dev"
1614
                }
1615
            },
1616
            "autoload": {
1617
                "psr-4": {
1618
                    "Symfony\\Component\\HttpFoundation\\": ""
1619
                },
1620
                "exclude-from-classmap": [
1621
                    "/Tests/"
1622
                ]
1623
            },
1624
            "notification-url": "https://packagist.org/downloads/",
1625
            "license": [
1626
                "MIT"
1627
            ],
1628
            "authors": [
1629
                {
1630
                    "name": "Fabien Potencier",
1631
                    "email": "[email protected]"
1632
                },
1633
                {
1634
                    "name": "Symfony Community",
1635
                    "homepage": "https://symfony.com/contributors"
1636
                }
1637
            ],
1638
            "description": "Symfony HttpFoundation Component",
1639
            "homepage": "https://symfony.com",
1640
            "time": "2018-03-05T16:01:10+00:00"
1641
        },
1642
        {
1643
            "name": "symfony/http-kernel",
1644
            "version": "v4.0.6",
1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/symfony/http-kernel.git",
1648
                "reference": "2a1ebfe8c37240500befcb17bceb3893adacffa3"
1649
            },
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2a1ebfe8c37240500befcb17bceb3893adacffa3",
1653
                "reference": "2a1ebfe8c37240500befcb17bceb3893adacffa3",
1654
                "shasum": ""
1655
            },
1656
            "require": {
1657
                "php": "^7.1.3",
1658
                "psr/log": "~1.0",
1659
                "symfony/debug": "~3.4|~4.0",
1660
                "symfony/event-dispatcher": "~3.4|~4.0",
1661
                "symfony/http-foundation": "~3.4.4|~4.0.4"
1662
            },
1663
            "conflict": {
1664
                "symfony/config": "<3.4",
1665
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1666
                "symfony/var-dumper": "<3.4",
1667
                "twig/twig": "<1.34|<2.4,>=2"
1668
            },
1669
            "provide": {
1670
                "psr/log-implementation": "1.0"
1671
            },
1672
            "require-dev": {
1673
                "psr/cache": "~1.0",
1674
                "symfony/browser-kit": "~3.4|~4.0",
1675
                "symfony/config": "~3.4|~4.0",
1676
                "symfony/console": "~3.4|~4.0",
1677
                "symfony/css-selector": "~3.4|~4.0",
1678
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1679
                "symfony/dom-crawler": "~3.4|~4.0",
1680
                "symfony/expression-language": "~3.4|~4.0",
1681
                "symfony/finder": "~3.4|~4.0",
1682
                "symfony/process": "~3.4|~4.0",
1683
                "symfony/routing": "~3.4|~4.0",
1684
                "symfony/stopwatch": "~3.4|~4.0",
1685
                "symfony/templating": "~3.4|~4.0",
1686
                "symfony/translation": "~3.4|~4.0",
1687
                "symfony/var-dumper": "~3.4|~4.0"
1688
            },
1689
            "suggest": {
1690
                "symfony/browser-kit": "",
1691
                "symfony/config": "",
1692
                "symfony/console": "",
1693
                "symfony/dependency-injection": "",
1694
                "symfony/var-dumper": ""
1695
            },
1696
            "type": "library",
1697
            "extra": {
1698
                "branch-alias": {
1699
                    "dev-master": "4.0-dev"
1700
                }
1701
            },
1702
            "autoload": {
1703
                "psr-4": {
1704
                    "Symfony\\Component\\HttpKernel\\": ""
1705
                },
1706
                "exclude-from-classmap": [
1707
                    "/Tests/"
1708
                ]
1709
            },
1710
            "notification-url": "https://packagist.org/downloads/",
1711
            "license": [
1712
                "MIT"
1713
            ],
1714
            "authors": [
1715
                {
1716
                    "name": "Fabien Potencier",
1717
                    "email": "[email protected]"
1718
                },
1719
                {
1720
                    "name": "Symfony Community",
1721
                    "homepage": "https://symfony.com/contributors"
1722
                }
1723
            ],
1724
            "description": "Symfony HttpKernel Component",
1725
            "homepage": "https://symfony.com",
1726
            "time": "2018-03-05T22:27:01+00:00"
1727
        },
1728
        {
1729
            "name": "symfony/inflector",
1730
            "version": "v3.4.6",
1731
            "source": {
1732
                "type": "git",
1733
                "url": "https://github.com/symfony/inflector.git",
1734
                "reference": "217fa0f0e8fce417bd225e4195b12c56e87273a8"
1735
            },
1736
            "dist": {
1737
                "type": "zip",
1738
                "url": "https://api.github.com/repos/symfony/inflector/zipball/217fa0f0e8fce417bd225e4195b12c56e87273a8",
1739
                "reference": "217fa0f0e8fce417bd225e4195b12c56e87273a8",
1740
                "shasum": ""
1741
            },
1742
            "require": {
1743
                "php": "^5.5.9|>=7.0.8"
1744
            },
1745
            "type": "library",
1746
            "extra": {
1747
                "branch-alias": {
1748
                    "dev-master": "3.4-dev"
1749
                }
1750
            },
1751
            "autoload": {
1752
                "psr-4": {
1753
                    "Symfony\\Component\\Inflector\\": ""
1754
                },
1755
                "exclude-from-classmap": [
1756
                    "/Tests/"
1757
                ]
1758
            },
1759
            "notification-url": "https://packagist.org/downloads/",
1760
            "license": [
1761
                "MIT"
1762
            ],
1763
            "authors": [
1764
                {
1765
                    "name": "Bernhard Schussek",
1766
                    "email": "[email protected]"
1767
                },
1768
                {
1769
                    "name": "Symfony Community",
1770
                    "homepage": "https://symfony.com/contributors"
1771
                }
1772
            ],
1773
            "description": "Symfony Inflector Component",
1774
            "homepage": "https://symfony.com",
1775
            "keywords": [
1776
                "inflection",
1777
                "pluralize",
1778
                "singularize",
1779
                "string",
1780
                "symfony",
1781
                "words"
1782
            ],
1783
            "time": "2018-01-03T17:14:19+00:00"
1784
        },
1785
        {
1786
            "name": "symfony/intl",
1787
            "version": "v4.0.6",
1788
            "source": {
1789
                "type": "git",
1790
                "url": "https://github.com/symfony/intl.git",
1791
                "reference": "929953d9e64c7209afb907fc34ac64b135c79cb8"
1792
            },
1793
            "dist": {
1794
                "type": "zip",
1795
                "url": "https://api.github.com/repos/symfony/intl/zipball/929953d9e64c7209afb907fc34ac64b135c79cb8",
1796
                "reference": "929953d9e64c7209afb907fc34ac64b135c79cb8",
1797
                "shasum": ""
1798
            },
1799
            "require": {
1800
                "php": "^7.1.3",
1801
                "symfony/polyfill-intl-icu": "~1.0"
1802
            },
1803
            "require-dev": {
1804
                "symfony/filesystem": "~3.4|~4.0"
1805
            },
1806
            "suggest": {
1807
                "ext-intl": "to use the component with locales other than \"en\""
1808
            },
1809
            "type": "library",
1810
            "extra": {
1811
                "branch-alias": {
1812
                    "dev-master": "4.0-dev"
1813
                }
1814
            },
1815
            "autoload": {
1816
                "psr-4": {
1817
                    "Symfony\\Component\\Intl\\": ""
1818
                },
1819
                "classmap": [
1820
                    "Resources/stubs"
1821
                ],
1822
                "exclude-from-classmap": [
1823
                    "/Tests/"
1824
                ]
1825
            },
1826
            "notification-url": "https://packagist.org/downloads/",
1827
            "license": [
1828
                "MIT"
1829
            ],
1830
            "authors": [
1831
                {
1832
                    "name": "Bernhard Schussek",
1833
                    "email": "[email protected]"
1834
                },
1835
                {
1836
                    "name": "Eriksen Costa",
1837
                    "email": "[email protected]"
1838
                },
1839
                {
1840
                    "name": "Igor Wiedler",
1841
                    "email": "[email protected]"
1842
                },
1843
                {
1844
                    "name": "Symfony Community",
1845
                    "homepage": "https://symfony.com/contributors"
1846
                }
1847
            ],
1848
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
1849
            "homepage": "https://symfony.com",
1850
            "keywords": [
1851
                "i18n",
1852
                "icu",
1853
                "internationalization",
1854
                "intl",
1855
                "l10n",
1856
                "localization"
1857
            ],
1858
            "time": "2018-02-03T00:57:23+00:00"
1859
        },
1860
        {
1861
            "name": "symfony/options-resolver",
1862
            "version": "v4.0.6",
1863
            "source": {
1864
                "type": "git",
1865
                "url": "https://github.com/symfony/options-resolver.git",
1866
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0"
1867
            },
1868
            "dist": {
1869
                "type": "zip",
1870
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0",
1871
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0",
1872
                "shasum": ""
1873
            },
1874
            "require": {
1875
                "php": "^7.1.3"
1876
            },
1877
            "type": "library",
1878
            "extra": {
1879
                "branch-alias": {
1880
                    "dev-master": "4.0-dev"
1881
                }
1882
            },
1883
            "autoload": {
1884
                "psr-4": {
1885
                    "Symfony\\Component\\OptionsResolver\\": ""
1886
                },
1887
                "exclude-from-classmap": [
1888
                    "/Tests/"
1889
                ]
1890
            },
1891
            "notification-url": "https://packagist.org/downloads/",
1892
            "license": [
1893
                "MIT"
1894
            ],
1895
            "authors": [
1896
                {
1897
                    "name": "Fabien Potencier",
1898
                    "email": "[email protected]"
1899
                },
1900
                {
1901
                    "name": "Symfony Community",
1902
                    "homepage": "https://symfony.com/contributors"
1903
                }
1904
            ],
1905
            "description": "Symfony OptionsResolver Component",
1906
            "homepage": "https://symfony.com",
1907
            "keywords": [
1908
                "config",
1909
                "configuration",
1910
                "options"
1911
            ],
1912
            "time": "2018-01-18T22:19:33+00:00"
1913
        },
1914
        {
1915
            "name": "symfony/polyfill-apcu",
1916
            "version": "v1.8.0",
1917
            "source": {
1918
                "type": "git",
1919
                "url": "https://github.com/symfony/polyfill-apcu.git",
1920
                "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad"
1921
            },
1922
            "dist": {
1923
                "type": "zip",
1924
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9b83bd010112ec196410849e840d9b9fefcb15ad",
1925
                "reference": "9b83bd010112ec196410849e840d9b9fefcb15ad",
1926
                "shasum": ""
1927
            },
1928
            "require": {
1929
                "php": ">=5.3.3"
1930
            },
1931
            "type": "library",
1932
            "extra": {
1933
                "branch-alias": {
1934
                    "dev-master": "1.8-dev"
1935
                }
1936
            },
1937
            "autoload": {
1938
                "psr-4": {
1939
                    "Symfony\\Polyfill\\Apcu\\": ""
1940
                },
1941
                "files": [
1942
                    "bootstrap.php"
1943
                ]
1944
            },
1945
            "notification-url": "https://packagist.org/downloads/",
1946
            "license": [
1947
                "MIT"
1948
            ],
1949
            "authors": [
1950
                {
1951
                    "name": "Nicolas Grekas",
1952
                    "email": "[email protected]"
1953
                },
1954
                {
1955
                    "name": "Symfony Community",
1956
                    "homepage": "https://symfony.com/contributors"
1957
                }
1958
            ],
1959
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
1960
            "homepage": "https://symfony.com",
1961
            "keywords": [
1962
                "apcu",
1963
                "compatibility",
1964
                "polyfill",
1965
                "portable",
1966
                "shim"
1967
            ],
1968
            "time": "2018-04-26T10:06:28+00:00"
1969
        },
1970
        {
1971
            "name": "symfony/polyfill-intl-icu",
1972
            "version": "v1.7.0",
1973
            "source": {
1974
                "type": "git",
1975
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
1976
                "reference": "254919c03761d46c29291616576ed003f10e91c1"
1977
            },
1978
            "dist": {
1979
                "type": "zip",
1980
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1",
1981
                "reference": "254919c03761d46c29291616576ed003f10e91c1",
1982
                "shasum": ""
1983
            },
1984
            "require": {
1985
                "php": ">=5.3.3",
1986
                "symfony/intl": "~2.3|~3.0|~4.0"
1987
            },
1988
            "suggest": {
1989
                "ext-intl": "For best performance"
1990
            },
1991
            "type": "library",
1992
            "extra": {
1993
                "branch-alias": {
1994
                    "dev-master": "1.7-dev"
1995
                }
1996
            },
1997
            "autoload": {
1998
                "files": [
1999
                    "bootstrap.php"
2000
                ]
2001
            },
2002
            "notification-url": "https://packagist.org/downloads/",
2003
            "license": [
2004
                "MIT"
2005
            ],
2006
            "authors": [
2007
                {
2008
                    "name": "Nicolas Grekas",
2009
                    "email": "[email protected]"
2010
                },
2011
                {
2012
                    "name": "Symfony Community",
2013
                    "homepage": "https://symfony.com/contributors"
2014
                }
2015
            ],
2016
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2017
            "homepage": "https://symfony.com",
2018
            "keywords": [
2019
                "compatibility",
2020
                "icu",
2021
                "intl",
2022
                "polyfill",
2023
                "portable",
2024
                "shim"
2025
            ],
2026
            "time": "2018-01-30T19:27:44+00:00"
2027
        },
2028
        {
2029
            "name": "symfony/polyfill-mbstring",
2030
            "version": "v1.7.0",
2031
            "source": {
2032
                "type": "git",
2033
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2034
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
2035
            },
2036
            "dist": {
2037
                "type": "zip",
2038
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
2039
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
2040
                "shasum": ""
2041
            },
2042
            "require": {
2043
                "php": ">=5.3.3"
2044
            },
2045
            "suggest": {
2046
                "ext-mbstring": "For best performance"
2047
            },
2048
            "type": "library",
2049
            "extra": {
2050
                "branch-alias": {
2051
                    "dev-master": "1.7-dev"
2052
                }
2053
            },
2054
            "autoload": {
2055
                "psr-4": {
2056
                    "Symfony\\Polyfill\\Mbstring\\": ""
2057
                },
2058
                "files": [
2059
                    "bootstrap.php"
2060
                ]
2061
            },
2062
            "notification-url": "https://packagist.org/downloads/",
2063
            "license": [
2064
                "MIT"
2065
            ],
2066
            "authors": [
2067
                {
2068
                    "name": "Nicolas Grekas",
2069
                    "email": "[email protected]"
2070
                },
2071
                {
2072
                    "name": "Symfony Community",
2073
                    "homepage": "https://symfony.com/contributors"
2074
                }
2075
            ],
2076
            "description": "Symfony polyfill for the Mbstring extension",
2077
            "homepage": "https://symfony.com",
2078
            "keywords": [
2079
                "compatibility",
2080
                "mbstring",
2081
                "polyfill",
2082
                "portable",
2083
                "shim"
2084
            ],
2085
            "time": "2018-01-30T19:27:44+00:00"
2086
        },
2087
        {
2088
            "name": "symfony/polyfill-php56",
2089
            "version": "v1.7.0",
2090
            "source": {
2091
                "type": "git",
2092
                "url": "https://github.com/symfony/polyfill-php56.git",
2093
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
2094
            },
2095
            "dist": {
2096
                "type": "zip",
2097
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
2098
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
2099
                "shasum": ""
2100
            },
2101
            "require": {
2102
                "php": ">=5.3.3",
2103
                "symfony/polyfill-util": "~1.0"
2104
            },
2105
            "type": "library",
2106
            "extra": {
2107
                "branch-alias": {
2108
                    "dev-master": "1.7-dev"
2109
                }
2110
            },
2111
            "autoload": {
2112
                "psr-4": {
2113
                    "Symfony\\Polyfill\\Php56\\": ""
2114
                },
2115
                "files": [
2116
                    "bootstrap.php"
2117
                ]
2118
            },
2119
            "notification-url": "https://packagist.org/downloads/",
2120
            "license": [
2121
                "MIT"
2122
            ],
2123
            "authors": [
2124
                {
2125
                    "name": "Nicolas Grekas",
2126
                    "email": "[email protected]"
2127
                },
2128
                {
2129
                    "name": "Symfony Community",
2130
                    "homepage": "https://symfony.com/contributors"
2131
                }
2132
            ],
2133
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2134
            "homepage": "https://symfony.com",
2135
            "keywords": [
2136
                "compatibility",
2137
                "polyfill",
2138
                "portable",
2139
                "shim"
2140
            ],
2141
            "time": "2018-01-30T19:27:44+00:00"
2142
        },
2143
        {
2144
            "name": "symfony/polyfill-php70",
2145
            "version": "v1.7.0",
2146
            "source": {
2147
                "type": "git",
2148
                "url": "https://github.com/symfony/polyfill-php70.git",
2149
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
2150
            },
2151
            "dist": {
2152
                "type": "zip",
2153
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
2154
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
2155
                "shasum": ""
2156
            },
2157
            "require": {
2158
                "paragonie/random_compat": "~1.0|~2.0",
2159
                "php": ">=5.3.3"
2160
            },
2161
            "type": "library",
2162
            "extra": {
2163
                "branch-alias": {
2164
                    "dev-master": "1.7-dev"
2165
                }
2166
            },
2167
            "autoload": {
2168
                "psr-4": {
2169
                    "Symfony\\Polyfill\\Php70\\": ""
2170
                },
2171
                "files": [
2172
                    "bootstrap.php"
2173
                ],
2174
                "classmap": [
2175
                    "Resources/stubs"
2176
                ]
2177
            },
2178
            "notification-url": "https://packagist.org/downloads/",
2179
            "license": [
2180
                "MIT"
2181
            ],
2182
            "authors": [
2183
                {
2184
                    "name": "Nicolas Grekas",
2185
                    "email": "[email protected]"
2186
                },
2187
                {
2188
                    "name": "Symfony Community",
2189
                    "homepage": "https://symfony.com/contributors"
2190
                }
2191
            ],
2192
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2193
            "homepage": "https://symfony.com",
2194
            "keywords": [
2195
                "compatibility",
2196
                "polyfill",
2197
                "portable",
2198
                "shim"
2199
            ],
2200
            "time": "2018-01-30T19:27:44+00:00"
2201
        },
2202
        {
2203
            "name": "symfony/polyfill-util",
2204
            "version": "v1.7.0",
2205
            "source": {
2206
                "type": "git",
2207
                "url": "https://github.com/symfony/polyfill-util.git",
2208
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
2209
            },
2210
            "dist": {
2211
                "type": "zip",
2212
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
2213
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
2214
                "shasum": ""
2215
            },
2216
            "require": {
2217
                "php": ">=5.3.3"
2218
            },
2219
            "type": "library",
2220
            "extra": {
2221
                "branch-alias": {
2222
                    "dev-master": "1.7-dev"
2223
                }
2224
            },
2225
            "autoload": {
2226
                "psr-4": {
2227
                    "Symfony\\Polyfill\\Util\\": ""
2228
                }
2229
            },
2230
            "notification-url": "https://packagist.org/downloads/",
2231
            "license": [
2232
                "MIT"
2233
            ],
2234
            "authors": [
2235
                {
2236
                    "name": "Nicolas Grekas",
2237
                    "email": "[email protected]"
2238
                },
2239
                {
2240
                    "name": "Symfony Community",
2241
                    "homepage": "https://symfony.com/contributors"
2242
                }
2243
            ],
2244
            "description": "Symfony utilities for portability of PHP codes",
2245
            "homepage": "https://symfony.com",
2246
            "keywords": [
2247
                "compat",
2248
                "compatibility",
2249
                "polyfill",
2250
                "shim"
2251
            ],
2252
            "time": "2018-01-31T18:08:44+00:00"
2253
        },
2254
        {
2255
            "name": "symfony/property-access",
2256
            "version": "v4.0.6",
2257
            "source": {
2258
                "type": "git",
2259
                "url": "https://github.com/symfony/property-access.git",
2260
                "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7"
2261
            },
2262
            "dist": {
2263
                "type": "zip",
2264
                "url": "https://api.github.com/repos/symfony/property-access/zipball/e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
2265
                "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
2266
                "shasum": ""
2267
            },
2268
            "require": {
2269
                "php": "^7.1.3",
2270
                "symfony/inflector": "~3.4|~4.0"
2271
            },
2272
            "require-dev": {
2273
                "symfony/cache": "~3.4|~4.0"
2274
            },
2275
            "suggest": {
2276
                "psr/cache-implementation": "To cache access methods."
2277
            },
2278
            "type": "library",
2279
            "extra": {
2280
                "branch-alias": {
2281
                    "dev-master": "4.0-dev"
2282
                }
2283
            },
2284
            "autoload": {
2285
                "psr-4": {
2286
                    "Symfony\\Component\\PropertyAccess\\": ""
2287
                },
2288
                "exclude-from-classmap": [
2289
                    "/Tests/"
2290
                ]
2291
            },
2292
            "notification-url": "https://packagist.org/downloads/",
2293
            "license": [
2294
                "MIT"
2295
            ],
2296
            "authors": [
2297
                {
2298
                    "name": "Fabien Potencier",
2299
                    "email": "[email protected]"
2300
                },
2301
                {
2302
                    "name": "Symfony Community",
2303
                    "homepage": "https://symfony.com/contributors"
2304
                }
2305
            ],
2306
            "description": "Symfony PropertyAccess Component",
2307
            "homepage": "https://symfony.com",
2308
            "keywords": [
2309
                "access",
2310
                "array",
2311
                "extraction",
2312
                "index",
2313
                "injection",
2314
                "object",
2315
                "property",
2316
                "property path",
2317
                "reflection"
2318
            ],
2319
            "time": "2018-01-03T07:38:00+00:00"
2320
        },
2321
        {
2322
            "name": "symfony/security",
0 ignored issues
show
2323
            "version": "v3.4.6",
2324
            "source": {
2325
                "type": "git",
2326
                "url": "https://github.com/symfony/security.git",
2327
                "reference": "9a9ab07334e511ff205bcf2daea81ccde500f3aa"
2328
            },
2329
            "dist": {
2330
                "type": "zip",
2331
                "url": "https://api.github.com/repos/symfony/security/zipball/9a9ab07334e511ff205bcf2daea81ccde500f3aa",
2332
                "reference": "9a9ab07334e511ff205bcf2daea81ccde500f3aa",
2333
                "shasum": ""
2334
            },
2335
            "require": {
2336
                "php": "^5.5.9|>=7.0.8",
2337
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2338
                "symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0",
2339
                "symfony/http-kernel": "~3.3|~4.0",
2340
                "symfony/polyfill-php56": "~1.0",
2341
                "symfony/polyfill-php70": "~1.0",
2342
                "symfony/property-access": "~2.8|~3.0|~4.0"
2343
            },
2344
            "replace": {
2345
                "symfony/security-core": "self.version",
2346
                "symfony/security-csrf": "self.version",
2347
                "symfony/security-guard": "self.version",
2348
                "symfony/security-http": "self.version"
2349
            },
2350
            "require-dev": {
2351
                "psr/container": "^1.0",
2352
                "psr/log": "~1.0",
2353
                "symfony/expression-language": "~2.8|~3.0|~4.0",
2354
                "symfony/finder": "~2.8|~3.0|~4.0",
2355
                "symfony/ldap": "~3.1|~4.0",
2356
                "symfony/polyfill-intl-icu": "~1.0",
2357
                "symfony/routing": "~2.8|~3.0|~4.0",
2358
                "symfony/validator": "^3.2.5|~4.0"
2359
            },
2360
            "suggest": {
2361
                "psr/container": "To instantiate the Security class",
2362
                "symfony/expression-language": "For using the expression voter",
2363
                "symfony/form": "",
2364
                "symfony/ldap": "For using the LDAP user and authentication providers",
2365
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
2366
                "symfony/validator": "For using the user password constraint"
2367
            },
2368
            "type": "library",
2369
            "extra": {
2370
                "branch-alias": {
2371
                    "dev-master": "3.4-dev"
2372
                }
2373
            },
2374
            "autoload": {
2375
                "psr-4": {
2376
                    "Symfony\\Component\\Security\\": ""
2377
                },
2378
                "exclude-from-classmap": [
2379
                    "/Tests/"
2380
                ]
2381
            },
2382
            "notification-url": "https://packagist.org/downloads/",
2383
            "license": [
2384
                "MIT"
2385
            ],
2386
            "authors": [
2387
                {
2388
                    "name": "Fabien Potencier",
2389
                    "email": "[email protected]"
2390
                },
2391
                {
2392
                    "name": "Symfony Community",
2393
                    "homepage": "https://symfony.com/contributors"
2394
                }
2395
            ],
2396
            "description": "Symfony Security Component",
2397
            "homepage": "https://symfony.com",
2398
            "time": "2018-02-23T15:50:25+00:00"
2399
        },
2400
        {
2401
            "name": "symfony/stopwatch",
2402
            "version": "v4.0.6",
2403
            "source": {
2404
                "type": "git",
2405
                "url": "https://github.com/symfony/stopwatch.git",
2406
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042"
2407
            },
2408
            "dist": {
2409
                "type": "zip",
2410
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6795ffa2f8eebedac77f045aa62c0c10b2763042",
2411
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042",
2412
                "shasum": ""
2413
            },
2414
            "require": {
2415
                "php": "^7.1.3"
2416
            },
2417
            "type": "library",
2418
            "extra": {
2419
                "branch-alias": {
2420
                    "dev-master": "4.0-dev"
2421
                }
2422
            },
2423
            "autoload": {
2424
                "psr-4": {
2425
                    "Symfony\\Component\\Stopwatch\\": ""
2426
                },
2427
                "exclude-from-classmap": [
2428
                    "/Tests/"
2429
                ]
2430
            },
2431
            "notification-url": "https://packagist.org/downloads/",
2432
            "license": [
2433
                "MIT"
2434
            ],
2435
            "authors": [
2436
                {
2437
                    "name": "Fabien Potencier",
2438
                    "email": "[email protected]"
2439
                },
2440
                {
2441
                    "name": "Symfony Community",
2442
                    "homepage": "https://symfony.com/contributors"
2443
                }
2444
            ],
2445
            "description": "Symfony Stopwatch Component",
2446
            "homepage": "https://symfony.com",
2447
            "time": "2018-02-19T16:50:22+00:00"
2448
        },
2449
        {
2450
            "name": "symfony/translation",
2451
            "version": "v4.0.6",
2452
            "source": {
2453
                "type": "git",
2454
                "url": "https://github.com/symfony/translation.git",
2455
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938"
2456
            },
2457
            "dist": {
2458
                "type": "zip",
2459
                "url": "https://api.github.com/repos/symfony/translation/zipball/e20a9b7f9f62cb33a11638b345c248e7d510c938",
2460
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938",
2461
                "shasum": ""
2462
            },
2463
            "require": {
2464
                "php": "^7.1.3",
2465
                "symfony/polyfill-mbstring": "~1.0"
2466
            },
2467
            "conflict": {
2468
                "symfony/config": "<3.4",
2469
                "symfony/dependency-injection": "<3.4",
2470
                "symfony/yaml": "<3.4"
2471
            },
2472
            "require-dev": {
2473
                "psr/log": "~1.0",
2474
                "symfony/config": "~3.4|~4.0",
2475
                "symfony/dependency-injection": "~3.4|~4.0",
2476
                "symfony/finder": "~2.8|~3.0|~4.0",
2477
                "symfony/intl": "~3.4|~4.0",
2478
                "symfony/yaml": "~3.4|~4.0"
2479
            },
2480
            "suggest": {
2481
                "psr/log": "To use logging capability in translator",
2482
                "symfony/config": "",
2483
                "symfony/yaml": ""
2484
            },
2485
            "type": "library",
2486
            "extra": {
2487
                "branch-alias": {
2488
                    "dev-master": "4.0-dev"
2489
                }
2490
            },
2491
            "autoload": {
2492
                "psr-4": {
2493
                    "Symfony\\Component\\Translation\\": ""
2494
                },
2495
                "exclude-from-classmap": [
2496
                    "/Tests/"
2497
                ]
2498
            },
2499
            "notification-url": "https://packagist.org/downloads/",
2500
            "license": [
2501
                "MIT"
2502
            ],
2503
            "authors": [
2504
                {
2505
                    "name": "Fabien Potencier",
2506
                    "email": "[email protected]"
2507
                },
2508
                {
2509
                    "name": "Symfony Community",
2510
                    "homepage": "https://symfony.com/contributors"
2511
                }
2512
            ],
2513
            "description": "Symfony Translation Component",
2514
            "homepage": "https://symfony.com",
2515
            "time": "2018-02-22T10:50:29+00:00"
2516
        },
2517
        {
2518
            "name": "symfony/validator",
2519
            "version": "v3.4.6",
2520
            "source": {
2521
                "type": "git",
2522
                "url": "https://github.com/symfony/validator.git",
2523
                "reference": "b0dcfa428168b381ac0340e5209a47780799e393"
2524
            },
2525
            "dist": {
2526
                "type": "zip",
2527
                "url": "https://api.github.com/repos/symfony/validator/zipball/b0dcfa428168b381ac0340e5209a47780799e393",
2528
                "reference": "b0dcfa428168b381ac0340e5209a47780799e393",
2529
                "shasum": ""
2530
            },
2531
            "require": {
2532
                "php": "^5.5.9|>=7.0.8",
2533
                "symfony/polyfill-mbstring": "~1.0",
2534
                "symfony/translation": "~2.8|~3.0|~4.0"
2535
            },
2536
            "conflict": {
2537
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2538
                "symfony/dependency-injection": "<3.3",
2539
                "symfony/http-kernel": "<3.3.5",
2540
                "symfony/yaml": "<3.4"
2541
            },
2542
            "require-dev": {
2543
                "doctrine/annotations": "~1.0",
2544
                "doctrine/cache": "~1.0",
2545
                "egulias/email-validator": "^1.2.8|~2.0",
2546
                "symfony/cache": "~3.1|~4.0",
2547
                "symfony/config": "~2.8|~3.0|~4.0",
2548
                "symfony/dependency-injection": "~3.3|~4.0",
2549
                "symfony/expression-language": "~2.8|~3.0|~4.0",
2550
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
2551
                "symfony/http-kernel": "^3.3.5|~4.0",
2552
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
2553
                "symfony/property-access": "~2.8|~3.0|~4.0",
2554
                "symfony/var-dumper": "~3.3|~4.0",
2555
                "symfony/yaml": "~3.4|~4.0"
2556
            },
2557
            "suggest": {
2558
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
2559
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
2560
                "egulias/email-validator": "Strict (RFC compliant) email validation",
2561
                "psr/cache-implementation": "For using the metadata cache.",
2562
                "symfony/config": "",
2563
                "symfony/expression-language": "For using the Expression validator",
2564
                "symfony/http-foundation": "",
2565
                "symfony/intl": "",
2566
                "symfony/property-access": "For accessing properties within comparison constraints",
2567
                "symfony/yaml": ""
2568
            },
2569
            "type": "library",
2570
            "extra": {
2571
                "branch-alias": {
2572
                    "dev-master": "3.4-dev"
2573
                }
2574
            },
2575
            "autoload": {
2576
                "psr-4": {
2577
                    "Symfony\\Component\\Validator\\": ""
2578
                },
2579
                "exclude-from-classmap": [
2580
                    "/Tests/"
2581
                ]
2582
            },
2583
            "notification-url": "https://packagist.org/downloads/",
2584
            "license": [
2585
                "MIT"
2586
            ],
2587
            "authors": [
2588
                {
2589
                    "name": "Fabien Potencier",
2590
                    "email": "[email protected]"
2591
                },
2592
                {
2593
                    "name": "Symfony Community",
2594
                    "homepage": "https://symfony.com/contributors"
2595
                }
2596
            ],
2597
            "description": "Symfony Validator Component",
2598
            "homepage": "https://symfony.com",
2599
            "time": "2018-03-01T10:20:19+00:00"
2600
        },
2601
        {
2602
            "name": "symfony/yaml",
2603
            "version": "v3.4.6",
2604
            "source": {
2605
                "type": "git",
2606
                "url": "https://github.com/symfony/yaml.git",
2607
                "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb"
2608
            },
2609
            "dist": {
2610
                "type": "zip",
2611
                "url": "https://api.github.com/repos/symfony/yaml/zipball/6af42631dcf89e9c616242c900d6c52bd53bd1bb",
2612
                "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb",
2613
                "shasum": ""
2614
            },
2615
            "require": {
2616
                "php": "^5.5.9|>=7.0.8"
2617
            },
2618
            "conflict": {
2619
                "symfony/console": "<3.4"
2620
            },
2621
            "require-dev": {
2622
                "symfony/console": "~3.4|~4.0"
2623
            },
2624
            "suggest": {
2625
                "symfony/console": "For validating YAML files using the lint command"
2626
            },
2627
            "type": "library",
2628
            "extra": {
2629
                "branch-alias": {
2630
                    "dev-master": "3.4-dev"
2631
                }
2632
            },
2633
            "autoload": {
2634
                "psr-4": {
2635
                    "Symfony\\Component\\Yaml\\": ""
2636
                },
2637
                "exclude-from-classmap": [
2638
                    "/Tests/"
2639
                ]
2640
            },
2641
            "notification-url": "https://packagist.org/downloads/",
2642
            "license": [
2643
                "MIT"
2644
            ],
2645
            "authors": [
2646
                {
2647
                    "name": "Fabien Potencier",
2648
                    "email": "[email protected]"
2649
                },
2650
                {
2651
                    "name": "Symfony Community",
2652
                    "homepage": "https://symfony.com/contributors"
2653
                }
2654
            ],
2655
            "description": "Symfony Yaml Component",
2656
            "homepage": "https://symfony.com",
2657
            "time": "2018-02-16T09:50:28+00:00"
2658
        },
2659
        {
2660
            "name": "twig/extensions",
2661
            "version": "v1.5.1",
2662
            "source": {
2663
                "type": "git",
2664
                "url": "https://github.com/twigphp/Twig-extensions.git",
2665
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
2666
            },
2667
            "dist": {
2668
                "type": "zip",
2669
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
2670
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
2671
                "shasum": ""
2672
            },
2673
            "require": {
2674
                "twig/twig": "~1.27|~2.0"
2675
            },
2676
            "require-dev": {
2677
                "symfony/phpunit-bridge": "~3.3@dev",
2678
                "symfony/translation": "~2.3|~3.0"
2679
            },
2680
            "suggest": {
2681
                "symfony/translation": "Allow the time_diff output to be translated"
2682
            },
2683
            "type": "library",
2684
            "extra": {
2685
                "branch-alias": {
2686
                    "dev-master": "1.5-dev"
2687
                }
2688
            },
2689
            "autoload": {
2690
                "psr-0": {
2691
                    "Twig_Extensions_": "lib/"
2692
                },
2693
                "psr-4": {
2694
                    "Twig\\Extensions\\": "src/"
2695
                }
2696
            },
2697
            "notification-url": "https://packagist.org/downloads/",
2698
            "license": [
2699
                "MIT"
2700
            ],
2701
            "authors": [
2702
                {
2703
                    "name": "Fabien Potencier",
2704
                    "email": "[email protected]"
2705
                }
2706
            ],
2707
            "description": "Common additional features for Twig that do not directly belong in core",
2708
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2709
            "keywords": [
2710
                "i18n",
2711
                "text"
2712
            ],
2713
            "time": "2017-06-08T18:19:53+00:00"
2714
        },
2715
        {
2716
            "name": "twig/twig",
2717
            "version": "v2.4.6",
2718
            "source": {
2719
                "type": "git",
2720
                "url": "https://github.com/twigphp/Twig.git",
2721
                "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f"
2722
            },
2723
            "dist": {
2724
                "type": "zip",
2725
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d2117ec118c1ff3d28ccddca8212d82787a4809f",
2726
                "reference": "d2117ec118c1ff3d28ccddca8212d82787a4809f",
2727
                "shasum": ""
2728
            },
2729
            "require": {
2730
                "php": "^7.0",
2731
                "symfony/polyfill-mbstring": "~1.0"
2732
            },
2733
            "require-dev": {
2734
                "psr/container": "^1.0",
2735
                "symfony/debug": "~2.7",
2736
                "symfony/phpunit-bridge": "~3.3@dev"
2737
            },
2738
            "type": "library",
2739
            "extra": {
2740
                "branch-alias": {
2741
                    "dev-master": "2.4-dev"
2742
                }
2743
            },
2744
            "autoload": {
2745
                "psr-0": {
2746
                    "Twig_": "lib/"
2747
                },
2748
                "psr-4": {
2749
                    "Twig\\": "src/"
2750
                }
2751
            },
2752
            "notification-url": "https://packagist.org/downloads/",
2753
            "license": [
2754
                "BSD-3-Clause"
2755
            ],
2756
            "authors": [
2757
                {
2758
                    "name": "Fabien Potencier",
2759
                    "email": "[email protected]",
2760
                    "homepage": "http://fabien.potencier.org",
2761
                    "role": "Lead Developer"
2762
                },
2763
                {
2764
                    "name": "Armin Ronacher",
2765
                    "email": "[email protected]",
2766
                    "role": "Project Founder"
2767
                },
2768
                {
2769
                    "name": "Twig Team",
2770
                    "homepage": "http://twig.sensiolabs.org/contributors",
2771
                    "role": "Contributors"
2772
                }
2773
            ],
2774
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2775
            "homepage": "http://twig.sensiolabs.org",
2776
            "keywords": [
2777
                "templating"
2778
            ],
2779
            "time": "2018-03-03T16:23:01+00:00"
2780
        }
2781
    ],
2782
    "packages-dev": [
2783
        {
2784
            "name": "hamcrest/hamcrest-php",
2785
            "version": "v1.2.2",
2786
            "source": {
2787
                "type": "git",
2788
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2789
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2790
            },
2791
            "dist": {
2792
                "type": "zip",
2793
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2794
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2795
                "shasum": ""
2796
            },
2797
            "require": {
2798
                "php": ">=5.3.2"
2799
            },
2800
            "replace": {
2801
                "cordoval/hamcrest-php": "*",
2802
                "davedevelopment/hamcrest-php": "*",
2803
                "kodova/hamcrest-php": "*"
2804
            },
2805
            "require-dev": {
2806
                "phpunit/php-file-iterator": "1.3.3",
2807
                "satooshi/php-coveralls": "dev-master"
2808
            },
2809
            "type": "library",
2810
            "autoload": {
2811
                "classmap": [
2812
                    "hamcrest"
2813
                ],
2814
                "files": [
2815
                    "hamcrest/Hamcrest.php"
2816
                ]
2817
            },
2818
            "notification-url": "https://packagist.org/downloads/",
2819
            "license": [
2820
                "BSD"
2821
            ],
2822
            "description": "This is the PHP port of Hamcrest Matchers",
2823
            "keywords": [
2824
                "test"
2825
            ],
2826
            "time": "2015-05-11T14:41:42+00:00"
2827
        },
2828
        {
2829
            "name": "mikey179/vfsStream",
2830
            "version": "v1.6.5",
2831
            "source": {
2832
                "type": "git",
2833
                "url": "https://github.com/mikey179/vfsStream.git",
2834
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
2835
            },
2836
            "dist": {
2837
                "type": "zip",
2838
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
2839
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
2840
                "shasum": ""
2841
            },
2842
            "require": {
2843
                "php": ">=5.3.0"
2844
            },
2845
            "require-dev": {
2846
                "phpunit/phpunit": "~4.5"
2847
            },
2848
            "type": "library",
2849
            "extra": {
2850
                "branch-alias": {
2851
                    "dev-master": "1.6.x-dev"
2852
                }
2853
            },
2854
            "autoload": {
2855
                "psr-0": {
2856
                    "org\\bovigo\\vfs\\": "src/main/php"
2857
                }
2858
            },
2859
            "notification-url": "https://packagist.org/downloads/",
2860
            "license": [
2861
                "BSD-3-Clause"
2862
            ],
2863
            "authors": [
2864
                {
2865
                    "name": "Frank Kleine",
2866
                    "homepage": "http://frankkleine.de/",
2867
                    "role": "Developer"
2868
                }
2869
            ],
2870
            "description": "Virtual file system to mock the real file system in unit tests.",
2871
            "homepage": "http://vfs.bovigo.org/",
2872
            "time": "2017-08-01T08:02:14+00:00"
2873
        },
2874
        {
2875
            "name": "mockery/mockery",
2876
            "version": "0.9.9",
2877
            "source": {
2878
                "type": "git",
2879
                "url": "https://github.com/mockery/mockery.git",
2880
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
2881
            },
2882
            "dist": {
2883
                "type": "zip",
2884
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
2885
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
2886
                "shasum": ""
2887
            },
2888
            "require": {
2889
                "hamcrest/hamcrest-php": "~1.1",
2890
                "lib-pcre": ">=7.0",
2891
                "php": ">=5.3.2"
2892
            },
2893
            "require-dev": {
2894
                "phpunit/phpunit": "~4.0"
2895
            },
2896
            "type": "library",
2897
            "extra": {
2898
                "branch-alias": {
2899
                    "dev-master": "0.9.x-dev"
2900
                }
2901
            },
2902
            "autoload": {
2903
                "psr-0": {
2904
                    "Mockery": "library/"
2905
                }
2906
            },
2907
            "notification-url": "https://packagist.org/downloads/",
2908
            "license": [
2909
                "BSD-3-Clause"
2910
            ],
2911
            "authors": [
2912
                {
2913
                    "name": "Pádraic Brady",
2914
                    "email": "[email protected]",
2915
                    "homepage": "http://blog.astrumfutura.com"
2916
                },
2917
                {
2918
                    "name": "Dave Marshall",
2919
                    "email": "[email protected]",
2920
                    "homepage": "http://davedevelopment.co.uk"
2921
                }
2922
            ],
2923
            "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.",
2924
            "homepage": "http://github.com/padraic/mockery",
2925
            "keywords": [
2926
                "BDD",
2927
                "TDD",
2928
                "library",
2929
                "mock",
2930
                "mock objects",
2931
                "mockery",
2932
                "stub",
2933
                "test",
2934
                "test double",
2935
                "testing"
2936
            ],
2937
            "time": "2017-02-28T12:52:32+00:00"
2938
        },
2939
        {
2940
            "name": "myclabs/deep-copy",
2941
            "version": "1.7.0",
2942
            "source": {
2943
                "type": "git",
2944
                "url": "https://github.com/myclabs/DeepCopy.git",
2945
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2946
            },
2947
            "dist": {
2948
                "type": "zip",
2949
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2950
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2951
                "shasum": ""
2952
            },
2953
            "require": {
2954
                "php": "^5.6 || ^7.0"
2955
            },
2956
            "require-dev": {
2957
                "doctrine/collections": "^1.0",
2958
                "doctrine/common": "^2.6",
2959
                "phpunit/phpunit": "^4.1"
2960
            },
2961
            "type": "library",
2962
            "autoload": {
2963
                "psr-4": {
2964
                    "DeepCopy\\": "src/DeepCopy/"
2965
                },
2966
                "files": [
2967
                    "src/DeepCopy/deep_copy.php"
2968
                ]
2969
            },
2970
            "notification-url": "https://packagist.org/downloads/",
2971
            "license": [
2972
                "MIT"
2973
            ],
2974
            "description": "Create deep copies (clones) of your objects",
2975
            "keywords": [
2976
                "clone",
2977
                "copy",
2978
                "duplicate",
2979
                "object",
2980
                "object graph"
2981
            ],
2982
            "time": "2017-10-19T19:58:43+00:00"
2983
        },
2984
        {
2985
            "name": "phar-io/manifest",
2986
            "version": "1.0.1",
2987
            "source": {
2988
                "type": "git",
2989
                "url": "https://github.com/phar-io/manifest.git",
2990
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2991
            },
2992
            "dist": {
2993
                "type": "zip",
2994
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2995
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2996
                "shasum": ""
2997
            },
2998
            "require": {
2999
                "ext-dom": "*",
3000
                "ext-phar": "*",
3001
                "phar-io/version": "^1.0.1",
3002
                "php": "^5.6 || ^7.0"
3003
            },
3004
            "type": "library",
3005
            "extra": {
3006
                "branch-alias": {
3007
                    "dev-master": "1.0.x-dev"
3008
                }
3009
            },
3010
            "autoload": {
3011
                "classmap": [
3012
                    "src/"
3013
                ]
3014
            },
3015
            "notification-url": "https://packagist.org/downloads/",
3016
            "license": [
3017
                "BSD-3-Clause"
3018
            ],
3019
            "authors": [
3020
                {
3021
                    "name": "Arne Blankerts",
3022
                    "email": "[email protected]",
3023
                    "role": "Developer"
3024
                },
3025
                {
3026
                    "name": "Sebastian Heuer",
3027
                    "email": "[email protected]",
3028
                    "role": "Developer"
3029
                },
3030
                {
3031
                    "name": "Sebastian Bergmann",
3032
                    "email": "[email protected]",
3033
                    "role": "Developer"
3034
                }
3035
            ],
3036
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3037
            "time": "2017-03-05T18:14:27+00:00"
3038
        },
3039
        {
3040
            "name": "phar-io/version",
3041
            "version": "1.0.1",
3042
            "source": {
3043
                "type": "git",
3044
                "url": "https://github.com/phar-io/version.git",
3045
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3046
            },
3047
            "dist": {
3048
                "type": "zip",
3049
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3050
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3051
                "shasum": ""
3052
            },
3053
            "require": {
3054
                "php": "^5.6 || ^7.0"
3055
            },
3056
            "type": "library",
3057
            "autoload": {
3058
                "classmap": [
3059
                    "src/"
3060
                ]
3061
            },
3062
            "notification-url": "https://packagist.org/downloads/",
3063
            "license": [
3064
                "BSD-3-Clause"
3065
            ],
3066
            "authors": [
3067
                {
3068
                    "name": "Arne Blankerts",
3069
                    "email": "[email protected]",
3070
                    "role": "Developer"
3071
                },
3072
                {
3073
                    "name": "Sebastian Heuer",
3074
                    "email": "[email protected]",
3075
                    "role": "Developer"
3076
                },
3077
                {
3078
                    "name": "Sebastian Bergmann",
3079
                    "email": "[email protected]",
3080
                    "role": "Developer"
3081
                }
3082
            ],
3083
            "description": "Library for handling version information and constraints",
3084
            "time": "2017-03-05T17:38:23+00:00"
3085
        },
3086
        {
3087
            "name": "phing/phing",
3088
            "version": "2.16.1",
3089
            "source": {
3090
                "type": "git",
3091
                "url": "https://github.com/phingofficial/phing.git",
3092
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7"
3093
            },
3094
            "dist": {
3095
                "type": "zip",
3096
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/cbe0f969e434e269af91b4160b86fe899c6e07c7",
3097
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7",
3098
                "shasum": ""
3099
            },
3100
            "require": {
3101
                "php": ">=5.2.0",
3102
                "symfony/yaml": "^3.1 || ^4.0"
3103
            },
3104
            "require-dev": {
3105
                "ext-pdo_sqlite": "*",
3106
                "mikey179/vfsstream": "^1.6",
3107
                "pdepend/pdepend": "2.x",
3108
                "pear/archive_tar": "1.4.x",
3109
                "pear/http_request2": "dev-trunk",
3110
                "pear/net_growl": "dev-trunk",
3111
                "pear/pear-core-minimal": "1.10.1",
3112
                "pear/versioncontrol_git": "@dev",
3113
                "pear/versioncontrol_svn": "~0.5",
3114
                "phpdocumentor/phpdocumentor": "2.x",
3115
                "phploc/phploc": "~2.0.6",
3116
                "phpmd/phpmd": "~2.2",
3117
                "phpunit/phpunit": ">=3.7",
3118
                "sebastian/git": "~1.0",
3119
                "sebastian/phpcpd": "2.x",
3120
                "siad007/versioncontrol_hg": "^1.0",
3121
                "simpletest/simpletest": "^1.1",
3122
                "squizlabs/php_codesniffer": "~2.2"
3123
            },
3124
            "suggest": {
3125
                "pdepend/pdepend": "PHP version of JDepend",
3126
                "pear/archive_tar": "Tar file management class",
3127
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
3128
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
3129
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
3130
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
3131
                "phpmd/phpmd": "PHP version of PMD tool",
3132
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
3133
                "phpunit/phpunit": "The PHP Unit Testing Framework",
3134
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
3135
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
3136
                "tedivm/jshrink": "Javascript Minifier built in PHP"
3137
            },
3138
            "bin": [
3139
                "bin/phing"
3140
            ],
3141
            "type": "library",
3142
            "extra": {
3143
                "branch-alias": {
3144
                    "dev-master": "2.16.x-dev"
3145
                }
3146
            },
3147
            "autoload": {
3148
                "classmap": [
3149
                    "classes/phing/"
3150
                ]
3151
            },
3152
            "notification-url": "https://packagist.org/downloads/",
3153
            "include-path": [
3154
                "classes"
3155
            ],
3156
            "license": [
3157
                "LGPL-3.0"
3158
            ],
3159
            "authors": [
3160
                {
3161
                    "name": "Michiel Rook",
3162
                    "email": "[email protected]"
3163
                },
3164
                {
3165
                    "name": "Phing Community",
3166
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
3167
                }
3168
            ],
3169
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
3170
            "homepage": "https://www.phing.info/",
3171
            "keywords": [
3172
                "build",
3173
                "phing",
3174
                "task",
3175
                "tool"
3176
            ],
3177
            "time": "2018-01-25T13:18:09+00:00"
3178
        },
3179
        {
3180
            "name": "phpdocumentor/reflection-common",
3181
            "version": "1.0.1",
3182
            "source": {
3183
                "type": "git",
3184
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3185
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3186
            },
3187
            "dist": {
3188
                "type": "zip",
3189
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3190
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3191
                "shasum": ""
3192
            },
3193
            "require": {
3194
                "php": ">=5.5"
3195
            },
3196
            "require-dev": {
3197
                "phpunit/phpunit": "^4.6"
3198
            },
3199
            "type": "library",
3200
            "extra": {
3201
                "branch-alias": {
3202
                    "dev-master": "1.0.x-dev"
3203
                }
3204
            },
3205
            "autoload": {
3206
                "psr-4": {
3207
                    "phpDocumentor\\Reflection\\": [
3208
                        "src"
3209
                    ]
3210
                }
3211
            },
3212
            "notification-url": "https://packagist.org/downloads/",
3213
            "license": [
3214
                "MIT"
3215
            ],
3216
            "authors": [
3217
                {
3218
                    "name": "Jaap van Otterdijk",
3219
                    "email": "[email protected]"
3220
                }
3221
            ],
3222
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3223
            "homepage": "http://www.phpdoc.org",
3224
            "keywords": [
3225
                "FQSEN",
3226
                "phpDocumentor",
3227
                "phpdoc",
3228
                "reflection",
3229
                "static analysis"
3230
            ],
3231
            "time": "2017-09-11T18:02:19+00:00"
3232
        },
3233
        {
3234
            "name": "phpdocumentor/reflection-docblock",
3235
            "version": "4.3.0",
3236
            "source": {
3237
                "type": "git",
3238
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3239
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3240
            },
3241
            "dist": {
3242
                "type": "zip",
3243
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3244
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3245
                "shasum": ""
3246
            },
3247
            "require": {
3248
                "php": "^7.0",
3249
                "phpdocumentor/reflection-common": "^1.0.0",
3250
                "phpdocumentor/type-resolver": "^0.4.0",
3251
                "webmozart/assert": "^1.0"
3252
            },
3253
            "require-dev": {
3254
                "doctrine/instantiator": "~1.0.5",
3255
                "mockery/mockery": "^1.0",
3256
                "phpunit/phpunit": "^6.4"
3257
            },
3258
            "type": "library",
3259
            "extra": {
3260
                "branch-alias": {
3261
                    "dev-master": "4.x-dev"
3262
                }
3263
            },
3264
            "autoload": {
3265
                "psr-4": {
3266
                    "phpDocumentor\\Reflection\\": [
3267
                        "src/"
3268
                    ]
3269
                }
3270
            },
3271
            "notification-url": "https://packagist.org/downloads/",
3272
            "license": [
3273
                "MIT"
3274
            ],
3275
            "authors": [
3276
                {
3277
                    "name": "Mike van Riel",
3278
                    "email": "[email protected]"
3279
                }
3280
            ],
3281
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3282
            "time": "2017-11-30T07:14:17+00:00"
3283
        },
3284
        {
3285
            "name": "phpdocumentor/type-resolver",
3286
            "version": "0.4.0",
3287
            "source": {
3288
                "type": "git",
3289
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3290
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3291
            },
3292
            "dist": {
3293
                "type": "zip",
3294
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3295
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3296
                "shasum": ""
3297
            },
3298
            "require": {
3299
                "php": "^5.5 || ^7.0",
3300
                "phpdocumentor/reflection-common": "^1.0"
3301
            },
3302
            "require-dev": {
3303
                "mockery/mockery": "^0.9.4",
3304
                "phpunit/phpunit": "^5.2||^4.8.24"
3305
            },
3306
            "type": "library",
3307
            "extra": {
3308
                "branch-alias": {
3309
                    "dev-master": "1.0.x-dev"
3310
                }
3311
            },
3312
            "autoload": {
3313
                "psr-4": {
3314
                    "phpDocumentor\\Reflection\\": [
3315
                        "src/"
3316
                    ]
3317
                }
3318
            },
3319
            "notification-url": "https://packagist.org/downloads/",
3320
            "license": [
3321
                "MIT"
3322
            ],
3323
            "authors": [
3324
                {
3325
                    "name": "Mike van Riel",
3326
                    "email": "[email protected]"
3327
                }
3328
            ],
3329
            "time": "2017-07-14T14:27:02+00:00"
3330
        },
3331
        {
3332
            "name": "phpspec/prophecy",
3333
            "version": "1.7.5",
3334
            "source": {
3335
                "type": "git",
3336
                "url": "https://github.com/phpspec/prophecy.git",
3337
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
3338
            },
3339
            "dist": {
3340
                "type": "zip",
3341
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
3342
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
3343
                "shasum": ""
3344
            },
3345
            "require": {
3346
                "doctrine/instantiator": "^1.0.2",
3347
                "php": "^5.3|^7.0",
3348
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3349
                "sebastian/comparator": "^1.1|^2.0",
3350
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3351
            },
3352
            "require-dev": {
3353
                "phpspec/phpspec": "^2.5|^3.2",
3354
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3355
            },
3356
            "type": "library",
3357
            "extra": {
3358
                "branch-alias": {
3359
                    "dev-master": "1.7.x-dev"
3360
                }
3361
            },
3362
            "autoload": {
3363
                "psr-0": {
3364
                    "Prophecy\\": "src/"
3365
                }
3366
            },
3367
            "notification-url": "https://packagist.org/downloads/",
3368
            "license": [
3369
                "MIT"
3370
            ],
3371
            "authors": [
3372
                {
3373
                    "name": "Konstantin Kudryashov",
3374
                    "email": "[email protected]",
3375
                    "homepage": "http://everzet.com"
3376
                },
3377
                {
3378
                    "name": "Marcello Duarte",
3379
                    "email": "[email protected]"
3380
                }
3381
            ],
3382
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3383
            "homepage": "https://github.com/phpspec/prophecy",
3384
            "keywords": [
3385
                "Double",
3386
                "Dummy",
3387
                "fake",
3388
                "mock",
3389
                "spy",
3390
                "stub"
3391
            ],
3392
            "time": "2018-02-19T10:16:54+00:00"
3393
        },
3394
        {
3395
            "name": "phpunit/php-code-coverage",
3396
            "version": "5.3.0",
3397
            "source": {
3398
                "type": "git",
3399
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3400
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
3401
            },
3402
            "dist": {
3403
                "type": "zip",
3404
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3405
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3406
                "shasum": ""
3407
            },
3408
            "require": {
3409
                "ext-dom": "*",
3410
                "ext-xmlwriter": "*",
3411
                "php": "^7.0",
3412
                "phpunit/php-file-iterator": "^1.4.2",
3413
                "phpunit/php-text-template": "^1.2.1",
3414
                "phpunit/php-token-stream": "^2.0.1",
3415
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3416
                "sebastian/environment": "^3.0",
3417
                "sebastian/version": "^2.0.1",
3418
                "theseer/tokenizer": "^1.1"
3419
            },
3420
            "require-dev": {
3421
                "phpunit/phpunit": "^6.0"
3422
            },
3423
            "suggest": {
3424
                "ext-xdebug": "^2.5.5"
3425
            },
3426
            "type": "library",
3427
            "extra": {
3428
                "branch-alias": {
3429
                    "dev-master": "5.3.x-dev"
3430
                }
3431
            },
3432
            "autoload": {
3433
                "classmap": [
3434
                    "src/"
3435
                ]
3436
            },
3437
            "notification-url": "https://packagist.org/downloads/",
3438
            "license": [
3439
                "BSD-3-Clause"
3440
            ],
3441
            "authors": [
3442
                {
3443
                    "name": "Sebastian Bergmann",
3444
                    "email": "[email protected]",
3445
                    "role": "lead"
3446
                }
3447
            ],
3448
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3449
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3450
            "keywords": [
3451
                "coverage",
3452
                "testing",
3453
                "xunit"
3454
            ],
3455
            "time": "2017-12-06T09:29:45+00:00"
3456
        },
3457
        {
3458
            "name": "phpunit/php-file-iterator",
3459
            "version": "1.4.5",
3460
            "source": {
3461
                "type": "git",
3462
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3463
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3464
            },
3465
            "dist": {
3466
                "type": "zip",
3467
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3468
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3469
                "shasum": ""
3470
            },
3471
            "require": {
3472
                "php": ">=5.3.3"
3473
            },
3474
            "type": "library",
3475
            "extra": {
3476
                "branch-alias": {
3477
                    "dev-master": "1.4.x-dev"
3478
                }
3479
            },
3480
            "autoload": {
3481
                "classmap": [
3482
                    "src/"
3483
                ]
3484
            },
3485
            "notification-url": "https://packagist.org/downloads/",
3486
            "license": [
3487
                "BSD-3-Clause"
3488
            ],
3489
            "authors": [
3490
                {
3491
                    "name": "Sebastian Bergmann",
3492
                    "email": "[email protected]",
3493
                    "role": "lead"
3494
                }
3495
            ],
3496
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3497
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3498
            "keywords": [
3499
                "filesystem",
3500
                "iterator"
3501
            ],
3502
            "time": "2017-11-27T13:52:08+00:00"
3503
        },
3504
        {
3505
            "name": "phpunit/php-text-template",
3506
            "version": "1.2.1",
3507
            "source": {
3508
                "type": "git",
3509
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3510
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3511
            },
3512
            "dist": {
3513
                "type": "zip",
3514
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3515
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3516
                "shasum": ""
3517
            },
3518
            "require": {
3519
                "php": ">=5.3.3"
3520
            },
3521
            "type": "library",
3522
            "autoload": {
3523
                "classmap": [
3524
                    "src/"
3525
                ]
3526
            },
3527
            "notification-url": "https://packagist.org/downloads/",
3528
            "license": [
3529
                "BSD-3-Clause"
3530
            ],
3531
            "authors": [
3532
                {
3533
                    "name": "Sebastian Bergmann",
3534
                    "email": "[email protected]",
3535
                    "role": "lead"
3536
                }
3537
            ],
3538
            "description": "Simple template engine.",
3539
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3540
            "keywords": [
3541
                "template"
3542
            ],
3543
            "time": "2015-06-21T13:50:34+00:00"
3544
        },
3545
        {
3546
            "name": "phpunit/php-timer",
3547
            "version": "1.0.9",
3548
            "source": {
3549
                "type": "git",
3550
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3551
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3552
            },
3553
            "dist": {
3554
                "type": "zip",
3555
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3556
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3557
                "shasum": ""
3558
            },
3559
            "require": {
3560
                "php": "^5.3.3 || ^7.0"
3561
            },
3562
            "require-dev": {
3563
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3564
            },
3565
            "type": "library",
3566
            "extra": {
3567
                "branch-alias": {
3568
                    "dev-master": "1.0-dev"
3569
                }
3570
            },
3571
            "autoload": {
3572
                "classmap": [
3573
                    "src/"
3574
                ]
3575
            },
3576
            "notification-url": "https://packagist.org/downloads/",
3577
            "license": [
3578
                "BSD-3-Clause"
3579
            ],
3580
            "authors": [
3581
                {
3582
                    "name": "Sebastian Bergmann",
3583
                    "email": "[email protected]",
3584
                    "role": "lead"
3585
                }
3586
            ],
3587
            "description": "Utility class for timing",
3588
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3589
            "keywords": [
3590
                "timer"
3591
            ],
3592
            "time": "2017-02-26T11:10:40+00:00"
3593
        },
3594
        {
3595
            "name": "phpunit/php-token-stream",
3596
            "version": "2.0.2",
3597
            "source": {
3598
                "type": "git",
3599
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3600
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
3601
            },
3602
            "dist": {
3603
                "type": "zip",
3604
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
3605
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
3606
                "shasum": ""
3607
            },
3608
            "require": {
3609
                "ext-tokenizer": "*",
3610
                "php": "^7.0"
3611
            },
3612
            "require-dev": {
3613
                "phpunit/phpunit": "^6.2.4"
3614
            },
3615
            "type": "library",
3616
            "extra": {
3617
                "branch-alias": {
3618
                    "dev-master": "2.0-dev"
3619
                }
3620
            },
3621
            "autoload": {
3622
                "classmap": [
3623
                    "src/"
3624
                ]
3625
            },
3626
            "notification-url": "https://packagist.org/downloads/",
3627
            "license": [
3628
                "BSD-3-Clause"
3629
            ],
3630
            "authors": [
3631
                {
3632
                    "name": "Sebastian Bergmann",
3633
                    "email": "[email protected]"
3634
                }
3635
            ],
3636
            "description": "Wrapper around PHP's tokenizer extension.",
3637
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3638
            "keywords": [
3639
                "tokenizer"
3640
            ],
3641
            "time": "2017-11-27T05:48:46+00:00"
3642
        },
3643
        {
3644
            "name": "phpunit/phpunit",
3645
            "version": "6.5.7",
3646
            "source": {
3647
                "type": "git",
3648
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3649
                "reference": "6bd77b57707c236833d2b57b968e403df060c9d9"
3650
            },
3651
            "dist": {
3652
                "type": "zip",
3653
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6bd77b57707c236833d2b57b968e403df060c9d9",
3654
                "reference": "6bd77b57707c236833d2b57b968e403df060c9d9",
3655
                "shasum": ""
3656
            },
3657
            "require": {
3658
                "ext-dom": "*",
3659
                "ext-json": "*",
3660
                "ext-libxml": "*",
3661
                "ext-mbstring": "*",
3662
                "ext-xml": "*",
3663
                "myclabs/deep-copy": "^1.6.1",
3664
                "phar-io/manifest": "^1.0.1",
3665
                "phar-io/version": "^1.0",
3666
                "php": "^7.0",
3667
                "phpspec/prophecy": "^1.7",
3668
                "phpunit/php-code-coverage": "^5.3",
3669
                "phpunit/php-file-iterator": "^1.4.3",
3670
                "phpunit/php-text-template": "^1.2.1",
3671
                "phpunit/php-timer": "^1.0.9",
3672
                "phpunit/phpunit-mock-objects": "^5.0.5",
3673
                "sebastian/comparator": "^2.1",
3674
                "sebastian/diff": "^2.0",
3675
                "sebastian/environment": "^3.1",
3676
                "sebastian/exporter": "^3.1",
3677
                "sebastian/global-state": "^2.0",
3678
                "sebastian/object-enumerator": "^3.0.3",
3679
                "sebastian/resource-operations": "^1.0",
3680
                "sebastian/version": "^2.0.1"
3681
            },
3682
            "conflict": {
3683
                "phpdocumentor/reflection-docblock": "3.0.2",
3684
                "phpunit/dbunit": "<3.0"
3685
            },
3686
            "require-dev": {
3687
                "ext-pdo": "*"
3688
            },
3689
            "suggest": {
3690
                "ext-xdebug": "*",
3691
                "phpunit/php-invoker": "^1.1"
3692
            },
3693
            "bin": [
3694
                "phpunit"
3695
            ],
3696
            "type": "library",
3697
            "extra": {
3698
                "branch-alias": {
3699
                    "dev-master": "6.5.x-dev"
3700
                }
3701
            },
3702
            "autoload": {
3703
                "classmap": [
3704
                    "src/"
3705
                ]
3706
            },
3707
            "notification-url": "https://packagist.org/downloads/",
3708
            "license": [
3709
                "BSD-3-Clause"
3710
            ],
3711
            "authors": [
3712
                {
3713
                    "name": "Sebastian Bergmann",
3714
                    "email": "[email protected]",
3715
                    "role": "lead"
3716
                }
3717
            ],
3718
            "description": "The PHP Unit Testing framework.",
3719
            "homepage": "https://phpunit.de/",
3720
            "keywords": [
3721
                "phpunit",
3722
                "testing",
3723
                "xunit"
3724
            ],
3725
            "time": "2018-02-26T07:01:09+00:00"
3726
        },
3727
        {
3728
            "name": "phpunit/phpunit-mock-objects",
3729
            "version": "5.0.6",
3730
            "source": {
3731
                "type": "git",
3732
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3733
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
3734
            },
3735
            "dist": {
3736
                "type": "zip",
3737
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
3738
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
3739
                "shasum": ""
3740
            },
3741
            "require": {
3742
                "doctrine/instantiator": "^1.0.5",
3743
                "php": "^7.0",
3744
                "phpunit/php-text-template": "^1.2.1",
3745
                "sebastian/exporter": "^3.1"
3746
            },
3747
            "conflict": {
3748
                "phpunit/phpunit": "<6.0"
3749
            },
3750
            "require-dev": {
3751
                "phpunit/phpunit": "^6.5"
3752
            },
3753
            "suggest": {
3754
                "ext-soap": "*"
3755
            },
3756
            "type": "library",
3757
            "extra": {
3758
                "branch-alias": {
3759
                    "dev-master": "5.0.x-dev"
3760
                }
3761
            },
3762
            "autoload": {
3763
                "classmap": [
3764
                    "src/"
3765
                ]
3766
            },
3767
            "notification-url": "https://packagist.org/downloads/",
3768
            "license": [
3769
                "BSD-3-Clause"
3770
            ],
3771
            "authors": [
3772
                {
3773
                    "name": "Sebastian Bergmann",
3774
                    "email": "[email protected]",
3775
                    "role": "lead"
3776
                }
3777
            ],
3778
            "description": "Mock Object library for PHPUnit",
3779
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3780
            "keywords": [
3781
                "mock",
3782
                "xunit"
3783
            ],
3784
            "time": "2018-01-06T05:45:45+00:00"
3785
        },
3786
        {
3787
            "name": "sebastian/code-unit-reverse-lookup",
3788
            "version": "1.0.1",
3789
            "source": {
3790
                "type": "git",
3791
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3792
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3793
            },
3794
            "dist": {
3795
                "type": "zip",
3796
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3797
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3798
                "shasum": ""
3799
            },
3800
            "require": {
3801
                "php": "^5.6 || ^7.0"
3802
            },
3803
            "require-dev": {
3804
                "phpunit/phpunit": "^5.7 || ^6.0"
3805
            },
3806
            "type": "library",
3807
            "extra": {
3808
                "branch-alias": {
3809
                    "dev-master": "1.0.x-dev"
3810
                }
3811
            },
3812
            "autoload": {
3813
                "classmap": [
3814
                    "src/"
3815
                ]
3816
            },
3817
            "notification-url": "https://packagist.org/downloads/",
3818
            "license": [
3819
                "BSD-3-Clause"
3820
            ],
3821
            "authors": [
3822
                {
3823
                    "name": "Sebastian Bergmann",
3824
                    "email": "[email protected]"
3825
                }
3826
            ],
3827
            "description": "Looks up which function or method a line of code belongs to",
3828
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3829
            "time": "2017-03-04T06:30:41+00:00"
3830
        },
3831
        {
3832
            "name": "sebastian/comparator",
3833
            "version": "2.1.3",
3834
            "source": {
3835
                "type": "git",
3836
                "url": "https://github.com/sebastianbergmann/comparator.git",
3837
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
3838
            },
3839
            "dist": {
3840
                "type": "zip",
3841
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
3842
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
3843
                "shasum": ""
3844
            },
3845
            "require": {
3846
                "php": "^7.0",
3847
                "sebastian/diff": "^2.0 || ^3.0",
3848
                "sebastian/exporter": "^3.1"
3849
            },
3850
            "require-dev": {
3851
                "phpunit/phpunit": "^6.4"
3852
            },
3853
            "type": "library",
3854
            "extra": {
3855
                "branch-alias": {
3856
                    "dev-master": "2.1.x-dev"
3857
                }
3858
            },
3859
            "autoload": {
3860
                "classmap": [
3861
                    "src/"
3862
                ]
3863
            },
3864
            "notification-url": "https://packagist.org/downloads/",
3865
            "license": [
3866
                "BSD-3-Clause"
3867
            ],
3868
            "authors": [
3869
                {
3870
                    "name": "Jeff Welch",
3871
                    "email": "[email protected]"
3872
                },
3873
                {
3874
                    "name": "Volker Dusch",
3875
                    "email": "[email protected]"
3876
                },
3877
                {
3878
                    "name": "Bernhard Schussek",
3879
                    "email": "[email protected]"
3880
                },
3881
                {
3882
                    "name": "Sebastian Bergmann",
3883
                    "email": "[email protected]"
3884
                }
3885
            ],
3886
            "description": "Provides the functionality to compare PHP values for equality",
3887
            "homepage": "https://github.com/sebastianbergmann/comparator",
3888
            "keywords": [
3889
                "comparator",
3890
                "compare",
3891
                "equality"
3892
            ],
3893
            "time": "2018-02-01T13:46:46+00:00"
3894
        },
3895
        {
3896
            "name": "sebastian/diff",
3897
            "version": "2.0.1",
3898
            "source": {
3899
                "type": "git",
3900
                "url": "https://github.com/sebastianbergmann/diff.git",
3901
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3902
            },
3903
            "dist": {
3904
                "type": "zip",
3905
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3906
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3907
                "shasum": ""
3908
            },
3909
            "require": {
3910
                "php": "^7.0"
3911
            },
3912
            "require-dev": {
3913
                "phpunit/phpunit": "^6.2"
3914
            },
3915
            "type": "library",
3916
            "extra": {
3917
                "branch-alias": {
3918
                    "dev-master": "2.0-dev"
3919
                }
3920
            },
3921
            "autoload": {
3922
                "classmap": [
3923
                    "src/"
3924
                ]
3925
            },
3926
            "notification-url": "https://packagist.org/downloads/",
3927
            "license": [
3928
                "BSD-3-Clause"
3929
            ],
3930
            "authors": [
3931
                {
3932
                    "name": "Kore Nordmann",
3933
                    "email": "[email protected]"
3934
                },
3935
                {
3936
                    "name": "Sebastian Bergmann",
3937
                    "email": "[email protected]"
3938
                }
3939
            ],
3940
            "description": "Diff implementation",
3941
            "homepage": "https://github.com/sebastianbergmann/diff",
3942
            "keywords": [
3943
                "diff"
3944
            ],
3945
            "time": "2017-08-03T08:09:46+00:00"
3946
        },
3947
        {
3948
            "name": "sebastian/environment",
3949
            "version": "3.1.0",
3950
            "source": {
3951
                "type": "git",
3952
                "url": "https://github.com/sebastianbergmann/environment.git",
3953
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3954
            },
3955
            "dist": {
3956
                "type": "zip",
3957
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3958
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3959
                "shasum": ""
3960
            },
3961
            "require": {
3962
                "php": "^7.0"
3963
            },
3964
            "require-dev": {
3965
                "phpunit/phpunit": "^6.1"
3966
            },
3967
            "type": "library",
3968
            "extra": {
3969
                "branch-alias": {
3970
                    "dev-master": "3.1.x-dev"
3971
                }
3972
            },
3973
            "autoload": {
3974
                "classmap": [
3975
                    "src/"
3976
                ]
3977
            },
3978
            "notification-url": "https://packagist.org/downloads/",
3979
            "license": [
3980
                "BSD-3-Clause"
3981
            ],
3982
            "authors": [
3983
                {
3984
                    "name": "Sebastian Bergmann",
3985
                    "email": "[email protected]"
3986
                }
3987
            ],
3988
            "description": "Provides functionality to handle HHVM/PHP environments",
3989
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3990
            "keywords": [
3991
                "Xdebug",
3992
                "environment",
3993
                "hhvm"
3994
            ],
3995
            "time": "2017-07-01T08:51:00+00:00"
3996
        },
3997
        {
3998
            "name": "sebastian/exporter",
3999
            "version": "3.1.0",
4000
            "source": {
4001
                "type": "git",
4002
                "url": "https://github.com/sebastianbergmann/exporter.git",
4003
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4004
            },
4005
            "dist": {
4006
                "type": "zip",
4007
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4008
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4009
                "shasum": ""
4010
            },
4011
            "require": {
4012
                "php": "^7.0",
4013
                "sebastian/recursion-context": "^3.0"
4014
            },
4015
            "require-dev": {
4016
                "ext-mbstring": "*",
4017
                "phpunit/phpunit": "^6.0"
4018
            },
4019
            "type": "library",
4020
            "extra": {
4021
                "branch-alias": {
4022
                    "dev-master": "3.1.x-dev"
4023
                }
4024
            },
4025
            "autoload": {
4026
                "classmap": [
4027
                    "src/"
4028
                ]
4029
            },
4030
            "notification-url": "https://packagist.org/downloads/",
4031
            "license": [
4032
                "BSD-3-Clause"
4033
            ],
4034
            "authors": [
4035
                {
4036
                    "name": "Jeff Welch",
4037
                    "email": "[email protected]"
4038
                },
4039
                {
4040
                    "name": "Volker Dusch",
4041
                    "email": "[email protected]"
4042
                },
4043
                {
4044
                    "name": "Bernhard Schussek",
4045
                    "email": "[email protected]"
4046
                },
4047
                {
4048
                    "name": "Sebastian Bergmann",
4049
                    "email": "[email protected]"
4050
                },
4051
                {
4052
                    "name": "Adam Harvey",
4053
                    "email": "[email protected]"
4054
                }
4055
            ],
4056
            "description": "Provides the functionality to export PHP variables for visualization",
4057
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4058
            "keywords": [
4059
                "export",
4060
                "exporter"
4061
            ],
4062
            "time": "2017-04-03T13:19:02+00:00"
4063
        },
4064
        {
4065
            "name": "sebastian/global-state",
4066
            "version": "2.0.0",
4067
            "source": {
4068
                "type": "git",
4069
                "url": "https://github.com/sebastianbergmann/global-state.git",
4070
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4071
            },
4072
            "dist": {
4073
                "type": "zip",
4074
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4075
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4076
                "shasum": ""
4077
            },
4078
            "require": {
4079
                "php": "^7.0"
4080
            },
4081
            "require-dev": {
4082
                "phpunit/phpunit": "^6.0"
4083
            },
4084
            "suggest": {
4085
                "ext-uopz": "*"
4086
            },
4087
            "type": "library",
4088
            "extra": {
4089
                "branch-alias": {
4090
                    "dev-master": "2.0-dev"
4091
                }
4092
            },
4093
            "autoload": {
4094
                "classmap": [
4095
                    "src/"
4096
                ]
4097
            },
4098
            "notification-url": "https://packagist.org/downloads/",
4099
            "license": [
4100
                "BSD-3-Clause"
4101
            ],
4102
            "authors": [
4103
                {
4104
                    "name": "Sebastian Bergmann",
4105
                    "email": "[email protected]"
4106
                }
4107
            ],
4108
            "description": "Snapshotting of global state",
4109
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4110
            "keywords": [
4111
                "global state"
4112
            ],
4113
            "time": "2017-04-27T15:39:26+00:00"
4114
        },
4115
        {
4116
            "name": "sebastian/object-enumerator",
4117
            "version": "3.0.3",
4118
            "source": {
4119
                "type": "git",
4120
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4121
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4122
            },
4123
            "dist": {
4124
                "type": "zip",
4125
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4126
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4127
                "shasum": ""
4128
            },
4129
            "require": {
4130
                "php": "^7.0",
4131
                "sebastian/object-reflector": "^1.1.1",
4132
                "sebastian/recursion-context": "^3.0"
4133
            },
4134
            "require-dev": {
4135
                "phpunit/phpunit": "^6.0"
4136
            },
4137
            "type": "library",
4138
            "extra": {
4139
                "branch-alias": {
4140
                    "dev-master": "3.0.x-dev"
4141
                }
4142
            },
4143
            "autoload": {
4144
                "classmap": [
4145
                    "src/"
4146
                ]
4147
            },
4148
            "notification-url": "https://packagist.org/downloads/",
4149
            "license": [
4150
                "BSD-3-Clause"
4151
            ],
4152
            "authors": [
4153
                {
4154
                    "name": "Sebastian Bergmann",
4155
                    "email": "[email protected]"
4156
                }
4157
            ],
4158
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4159
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4160
            "time": "2017-08-03T12:35:26+00:00"
4161
        },
4162
        {
4163
            "name": "sebastian/object-reflector",
4164
            "version": "1.1.1",
4165
            "source": {
4166
                "type": "git",
4167
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4168
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4169
            },
4170
            "dist": {
4171
                "type": "zip",
4172
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4173
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4174
                "shasum": ""
4175
            },
4176
            "require": {
4177
                "php": "^7.0"
4178
            },
4179
            "require-dev": {
4180
                "phpunit/phpunit": "^6.0"
4181
            },
4182
            "type": "library",
4183
            "extra": {
4184
                "branch-alias": {
4185
                    "dev-master": "1.1-dev"
4186
                }
4187
            },
4188
            "autoload": {
4189
                "classmap": [
4190
                    "src/"
4191
                ]
4192
            },
4193
            "notification-url": "https://packagist.org/downloads/",
4194
            "license": [
4195
                "BSD-3-Clause"
4196
            ],
4197
            "authors": [
4198
                {
4199
                    "name": "Sebastian Bergmann",
4200
                    "email": "[email protected]"
4201
                }
4202
            ],
4203
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4204
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4205
            "time": "2017-03-29T09:07:27+00:00"
4206
        },
4207
        {
4208
            "name": "sebastian/recursion-context",
4209
            "version": "3.0.0",
4210
            "source": {
4211
                "type": "git",
4212
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4213
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4214
            },
4215
            "dist": {
4216
                "type": "zip",
4217
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4218
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4219
                "shasum": ""
4220
            },
4221
            "require": {
4222
                "php": "^7.0"
4223
            },
4224
            "require-dev": {
4225
                "phpunit/phpunit": "^6.0"
4226
            },
4227
            "type": "library",
4228
            "extra": {
4229
                "branch-alias": {
4230
                    "dev-master": "3.0.x-dev"
4231
                }
4232
            },
4233
            "autoload": {
4234
                "classmap": [
4235
                    "src/"
4236
                ]
4237
            },
4238
            "notification-url": "https://packagist.org/downloads/",
4239
            "license": [
4240
                "BSD-3-Clause"
4241
            ],
4242
            "authors": [
4243
                {
4244
                    "name": "Jeff Welch",
4245
                    "email": "[email protected]"
4246
                },
4247
                {
4248
                    "name": "Sebastian Bergmann",
4249
                    "email": "[email protected]"
4250
                },
4251
                {
4252
                    "name": "Adam Harvey",
4253
                    "email": "[email protected]"
4254
                }
4255
            ],
4256
            "description": "Provides functionality to recursively process PHP variables",
4257
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4258
            "time": "2017-03-03T06:23:57+00:00"
4259
        },
4260
        {
4261
            "name": "sebastian/resource-operations",
4262
            "version": "1.0.0",
4263
            "source": {
4264
                "type": "git",
4265
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4266
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4267
            },
4268
            "dist": {
4269
                "type": "zip",
4270
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4271
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4272
                "shasum": ""
4273
            },
4274
            "require": {
4275
                "php": ">=5.6.0"
4276
            },
4277
            "type": "library",
4278
            "extra": {
4279
                "branch-alias": {
4280
                    "dev-master": "1.0.x-dev"
4281
                }
4282
            },
4283
            "autoload": {
4284
                "classmap": [
4285
                    "src/"
4286
                ]
4287
            },
4288
            "notification-url": "https://packagist.org/downloads/",
4289
            "license": [
4290
                "BSD-3-Clause"
4291
            ],
4292
            "authors": [
4293
                {
4294
                    "name": "Sebastian Bergmann",
4295
                    "email": "[email protected]"
4296
                }
4297
            ],
4298
            "description": "Provides a list of PHP built-in functions that operate on resources",
4299
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4300
            "time": "2015-07-28T20:34:47+00:00"
4301
        },
4302
        {
4303
            "name": "sebastian/version",
4304
            "version": "2.0.1",
4305
            "source": {
4306
                "type": "git",
4307
                "url": "https://github.com/sebastianbergmann/version.git",
4308
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4309
            },
4310
            "dist": {
4311
                "type": "zip",
4312
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4313
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4314
                "shasum": ""
4315
            },
4316
            "require": {
4317
                "php": ">=5.6"
4318
            },
4319
            "type": "library",
4320
            "extra": {
4321
                "branch-alias": {
4322
                    "dev-master": "2.0.x-dev"
4323
                }
4324
            },
4325
            "autoload": {
4326
                "classmap": [
4327
                    "src/"
4328
                ]
4329
            },
4330
            "notification-url": "https://packagist.org/downloads/",
4331
            "license": [
4332
                "BSD-3-Clause"
4333
            ],
4334
            "authors": [
4335
                {
4336
                    "name": "Sebastian Bergmann",
4337
                    "email": "[email protected]",
4338
                    "role": "lead"
4339
                }
4340
            ],
4341
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4342
            "homepage": "https://github.com/sebastianbergmann/version",
4343
            "time": "2016-10-03T07:35:21+00:00"
4344
        },
4345
        {
4346
            "name": "squizlabs/php_codesniffer",
4347
            "version": "3.2.3",
4348
            "source": {
4349
                "type": "git",
4350
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4351
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
4352
            },
4353
            "dist": {
4354
                "type": "zip",
4355
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
4356
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
4357
                "shasum": ""
4358
            },
4359
            "require": {
4360
                "ext-simplexml": "*",
4361
                "ext-tokenizer": "*",
4362
                "ext-xmlwriter": "*",
4363
                "php": ">=5.4.0"
4364
            },
4365
            "require-dev": {
4366
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
4367
            },
4368
            "bin": [
4369
                "bin/phpcs",
4370
                "bin/phpcbf"
4371
            ],
4372
            "type": "library",
4373
            "extra": {
4374
                "branch-alias": {
4375
                    "dev-master": "3.x-dev"
4376
                }
4377
            },
4378
            "notification-url": "https://packagist.org/downloads/",
4379
            "license": [
4380
                "BSD-3-Clause"
4381
            ],
4382
            "authors": [
4383
                {
4384
                    "name": "Greg Sherwood",
4385
                    "role": "lead"
4386
                }
4387
            ],
4388
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4389
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4390
            "keywords": [
4391
                "phpcs",
4392
                "standards"
4393
            ],
4394
            "time": "2018-02-20T21:35:23+00:00"
4395
        },
4396
        {
4397
            "name": "theseer/tokenizer",
4398
            "version": "1.1.0",
4399
            "source": {
4400
                "type": "git",
4401
                "url": "https://github.com/theseer/tokenizer.git",
4402
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4403
            },
4404
            "dist": {
4405
                "type": "zip",
4406
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4407
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4408
                "shasum": ""
4409
            },
4410
            "require": {
4411
                "ext-dom": "*",
4412
                "ext-tokenizer": "*",
4413
                "ext-xmlwriter": "*",
4414
                "php": "^7.0"
4415
            },
4416
            "type": "library",
4417
            "autoload": {
4418
                "classmap": [
4419
                    "src/"
4420
                ]
4421
            },
4422
            "notification-url": "https://packagist.org/downloads/",
4423
            "license": [
4424
                "BSD-3-Clause"
4425
            ],
4426
            "authors": [
4427
                {
4428
                    "name": "Arne Blankerts",
4429
                    "email": "[email protected]",
4430
                    "role": "Developer"
4431
                }
4432
            ],
4433
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4434
            "time": "2017-04-07T12:08:54+00:00"
4435
        },
4436
        {
4437
            "name": "webmozart/assert",
4438
            "version": "1.3.0",
4439
            "source": {
4440
                "type": "git",
4441
                "url": "https://github.com/webmozart/assert.git",
4442
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4443
            },
4444
            "dist": {
4445
                "type": "zip",
4446
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4447
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4448
                "shasum": ""
4449
            },
4450
            "require": {
4451
                "php": "^5.3.3 || ^7.0"
4452
            },
4453
            "require-dev": {
4454
                "phpunit/phpunit": "^4.6",
4455
                "sebastian/version": "^1.0.1"
4456
            },
4457
            "type": "library",
4458
            "extra": {
4459
                "branch-alias": {
4460
                    "dev-master": "1.3-dev"
4461
                }
4462
            },
4463
            "autoload": {
4464
                "psr-4": {
4465
                    "Webmozart\\Assert\\": "src/"
4466
                }
4467
            },
4468
            "notification-url": "https://packagist.org/downloads/",
4469
            "license": [
4470
                "MIT"
4471
            ],
4472
            "authors": [
4473
                {
4474
                    "name": "Bernhard Schussek",
4475
                    "email": "[email protected]"
4476
                }
4477
            ],
4478
            "description": "Assertions to validate method input/output with nice error messages.",
4479
            "keywords": [
4480
                "assert",
4481
                "check",
4482
                "validate"
4483
            ],
4484
            "time": "2018-01-29T19:49:41+00:00"
4485
        }
4486
    ],
4487
    "aliases": [],
4488
    "minimum-stability": "dev",
4489
    "stability-flags": [],
4490
    "prefer-stable": true,
4491
    "prefer-lowest": false,
4492
    "platform": {
4493
        "php": "^7.1"
4494
    },
4495
    "platform-dev": []
4496
}
4497