Completed
Push — master ( fc9daf...df9d2c )
by Dion
01:00
created

composer.lock (2 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": "28a1a3efbd5347741346d576dd607793",
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": "v4.1.0",
1071
            "source": {
1072
                "type": "git",
1073
                "url": "https://github.com/symfony/cache.git",
1074
                "reference": "4986efce97c002e58380e8c0474acbf72eda9339"
1075
            },
1076
            "dist": {
1077
                "type": "zip",
1078
                "url": "https://api.github.com/repos/symfony/cache/zipball/4986efce97c002e58380e8c0474acbf72eda9339",
1079
                "reference": "4986efce97c002e58380e8c0474acbf72eda9339",
1080
                "shasum": ""
1081
            },
1082
            "require": {
1083
                "php": "^7.1.3",
1084
                "psr/cache": "~1.0",
1085
                "psr/log": "~1.0",
1086
                "psr/simple-cache": "^1.0"
1087
            },
1088
            "conflict": {
1089
                "symfony/var-dumper": "<3.4"
1090
            },
1091
            "provide": {
1092
                "psr/cache-implementation": "1.0",
1093
                "psr/simple-cache-implementation": "1.0"
1094
            },
1095
            "require-dev": {
1096
                "cache/integration-tests": "dev-master",
1097
                "doctrine/cache": "~1.6",
1098
                "doctrine/dbal": "~2.4",
1099
                "predis/predis": "~1.0"
1100
            },
1101
            "type": "library",
1102
            "extra": {
1103
                "branch-alias": {
1104
                    "dev-master": "4.1-dev"
1105
                }
1106
            },
1107
            "autoload": {
1108
                "psr-4": {
1109
                    "Symfony\\Component\\Cache\\": ""
1110
                },
1111
                "exclude-from-classmap": [
1112
                    "/Tests/"
1113
                ]
1114
            },
1115
            "notification-url": "https://packagist.org/downloads/",
1116
            "license": [
1117
                "MIT"
1118
            ],
1119
            "authors": [
1120
                {
1121
                    "name": "Nicolas Grekas",
1122
                    "email": "[email protected]"
1123
                },
1124
                {
1125
                    "name": "Symfony Community",
1126
                    "homepage": "https://symfony.com/contributors"
1127
                }
1128
            ],
1129
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1130
            "homepage": "https://symfony.com",
1131
            "keywords": [
1132
                "caching",
1133
                "psr6"
1134
            ],
1135
            "time": "2018-05-16T14:33:22+00:00"
1136
        },
1137
        {
1138
            "name": "symfony/config",
1139
            "version": "v3.4.6",
1140
            "source": {
1141
                "type": "git",
1142
                "url": "https://github.com/symfony/config.git",
1143
                "reference": "05e10567b529476a006b00746c5f538f1636810e"
1144
            },
1145
            "dist": {
1146
                "type": "zip",
1147
                "url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e",
1148
                "reference": "05e10567b529476a006b00746c5f538f1636810e",
1149
                "shasum": ""
1150
            },
1151
            "require": {
1152
                "php": "^5.5.9|>=7.0.8",
1153
                "symfony/filesystem": "~2.8|~3.0|~4.0"
1154
            },
1155
            "conflict": {
1156
                "symfony/dependency-injection": "<3.3",
1157
                "symfony/finder": "<3.3"
1158
            },
1159
            "require-dev": {
1160
                "symfony/dependency-injection": "~3.3|~4.0",
1161
                "symfony/event-dispatcher": "~3.3|~4.0",
1162
                "symfony/finder": "~3.3|~4.0",
1163
                "symfony/yaml": "~3.0|~4.0"
1164
            },
1165
            "suggest": {
1166
                "symfony/yaml": "To use the yaml reference dumper"
1167
            },
1168
            "type": "library",
1169
            "extra": {
1170
                "branch-alias": {
1171
                    "dev-master": "3.4-dev"
1172
                }
1173
            },
1174
            "autoload": {
1175
                "psr-4": {
1176
                    "Symfony\\Component\\Config\\": ""
1177
                },
1178
                "exclude-from-classmap": [
1179
                    "/Tests/"
1180
                ]
1181
            },
1182
            "notification-url": "https://packagist.org/downloads/",
1183
            "license": [
1184
                "MIT"
1185
            ],
1186
            "authors": [
1187
                {
1188
                    "name": "Fabien Potencier",
1189
                    "email": "[email protected]"
1190
                },
1191
                {
1192
                    "name": "Symfony Community",
1193
                    "homepage": "https://symfony.com/contributors"
1194
                }
1195
            ],
1196
            "description": "Symfony Config Component",
1197
            "homepage": "https://symfony.com",
1198
            "time": "2018-02-14T10:03:57+00:00"
1199
        },
1200
        {
1201
            "name": "symfony/console",
1202
            "version": "v3.4.6",
1203
            "source": {
1204
                "type": "git",
1205
                "url": "https://github.com/symfony/console.git",
1206
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7"
1207
            },
1208
            "dist": {
1209
                "type": "zip",
1210
                "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7",
1211
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7",
1212
                "shasum": ""
1213
            },
1214
            "require": {
1215
                "php": "^5.5.9|>=7.0.8",
1216
                "symfony/debug": "~2.8|~3.0|~4.0",
1217
                "symfony/polyfill-mbstring": "~1.0"
1218
            },
1219
            "conflict": {
1220
                "symfony/dependency-injection": "<3.4",
1221
                "symfony/process": "<3.3"
1222
            },
1223
            "require-dev": {
1224
                "psr/log": "~1.0",
1225
                "symfony/config": "~3.3|~4.0",
1226
                "symfony/dependency-injection": "~3.4|~4.0",
1227
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1228
                "symfony/lock": "~3.4|~4.0",
1229
                "symfony/process": "~3.3|~4.0"
1230
            },
1231
            "suggest": {
1232
                "psr/log": "For using the console logger",
1233
                "symfony/event-dispatcher": "",
1234
                "symfony/lock": "",
1235
                "symfony/process": ""
1236
            },
1237
            "type": "library",
1238
            "extra": {
1239
                "branch-alias": {
1240
                    "dev-master": "3.4-dev"
1241
                }
1242
            },
1243
            "autoload": {
1244
                "psr-4": {
1245
                    "Symfony\\Component\\Console\\": ""
1246
                },
1247
                "exclude-from-classmap": [
1248
                    "/Tests/"
1249
                ]
1250
            },
1251
            "notification-url": "https://packagist.org/downloads/",
1252
            "license": [
1253
                "MIT"
1254
            ],
1255
            "authors": [
1256
                {
1257
                    "name": "Fabien Potencier",
1258
                    "email": "[email protected]"
1259
                },
1260
                {
1261
                    "name": "Symfony Community",
1262
                    "homepage": "https://symfony.com/contributors"
1263
                }
1264
            ],
1265
            "description": "Symfony Console Component",
1266
            "homepage": "https://symfony.com",
1267
            "time": "2018-02-26T15:46:28+00:00"
1268
        },
1269
        {
1270
            "name": "symfony/debug",
1271
            "version": "v4.0.6",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/symfony/debug.git",
1275
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/symfony/debug/zipball/1721e4e7effb23480966690cdcdc7d2a4152d489",
1280
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": "^7.1.3",
1285
                "psr/log": "~1.0"
1286
            },
1287
            "conflict": {
1288
                "symfony/http-kernel": "<3.4"
1289
            },
1290
            "require-dev": {
1291
                "symfony/http-kernel": "~3.4|~4.0"
1292
            },
1293
            "type": "library",
1294
            "extra": {
1295
                "branch-alias": {
1296
                    "dev-master": "4.0-dev"
1297
                }
1298
            },
1299
            "autoload": {
1300
                "psr-4": {
1301
                    "Symfony\\Component\\Debug\\": ""
1302
                },
1303
                "exclude-from-classmap": [
1304
                    "/Tests/"
1305
                ]
1306
            },
1307
            "notification-url": "https://packagist.org/downloads/",
1308
            "license": [
1309
                "MIT"
1310
            ],
1311
            "authors": [
1312
                {
1313
                    "name": "Fabien Potencier",
1314
                    "email": "[email protected]"
1315
                },
1316
                {
1317
                    "name": "Symfony Community",
1318
                    "homepage": "https://symfony.com/contributors"
1319
                }
1320
            ],
1321
            "description": "Symfony Debug Component",
1322
            "homepage": "https://symfony.com",
1323
            "time": "2018-02-28T21:50:02+00:00"
1324
        },
1325
        {
1326
            "name": "symfony/dependency-injection",
1327
            "version": "v3.4.6",
1328
            "source": {
1329
                "type": "git",
1330
                "url": "https://github.com/symfony/dependency-injection.git",
1331
                "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07"
1332
            },
1333
            "dist": {
1334
                "type": "zip",
1335
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/12e901abc1cb0d637a0e5abe9923471361d96b07",
1336
                "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07",
1337
                "shasum": ""
1338
            },
1339
            "require": {
1340
                "php": "^5.5.9|>=7.0.8",
1341
                "psr/container": "^1.0"
1342
            },
1343
            "conflict": {
1344
                "symfony/config": "<3.3.7",
1345
                "symfony/finder": "<3.3",
1346
                "symfony/proxy-manager-bridge": "<3.4",
1347
                "symfony/yaml": "<3.4"
1348
            },
1349
            "provide": {
1350
                "psr/container-implementation": "1.0"
1351
            },
1352
            "require-dev": {
1353
                "symfony/config": "~3.3|~4.0",
1354
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1355
                "symfony/yaml": "~3.4|~4.0"
1356
            },
1357
            "suggest": {
1358
                "symfony/config": "",
1359
                "symfony/expression-language": "For using expressions in service container configuration",
1360
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1361
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1362
                "symfony/yaml": ""
1363
            },
1364
            "type": "library",
1365
            "extra": {
1366
                "branch-alias": {
1367
                    "dev-master": "3.4-dev"
1368
                }
1369
            },
1370
            "autoload": {
1371
                "psr-4": {
1372
                    "Symfony\\Component\\DependencyInjection\\": ""
1373
                },
1374
                "exclude-from-classmap": [
1375
                    "/Tests/"
1376
                ]
1377
            },
1378
            "notification-url": "https://packagist.org/downloads/",
1379
            "license": [
1380
                "MIT"
1381
            ],
1382
            "authors": [
1383
                {
1384
                    "name": "Fabien Potencier",
1385
                    "email": "[email protected]"
1386
                },
1387
                {
1388
                    "name": "Symfony Community",
1389
                    "homepage": "https://symfony.com/contributors"
1390
                }
1391
            ],
1392
            "description": "Symfony DependencyInjection Component",
1393
            "homepage": "https://symfony.com",
1394
            "time": "2018-03-04T03:54:53+00:00"
1395
        },
1396
        {
1397
            "name": "symfony/event-dispatcher",
1398
            "version": "v3.4.6",
1399
            "source": {
1400
                "type": "git",
1401
                "url": "https://github.com/symfony/event-dispatcher.git",
1402
                "reference": "58990682ac3fdc1f563b7e705452921372aad11d"
1403
            },
1404
            "dist": {
1405
                "type": "zip",
1406
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/58990682ac3fdc1f563b7e705452921372aad11d",
1407
                "reference": "58990682ac3fdc1f563b7e705452921372aad11d",
1408
                "shasum": ""
1409
            },
1410
            "require": {
1411
                "php": "^5.5.9|>=7.0.8"
1412
            },
1413
            "conflict": {
1414
                "symfony/dependency-injection": "<3.3"
1415
            },
1416
            "require-dev": {
1417
                "psr/log": "~1.0",
1418
                "symfony/config": "~2.8|~3.0|~4.0",
1419
                "symfony/dependency-injection": "~3.3|~4.0",
1420
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1421
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1422
            },
1423
            "suggest": {
1424
                "symfony/dependency-injection": "",
1425
                "symfony/http-kernel": ""
1426
            },
1427
            "type": "library",
1428
            "extra": {
1429
                "branch-alias": {
1430
                    "dev-master": "3.4-dev"
1431
                }
1432
            },
1433
            "autoload": {
1434
                "psr-4": {
1435
                    "Symfony\\Component\\EventDispatcher\\": ""
1436
                },
1437
                "exclude-from-classmap": [
1438
                    "/Tests/"
1439
                ]
1440
            },
1441
            "notification-url": "https://packagist.org/downloads/",
1442
            "license": [
1443
                "MIT"
1444
            ],
1445
            "authors": [
1446
                {
1447
                    "name": "Fabien Potencier",
1448
                    "email": "[email protected]"
1449
                },
1450
                {
1451
                    "name": "Symfony Community",
1452
                    "homepage": "https://symfony.com/contributors"
1453
                }
1454
            ],
1455
            "description": "Symfony EventDispatcher Component",
1456
            "homepage": "https://symfony.com",
1457
            "time": "2018-02-14T10:03:57+00:00"
1458
        },
1459
        {
1460
            "name": "symfony/filesystem",
1461
            "version": "v4.0.6",
1462
            "source": {
1463
                "type": "git",
1464
                "url": "https://github.com/symfony/filesystem.git",
1465
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
1466
            },
1467
            "dist": {
1468
                "type": "zip",
1469
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
1470
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
1471
                "shasum": ""
1472
            },
1473
            "require": {
1474
                "php": "^7.1.3"
1475
            },
1476
            "type": "library",
1477
            "extra": {
1478
                "branch-alias": {
1479
                    "dev-master": "4.0-dev"
1480
                }
1481
            },
1482
            "autoload": {
1483
                "psr-4": {
1484
                    "Symfony\\Component\\Filesystem\\": ""
1485
                },
1486
                "exclude-from-classmap": [
1487
                    "/Tests/"
1488
                ]
1489
            },
1490
            "notification-url": "https://packagist.org/downloads/",
1491
            "license": [
1492
                "MIT"
1493
            ],
1494
            "authors": [
1495
                {
1496
                    "name": "Fabien Potencier",
1497
                    "email": "[email protected]"
1498
                },
1499
                {
1500
                    "name": "Symfony Community",
1501
                    "homepage": "https://symfony.com/contributors"
1502
                }
1503
            ],
1504
            "description": "Symfony Filesystem Component",
1505
            "homepage": "https://symfony.com",
1506
            "time": "2018-02-22T10:50:29+00:00"
1507
        },
1508
        {
1509
            "name": "symfony/form",
1510
            "version": "v3.4.6",
1511
            "source": {
1512
                "type": "git",
1513
                "url": "https://github.com/symfony/form.git",
1514
                "reference": "9495e1bed5397bb9618059d37a1494f87964b878"
1515
            },
1516
            "dist": {
1517
                "type": "zip",
1518
                "url": "https://api.github.com/repos/symfony/form/zipball/9495e1bed5397bb9618059d37a1494f87964b878",
1519
                "reference": "9495e1bed5397bb9618059d37a1494f87964b878",
1520
                "shasum": ""
1521
            },
1522
            "require": {
1523
                "php": "^5.5.9|>=7.0.8",
1524
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1525
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
1526
                "symfony/options-resolver": "~3.4|~4.0",
1527
                "symfony/polyfill-mbstring": "~1.0",
1528
                "symfony/property-access": "~2.8|~3.0|~4.0"
1529
            },
1530
            "conflict": {
1531
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1532
                "symfony/dependency-injection": "<3.3",
1533
                "symfony/doctrine-bridge": "<2.7",
1534
                "symfony/framework-bundle": "<3.4",
1535
                "symfony/http-kernel": "<3.3.5",
1536
                "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
1537
            },
1538
            "require-dev": {
1539
                "doctrine/collections": "~1.0",
1540
                "symfony/config": "~2.7|~3.0|~4.0",
1541
                "symfony/console": "~3.4|~4.0",
1542
                "symfony/dependency-injection": "~3.3|~4.0",
1543
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
1544
                "symfony/http-kernel": "^3.3.5|~4.0",
1545
                "symfony/security-csrf": "~2.8|~3.0|~4.0",
1546
                "symfony/translation": "~2.8|~3.0|~4.0",
1547
                "symfony/validator": "^3.2.5|~4.0",
1548
                "symfony/var-dumper": "~3.3.11|~3.4|~4.0"
1549
            },
1550
            "suggest": {
1551
                "symfony/framework-bundle": "For templating with PHP.",
1552
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
1553
                "symfony/twig-bridge": "For templating with Twig.",
1554
                "symfony/validator": "For form validation."
1555
            },
1556
            "type": "library",
1557
            "extra": {
1558
                "branch-alias": {
1559
                    "dev-master": "3.4-dev"
1560
                }
1561
            },
1562
            "autoload": {
1563
                "psr-4": {
1564
                    "Symfony\\Component\\Form\\": ""
1565
                },
1566
                "exclude-from-classmap": [
1567
                    "/Tests/"
1568
                ]
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "MIT"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "Fabien Potencier",
1577
                    "email": "[email protected]"
1578
                },
1579
                {
1580
                    "name": "Symfony Community",
1581
                    "homepage": "https://symfony.com/contributors"
1582
                }
1583
            ],
1584
            "description": "Symfony Form Component",
1585
            "homepage": "https://symfony.com",
1586
            "time": "2018-03-01T10:20:19+00:00"
1587
        },
1588
        {
1589
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

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