Test Failed
Push — master ( f1ac48...66272f )
by MusikAnimal
07:10
created

composer.lock (1 issue)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "fffd166b94fce99ebf6a93157137a553",
8
    "packages": [
9
        {
10
            "name": "addwiki/mediawiki-api",
11
            "version": "0.7.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/addwiki/mediawiki-api.git",
15
                "reference": "f52fc3760d82774512d344e41c45c878a2c6659e"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/addwiki/mediawiki-api/zipball/f52fc3760d82774512d344e41c45c878a2c6659e",
20
                "reference": "f52fc3760d82774512d344e41c45c878a2c6659e",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "addwiki/mediawiki-api-base": "~2.4",
25
                "addwiki/mediawiki-datamodel": "~0.7.0"
26
            },
27
            "require-dev": {
28
                "jakub-onderka/php-parallel-lint": "^0.9.2",
29
                "mediawiki/mediawiki-codesniffer": "^13.0",
30
                "monolog/monolog": "^1.23",
31
                "phpunit/phpunit": "~4.8"
32
            },
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "0.7.x-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-4": {
41
                    "Mediawiki\\Api\\": "src/"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "GPL-2.0+"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Addshore"
51
                }
52
            ],
53
            "description": "A MediaWiki API library",
54
            "keywords": [
55
                "mediawiki"
56
            ],
57
            "time": "2017-11-20T03:08:06+00:00"
58
        },
59
        {
60
            "name": "addwiki/mediawiki-api-base",
61
            "version": "2.4.0",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/addwiki/mediawiki-api-base.git",
65
                "reference": "33c147e91d05a48e953839fb3ad9e6386cfd85c1"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/addwiki/mediawiki-api-base/zipball/33c147e91d05a48e953839fb3ad9e6386cfd85c1",
70
                "reference": "33c147e91d05a48e953839fb3ad9e6386cfd85c1",
71
                "shasum": ""
72
            },
73
            "require": {
74
                "guzzlehttp/guzzle": "~6.0",
75
                "guzzlehttp/promises": "~1.0",
76
                "php": ">=5.5",
77
                "psr/log": "~1.0"
78
            },
79
            "require-dev": {
80
                "jakub-onderka/php-parallel-lint": "0.9.2",
81
                "mediawiki/mediawiki-codesniffer": "^13.0",
82
                "phpunit/phpunit": "~4.8.0|~5.3.0"
83
            },
84
            "suggest": {
85
                "etsy/phan": "Allows running static analysis on the package (requires PHP 7+)"
86
            },
87
            "type": "library",
88
            "extra": {
89
                "branch-alias": {
90
                    "dev-master": "2.4.x-dev"
91
                }
92
            },
93
            "autoload": {
94
                "psr-4": {
95
                    "Mediawiki\\Api\\": "src/"
96
                }
97
            },
98
            "notification-url": "https://packagist.org/downloads/",
99
            "license": [
100
                "GPL-2.0+"
101
            ],
102
            "authors": [
103
                {
104
                    "name": "Addshore"
105
                }
106
            ],
107
            "description": "A basic Mediawiki api base library",
108
            "keywords": [
109
                "mediawiki"
110
            ],
111
            "time": "2017-11-02T10:53:36+00:00"
112
        },
113
        {
114
            "name": "addwiki/mediawiki-datamodel",
115
            "version": "0.7.1",
116
            "source": {
117
                "type": "git",
118
                "url": "https://github.com/addwiki/mediawiki-datamodel.git",
119
                "reference": "05dd783715a92ec5449bab4091c0482cf3fcface"
120
            },
121
            "dist": {
122
                "type": "zip",
123
                "url": "https://api.github.com/repos/addwiki/mediawiki-datamodel/zipball/05dd783715a92ec5449bab4091c0482cf3fcface",
124
                "reference": "05dd783715a92ec5449bab4091c0482cf3fcface",
125
                "shasum": ""
126
            },
127
            "require-dev": {
128
                "jakub-onderka/php-parallel-lint": "0.9.2",
129
                "mediawiki/mediawiki-codesniffer": "^13.0",
130
                "phpunit/phpunit": "~4.8.0|~5.3.0"
131
            },
132
            "type": "library",
133
            "extra": {
134
                "branch-alias": {
135
                    "dev-master": "0.7.x-dev"
136
                }
137
            },
138
            "autoload": {
139
                "psr-4": {
140
                    "Mediawiki\\DataModel\\": "src/"
141
                }
142
            },
143
            "notification-url": "https://packagist.org/downloads/",
144
            "license": [
145
                "GPL-2.0+"
146
            ],
147
            "authors": [
148
                {
149
                    "name": "Addshore"
150
                }
151
            ],
152
            "description": "A Mediawiki datamodel",
153
            "keywords": [
154
                "mediawiki"
155
            ],
156
            "time": "2018-01-10T19:14:13+00:00"
157
        },
158
        {
159
            "name": "doctrine/annotations",
160
            "version": "v1.6.0",
161
            "source": {
162
                "type": "git",
163
                "url": "https://github.com/doctrine/annotations.git",
164
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
165
            },
166
            "dist": {
167
                "type": "zip",
168
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
169
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
170
                "shasum": ""
171
            },
172
            "require": {
173
                "doctrine/lexer": "1.*",
174
                "php": "^7.1"
175
            },
176
            "require-dev": {
177
                "doctrine/cache": "1.*",
178
                "phpunit/phpunit": "^6.4"
179
            },
180
            "type": "library",
181
            "extra": {
182
                "branch-alias": {
183
                    "dev-master": "1.6.x-dev"
184
                }
185
            },
186
            "autoload": {
187
                "psr-4": {
188
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
189
                }
190
            },
191
            "notification-url": "https://packagist.org/downloads/",
192
            "license": [
193
                "MIT"
194
            ],
195
            "authors": [
196
                {
197
                    "name": "Roman Borschel",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Benjamin Eberlei",
202
                    "email": "[email protected]"
203
                },
204
                {
205
                    "name": "Guilherme Blanco",
206
                    "email": "[email protected]"
207
                },
208
                {
209
                    "name": "Jonathan Wage",
210
                    "email": "[email protected]"
211
                },
212
                {
213
                    "name": "Johannes Schmitt",
214
                    "email": "[email protected]"
215
                }
216
            ],
217
            "description": "Docblock Annotations Parser",
218
            "homepage": "http://www.doctrine-project.org",
219
            "keywords": [
220
                "annotations",
221
                "docblock",
222
                "parser"
223
            ],
224
            "time": "2017-12-06T07:11:42+00:00"
225
        },
226
        {
227
            "name": "doctrine/cache",
228
            "version": "v1.8.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/doctrine/cache.git",
232
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
237
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "php": "~7.1"
242
            },
243
            "conflict": {
244
                "doctrine/common": ">2.2,<2.4"
245
            },
246
            "require-dev": {
247
                "alcaeus/mongo-php-adapter": "^1.1",
248
                "doctrine/coding-standard": "^4.0",
249
                "mongodb/mongodb": "^1.1",
250
                "phpunit/phpunit": "^7.0",
251
                "predis/predis": "~1.0"
252
            },
253
            "suggest": {
254
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
255
            },
256
            "type": "library",
257
            "extra": {
258
                "branch-alias": {
259
                    "dev-master": "1.8.x-dev"
260
                }
261
            },
262
            "autoload": {
263
                "psr-4": {
264
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
265
                }
266
            },
267
            "notification-url": "https://packagist.org/downloads/",
268
            "license": [
269
                "MIT"
270
            ],
271
            "authors": [
272
                {
273
                    "name": "Roman Borschel",
274
                    "email": "[email protected]"
275
                },
276
                {
277
                    "name": "Benjamin Eberlei",
278
                    "email": "[email protected]"
279
                },
280
                {
281
                    "name": "Guilherme Blanco",
282
                    "email": "[email protected]"
283
                },
284
                {
285
                    "name": "Jonathan Wage",
286
                    "email": "[email protected]"
287
                },
288
                {
289
                    "name": "Johannes Schmitt",
290
                    "email": "[email protected]"
291
                }
292
            ],
293
            "description": "Caching library offering an object-oriented API for many cache backends",
294
            "homepage": "https://www.doctrine-project.org",
295
            "keywords": [
296
                "cache",
297
                "caching"
298
            ],
299
            "time": "2018-08-21T18:01:43+00:00"
300
        },
301
        {
302
            "name": "doctrine/collections",
303
            "version": "v1.5.0",
304
            "source": {
305
                "type": "git",
306
                "url": "https://github.com/doctrine/collections.git",
307
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
308
            },
309
            "dist": {
310
                "type": "zip",
311
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
312
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
313
                "shasum": ""
314
            },
315
            "require": {
316
                "php": "^7.1"
317
            },
318
            "require-dev": {
319
                "doctrine/coding-standard": "~0.1@dev",
320
                "phpunit/phpunit": "^5.7"
321
            },
322
            "type": "library",
323
            "extra": {
324
                "branch-alias": {
325
                    "dev-master": "1.3.x-dev"
326
                }
327
            },
328
            "autoload": {
329
                "psr-0": {
330
                    "Doctrine\\Common\\Collections\\": "lib/"
331
                }
332
            },
333
            "notification-url": "https://packagist.org/downloads/",
334
            "license": [
335
                "MIT"
336
            ],
337
            "authors": [
338
                {
339
                    "name": "Roman Borschel",
340
                    "email": "[email protected]"
341
                },
342
                {
343
                    "name": "Benjamin Eberlei",
344
                    "email": "[email protected]"
345
                },
346
                {
347
                    "name": "Guilherme Blanco",
348
                    "email": "[email protected]"
349
                },
350
                {
351
                    "name": "Jonathan Wage",
352
                    "email": "[email protected]"
353
                },
354
                {
355
                    "name": "Johannes Schmitt",
356
                    "email": "[email protected]"
357
                }
358
            ],
359
            "description": "Collections Abstraction library",
360
            "homepage": "http://www.doctrine-project.org",
361
            "keywords": [
362
                "array",
363
                "collections",
364
                "iterator"
365
            ],
366
            "time": "2017-07-22T10:37:32+00:00"
367
        },
368
        {
369
            "name": "doctrine/common",
370
            "version": "v2.9.0",
371
            "source": {
372
                "type": "git",
373
                "url": "https://github.com/doctrine/common.git",
374
                "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1"
375
            },
376
            "dist": {
377
                "type": "zip",
378
                "url": "https://api.github.com/repos/doctrine/common/zipball/a210246d286c77d2b89040f8691ba7b3a713d2c1",
379
                "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1",
380
                "shasum": ""
381
            },
382
            "require": {
383
                "doctrine/annotations": "^1.0",
384
                "doctrine/cache": "^1.0",
385
                "doctrine/collections": "^1.0",
386
                "doctrine/event-manager": "^1.0",
387
                "doctrine/inflector": "^1.0",
388
                "doctrine/lexer": "^1.0",
389
                "doctrine/persistence": "^1.0",
390
                "doctrine/reflection": "^1.0",
391
                "php": "^7.1"
392
            },
393
            "require-dev": {
394
                "doctrine/coding-standard": "^1.0",
395
                "phpunit/phpunit": "^6.3",
396
                "squizlabs/php_codesniffer": "^3.0",
397
                "symfony/phpunit-bridge": "^4.0.5"
398
            },
399
            "type": "library",
400
            "extra": {
401
                "branch-alias": {
402
                    "dev-master": "2.9.x-dev"
403
                }
404
            },
405
            "autoload": {
406
                "psr-4": {
407
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
408
                }
409
            },
410
            "notification-url": "https://packagist.org/downloads/",
411
            "license": [
412
                "MIT"
413
            ],
414
            "authors": [
415
                {
416
                    "name": "Roman Borschel",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Benjamin Eberlei",
421
                    "email": "[email protected]"
422
                },
423
                {
424
                    "name": "Guilherme Blanco",
425
                    "email": "[email protected]"
426
                },
427
                {
428
                    "name": "Jonathan Wage",
429
                    "email": "[email protected]"
430
                },
431
                {
432
                    "name": "Johannes Schmitt",
433
                    "email": "[email protected]"
434
                },
435
                {
436
                    "name": "Marco Pivetta",
437
                    "email": "[email protected]"
438
                }
439
            ],
440
            "description": "Common Library for Doctrine projects",
441
            "homepage": "https://www.doctrine-project.org",
442
            "keywords": [
443
                "annotations",
444
                "collections",
445
                "eventmanager",
446
                "persistence",
447
                "spl"
448
            ],
449
            "time": "2018-07-12T21:16:12+00:00"
450
        },
451
        {
452
            "name": "doctrine/dbal",
453
            "version": "v2.8.0",
454
            "source": {
455
                "type": "git",
456
                "url": "https://github.com/doctrine/dbal.git",
457
                "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
458
            },
459
            "dist": {
460
                "type": "zip",
461
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
462
                "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
463
                "shasum": ""
464
            },
465
            "require": {
466
                "doctrine/cache": "^1.0",
467
                "doctrine/event-manager": "^1.0",
468
                "ext-pdo": "*",
469
                "php": "^7.1"
470
            },
471
            "require-dev": {
472
                "doctrine/coding-standard": "^4.0",
473
                "jetbrains/phpstorm-stubs": "^2018.1.2",
474
                "phpstan/phpstan": "^0.10.1",
475
                "phpunit/phpunit": "^7.1.2",
476
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
477
                "symfony/console": "^2.0.5|^3.0|^4.0",
478
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
479
            },
480
            "suggest": {
481
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
482
            },
483
            "bin": [
484
                "bin/doctrine-dbal"
485
            ],
486
            "type": "library",
487
            "extra": {
488
                "branch-alias": {
489
                    "dev-master": "2.8.x-dev",
490
                    "dev-develop": "3.0.x-dev"
491
                }
492
            },
493
            "autoload": {
494
                "psr-0": {
495
                    "Doctrine\\DBAL\\": "lib/"
496
                }
497
            },
498
            "notification-url": "https://packagist.org/downloads/",
499
            "license": [
500
                "MIT"
501
            ],
502
            "authors": [
503
                {
504
                    "name": "Roman Borschel",
505
                    "email": "[email protected]"
506
                },
507
                {
508
                    "name": "Benjamin Eberlei",
509
                    "email": "[email protected]"
510
                },
511
                {
512
                    "name": "Guilherme Blanco",
513
                    "email": "[email protected]"
514
                },
515
                {
516
                    "name": "Jonathan Wage",
517
                    "email": "[email protected]"
518
                }
519
            ],
520
            "description": "Database Abstraction Layer",
521
            "homepage": "http://www.doctrine-project.org",
522
            "keywords": [
523
                "database",
524
                "dbal",
525
                "persistence",
526
                "queryobject"
527
            ],
528
            "time": "2018-07-13T03:16:35+00:00"
529
        },
530
        {
531
            "name": "doctrine/doctrine-bundle",
532
            "version": "1.9.1",
533
            "source": {
534
                "type": "git",
535
                "url": "https://github.com/doctrine/DoctrineBundle.git",
536
                "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f"
537
            },
538
            "dist": {
539
                "type": "zip",
540
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f",
541
                "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f",
542
                "shasum": ""
543
            },
544
            "require": {
545
                "doctrine/dbal": "^2.5.12",
546
                "doctrine/doctrine-cache-bundle": "~1.2",
547
                "jdorn/sql-formatter": "^1.2.16",
548
                "php": "^5.5.9|^7.0",
549
                "symfony/console": "~2.7|~3.0|~4.0",
550
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
551
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
552
                "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
553
            },
554
            "conflict": {
555
                "symfony/http-foundation": "<2.6"
556
            },
557
            "require-dev": {
558
                "doctrine/orm": "~2.4",
559
                "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
560
                "satooshi/php-coveralls": "^1.0",
561
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
562
                "symfony/property-info": "~2.8|~3.0|~4.0",
563
                "symfony/validator": "~2.7|~3.0|~4.0",
564
                "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
565
                "symfony/yaml": "~2.7|~3.0|~4.0",
566
                "twig/twig": "~1.26|~2.0"
567
            },
568
            "suggest": {
569
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
570
                "symfony/web-profiler-bundle": "To use the data collector."
571
            },
572
            "type": "symfony-bundle",
573
            "extra": {
574
                "branch-alias": {
575
                    "dev-master": "1.8.x-dev"
576
                }
577
            },
578
            "autoload": {
579
                "psr-4": {
580
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
581
                }
582
            },
583
            "notification-url": "https://packagist.org/downloads/",
584
            "license": [
585
                "MIT"
586
            ],
587
            "authors": [
588
                {
589
                    "name": "Symfony Community",
590
                    "homepage": "http://symfony.com/contributors"
591
                },
592
                {
593
                    "name": "Benjamin Eberlei",
594
                    "email": "[email protected]"
595
                },
596
                {
597
                    "name": "Doctrine Project",
598
                    "homepage": "http://www.doctrine-project.org/"
599
                },
600
                {
601
                    "name": "Fabien Potencier",
602
                    "email": "[email protected]"
603
                }
604
            ],
605
            "description": "Symfony DoctrineBundle",
606
            "homepage": "http://www.doctrine-project.org",
607
            "keywords": [
608
                "database",
609
                "dbal",
610
                "orm",
611
                "persistence"
612
            ],
613
            "time": "2018-04-19T14:07:39+00:00"
614
        },
615
        {
616
            "name": "doctrine/doctrine-cache-bundle",
617
            "version": "1.3.5",
618
            "source": {
619
                "type": "git",
620
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
621
                "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
622
            },
623
            "dist": {
624
                "type": "zip",
625
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
626
                "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
627
                "shasum": ""
628
            },
629
            "require": {
630
                "doctrine/cache": "^1.4.2",
631
                "doctrine/inflector": "~1.0",
632
                "php": ">=5.3.2",
633
                "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
634
            },
635
            "require-dev": {
636
                "instaclick/coding-standard": "~1.1",
637
                "instaclick/object-calisthenics-sniffs": "dev-master",
638
                "instaclick/symfony2-coding-standard": "dev-remaster",
639
                "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
640
                "predis/predis": "~0.8",
641
                "satooshi/php-coveralls": "^1.0",
642
                "squizlabs/php_codesniffer": "~1.5",
643
                "symfony/console": "~2.7|~3.3|~4.0",
644
                "symfony/finder": "~2.7|~3.3|~4.0",
645
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
646
                "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
647
                "symfony/security-acl": "~2.7|~3.3",
648
                "symfony/validator": "~2.7|~3.3|~4.0",
649
                "symfony/yaml": "~2.7|~3.3|~4.0"
650
            },
651
            "suggest": {
652
                "symfony/security-acl": "For using this bundle to cache ACLs"
653
            },
654
            "type": "symfony-bundle",
655
            "extra": {
656
                "branch-alias": {
657
                    "dev-master": "1.3.x-dev"
658
                }
659
            },
660
            "autoload": {
661
                "psr-4": {
662
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
663
                },
664
                "exclude-from-classmap": [
665
                    "/Tests/"
666
                ]
667
            },
668
            "notification-url": "https://packagist.org/downloads/",
669
            "license": [
670
                "MIT"
671
            ],
672
            "authors": [
673
                {
674
                    "name": "Symfony Community",
675
                    "homepage": "http://symfony.com/contributors"
676
                },
677
                {
678
                    "name": "Benjamin Eberlei",
679
                    "email": "[email protected]"
680
                },
681
                {
682
                    "name": "Fabio B. Silva",
683
                    "email": "[email protected]"
684
                },
685
                {
686
                    "name": "Guilherme Blanco",
687
                    "email": "[email protected]"
688
                },
689
                {
690
                    "name": "Doctrine Project",
691
                    "homepage": "http://www.doctrine-project.org/"
692
                },
693
                {
694
                    "name": "Fabien Potencier",
695
                    "email": "[email protected]"
696
                }
697
            ],
698
            "description": "Symfony Bundle for Doctrine Cache",
699
            "homepage": "https://www.doctrine-project.org",
700
            "keywords": [
701
                "cache",
702
                "caching"
703
            ],
704
            "time": "2018-11-09T06:25:35+00:00"
705
        },
706
        {
707
            "name": "doctrine/doctrine-migrations-bundle",
708
            "version": "v1.3.1",
709
            "source": {
710
                "type": "git",
711
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
712
                "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7"
713
            },
714
            "dist": {
715
                "type": "zip",
716
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9e506369f931351a2a6dd2aef588a822802b1b7",
717
                "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7",
718
                "shasum": ""
719
            },
720
            "require": {
721
                "doctrine/doctrine-bundle": "~1.0",
722
                "doctrine/migrations": "^1.1",
723
                "php": ">=5.4.0",
724
                "symfony/framework-bundle": "~2.7|~3.3|~4.0"
725
            },
726
            "require-dev": {
727
                "phpunit/phpunit": "^4.8.36"
728
            },
729
            "type": "symfony-bundle",
730
            "extra": {
731
                "branch-alias": {
732
                    "dev-master": "1.3-dev"
733
                }
734
            },
735
            "autoload": {
736
                "psr-4": {
737
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
738
                }
739
            },
740
            "notification-url": "https://packagist.org/downloads/",
741
            "license": [
742
                "MIT"
743
            ],
744
            "authors": [
745
                {
746
                    "name": "Symfony Community",
747
                    "homepage": "http://symfony.com/contributors"
748
                },
749
                {
750
                    "name": "Doctrine Project",
751
                    "homepage": "http://www.doctrine-project.org"
752
                },
753
                {
754
                    "name": "Fabien Potencier",
755
                    "email": "[email protected]"
756
                }
757
            ],
758
            "description": "Symfony DoctrineMigrationsBundle",
759
            "homepage": "http://www.doctrine-project.org",
760
            "keywords": [
761
                "dbal",
762
                "migrations",
763
                "schema"
764
            ],
765
            "time": "2017-11-01T09:13:26+00:00"
766
        },
767
        {
768
            "name": "doctrine/event-manager",
769
            "version": "v1.0.0",
770
            "source": {
771
                "type": "git",
772
                "url": "https://github.com/doctrine/event-manager.git",
773
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
774
            },
775
            "dist": {
776
                "type": "zip",
777
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
778
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
779
                "shasum": ""
780
            },
781
            "require": {
782
                "php": "^7.1"
783
            },
784
            "conflict": {
785
                "doctrine/common": "<2.9@dev"
786
            },
787
            "require-dev": {
788
                "doctrine/coding-standard": "^4.0",
789
                "phpunit/phpunit": "^7.0"
790
            },
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": {
794
                    "dev-master": "1.0.x-dev"
795
                }
796
            },
797
            "autoload": {
798
                "psr-4": {
799
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
800
                }
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "MIT"
805
            ],
806
            "authors": [
807
                {
808
                    "name": "Roman Borschel",
809
                    "email": "[email protected]"
810
                },
811
                {
812
                    "name": "Benjamin Eberlei",
813
                    "email": "[email protected]"
814
                },
815
                {
816
                    "name": "Guilherme Blanco",
817
                    "email": "[email protected]"
818
                },
819
                {
820
                    "name": "Jonathan Wage",
821
                    "email": "[email protected]"
822
                },
823
                {
824
                    "name": "Johannes Schmitt",
825
                    "email": "[email protected]"
826
                },
827
                {
828
                    "name": "Marco Pivetta",
829
                    "email": "[email protected]"
830
                }
831
            ],
832
            "description": "Doctrine Event Manager component",
833
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
834
            "keywords": [
835
                "event",
836
                "eventdispatcher",
837
                "eventmanager"
838
            ],
839
            "time": "2018-06-11T11:59:03+00:00"
840
        },
841
        {
842
            "name": "doctrine/inflector",
843
            "version": "v1.3.0",
844
            "source": {
845
                "type": "git",
846
                "url": "https://github.com/doctrine/inflector.git",
847
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
848
            },
849
            "dist": {
850
                "type": "zip",
851
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
852
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
853
                "shasum": ""
854
            },
855
            "require": {
856
                "php": "^7.1"
857
            },
858
            "require-dev": {
859
                "phpunit/phpunit": "^6.2"
860
            },
861
            "type": "library",
862
            "extra": {
863
                "branch-alias": {
864
                    "dev-master": "1.3.x-dev"
865
                }
866
            },
867
            "autoload": {
868
                "psr-4": {
869
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
870
                }
871
            },
872
            "notification-url": "https://packagist.org/downloads/",
873
            "license": [
874
                "MIT"
875
            ],
876
            "authors": [
877
                {
878
                    "name": "Roman Borschel",
879
                    "email": "[email protected]"
880
                },
881
                {
882
                    "name": "Benjamin Eberlei",
883
                    "email": "[email protected]"
884
                },
885
                {
886
                    "name": "Guilherme Blanco",
887
                    "email": "[email protected]"
888
                },
889
                {
890
                    "name": "Jonathan Wage",
891
                    "email": "[email protected]"
892
                },
893
                {
894
                    "name": "Johannes Schmitt",
895
                    "email": "[email protected]"
896
                }
897
            ],
898
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
899
            "homepage": "http://www.doctrine-project.org",
900
            "keywords": [
901
                "inflection",
902
                "pluralize",
903
                "singularize",
904
                "string"
905
            ],
906
            "time": "2018-01-09T20:05:19+00:00"
907
        },
908
        {
909
            "name": "doctrine/instantiator",
910
            "version": "1.1.0",
911
            "source": {
912
                "type": "git",
913
                "url": "https://github.com/doctrine/instantiator.git",
914
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
915
            },
916
            "dist": {
917
                "type": "zip",
918
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
919
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
920
                "shasum": ""
921
            },
922
            "require": {
923
                "php": "^7.1"
924
            },
925
            "require-dev": {
926
                "athletic/athletic": "~0.1.8",
927
                "ext-pdo": "*",
928
                "ext-phar": "*",
929
                "phpunit/phpunit": "^6.2.3",
930
                "squizlabs/php_codesniffer": "^3.0.2"
931
            },
932
            "type": "library",
933
            "extra": {
934
                "branch-alias": {
935
                    "dev-master": "1.2.x-dev"
936
                }
937
            },
938
            "autoload": {
939
                "psr-4": {
940
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
941
                }
942
            },
943
            "notification-url": "https://packagist.org/downloads/",
944
            "license": [
945
                "MIT"
946
            ],
947
            "authors": [
948
                {
949
                    "name": "Marco Pivetta",
950
                    "email": "[email protected]",
951
                    "homepage": "http://ocramius.github.com/"
952
                }
953
            ],
954
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
955
            "homepage": "https://github.com/doctrine/instantiator",
956
            "keywords": [
957
                "constructor",
958
                "instantiate"
959
            ],
960
            "time": "2017-07-22T11:58:36+00:00"
961
        },
962
        {
963
            "name": "doctrine/lexer",
964
            "version": "v1.0.1",
965
            "source": {
966
                "type": "git",
967
                "url": "https://github.com/doctrine/lexer.git",
968
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
969
            },
970
            "dist": {
971
                "type": "zip",
972
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
973
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
974
                "shasum": ""
975
            },
976
            "require": {
977
                "php": ">=5.3.2"
978
            },
979
            "type": "library",
980
            "extra": {
981
                "branch-alias": {
982
                    "dev-master": "1.0.x-dev"
983
                }
984
            },
985
            "autoload": {
986
                "psr-0": {
987
                    "Doctrine\\Common\\Lexer\\": "lib/"
988
                }
989
            },
990
            "notification-url": "https://packagist.org/downloads/",
991
            "license": [
992
                "MIT"
993
            ],
994
            "authors": [
995
                {
996
                    "name": "Roman Borschel",
997
                    "email": "[email protected]"
998
                },
999
                {
1000
                    "name": "Guilherme Blanco",
1001
                    "email": "[email protected]"
1002
                },
1003
                {
1004
                    "name": "Johannes Schmitt",
1005
                    "email": "[email protected]"
1006
                }
1007
            ],
1008
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1009
            "homepage": "http://www.doctrine-project.org",
1010
            "keywords": [
1011
                "lexer",
1012
                "parser"
1013
            ],
1014
            "time": "2014-09-09T13:34:57+00:00"
1015
        },
1016
        {
1017
            "name": "doctrine/migrations",
1018
            "version": "v1.8.1",
1019
            "source": {
1020
                "type": "git",
1021
                "url": "https://github.com/doctrine/migrations.git",
1022
                "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1023
            },
1024
            "dist": {
1025
                "type": "zip",
1026
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1027
                "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1028
                "shasum": ""
1029
            },
1030
            "require": {
1031
                "doctrine/dbal": "~2.6",
1032
                "ocramius/proxy-manager": "^1.0|^2.0",
1033
                "php": "^7.1",
1034
                "symfony/console": "~3.3|^4.0"
1035
            },
1036
            "require-dev": {
1037
                "doctrine/coding-standard": "^1.0",
1038
                "doctrine/orm": "~2.5",
1039
                "jdorn/sql-formatter": "~1.1",
1040
                "mikey179/vfsstream": "^1.6",
1041
                "phpunit/phpunit": "~7.0",
1042
                "squizlabs/php_codesniffer": "^3.0",
1043
                "symfony/yaml": "~3.3|^4.0"
1044
            },
1045
            "suggest": {
1046
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1047
                "symfony/yaml": "Allows the use of yaml for migration configuration files."
1048
            },
1049
            "bin": [
1050
                "bin/doctrine-migrations"
1051
            ],
1052
            "type": "library",
1053
            "extra": {
1054
                "branch-alias": {
1055
                    "dev-master": "v1.8.x-dev"
1056
                }
1057
            },
1058
            "autoload": {
1059
                "psr-4": {
1060
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1061
                    "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1062
                }
1063
            },
1064
            "notification-url": "https://packagist.org/downloads/",
1065
            "license": [
1066
                "MIT"
1067
            ],
1068
            "authors": [
1069
                {
1070
                    "name": "Benjamin Eberlei",
1071
                    "email": "[email protected]"
1072
                },
1073
                {
1074
                    "name": "Jonathan Wage",
1075
                    "email": "[email protected]"
1076
                },
1077
                {
1078
                    "name": "Michael Simonson",
1079
                    "email": "[email protected]"
1080
                }
1081
            ],
1082
            "description": "Database Schema migrations using Doctrine DBAL",
1083
            "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1084
            "keywords": [
1085
                "database",
1086
                "migrations"
1087
            ],
1088
            "time": "2018-06-06T21:00:30+00:00"
1089
        },
1090
        {
1091
            "name": "doctrine/orm",
1092
            "version": "v2.6.2",
1093
            "source": {
1094
                "type": "git",
1095
                "url": "https://github.com/doctrine/doctrine2.git",
1096
                "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8"
1097
            },
1098
            "dist": {
1099
                "type": "zip",
1100
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8",
1101
                "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8",
1102
                "shasum": ""
1103
            },
1104
            "require": {
1105
                "doctrine/annotations": "~1.5",
1106
                "doctrine/cache": "~1.6",
1107
                "doctrine/collections": "^1.4",
1108
                "doctrine/common": "^2.7.1",
1109
                "doctrine/dbal": "^2.6",
1110
                "doctrine/instantiator": "~1.1",
1111
                "ext-pdo": "*",
1112
                "php": "^7.1",
1113
                "symfony/console": "~3.0|~4.0"
1114
            },
1115
            "require-dev": {
1116
                "doctrine/coding-standard": "^1.0",
1117
                "phpunit/phpunit": "^6.5",
1118
                "squizlabs/php_codesniffer": "^3.2",
1119
                "symfony/yaml": "~3.4|~4.0"
1120
            },
1121
            "suggest": {
1122
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1123
            },
1124
            "bin": [
1125
                "bin/doctrine"
1126
            ],
1127
            "type": "library",
1128
            "extra": {
1129
                "branch-alias": {
1130
                    "dev-master": "2.6.x-dev"
1131
                }
1132
            },
1133
            "autoload": {
1134
                "psr-4": {
1135
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1136
                }
1137
            },
1138
            "notification-url": "https://packagist.org/downloads/",
1139
            "license": [
1140
                "MIT"
1141
            ],
1142
            "authors": [
1143
                {
1144
                    "name": "Roman Borschel",
1145
                    "email": "[email protected]"
1146
                },
1147
                {
1148
                    "name": "Benjamin Eberlei",
1149
                    "email": "[email protected]"
1150
                },
1151
                {
1152
                    "name": "Guilherme Blanco",
1153
                    "email": "[email protected]"
1154
                },
1155
                {
1156
                    "name": "Jonathan Wage",
1157
                    "email": "[email protected]"
1158
                },
1159
                {
1160
                    "name": "Marco Pivetta",
1161
                    "email": "[email protected]"
1162
                }
1163
            ],
1164
            "description": "Object-Relational-Mapper for PHP",
1165
            "homepage": "http://www.doctrine-project.org",
1166
            "keywords": [
1167
                "database",
1168
                "orm"
1169
            ],
1170
            "time": "2018-07-12T20:47:13+00:00"
1171
        },
1172
        {
1173
            "name": "doctrine/persistence",
1174
            "version": "v1.0.1",
1175
            "source": {
1176
                "type": "git",
1177
                "url": "https://github.com/doctrine/persistence.git",
1178
                "reference": "af1ec238659a83e320f03e0e454e200f689b4b97"
1179
            },
1180
            "dist": {
1181
                "type": "zip",
1182
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/af1ec238659a83e320f03e0e454e200f689b4b97",
1183
                "reference": "af1ec238659a83e320f03e0e454e200f689b4b97",
1184
                "shasum": ""
1185
            },
1186
            "require": {
1187
                "doctrine/annotations": "^1.0",
1188
                "doctrine/cache": "^1.0",
1189
                "doctrine/collections": "^1.0",
1190
                "doctrine/event-manager": "^1.0",
1191
                "doctrine/reflection": "^1.0",
1192
                "php": "^7.1"
1193
            },
1194
            "conflict": {
1195
                "doctrine/common": "<2.9@dev"
1196
            },
1197
            "require-dev": {
1198
                "doctrine/coding-standard": "^4.0",
1199
                "phpstan/phpstan": "^0.8",
1200
                "phpunit/phpunit": "^7.0"
1201
            },
1202
            "type": "library",
1203
            "extra": {
1204
                "branch-alias": {
1205
                    "dev-master": "1.0.x-dev"
1206
                }
1207
            },
1208
            "autoload": {
1209
                "psr-4": {
1210
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
1211
                }
1212
            },
1213
            "notification-url": "https://packagist.org/downloads/",
1214
            "license": [
1215
                "MIT"
1216
            ],
1217
            "authors": [
1218
                {
1219
                    "name": "Roman Borschel",
1220
                    "email": "[email protected]"
1221
                },
1222
                {
1223
                    "name": "Benjamin Eberlei",
1224
                    "email": "[email protected]"
1225
                },
1226
                {
1227
                    "name": "Guilherme Blanco",
1228
                    "email": "[email protected]"
1229
                },
1230
                {
1231
                    "name": "Jonathan Wage",
1232
                    "email": "[email protected]"
1233
                },
1234
                {
1235
                    "name": "Johannes Schmitt",
1236
                    "email": "[email protected]"
1237
                },
1238
                {
1239
                    "name": "Marco Pivetta",
1240
                    "email": "[email protected]"
1241
                }
1242
            ],
1243
            "description": "Doctrine Persistence abstractions.",
1244
            "homepage": "https://doctrine-project.org/projects/persistence.html",
1245
            "keywords": [
1246
                "persistence"
1247
            ],
1248
            "time": "2018-07-12T12:37:50+00:00"
1249
        },
1250
        {
1251
            "name": "doctrine/reflection",
1252
            "version": "v1.0.0",
1253
            "source": {
1254
                "type": "git",
1255
                "url": "https://github.com/doctrine/reflection.git",
1256
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1257
            },
1258
            "dist": {
1259
                "type": "zip",
1260
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1261
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1262
                "shasum": ""
1263
            },
1264
            "require": {
1265
                "doctrine/annotations": "^1.0",
1266
                "ext-tokenizer": "*",
1267
                "php": "^7.1"
1268
            },
1269
            "require-dev": {
1270
                "doctrine/coding-standard": "^4.0",
1271
                "doctrine/common": "^2.8",
1272
                "phpstan/phpstan": "^0.9.2",
1273
                "phpstan/phpstan-phpunit": "^0.9.4",
1274
                "phpunit/phpunit": "^7.0",
1275
                "squizlabs/php_codesniffer": "^3.0"
1276
            },
1277
            "type": "library",
1278
            "extra": {
1279
                "branch-alias": {
1280
                    "dev-master": "1.0.x-dev"
1281
                }
1282
            },
1283
            "autoload": {
1284
                "psr-4": {
1285
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
1286
                }
1287
            },
1288
            "notification-url": "https://packagist.org/downloads/",
1289
            "license": [
1290
                "MIT"
1291
            ],
1292
            "authors": [
1293
                {
1294
                    "name": "Roman Borschel",
1295
                    "email": "[email protected]"
1296
                },
1297
                {
1298
                    "name": "Benjamin Eberlei",
1299
                    "email": "[email protected]"
1300
                },
1301
                {
1302
                    "name": "Guilherme Blanco",
1303
                    "email": "[email protected]"
1304
                },
1305
                {
1306
                    "name": "Jonathan Wage",
1307
                    "email": "[email protected]"
1308
                },
1309
                {
1310
                    "name": "Johannes Schmitt",
1311
                    "email": "[email protected]"
1312
                },
1313
                {
1314
                    "name": "Marco Pivetta",
1315
                    "email": "[email protected]"
1316
                }
1317
            ],
1318
            "description": "Doctrine Reflection component",
1319
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1320
            "keywords": [
1321
                "reflection"
1322
            ],
1323
            "time": "2018-06-14T14:45:07+00:00"
1324
        },
1325
        {
1326
            "name": "egulias/email-validator",
1327
            "version": "2.1.6",
1328
            "source": {
1329
                "type": "git",
1330
                "url": "https://github.com/egulias/EmailValidator.git",
1331
                "reference": "0578b32b30b22de3e8664f797cf846fc9246f786"
1332
            },
1333
            "dist": {
1334
                "type": "zip",
1335
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786",
1336
                "reference": "0578b32b30b22de3e8664f797cf846fc9246f786",
1337
                "shasum": ""
1338
            },
1339
            "require": {
1340
                "doctrine/lexer": "^1.0.1",
1341
                "php": ">= 5.5"
1342
            },
1343
            "require-dev": {
1344
                "dominicsayers/isemail": "dev-master",
1345
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1346
                "satooshi/php-coveralls": "^1.0.1"
1347
            },
1348
            "suggest": {
1349
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1350
            },
1351
            "type": "library",
1352
            "extra": {
1353
                "branch-alias": {
1354
                    "dev-master": "2.0.x-dev"
1355
                }
1356
            },
1357
            "autoload": {
1358
                "psr-4": {
1359
                    "Egulias\\EmailValidator\\": "EmailValidator"
1360
                }
1361
            },
1362
            "notification-url": "https://packagist.org/downloads/",
1363
            "license": [
1364
                "MIT"
1365
            ],
1366
            "authors": [
1367
                {
1368
                    "name": "Eduardo Gulias Davis"
1369
                }
1370
            ],
1371
            "description": "A library for validating emails against several RFCs",
1372
            "homepage": "https://github.com/egulias/EmailValidator",
1373
            "keywords": [
1374
                "email",
1375
                "emailvalidation",
1376
                "emailvalidator",
1377
                "validation",
1378
                "validator"
1379
            ],
1380
            "time": "2018-09-25T20:47:26+00:00"
1381
        },
1382
        {
1383
            "name": "eightpoints/guzzle-bundle",
1384
            "version": "v7.4.1",
1385
            "source": {
1386
                "type": "git",
1387
                "url": "https://github.com/8p/EightPointsGuzzleBundle.git",
1388
                "reference": "f7254530a0d171cd931fd8fc0e28e9950b567c05"
1389
            },
1390
            "dist": {
1391
                "type": "zip",
1392
                "url": "https://api.github.com/repos/8p/EightPointsGuzzleBundle/zipball/f7254530a0d171cd931fd8fc0e28e9950b567c05",
1393
                "reference": "f7254530a0d171cd931fd8fc0e28e9950b567c05",
1394
                "shasum": ""
1395
            },
1396
            "require": {
1397
                "guzzlehttp/guzzle": "~6.0",
1398
                "php": ">=7.0",
1399
                "psr/log": "~1.0",
1400
                "symfony/expression-language": "~2.7|~3.0|~4.0",
1401
                "symfony/framework-bundle": "~2.7|~3.0|~4.0",
1402
                "symfony/stopwatch": "~2.7|~3.0|~4.0"
1403
            },
1404
            "require-dev": {
1405
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
1406
                "symfony/twig-bundle": "~2.7|~3.0|~4.0",
1407
                "symfony/var-dumper": "~2.7|~3.0|~4.0"
1408
            },
1409
            "type": "symfony-bundle",
1410
            "autoload": {
1411
                "psr-4": {
1412
                    "EightPoints\\Bundle\\GuzzleBundle\\": "src"
1413
                }
1414
            },
1415
            "notification-url": "https://packagist.org/downloads/",
1416
            "license": [
1417
                "MIT"
1418
            ],
1419
            "authors": [
1420
                {
1421
                    "name": "Community",
1422
                    "homepage": "https://github.com/8p/GuzzleBundle/contributors"
1423
                },
1424
                {
1425
                    "name": "Florian Preusner",
1426
                    "email": "[email protected]",
1427
                    "homepage": "https://github.com/florianpreusner"
1428
                }
1429
            ],
1430
            "description": "Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony 2/3/4. Comes with easy and powerful configuration options and optional plugins.",
1431
            "homepage": "https://github.com/8p/GuzzleBundle",
1432
            "keywords": [
1433
                "Guzzle",
1434
                "bundle",
1435
                "client",
1436
                "curl",
1437
                "http client",
1438
                "rest",
1439
                "symfony",
1440
                "web service"
1441
            ],
1442
            "time": "2018-11-07T15:48:42+00:00"
1443
        },
1444
        {
1445
            "name": "fig/link-util",
1446
            "version": "1.0.0",
1447
            "source": {
1448
                "type": "git",
1449
                "url": "https://github.com/php-fig/link-util.git",
1450
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1451
            },
1452
            "dist": {
1453
                "type": "zip",
1454
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1455
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1456
                "shasum": ""
1457
            },
1458
            "require": {
1459
                "php": ">=5.5.0",
1460
                "psr/link": "~1.0@dev"
1461
            },
1462
            "require-dev": {
1463
                "phpunit/phpunit": "^5.1",
1464
                "squizlabs/php_codesniffer": "^2.3.1"
1465
            },
1466
            "type": "library",
1467
            "extra": {
1468
                "branch-alias": {
1469
                    "dev-master": "1.0.x-dev"
1470
                }
1471
            },
1472
            "autoload": {
1473
                "psr-4": {
1474
                    "Fig\\Link\\": "src/"
1475
                }
1476
            },
1477
            "notification-url": "https://packagist.org/downloads/",
1478
            "license": [
1479
                "MIT"
1480
            ],
1481
            "authors": [
1482
                {
1483
                    "name": "PHP-FIG",
1484
                    "homepage": "http://www.php-fig.org/"
1485
                }
1486
            ],
1487
            "description": "Common utility implementations for HTTP links",
1488
            "keywords": [
1489
                "http",
1490
                "http-link",
1491
                "link",
1492
                "psr",
1493
                "psr-13",
1494
                "rest"
1495
            ],
1496
            "time": "2016-10-17T18:31:11+00:00"
1497
        },
1498
        {
1499
            "name": "guzzlehttp/guzzle",
1500
            "version": "6.3.3",
1501
            "source": {
1502
                "type": "git",
1503
                "url": "https://github.com/guzzle/guzzle.git",
1504
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
1505
            },
1506
            "dist": {
1507
                "type": "zip",
1508
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1509
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1510
                "shasum": ""
1511
            },
1512
            "require": {
1513
                "guzzlehttp/promises": "^1.0",
1514
                "guzzlehttp/psr7": "^1.4",
1515
                "php": ">=5.5"
1516
            },
1517
            "require-dev": {
1518
                "ext-curl": "*",
1519
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1520
                "psr/log": "^1.0"
1521
            },
1522
            "suggest": {
1523
                "psr/log": "Required for using the Log middleware"
1524
            },
1525
            "type": "library",
1526
            "extra": {
1527
                "branch-alias": {
1528
                    "dev-master": "6.3-dev"
1529
                }
1530
            },
1531
            "autoload": {
1532
                "files": [
1533
                    "src/functions_include.php"
1534
                ],
1535
                "psr-4": {
1536
                    "GuzzleHttp\\": "src/"
1537
                }
1538
            },
1539
            "notification-url": "https://packagist.org/downloads/",
1540
            "license": [
1541
                "MIT"
1542
            ],
1543
            "authors": [
1544
                {
1545
                    "name": "Michael Dowling",
1546
                    "email": "[email protected]",
1547
                    "homepage": "https://github.com/mtdowling"
1548
                }
1549
            ],
1550
            "description": "Guzzle is a PHP HTTP client library",
1551
            "homepage": "http://guzzlephp.org/",
1552
            "keywords": [
1553
                "client",
1554
                "curl",
1555
                "framework",
1556
                "http",
1557
                "http client",
1558
                "rest",
1559
                "web service"
1560
            ],
1561
            "time": "2018-04-22T15:46:56+00:00"
1562
        },
1563
        {
1564
            "name": "guzzlehttp/promises",
1565
            "version": "v1.3.1",
1566
            "source": {
1567
                "type": "git",
1568
                "url": "https://github.com/guzzle/promises.git",
1569
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1570
            },
1571
            "dist": {
1572
                "type": "zip",
1573
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1574
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1575
                "shasum": ""
1576
            },
1577
            "require": {
1578
                "php": ">=5.5.0"
1579
            },
1580
            "require-dev": {
1581
                "phpunit/phpunit": "^4.0"
1582
            },
1583
            "type": "library",
1584
            "extra": {
1585
                "branch-alias": {
1586
                    "dev-master": "1.4-dev"
1587
                }
1588
            },
1589
            "autoload": {
1590
                "psr-4": {
1591
                    "GuzzleHttp\\Promise\\": "src/"
1592
                },
1593
                "files": [
1594
                    "src/functions_include.php"
1595
                ]
1596
            },
1597
            "notification-url": "https://packagist.org/downloads/",
1598
            "license": [
1599
                "MIT"
1600
            ],
1601
            "authors": [
1602
                {
1603
                    "name": "Michael Dowling",
1604
                    "email": "[email protected]",
1605
                    "homepage": "https://github.com/mtdowling"
1606
                }
1607
            ],
1608
            "description": "Guzzle promises library",
1609
            "keywords": [
1610
                "promise"
1611
            ],
1612
            "time": "2016-12-20T10:07:11+00:00"
1613
        },
1614
        {
1615
            "name": "guzzlehttp/psr7",
1616
            "version": "1.4.2",
1617
            "source": {
1618
                "type": "git",
1619
                "url": "https://github.com/guzzle/psr7.git",
1620
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1621
            },
1622
            "dist": {
1623
                "type": "zip",
1624
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1625
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1626
                "shasum": ""
1627
            },
1628
            "require": {
1629
                "php": ">=5.4.0",
1630
                "psr/http-message": "~1.0"
1631
            },
1632
            "provide": {
1633
                "psr/http-message-implementation": "1.0"
1634
            },
1635
            "require-dev": {
1636
                "phpunit/phpunit": "~4.0"
1637
            },
1638
            "type": "library",
1639
            "extra": {
1640
                "branch-alias": {
1641
                    "dev-master": "1.4-dev"
1642
                }
1643
            },
1644
            "autoload": {
1645
                "psr-4": {
1646
                    "GuzzleHttp\\Psr7\\": "src/"
1647
                },
1648
                "files": [
1649
                    "src/functions_include.php"
1650
                ]
1651
            },
1652
            "notification-url": "https://packagist.org/downloads/",
1653
            "license": [
1654
                "MIT"
1655
            ],
1656
            "authors": [
1657
                {
1658
                    "name": "Michael Dowling",
1659
                    "email": "[email protected]",
1660
                    "homepage": "https://github.com/mtdowling"
1661
                },
1662
                {
1663
                    "name": "Tobias Schultze",
1664
                    "homepage": "https://github.com/Tobion"
1665
                }
1666
            ],
1667
            "description": "PSR-7 message implementation that also provides common utility methods",
1668
            "keywords": [
1669
                "http",
1670
                "message",
1671
                "request",
1672
                "response",
1673
                "stream",
1674
                "uri",
1675
                "url"
1676
            ],
1677
            "time": "2017-03-20T17:10:46+00:00"
1678
        },
1679
        {
1680
            "name": "incenteev/composer-parameter-handler",
1681
            "version": "v2.1.3",
1682
            "source": {
1683
                "type": "git",
1684
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1685
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
1686
            },
1687
            "dist": {
1688
                "type": "zip",
1689
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
1690
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
1691
                "shasum": ""
1692
            },
1693
            "require": {
1694
                "php": ">=5.3.3",
1695
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
1696
            },
1697
            "require-dev": {
1698
                "composer/composer": "^1.0@dev",
1699
                "symfony/filesystem": "^2.3 || ^3 || ^4",
1700
                "symfony/phpunit-bridge": "^4.0"
1701
            },
1702
            "type": "library",
1703
            "extra": {
1704
                "branch-alias": {
1705
                    "dev-master": "2.1.x-dev"
1706
                }
1707
            },
1708
            "autoload": {
1709
                "psr-4": {
1710
                    "Incenteev\\ParameterHandler\\": ""
1711
                }
1712
            },
1713
            "notification-url": "https://packagist.org/downloads/",
1714
            "license": [
1715
                "MIT"
1716
            ],
1717
            "authors": [
1718
                {
1719
                    "name": "Christophe Coevoet",
1720
                    "email": "[email protected]"
1721
                }
1722
            ],
1723
            "description": "Composer script handling your ignored parameter file",
1724
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1725
            "keywords": [
1726
                "parameters management"
1727
            ],
1728
            "time": "2018-02-13T18:05:56+00:00"
1729
        },
1730
        {
1731
            "name": "jdorn/sql-formatter",
1732
            "version": "v1.2.17",
1733
            "source": {
1734
                "type": "git",
1735
                "url": "https://github.com/jdorn/sql-formatter.git",
1736
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1737
            },
1738
            "dist": {
1739
                "type": "zip",
1740
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1741
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1742
                "shasum": ""
1743
            },
1744
            "require": {
1745
                "php": ">=5.2.4"
1746
            },
1747
            "require-dev": {
1748
                "phpunit/phpunit": "3.7.*"
1749
            },
1750
            "type": "library",
1751
            "extra": {
1752
                "branch-alias": {
1753
                    "dev-master": "1.3.x-dev"
1754
                }
1755
            },
1756
            "autoload": {
1757
                "classmap": [
1758
                    "lib"
1759
                ]
1760
            },
1761
            "notification-url": "https://packagist.org/downloads/",
1762
            "license": [
1763
                "MIT"
1764
            ],
1765
            "authors": [
1766
                {
1767
                    "name": "Jeremy Dorn",
1768
                    "email": "[email protected]",
1769
                    "homepage": "http://jeremydorn.com/"
1770
                }
1771
            ],
1772
            "description": "a PHP SQL highlighting library",
1773
            "homepage": "https://github.com/jdorn/sql-formatter/",
1774
            "keywords": [
1775
                "highlight",
1776
                "sql"
1777
            ],
1778
            "time": "2014-01-12T16:20:24+00:00"
1779
        },
1780
        {
1781
            "name": "jms/metadata",
1782
            "version": "1.7.0",
1783
            "source": {
1784
                "type": "git",
1785
                "url": "https://github.com/schmittjoh/metadata.git",
1786
                "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
1787
            },
1788
            "dist": {
1789
                "type": "zip",
1790
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
1791
                "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
1792
                "shasum": ""
1793
            },
1794
            "require": {
1795
                "php": ">=5.3.0"
1796
            },
1797
            "require-dev": {
1798
                "doctrine/cache": "~1.0",
1799
                "symfony/cache": "~3.1"
1800
            },
1801
            "type": "library",
1802
            "extra": {
1803
                "branch-alias": {
1804
                    "dev-master": "1.5.x-dev"
1805
                }
1806
            },
1807
            "autoload": {
1808
                "psr-0": {
1809
                    "Metadata\\": "src/"
1810
                }
1811
            },
1812
            "notification-url": "https://packagist.org/downloads/",
1813
            "license": [
1814
                "MIT"
1815
            ],
1816
            "authors": [
1817
                {
1818
                    "name": "Asmir Mustafic",
1819
                    "email": "[email protected]"
1820
                },
1821
                {
1822
                    "name": "Johannes M. Schmitt",
1823
                    "email": "[email protected]"
1824
                }
1825
            ],
1826
            "description": "Class/method/property metadata management in PHP",
1827
            "keywords": [
1828
                "annotations",
1829
                "metadata",
1830
                "xml",
1831
                "yaml"
1832
            ],
1833
            "time": "2018-10-26T12:40:10+00:00"
1834
        },
1835
        {
1836
            "name": "jms/parser-lib",
1837
            "version": "1.0.0",
1838
            "source": {
1839
                "type": "git",
1840
                "url": "https://github.com/schmittjoh/parser-lib.git",
1841
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1842
            },
1843
            "dist": {
1844
                "type": "zip",
1845
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1846
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1847
                "shasum": ""
1848
            },
1849
            "require": {
1850
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1851
            },
1852
            "type": "library",
1853
            "extra": {
1854
                "branch-alias": {
1855
                    "dev-master": "1.0-dev"
1856
                }
1857
            },
1858
            "autoload": {
1859
                "psr-0": {
1860
                    "JMS\\": "src/"
1861
                }
1862
            },
1863
            "notification-url": "https://packagist.org/downloads/",
1864
            "license": [
1865
                "Apache2"
1866
            ],
1867
            "description": "A library for easily creating recursive-descent parsers.",
1868
            "time": "2012-11-18T18:08:43+00:00"
1869
        },
1870
        {
1871
            "name": "jms/serializer",
1872
            "version": "1.13.0",
1873
            "source": {
1874
                "type": "git",
1875
                "url": "https://github.com/schmittjoh/serializer.git",
1876
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c"
1877
            },
1878
            "dist": {
1879
                "type": "zip",
1880
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
1881
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
1882
                "shasum": ""
1883
            },
1884
            "require": {
1885
                "doctrine/annotations": "^1.0",
1886
                "doctrine/instantiator": "^1.0.3",
1887
                "jms/metadata": "^1.3",
1888
                "jms/parser-lib": "1.*",
1889
                "php": "^5.5|^7.0",
1890
                "phpcollection/phpcollection": "~0.1",
1891
                "phpoption/phpoption": "^1.1"
1892
            },
1893
            "conflict": {
1894
                "twig/twig": "<1.12"
1895
            },
1896
            "require-dev": {
1897
                "doctrine/orm": "~2.1",
1898
                "doctrine/phpcr-odm": "^1.3|^2.0",
1899
                "ext-pdo_sqlite": "*",
1900
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1901
                "phpunit/phpunit": "^4.8|^5.0",
1902
                "propel/propel1": "~1.7",
1903
                "psr/container": "^1.0",
1904
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1905
                "symfony/expression-language": "^2.6|^3.0",
1906
                "symfony/filesystem": "^2.1",
1907
                "symfony/form": "~2.1|^3.0",
1908
                "symfony/translation": "^2.1|^3.0",
1909
                "symfony/validator": "^2.2|^3.0",
1910
                "symfony/yaml": "^2.1|^3.0",
1911
                "twig/twig": "~1.12|~2.0"
1912
            },
1913
            "suggest": {
1914
                "doctrine/cache": "Required if you like to use cache functionality.",
1915
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1916
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1917
            },
1918
            "type": "library",
1919
            "extra": {
1920
                "branch-alias": {
1921
                    "dev-1.x": "1.13-dev"
1922
                }
1923
            },
1924
            "autoload": {
1925
                "psr-0": {
1926
                    "JMS\\Serializer": "src/"
1927
                }
1928
            },
1929
            "notification-url": "https://packagist.org/downloads/",
1930
            "license": [
1931
                "MIT"
1932
            ],
1933
            "authors": [
1934
                {
1935
                    "name": "Asmir Mustafic",
1936
                    "email": "[email protected]"
1937
                },
1938
                {
1939
                    "name": "Johannes M. Schmitt",
1940
                    "email": "[email protected]"
1941
                }
1942
            ],
1943
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1944
            "homepage": "http://jmsyst.com/libs/serializer",
1945
            "keywords": [
1946
                "deserialization",
1947
                "jaxb",
1948
                "json",
1949
                "serialization",
1950
                "xml"
1951
            ],
1952
            "time": "2018-07-25T13:58:54+00:00"
1953
        },
1954
        {
1955
            "name": "jms/serializer-bundle",
1956
            "version": "2.4.2",
1957
            "source": {
1958
                "type": "git",
1959
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1960
                "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6"
1961
            },
1962
            "dist": {
1963
                "type": "zip",
1964
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1965
                "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1966
                "shasum": ""
1967
            },
1968
            "require": {
1969
                "jms/serializer": "^1.10",
1970
                "php": "^5.4|^7.0",
1971
                "phpoption/phpoption": "^1.1.0",
1972
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1973
            },
1974
            "require-dev": {
1975
                "doctrine/orm": "*",
1976
                "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
1977
                "symfony/expression-language": "~2.6|~3.0|~4.0",
1978
                "symfony/finder": "^2.3|^3.0|^4.0",
1979
                "symfony/form": "*",
1980
                "symfony/stopwatch": "*",
1981
                "symfony/twig-bundle": "*",
1982
                "symfony/validator": "*",
1983
                "symfony/yaml": "*"
1984
            },
1985
            "suggest": {
1986
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
1987
                "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
1988
            },
1989
            "type": "symfony-bundle",
1990
            "extra": {
1991
                "branch-alias": {
1992
                    "dev-master": "2.4-dev"
1993
                }
1994
            },
1995
            "autoload": {
1996
                "psr-4": {
1997
                    "JMS\\SerializerBundle\\": ""
1998
                },
1999
                "exclude-from-classmap": [
2000
                    "/Tests/"
2001
                ]
2002
            },
2003
            "notification-url": "https://packagist.org/downloads/",
2004
            "license": [
2005
                "MIT"
2006
            ],
2007
            "authors": [
2008
                {
2009
                    "name": "Asmir Mustafic",
2010
                    "email": "[email protected]"
2011
                },
2012
                {
2013
                    "name": "Johannes M. Schmitt",
2014
                    "email": "[email protected]"
2015
                }
2016
            ],
2017
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2018
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2019
            "keywords": [
2020
                "deserialization",
2021
                "jaxb",
2022
                "json",
2023
                "serialization",
2024
                "xml"
2025
            ],
2026
            "time": "2018-06-19T13:39:25+00:00"
2027
        },
2028
        {
2029
            "name": "krinkle/intuition",
2030
            "version": "v1.2.0",
2031
            "source": {
2032
                "type": "git",
2033
                "url": "https://github.com/Krinkle/intuition.git",
2034
                "reference": "dee3883497dae9b7f48c6b3e4faba711367745b1"
2035
            },
2036
            "dist": {
2037
                "type": "zip",
2038
                "url": "https://api.github.com/repos/Krinkle/intuition/zipball/dee3883497dae9b7f48c6b3e4faba711367745b1",
2039
                "reference": "dee3883497dae9b7f48c6b3e4faba711367745b1",
2040
                "shasum": ""
2041
            },
2042
            "require": {
2043
                "php": ">=7.0"
2044
            },
2045
            "require-dev": {
2046
                "jakub-onderka/php-parallel-lint": "1.0.0",
2047
                "mediawiki/mediawiki-codesniffer": "22.0.0",
2048
                "php-coveralls/php-coveralls": "^2.1",
2049
                "phpunit/phpunit": "^6.5.11"
2050
            },
2051
            "type": "library",
2052
            "autoload": {
2053
                "files": [
2054
                    "src/defines.php",
2055
                    "src/compat.php"
2056
                ],
2057
                "psr-4": {
2058
                    "Krinkle\\Intuition\\": "src/"
2059
                },
2060
                "psr-0": {
2061
                    "MessagesFunctions": "language/"
2062
                }
2063
            },
2064
            "notification-url": "https://packagist.org/downloads/",
2065
            "license": [
2066
                "MIT"
2067
            ],
2068
            "description": "Framework for localisation in PHP.",
2069
            "time": "2018-11-06T18:04:32+00:00"
2070
        },
2071
        {
2072
            "name": "mediawiki/oauthclient",
2073
            "version": "0.1.2",
2074
            "source": {
2075
                "type": "git",
2076
                "url": "https://github.com/wikimedia/mediawiki-oauthclient-php.git",
2077
                "reference": "5d9c748c6deb83cdc74ea3dc85194b2ae2de416d"
2078
            },
2079
            "dist": {
2080
                "type": "zip",
2081
                "url": "https://api.github.com/repos/wikimedia/mediawiki-oauthclient-php/zipball/5d9c748c6deb83cdc74ea3dc85194b2ae2de416d",
2082
                "reference": "5d9c748c6deb83cdc74ea3dc85194b2ae2de416d",
2083
                "shasum": ""
2084
            },
2085
            "require": {
2086
                "psr/log": "1.0.*"
2087
            },
2088
            "require-dev": {
2089
                "jakub-onderka/php-parallel-lint": "~0.9",
2090
                "mediawiki/mediawiki-codesniffer": "0.5.0",
2091
                "phpunit/phpunit": "~4.6"
2092
            },
2093
            "type": "library",
2094
            "autoload": {
2095
                "psr-4": {
2096
                    "MediaWiki\\OAuthClient\\": "src/"
2097
                }
2098
            },
2099
            "notification-url": "https://packagist.org/downloads/",
2100
            "license": [
2101
                "GPL-3.0+"
2102
            ],
2103
            "authors": [
2104
                {
2105
                    "name": "Bryan Davis",
2106
                    "email": "[email protected]"
2107
                },
2108
                {
2109
                    "name": "Andy Smith",
2110
                    "homepage": "http://termie.pbworks.com/w/page/20571888/AndySmith"
2111
                },
2112
                {
2113
                    "name": "Chris Steipp",
2114
                    "email": "[email protected]"
2115
                }
2116
            ],
2117
            "description": "PHP OAuth client for use with Wikipedia and other MediaWiki-based wikis running the OAuth extension",
2118
            "homepage": "https://www.mediawiki.org/wiki/oauthclient-php",
2119
            "time": "2016-06-03T17:14:22+00:00"
2120
        },
2121
        {
2122
            "name": "monolog/monolog",
2123
            "version": "1.24.0",
2124
            "source": {
2125
                "type": "git",
2126
                "url": "https://github.com/Seldaek/monolog.git",
2127
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2128
            },
2129
            "dist": {
2130
                "type": "zip",
2131
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2132
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2133
                "shasum": ""
2134
            },
2135
            "require": {
2136
                "php": ">=5.3.0",
2137
                "psr/log": "~1.0"
2138
            },
2139
            "provide": {
2140
                "psr/log-implementation": "1.0.0"
2141
            },
2142
            "require-dev": {
2143
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2144
                "doctrine/couchdb": "~1.0@dev",
2145
                "graylog2/gelf-php": "~1.0",
2146
                "jakub-onderka/php-parallel-lint": "0.9",
2147
                "php-amqplib/php-amqplib": "~2.4",
2148
                "php-console/php-console": "^3.1.3",
2149
                "phpunit/phpunit": "~4.5",
2150
                "phpunit/phpunit-mock-objects": "2.3.0",
2151
                "ruflin/elastica": ">=0.90 <3.0",
2152
                "sentry/sentry": "^0.13",
2153
                "swiftmailer/swiftmailer": "^5.3|^6.0"
2154
            },
2155
            "suggest": {
2156
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2157
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2158
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2159
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2160
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2161
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2162
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2163
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2164
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2165
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2166
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2167
            },
2168
            "type": "library",
2169
            "extra": {
2170
                "branch-alias": {
2171
                    "dev-master": "2.0.x-dev"
2172
                }
2173
            },
2174
            "autoload": {
2175
                "psr-4": {
2176
                    "Monolog\\": "src/Monolog"
2177
                }
2178
            },
2179
            "notification-url": "https://packagist.org/downloads/",
2180
            "license": [
2181
                "MIT"
2182
            ],
2183
            "authors": [
2184
                {
2185
                    "name": "Jordi Boggiano",
2186
                    "email": "[email protected]",
2187
                    "homepage": "http://seld.be"
2188
                }
2189
            ],
2190
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2191
            "homepage": "http://github.com/Seldaek/monolog",
2192
            "keywords": [
2193
                "log",
2194
                "logging",
2195
                "psr-3"
2196
            ],
2197
            "time": "2018-11-05T09:00:11+00:00"
2198
        },
2199
        {
2200
            "name": "nelmio/cors-bundle",
2201
            "version": "1.5.4",
2202
            "source": {
2203
                "type": "git",
2204
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2205
                "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254"
2206
            },
2207
            "dist": {
2208
                "type": "zip",
2209
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
2210
                "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
2211
                "shasum": ""
2212
            },
2213
            "require": {
2214
                "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
2215
            },
2216
            "require-dev": {
2217
                "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
2218
                "mockery/mockery": "^0.9 || ^1.0",
2219
                "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
2220
            },
2221
            "type": "symfony-bundle",
2222
            "extra": {
2223
                "branch-alias": {
2224
                    "dev-master": "1.5.x-dev"
2225
                }
2226
            },
2227
            "autoload": {
2228
                "psr-4": {
2229
                    "Nelmio\\CorsBundle\\": ""
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": "Nelmio",
2242
                    "homepage": "http://nelm.io"
2243
                },
2244
                {
2245
                    "name": "Symfony Community",
2246
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2247
                }
2248
            ],
2249
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2250
            "keywords": [
2251
                "api",
2252
                "cors",
2253
                "crossdomain"
2254
            ],
2255
            "time": "2017-12-11T18:41:54+00:00"
2256
        },
2257
        {
2258
            "name": "ocramius/package-versions",
2259
            "version": "1.3.0",
2260
            "source": {
2261
                "type": "git",
2262
                "url": "https://github.com/Ocramius/PackageVersions.git",
2263
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
2264
            },
2265
            "dist": {
2266
                "type": "zip",
2267
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
2268
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
2269
                "shasum": ""
2270
            },
2271
            "require": {
2272
                "composer-plugin-api": "^1.0.0",
2273
                "php": "^7.1.0"
2274
            },
2275
            "require-dev": {
2276
                "composer/composer": "^1.6.3",
2277
                "ext-zip": "*",
2278
                "infection/infection": "^0.7.1",
2279
                "phpunit/phpunit": "^7.0.0"
2280
            },
2281
            "type": "composer-plugin",
2282
            "extra": {
2283
                "class": "PackageVersions\\Installer",
2284
                "branch-alias": {
2285
                    "dev-master": "2.0.x-dev"
2286
                }
2287
            },
2288
            "autoload": {
2289
                "psr-4": {
2290
                    "PackageVersions\\": "src/PackageVersions"
2291
                }
2292
            },
2293
            "notification-url": "https://packagist.org/downloads/",
2294
            "license": [
2295
                "MIT"
2296
            ],
2297
            "authors": [
2298
                {
2299
                    "name": "Marco Pivetta",
2300
                    "email": "[email protected]"
2301
                }
2302
            ],
2303
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2304
            "time": "2018-02-05T13:05:30+00:00"
2305
        },
2306
        {
2307
            "name": "ocramius/proxy-manager",
2308
            "version": "2.2.2",
2309
            "source": {
2310
                "type": "git",
2311
                "url": "https://github.com/Ocramius/ProxyManager.git",
2312
                "reference": "14b137b06b0f911944132df9d51e445a35920ab1"
2313
            },
2314
            "dist": {
2315
                "type": "zip",
2316
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/14b137b06b0f911944132df9d51e445a35920ab1",
2317
                "reference": "14b137b06b0f911944132df9d51e445a35920ab1",
2318
                "shasum": ""
2319
            },
2320
            "require": {
2321
                "ocramius/package-versions": "^1.1.3",
2322
                "php": "^7.2.0",
2323
                "zendframework/zend-code": "^3.3.0"
2324
            },
2325
            "require-dev": {
2326
                "couscous/couscous": "^1.6.1",
2327
                "ext-phar": "*",
2328
                "humbug/humbug": "1.0.0-RC.0@RC",
2329
                "nikic/php-parser": "^3.1.1",
2330
                "padraic/phpunit-accelerator": "dev-master@DEV",
2331
                "phpbench/phpbench": "^0.12.2",
2332
                "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
2333
                "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
2334
                "phpunit/phpunit": "^6.4.3",
2335
                "squizlabs/php_codesniffer": "^2.9.1"
2336
            },
2337
            "suggest": {
2338
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2339
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2340
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2341
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2342
            },
2343
            "type": "library",
2344
            "extra": {
2345
                "branch-alias": {
2346
                    "dev-master": "3.0.x-dev"
2347
                }
2348
            },
2349
            "autoload": {
2350
                "psr-0": {
2351
                    "ProxyManager\\": "src"
2352
                }
2353
            },
2354
            "notification-url": "https://packagist.org/downloads/",
2355
            "license": [
2356
                "MIT"
2357
            ],
2358
            "authors": [
2359
                {
2360
                    "name": "Marco Pivetta",
2361
                    "email": "[email protected]",
2362
                    "homepage": "http://ocramius.github.io/"
2363
                }
2364
            ],
2365
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2366
            "homepage": "https://github.com/Ocramius/ProxyManager",
2367
            "keywords": [
2368
                "aop",
2369
                "lazy loading",
2370
                "proxy",
2371
                "proxy pattern",
2372
                "service proxies"
2373
            ],
2374
            "time": "2018-09-27T13:45:01+00:00"
2375
        },
2376
        {
2377
            "name": "phpcollection/phpcollection",
2378
            "version": "0.5.0",
2379
            "source": {
2380
                "type": "git",
2381
                "url": "https://github.com/schmittjoh/php-collection.git",
2382
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
2383
            },
2384
            "dist": {
2385
                "type": "zip",
2386
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
2387
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
2388
                "shasum": ""
2389
            },
2390
            "require": {
2391
                "phpoption/phpoption": "1.*"
2392
            },
2393
            "type": "library",
2394
            "extra": {
2395
                "branch-alias": {
2396
                    "dev-master": "0.4-dev"
2397
                }
2398
            },
2399
            "autoload": {
2400
                "psr-0": {
2401
                    "PhpCollection": "src/"
2402
                }
2403
            },
2404
            "notification-url": "https://packagist.org/downloads/",
2405
            "license": [
2406
                "Apache2"
2407
            ],
2408
            "authors": [
2409
                {
2410
                    "name": "Johannes M. Schmitt",
2411
                    "email": "[email protected]"
2412
                }
2413
            ],
2414
            "description": "General-Purpose Collection Library for PHP",
2415
            "keywords": [
2416
                "collection",
2417
                "list",
2418
                "map",
2419
                "sequence",
2420
                "set"
2421
            ],
2422
            "time": "2015-05-17T12:39:23+00:00"
2423
        },
2424
        {
2425
            "name": "phpoption/phpoption",
2426
            "version": "1.5.0",
2427
            "source": {
2428
                "type": "git",
2429
                "url": "https://github.com/schmittjoh/php-option.git",
2430
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2431
            },
2432
            "dist": {
2433
                "type": "zip",
2434
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2435
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2436
                "shasum": ""
2437
            },
2438
            "require": {
2439
                "php": ">=5.3.0"
2440
            },
2441
            "require-dev": {
2442
                "phpunit/phpunit": "4.7.*"
2443
            },
2444
            "type": "library",
2445
            "extra": {
2446
                "branch-alias": {
2447
                    "dev-master": "1.3-dev"
2448
                }
2449
            },
2450
            "autoload": {
2451
                "psr-0": {
2452
                    "PhpOption\\": "src/"
2453
                }
2454
            },
2455
            "notification-url": "https://packagist.org/downloads/",
2456
            "license": [
2457
                "Apache2"
2458
            ],
2459
            "authors": [
2460
                {
2461
                    "name": "Johannes M. Schmitt",
2462
                    "email": "[email protected]"
2463
                }
2464
            ],
2465
            "description": "Option Type for PHP",
2466
            "keywords": [
2467
                "language",
2468
                "option",
2469
                "php",
2470
                "type"
2471
            ],
2472
            "time": "2015-07-25T16:39:46+00:00"
2473
        },
2474
        {
2475
            "name": "predis/predis",
2476
            "version": "v1.1.1",
2477
            "source": {
2478
                "type": "git",
2479
                "url": "https://github.com/nrk/predis.git",
2480
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2481
            },
2482
            "dist": {
2483
                "type": "zip",
2484
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2485
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2486
                "shasum": ""
2487
            },
2488
            "require": {
2489
                "php": ">=5.3.9"
2490
            },
2491
            "require-dev": {
2492
                "phpunit/phpunit": "~4.8"
2493
            },
2494
            "suggest": {
2495
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2496
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2497
            },
2498
            "type": "library",
2499
            "autoload": {
2500
                "psr-4": {
2501
                    "Predis\\": "src/"
2502
                }
2503
            },
2504
            "notification-url": "https://packagist.org/downloads/",
2505
            "license": [
2506
                "MIT"
2507
            ],
2508
            "authors": [
2509
                {
2510
                    "name": "Daniele Alessandri",
2511
                    "email": "[email protected]",
2512
                    "homepage": "http://clorophilla.net"
2513
                }
2514
            ],
2515
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2516
            "homepage": "http://github.com/nrk/predis",
2517
            "keywords": [
2518
                "nosql",
2519
                "predis",
2520
                "redis"
2521
            ],
2522
            "time": "2016-06-16T16:22:20+00:00"
2523
        },
2524
        {
2525
            "name": "psr/cache",
2526
            "version": "1.0.1",
2527
            "source": {
2528
                "type": "git",
2529
                "url": "https://github.com/php-fig/cache.git",
2530
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2531
            },
2532
            "dist": {
2533
                "type": "zip",
2534
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2535
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2536
                "shasum": ""
2537
            },
2538
            "require": {
2539
                "php": ">=5.3.0"
2540
            },
2541
            "type": "library",
2542
            "extra": {
2543
                "branch-alias": {
2544
                    "dev-master": "1.0.x-dev"
2545
                }
2546
            },
2547
            "autoload": {
2548
                "psr-4": {
2549
                    "Psr\\Cache\\": "src/"
2550
                }
2551
            },
2552
            "notification-url": "https://packagist.org/downloads/",
2553
            "license": [
2554
                "MIT"
2555
            ],
2556
            "authors": [
2557
                {
2558
                    "name": "PHP-FIG",
2559
                    "homepage": "http://www.php-fig.org/"
2560
                }
2561
            ],
2562
            "description": "Common interface for caching libraries",
2563
            "keywords": [
2564
                "cache",
2565
                "psr",
2566
                "psr-6"
2567
            ],
2568
            "time": "2016-08-06T20:24:11+00:00"
2569
        },
2570
        {
2571
            "name": "psr/container",
2572
            "version": "1.0.0",
2573
            "source": {
2574
                "type": "git",
2575
                "url": "https://github.com/php-fig/container.git",
2576
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2577
            },
2578
            "dist": {
2579
                "type": "zip",
2580
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2581
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2582
                "shasum": ""
2583
            },
2584
            "require": {
2585
                "php": ">=5.3.0"
2586
            },
2587
            "type": "library",
2588
            "extra": {
2589
                "branch-alias": {
2590
                    "dev-master": "1.0.x-dev"
2591
                }
2592
            },
2593
            "autoload": {
2594
                "psr-4": {
2595
                    "Psr\\Container\\": "src/"
2596
                }
2597
            },
2598
            "notification-url": "https://packagist.org/downloads/",
2599
            "license": [
2600
                "MIT"
2601
            ],
2602
            "authors": [
2603
                {
2604
                    "name": "PHP-FIG",
2605
                    "homepage": "http://www.php-fig.org/"
2606
                }
2607
            ],
2608
            "description": "Common Container Interface (PHP FIG PSR-11)",
2609
            "homepage": "https://github.com/php-fig/container",
2610
            "keywords": [
2611
                "PSR-11",
2612
                "container",
2613
                "container-interface",
2614
                "container-interop",
2615
                "psr"
2616
            ],
2617
            "time": "2017-02-14T16:28:37+00:00"
2618
        },
2619
        {
2620
            "name": "psr/http-message",
2621
            "version": "1.0.1",
2622
            "source": {
2623
                "type": "git",
2624
                "url": "https://github.com/php-fig/http-message.git",
2625
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2626
            },
2627
            "dist": {
2628
                "type": "zip",
2629
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2630
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2631
                "shasum": ""
2632
            },
2633
            "require": {
2634
                "php": ">=5.3.0"
2635
            },
2636
            "type": "library",
2637
            "extra": {
2638
                "branch-alias": {
2639
                    "dev-master": "1.0.x-dev"
2640
                }
2641
            },
2642
            "autoload": {
2643
                "psr-4": {
2644
                    "Psr\\Http\\Message\\": "src/"
2645
                }
2646
            },
2647
            "notification-url": "https://packagist.org/downloads/",
2648
            "license": [
2649
                "MIT"
2650
            ],
2651
            "authors": [
2652
                {
2653
                    "name": "PHP-FIG",
2654
                    "homepage": "http://www.php-fig.org/"
2655
                }
2656
            ],
2657
            "description": "Common interface for HTTP messages",
2658
            "homepage": "https://github.com/php-fig/http-message",
2659
            "keywords": [
2660
                "http",
2661
                "http-message",
2662
                "psr",
2663
                "psr-7",
2664
                "request",
2665
                "response"
2666
            ],
2667
            "time": "2016-08-06T14:39:51+00:00"
2668
        },
2669
        {
2670
            "name": "psr/link",
2671
            "version": "1.0.0",
2672
            "source": {
2673
                "type": "git",
2674
                "url": "https://github.com/php-fig/link.git",
2675
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
2676
            },
2677
            "dist": {
2678
                "type": "zip",
2679
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
2680
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
2681
                "shasum": ""
2682
            },
2683
            "require": {
2684
                "php": ">=5.3.0"
2685
            },
2686
            "type": "library",
2687
            "extra": {
2688
                "branch-alias": {
2689
                    "dev-master": "1.0.x-dev"
2690
                }
2691
            },
2692
            "autoload": {
2693
                "psr-4": {
2694
                    "Psr\\Link\\": "src/"
2695
                }
2696
            },
2697
            "notification-url": "https://packagist.org/downloads/",
2698
            "license": [
2699
                "MIT"
2700
            ],
2701
            "authors": [
2702
                {
2703
                    "name": "PHP-FIG",
2704
                    "homepage": "http://www.php-fig.org/"
2705
                }
2706
            ],
2707
            "description": "Common interfaces for HTTP links",
2708
            "keywords": [
2709
                "http",
2710
                "http-link",
2711
                "link",
2712
                "psr",
2713
                "psr-13",
2714
                "rest"
2715
            ],
2716
            "time": "2016-10-28T16:06:13+00:00"
2717
        },
2718
        {
2719
            "name": "psr/log",
2720
            "version": "1.0.2",
2721
            "source": {
2722
                "type": "git",
2723
                "url": "https://github.com/php-fig/log.git",
2724
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2725
            },
2726
            "dist": {
2727
                "type": "zip",
2728
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2729
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2730
                "shasum": ""
2731
            },
2732
            "require": {
2733
                "php": ">=5.3.0"
2734
            },
2735
            "type": "library",
2736
            "extra": {
2737
                "branch-alias": {
2738
                    "dev-master": "1.0.x-dev"
2739
                }
2740
            },
2741
            "autoload": {
2742
                "psr-4": {
2743
                    "Psr\\Log\\": "Psr/Log/"
2744
                }
2745
            },
2746
            "notification-url": "https://packagist.org/downloads/",
2747
            "license": [
2748
                "MIT"
2749
            ],
2750
            "authors": [
2751
                {
2752
                    "name": "PHP-FIG",
2753
                    "homepage": "http://www.php-fig.org/"
2754
                }
2755
            ],
2756
            "description": "Common interface for logging libraries",
2757
            "homepage": "https://github.com/php-fig/log",
2758
            "keywords": [
2759
                "log",
2760
                "psr",
2761
                "psr-3"
2762
            ],
2763
            "time": "2016-10-10T12:19:37+00:00"
2764
        },
2765
        {
2766
            "name": "psr/simple-cache",
2767
            "version": "1.0.1",
2768
            "source": {
2769
                "type": "git",
2770
                "url": "https://github.com/php-fig/simple-cache.git",
2771
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2772
            },
2773
            "dist": {
2774
                "type": "zip",
2775
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2776
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2777
                "shasum": ""
2778
            },
2779
            "require": {
2780
                "php": ">=5.3.0"
2781
            },
2782
            "type": "library",
2783
            "extra": {
2784
                "branch-alias": {
2785
                    "dev-master": "1.0.x-dev"
2786
                }
2787
            },
2788
            "autoload": {
2789
                "psr-4": {
2790
                    "Psr\\SimpleCache\\": "src/"
2791
                }
2792
            },
2793
            "notification-url": "https://packagist.org/downloads/",
2794
            "license": [
2795
                "MIT"
2796
            ],
2797
            "authors": [
2798
                {
2799
                    "name": "PHP-FIG",
2800
                    "homepage": "http://www.php-fig.org/"
2801
                }
2802
            ],
2803
            "description": "Common interfaces for simple caching",
2804
            "keywords": [
2805
                "cache",
2806
                "caching",
2807
                "psr",
2808
                "psr-16",
2809
                "simple-cache"
2810
            ],
2811
            "time": "2017-10-23T01:57:42+00:00"
2812
        },
2813
        {
2814
            "name": "sensio/framework-extra-bundle",
2815
            "version": "v5.2.2",
2816
            "source": {
2817
                "type": "git",
2818
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2819
                "reference": "9ef408febe2f12e70118ef61c6515035a06c5830"
2820
            },
2821
            "dist": {
2822
                "type": "zip",
2823
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9ef408febe2f12e70118ef61c6515035a06c5830",
2824
                "reference": "9ef408febe2f12e70118ef61c6515035a06c5830",
2825
                "shasum": ""
2826
            },
2827
            "require": {
2828
                "doctrine/common": "^2.2",
2829
                "symfony/config": "^3.3|^4.0",
2830
                "symfony/dependency-injection": "^3.3|^4.0",
2831
                "symfony/framework-bundle": "^3.4|^4.0",
2832
                "symfony/http-kernel": "^3.3|^4.0"
2833
            },
2834
            "require-dev": {
2835
                "doctrine/doctrine-bundle": "^1.6",
2836
                "doctrine/orm": "^2.5",
2837
                "symfony/browser-kit": "^3.3|^4.0",
2838
                "symfony/dom-crawler": "^3.3|^4.0",
2839
                "symfony/expression-language": "^3.3|^4.0",
2840
                "symfony/finder": "^3.3|^4.0",
2841
                "symfony/monolog-bridge": "^3.0|^4.0",
2842
                "symfony/monolog-bundle": "^3.2",
2843
                "symfony/phpunit-bridge": "^3.3|^4.0",
2844
                "symfony/psr-http-message-bridge": "^0.3",
2845
                "symfony/security-bundle": "^3.3|^4.0",
2846
                "symfony/twig-bundle": "^3.3|^4.0",
2847
                "symfony/yaml": "^3.3|^4.0",
2848
                "twig/twig": "~1.12|~2.0",
2849
                "zendframework/zend-diactoros": "^1.3"
2850
            },
2851
            "suggest": {
2852
                "symfony/expression-language": "",
2853
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2854
                "symfony/security-bundle": ""
2855
            },
2856
            "type": "symfony-bundle",
2857
            "extra": {
2858
                "branch-alias": {
2859
                    "dev-master": "5.2.x-dev"
2860
                }
2861
            },
2862
            "autoload": {
2863
                "psr-4": {
2864
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2865
                }
2866
            },
2867
            "notification-url": "https://packagist.org/downloads/",
2868
            "license": [
2869
                "MIT"
2870
            ],
2871
            "authors": [
2872
                {
2873
                    "name": "Fabien Potencier",
2874
                    "email": "[email protected]"
2875
                }
2876
            ],
2877
            "description": "This bundle provides a way to configure your controllers with annotations",
2878
            "keywords": [
2879
                "annotations",
2880
                "controllers"
2881
            ],
2882
            "time": "2018-10-26T14:09:02+00:00"
2883
        },
2884
        {
2885
            "name": "slevomat/coding-standard",
2886
            "version": "4.8.6",
2887
            "source": {
2888
                "type": "git",
2889
                "url": "https://github.com/slevomat/coding-standard.git",
2890
                "reference": "af0c0c99e84106525484ef25f15144b9831522bb"
2891
            },
2892
            "dist": {
2893
                "type": "zip",
2894
                "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/af0c0c99e84106525484ef25f15144b9831522bb",
2895
                "reference": "af0c0c99e84106525484ef25f15144b9831522bb",
2896
                "shasum": ""
2897
            },
2898
            "require": {
2899
                "php": "^7.1",
2900
                "squizlabs/php_codesniffer": "^3.3.1"
2901
            },
2902
            "require-dev": {
2903
                "jakub-onderka/php-parallel-lint": "1.0.0",
2904
                "phing/phing": "2.16.1",
2905
                "phpstan/phpstan": "0.9.2",
2906
                "phpstan/phpstan-phpunit": "0.9.4",
2907
                "phpstan/phpstan-strict-rules": "0.9",
2908
                "phpunit/phpunit": "7.3.5"
2909
            },
2910
            "type": "phpcodesniffer-standard",
2911
            "autoload": {
2912
                "psr-4": {
2913
                    "SlevomatCodingStandard\\": "SlevomatCodingStandard"
2914
                }
2915
            },
2916
            "notification-url": "https://packagist.org/downloads/",
2917
            "license": [
2918
                "MIT"
2919
            ],
2920
            "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
2921
            "time": "2018-11-03T21:28:29+00:00"
2922
        },
2923
        {
2924
            "name": "snc/redis-bundle",
2925
            "version": "2.1.7",
2926
            "source": {
2927
                "type": "git",
2928
                "url": "https://github.com/snc/SncRedisBundle.git",
2929
                "reference": "13dee3562945bbdbfc02286a476837f9f3ce9cd1"
2930
            },
2931
            "dist": {
2932
                "type": "zip",
2933
                "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/13dee3562945bbdbfc02286a476837f9f3ce9cd1",
2934
                "reference": "13dee3562945bbdbfc02286a476837f9f3ce9cd1",
2935
                "shasum": ""
2936
            },
2937
            "require": {
2938
                "php": ">=5.3.3",
2939
                "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
2940
                "symfony/yaml": "^2.7 || ^3.0 || ^4.0"
2941
            },
2942
            "require-dev": {
2943
                "doctrine/cache": "1.*",
2944
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2945
                "predis/predis": "^1.0",
2946
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
2947
                "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
2948
            },
2949
            "suggest": {
2950
                "monolog/monolog": "If you want to use the monolog redis handler.",
2951
                "predis/predis": "If you want to use predis.",
2952
                "symfony/console": "If you want to use commands to interact with the redis database",
2953
                "symfony/proxy-manager-bridge": "If you want to lazy-load some services"
2954
            },
2955
            "type": "symfony-bundle",
2956
            "extra": {
2957
                "branch-alias": {
2958
                    "dev-master": "2.x-dev"
2959
                }
2960
            },
2961
            "autoload": {
2962
                "psr-4": {
2963
                    "Snc\\RedisBundle\\": ""
2964
                }
2965
            },
2966
            "notification-url": "https://packagist.org/downloads/",
2967
            "license": [
2968
                "MIT"
2969
            ],
2970
            "authors": [
2971
                {
2972
                    "name": "Henrik Westphal",
2973
                    "email": "[email protected]"
2974
                },
2975
                {
2976
                    "name": "Community contributors",
2977
                    "homepage": "https://github.com/snc/SncRedisBundle/contributors"
2978
                }
2979
            ],
2980
            "description": "A Redis bundle for Symfony",
2981
            "homepage": "https://github.com/snc/SncRedisBundle",
2982
            "keywords": [
2983
                "nosql",
2984
                "redis",
2985
                "symfony"
2986
            ],
2987
            "time": "2018-10-15T12:07:05+00:00"
2988
        },
2989
        {
2990
            "name": "squizlabs/php_codesniffer",
2991
            "version": "3.3.2",
2992
            "source": {
2993
                "type": "git",
2994
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2995
                "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e"
2996
            },
2997
            "dist": {
2998
                "type": "zip",
2999
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
3000
                "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e",
3001
                "shasum": ""
3002
            },
3003
            "require": {
3004
                "ext-simplexml": "*",
3005
                "ext-tokenizer": "*",
3006
                "ext-xmlwriter": "*",
3007
                "php": ">=5.4.0"
3008
            },
3009
            "require-dev": {
3010
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3011
            },
3012
            "bin": [
3013
                "bin/phpcs",
3014
                "bin/phpcbf"
3015
            ],
3016
            "type": "library",
3017
            "extra": {
3018
                "branch-alias": {
3019
                    "dev-master": "3.x-dev"
3020
                }
3021
            },
3022
            "notification-url": "https://packagist.org/downloads/",
3023
            "license": [
3024
                "BSD-3-Clause"
3025
            ],
3026
            "authors": [
3027
                {
3028
                    "name": "Greg Sherwood",
3029
                    "role": "lead"
3030
                }
3031
            ],
3032
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3033
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3034
            "keywords": [
3035
                "phpcs",
3036
                "standards"
3037
            ],
3038
            "time": "2018-09-23T23:08:17+00:00"
3039
        },
3040
        {
3041
            "name": "swiftmailer/swiftmailer",
3042
            "version": "v6.1.3",
3043
            "source": {
3044
                "type": "git",
3045
                "url": "https://github.com/swiftmailer/swiftmailer.git",
3046
                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
3047
            },
3048
            "dist": {
3049
                "type": "zip",
3050
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
3051
                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
3052
                "shasum": ""
3053
            },
3054
            "require": {
3055
                "egulias/email-validator": "~2.0",
3056
                "php": ">=7.0.0"
3057
            },
3058
            "require-dev": {
3059
                "mockery/mockery": "~0.9.1",
3060
                "symfony/phpunit-bridge": "~3.3@dev"
3061
            },
3062
            "suggest": {
3063
                "ext-intl": "Needed to support internationalized email addresses",
3064
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
3065
            },
3066
            "type": "library",
3067
            "extra": {
3068
                "branch-alias": {
3069
                    "dev-master": "6.1-dev"
3070
                }
3071
            },
3072
            "autoload": {
3073
                "files": [
3074
                    "lib/swift_required.php"
3075
                ]
3076
            },
3077
            "notification-url": "https://packagist.org/downloads/",
3078
            "license": [
3079
                "MIT"
3080
            ],
3081
            "authors": [
3082
                {
3083
                    "name": "Chris Corbyn"
3084
                },
3085
                {
3086
                    "name": "Fabien Potencier",
3087
                    "email": "[email protected]"
3088
                }
3089
            ],
3090
            "description": "Swiftmailer, free feature-rich PHP mailer",
3091
            "homepage": "https://swiftmailer.symfony.com",
3092
            "keywords": [
3093
                "email",
3094
                "mail",
3095
                "mailer"
3096
            ],
3097
            "time": "2018-09-11T07:12:52+00:00"
3098
        },
3099
        {
3100
            "name": "symfony/monolog-bundle",
3101
            "version": "v3.3.1",
3102
            "source": {
3103
                "type": "git",
3104
                "url": "https://github.com/symfony/monolog-bundle.git",
3105
                "reference": "572e143afc03419a75ab002c80a2fd99299195ff"
3106
            },
3107
            "dist": {
3108
                "type": "zip",
3109
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/572e143afc03419a75ab002c80a2fd99299195ff",
3110
                "reference": "572e143afc03419a75ab002c80a2fd99299195ff",
3111
                "shasum": ""
3112
            },
3113
            "require": {
3114
                "monolog/monolog": "~1.22",
3115
                "php": ">=5.6",
3116
                "symfony/config": "~2.7|~3.3|~4.0",
3117
                "symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
3118
                "symfony/http-kernel": "~2.7|~3.3|~4.0",
3119
                "symfony/monolog-bridge": "~2.7|~3.3|~4.0"
3120
            },
3121
            "require-dev": {
3122
                "symfony/console": "~2.7|~3.3|~4.0",
3123
                "symfony/phpunit-bridge": "^3.3|^4.0",
3124
                "symfony/yaml": "~2.7|~3.3|~4.0"
3125
            },
3126
            "type": "symfony-bundle",
3127
            "extra": {
3128
                "branch-alias": {
3129
                    "dev-master": "3.x-dev"
3130
                }
3131
            },
3132
            "autoload": {
3133
                "psr-4": {
3134
                    "Symfony\\Bundle\\MonologBundle\\": ""
3135
                },
3136
                "exclude-from-classmap": [
3137
                    "/Tests/"
3138
                ]
3139
            },
3140
            "notification-url": "https://packagist.org/downloads/",
3141
            "license": [
3142
                "MIT"
3143
            ],
3144
            "authors": [
3145
                {
3146
                    "name": "Symfony Community",
3147
                    "homepage": "http://symfony.com/contributors"
3148
                },
3149
                {
3150
                    "name": "Fabien Potencier",
3151
                    "email": "[email protected]"
3152
                }
3153
            ],
3154
            "description": "Symfony MonologBundle",
3155
            "homepage": "http://symfony.com",
3156
            "keywords": [
3157
                "log",
3158
                "logging"
3159
            ],
3160
            "time": "2018-11-04T09:58:13+00:00"
3161
        },
3162
        {
3163
            "name": "symfony/polyfill-ctype",
3164
            "version": "v1.10.0",
3165
            "source": {
3166
                "type": "git",
3167
                "url": "https://github.com/symfony/polyfill-ctype.git",
3168
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3169
            },
3170
            "dist": {
3171
                "type": "zip",
3172
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3173
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3174
                "shasum": ""
3175
            },
3176
            "require": {
3177
                "php": ">=5.3.3"
3178
            },
3179
            "suggest": {
3180
                "ext-ctype": "For best performance"
3181
            },
3182
            "type": "library",
3183
            "extra": {
3184
                "branch-alias": {
3185
                    "dev-master": "1.9-dev"
3186
                }
3187
            },
3188
            "autoload": {
3189
                "psr-4": {
3190
                    "Symfony\\Polyfill\\Ctype\\": ""
3191
                },
3192
                "files": [
3193
                    "bootstrap.php"
3194
                ]
3195
            },
3196
            "notification-url": "https://packagist.org/downloads/",
3197
            "license": [
3198
                "MIT"
3199
            ],
3200
            "authors": [
3201
                {
3202
                    "name": "Symfony Community",
3203
                    "homepage": "https://symfony.com/contributors"
3204
                },
3205
                {
3206
                    "name": "Gert de Pagter",
3207
                    "email": "[email protected]"
3208
                }
3209
            ],
3210
            "description": "Symfony polyfill for ctype functions",
3211
            "homepage": "https://symfony.com",
3212
            "keywords": [
3213
                "compatibility",
3214
                "ctype",
3215
                "polyfill",
3216
                "portable"
3217
            ],
3218
            "time": "2018-08-06T14:22:27+00:00"
3219
        },
3220
        {
3221
            "name": "symfony/polyfill-intl-icu",
3222
            "version": "v1.10.0",
3223
            "source": {
3224
                "type": "git",
3225
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
3226
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
3227
            },
3228
            "dist": {
3229
                "type": "zip",
3230
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
3231
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
3232
                "shasum": ""
3233
            },
3234
            "require": {
3235
                "php": ">=5.3.3",
3236
                "symfony/intl": "~2.3|~3.0|~4.0"
3237
            },
3238
            "suggest": {
3239
                "ext-intl": "For best performance"
3240
            },
3241
            "type": "library",
3242
            "extra": {
3243
                "branch-alias": {
3244
                    "dev-master": "1.9-dev"
3245
                }
3246
            },
3247
            "autoload": {
3248
                "files": [
3249
                    "bootstrap.php"
3250
                ]
3251
            },
3252
            "notification-url": "https://packagist.org/downloads/",
3253
            "license": [
3254
                "MIT"
3255
            ],
3256
            "authors": [
3257
                {
3258
                    "name": "Nicolas Grekas",
3259
                    "email": "[email protected]"
3260
                },
3261
                {
3262
                    "name": "Symfony Community",
3263
                    "homepage": "https://symfony.com/contributors"
3264
                }
3265
            ],
3266
            "description": "Symfony polyfill for intl's ICU-related data and classes",
3267
            "homepage": "https://symfony.com",
3268
            "keywords": [
3269
                "compatibility",
3270
                "icu",
3271
                "intl",
3272
                "polyfill",
3273
                "portable",
3274
                "shim"
3275
            ],
3276
            "time": "2018-08-06T14:22:27+00:00"
3277
        },
3278
        {
3279
            "name": "symfony/polyfill-mbstring",
3280
            "version": "v1.10.0",
3281
            "source": {
3282
                "type": "git",
3283
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3284
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
3285
            },
3286
            "dist": {
3287
                "type": "zip",
3288
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
3289
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
3290
                "shasum": ""
3291
            },
3292
            "require": {
3293
                "php": ">=5.3.3"
3294
            },
3295
            "suggest": {
3296
                "ext-mbstring": "For best performance"
3297
            },
3298
            "type": "library",
3299
            "extra": {
3300
                "branch-alias": {
3301
                    "dev-master": "1.9-dev"
3302
                }
3303
            },
3304
            "autoload": {
3305
                "psr-4": {
3306
                    "Symfony\\Polyfill\\Mbstring\\": ""
3307
                },
3308
                "files": [
3309
                    "bootstrap.php"
3310
                ]
3311
            },
3312
            "notification-url": "https://packagist.org/downloads/",
3313
            "license": [
3314
                "MIT"
3315
            ],
3316
            "authors": [
3317
                {
3318
                    "name": "Nicolas Grekas",
3319
                    "email": "[email protected]"
3320
                },
3321
                {
3322
                    "name": "Symfony Community",
3323
                    "homepage": "https://symfony.com/contributors"
3324
                }
3325
            ],
3326
            "description": "Symfony polyfill for the Mbstring extension",
3327
            "homepage": "https://symfony.com",
3328
            "keywords": [
3329
                "compatibility",
3330
                "mbstring",
3331
                "polyfill",
3332
                "portable",
3333
                "shim"
3334
            ],
3335
            "time": "2018-09-21T13:07:52+00:00"
3336
        },
3337
        {
3338
            "name": "symfony/polyfill-php72",
3339
            "version": "v1.10.0",
3340
            "source": {
3341
                "type": "git",
3342
                "url": "https://github.com/symfony/polyfill-php72.git",
3343
                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
3344
            },
3345
            "dist": {
3346
                "type": "zip",
3347
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
3348
                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
3349
                "shasum": ""
3350
            },
3351
            "require": {
3352
                "php": ">=5.3.3"
3353
            },
3354
            "type": "library",
3355
            "extra": {
3356
                "branch-alias": {
3357
                    "dev-master": "1.9-dev"
3358
                }
3359
            },
3360
            "autoload": {
3361
                "psr-4": {
3362
                    "Symfony\\Polyfill\\Php72\\": ""
3363
                },
3364
                "files": [
3365
                    "bootstrap.php"
3366
                ]
3367
            },
3368
            "notification-url": "https://packagist.org/downloads/",
3369
            "license": [
3370
                "MIT"
3371
            ],
3372
            "authors": [
3373
                {
3374
                    "name": "Nicolas Grekas",
3375
                    "email": "[email protected]"
3376
                },
3377
                {
3378
                    "name": "Symfony Community",
3379
                    "homepage": "https://symfony.com/contributors"
3380
                }
3381
            ],
3382
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3383
            "homepage": "https://symfony.com",
3384
            "keywords": [
3385
                "compatibility",
3386
                "polyfill",
3387
                "portable",
3388
                "shim"
3389
            ],
3390
            "time": "2018-09-21T13:07:52+00:00"
3391
        },
3392
        {
3393
            "name": "symfony/swiftmailer-bundle",
3394
            "version": "v3.2.4",
3395
            "source": {
3396
                "type": "git",
3397
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3398
                "reference": "bd47db86d0b8415f6317c2be149bbacfab11a9cf"
3399
            },
3400
            "dist": {
3401
                "type": "zip",
3402
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/bd47db86d0b8415f6317c2be149bbacfab11a9cf",
3403
                "reference": "bd47db86d0b8415f6317c2be149bbacfab11a9cf",
3404
                "shasum": ""
3405
            },
3406
            "require": {
3407
                "php": ">=7.0.0",
3408
                "swiftmailer/swiftmailer": "^6.0.1",
3409
                "symfony/config": "~2.8|~3.3|~4.0",
3410
                "symfony/dependency-injection": "~2.7|~3.3|~4.0",
3411
                "symfony/http-kernel": "~2.7|~3.3|~4.0"
3412
            },
3413
            "require-dev": {
3414
                "symfony/console": "~2.7|~3.3|~4.0",
3415
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
3416
                "symfony/phpunit-bridge": "~3.3|~4.0",
3417
                "symfony/yaml": "~2.7|~3.3|~4.0"
3418
            },
3419
            "suggest": {
3420
                "psr/log": "Allows logging"
3421
            },
3422
            "type": "symfony-bundle",
3423
            "extra": {
3424
                "branch-alias": {
3425
                    "dev-master": "3.2-dev"
3426
                }
3427
            },
3428
            "autoload": {
3429
                "psr-4": {
3430
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3431
                },
3432
                "exclude-from-classmap": [
3433
                    "/Tests/"
3434
                ]
3435
            },
3436
            "notification-url": "https://packagist.org/downloads/",
3437
            "license": [
3438
                "MIT"
3439
            ],
3440
            "authors": [
3441
                {
3442
                    "name": "Symfony Community",
3443
                    "homepage": "http://symfony.com/contributors"
3444
                },
3445
                {
3446
                    "name": "Fabien Potencier",
3447
                    "email": "[email protected]"
3448
                }
3449
            ],
3450
            "description": "Symfony SwiftmailerBundle",
3451
            "homepage": "http://symfony.com",
3452
            "time": "2018-10-27T16:17:38+00:00"
3453
        },
3454
        {
3455
            "name": "symfony/symfony",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/symfony:

- CVE-2018-19789: Temporary uploaded file path disclosure
- CVE-2018-19790: Open Redirect Vulnerability on login
Loading history...
3456
            "version": "v4.1.7",
3457
            "source": {
3458
                "type": "git",
3459
                "url": "https://github.com/symfony/symfony.git",
3460
                "reference": "b5c6892911fc7454a76528cb0d4d1af4336c7413"
3461
            },
3462
            "dist": {
3463
                "type": "zip",
3464
                "url": "https://api.github.com/repos/symfony/symfony/zipball/b5c6892911fc7454a76528cb0d4d1af4336c7413",
3465
                "reference": "b5c6892911fc7454a76528cb0d4d1af4336c7413",
3466
                "shasum": ""
3467
            },
3468
            "require": {
3469
                "doctrine/common": "~2.4",
3470
                "ext-xml": "*",
3471
                "fig/link-util": "^1.0",
3472
                "php": "^7.1.3",
3473
                "psr/cache": "~1.0",
3474
                "psr/container": "^1.0",
3475
                "psr/link": "^1.0",
3476
                "psr/log": "~1.0",
3477
                "psr/simple-cache": "^1.0",
3478
                "symfony/polyfill-ctype": "~1.8",
3479
                "symfony/polyfill-intl-icu": "~1.0",
3480
                "symfony/polyfill-mbstring": "~1.0",
3481
                "symfony/polyfill-php72": "~1.5",
3482
                "twig/twig": "^1.35|^2.4.4"
3483
            },
3484
            "conflict": {
3485
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
3486
                "phpdocumentor/type-resolver": "<0.3.0",
3487
                "phpunit/phpunit": "<5.4.3"
3488
            },
3489
            "provide": {
3490
                "psr/cache-implementation": "1.0",
3491
                "psr/container-implementation": "1.0",
3492
                "psr/log-implementation": "1.0",
3493
                "psr/simple-cache-implementation": "1.0"
3494
            },
3495
            "replace": {
3496
                "symfony/asset": "self.version",
3497
                "symfony/browser-kit": "self.version",
3498
                "symfony/cache": "self.version",
3499
                "symfony/config": "self.version",
3500
                "symfony/console": "self.version",
3501
                "symfony/css-selector": "self.version",
3502
                "symfony/debug": "self.version",
3503
                "symfony/debug-bundle": "self.version",
3504
                "symfony/dependency-injection": "self.version",
3505
                "symfony/doctrine-bridge": "self.version",
3506
                "symfony/dom-crawler": "self.version",
3507
                "symfony/dotenv": "self.version",
3508
                "symfony/event-dispatcher": "self.version",
3509
                "symfony/expression-language": "self.version",
3510
                "symfony/filesystem": "self.version",
3511
                "symfony/finder": "self.version",
3512
                "symfony/form": "self.version",
3513
                "symfony/framework-bundle": "self.version",
3514
                "symfony/http-foundation": "self.version",
3515
                "symfony/http-kernel": "self.version",
3516
                "symfony/inflector": "self.version",
3517
                "symfony/intl": "self.version",
3518
                "symfony/ldap": "self.version",
3519
                "symfony/lock": "self.version",
3520
                "symfony/messenger": "self.version",
3521
                "symfony/monolog-bridge": "self.version",
3522
                "symfony/options-resolver": "self.version",
3523
                "symfony/process": "self.version",
3524
                "symfony/property-access": "self.version",
3525
                "symfony/property-info": "self.version",
3526
                "symfony/proxy-manager-bridge": "self.version",
3527
                "symfony/routing": "self.version",
3528
                "symfony/security": "self.version",
3529
                "symfony/security-bundle": "self.version",
3530
                "symfony/security-core": "self.version",
3531
                "symfony/security-csrf": "self.version",
3532
                "symfony/security-guard": "self.version",
3533
                "symfony/security-http": "self.version",
3534
                "symfony/serializer": "self.version",
3535
                "symfony/stopwatch": "self.version",
3536
                "symfony/templating": "self.version",
3537
                "symfony/translation": "self.version",
3538
                "symfony/twig-bridge": "self.version",
3539
                "symfony/twig-bundle": "self.version",
3540
                "symfony/validator": "self.version",
3541
                "symfony/var-dumper": "self.version",
3542
                "symfony/web-link": "self.version",
3543
                "symfony/web-profiler-bundle": "self.version",
3544
                "symfony/web-server-bundle": "self.version",
3545
                "symfony/workflow": "self.version",
3546
                "symfony/yaml": "self.version"
3547
            },
3548
            "require-dev": {
3549
                "cache/integration-tests": "dev-master",
3550
                "doctrine/annotations": "~1.0",
3551
                "doctrine/cache": "~1.6",
3552
                "doctrine/data-fixtures": "1.0.*",
3553
                "doctrine/dbal": "~2.4",
3554
                "doctrine/doctrine-bundle": "~1.4",
3555
                "doctrine/orm": "~2.4,>=2.4.5",
3556
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3557
                "monolog/monolog": "~1.11",
3558
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3559
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3560
                "predis/predis": "~1.0",
3561
                "symfony/phpunit-bridge": "~3.4|~4.0",
3562
                "symfony/security-acl": "~2.8|~3.0"
3563
            },
3564
            "type": "library",
3565
            "extra": {
3566
                "branch-alias": {
3567
                    "dev-master": "4.1-dev"
3568
                }
3569
            },
3570
            "autoload": {
3571
                "psr-4": {
3572
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3573
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3574
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3575
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3576
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3577
                    "Symfony\\Component\\": "src/Symfony/Component/"
3578
                },
3579
                "classmap": [
3580
                    "src/Symfony/Component/Intl/Resources/stubs"
3581
                ],
3582
                "exclude-from-classmap": [
3583
                    "**/Tests/"
3584
                ]
3585
            },
3586
            "notification-url": "https://packagist.org/downloads/",
3587
            "license": [
3588
                "MIT"
3589
            ],
3590
            "authors": [
3591
                {
3592
                    "name": "Fabien Potencier",
3593
                    "email": "[email protected]"
3594
                },
3595
                {
3596
                    "name": "Symfony Community",
3597
                    "homepage": "https://symfony.com/contributors"
3598
                }
3599
            ],
3600
            "description": "The Symfony PHP framework",
3601
            "homepage": "https://symfony.com",
3602
            "keywords": [
3603
                "framework"
3604
            ],
3605
            "time": "2018-11-03T11:11:34+00:00"
3606
        },
3607
        {
3608
            "name": "symfony/webpack-encore-pack",
3609
            "version": "v1.0.3",
3610
            "source": {
3611
                "type": "git",
3612
                "url": "https://github.com/symfony/webpack-encore-pack.git",
3613
                "reference": "8d7f51379d7ae17aea7cf501d910a11896895ac4"
3614
            },
3615
            "dist": {
3616
                "type": "zip",
3617
                "url": "https://api.github.com/repos/symfony/webpack-encore-pack/zipball/8d7f51379d7ae17aea7cf501d910a11896895ac4",
3618
                "reference": "8d7f51379d7ae17aea7cf501d910a11896895ac4",
3619
                "shasum": ""
3620
            },
3621
            "require": {
3622
                "symfony/asset": "^3.3|^4.0"
3623
            },
3624
            "type": "symfony-pack",
3625
            "extra": {
3626
                "thanks": {
3627
                    "name": "symfony/webpack-encore",
3628
                    "url": "https://github.com/symfony/webpack-encore"
3629
                }
3630
            },
3631
            "notification-url": "https://packagist.org/downloads/",
3632
            "license": [
3633
                "MIT"
3634
            ],
3635
            "description": "A pack for Symfony Encore",
3636
            "time": "2018-07-16T10:15:28+00:00"
3637
        },
3638
        {
3639
            "name": "twig/twig",
3640
            "version": "v2.5.0",
3641
            "source": {
3642
                "type": "git",
3643
                "url": "https://github.com/twigphp/Twig.git",
3644
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
3645
            },
3646
            "dist": {
3647
                "type": "zip",
3648
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
3649
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
3650
                "shasum": ""
3651
            },
3652
            "require": {
3653
                "php": "^7.0",
3654
                "symfony/polyfill-ctype": "^1.8",
3655
                "symfony/polyfill-mbstring": "~1.0"
3656
            },
3657
            "require-dev": {
3658
                "psr/container": "^1.0",
3659
                "symfony/debug": "^2.7",
3660
                "symfony/phpunit-bridge": "^3.3"
3661
            },
3662
            "type": "library",
3663
            "extra": {
3664
                "branch-alias": {
3665
                    "dev-master": "2.5-dev"
3666
                }
3667
            },
3668
            "autoload": {
3669
                "psr-0": {
3670
                    "Twig_": "lib/"
3671
                },
3672
                "psr-4": {
3673
                    "Twig\\": "src/"
3674
                }
3675
            },
3676
            "notification-url": "https://packagist.org/downloads/",
3677
            "license": [
3678
                "BSD-3-Clause"
3679
            ],
3680
            "authors": [
3681
                {
3682
                    "name": "Fabien Potencier",
3683
                    "email": "[email protected]",
3684
                    "homepage": "http://fabien.potencier.org",
3685
                    "role": "Lead Developer"
3686
                },
3687
                {
3688
                    "name": "Armin Ronacher",
3689
                    "email": "[email protected]",
3690
                    "role": "Project Founder"
3691
                },
3692
                {
3693
                    "name": "Twig Team",
3694
                    "homepage": "https://twig.symfony.com/contributors",
3695
                    "role": "Contributors"
3696
                }
3697
            ],
3698
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3699
            "homepage": "https://twig.symfony.com",
3700
            "keywords": [
3701
                "templating"
3702
            ],
3703
            "time": "2018-07-13T07:18:09+00:00"
3704
        },
3705
        {
3706
            "name": "zendframework/zend-code",
3707
            "version": "3.3.1",
3708
            "source": {
3709
                "type": "git",
3710
                "url": "https://github.com/zendframework/zend-code.git",
3711
                "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
3712
            },
3713
            "dist": {
3714
                "type": "zip",
3715
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
3716
                "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
3717
                "shasum": ""
3718
            },
3719
            "require": {
3720
                "php": "^7.1",
3721
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3722
            },
3723
            "require-dev": {
3724
                "doctrine/annotations": "~1.0",
3725
                "ext-phar": "*",
3726
                "phpunit/phpunit": "^6.2.3",
3727
                "zendframework/zend-coding-standard": "^1.0.0",
3728
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3729
            },
3730
            "suggest": {
3731
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3732
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3733
            },
3734
            "type": "library",
3735
            "extra": {
3736
                "branch-alias": {
3737
                    "dev-master": "3.3.x-dev",
3738
                    "dev-develop": "3.4.x-dev"
3739
                }
3740
            },
3741
            "autoload": {
3742
                "psr-4": {
3743
                    "Zend\\Code\\": "src/"
3744
                }
3745
            },
3746
            "notification-url": "https://packagist.org/downloads/",
3747
            "license": [
3748
                "BSD-3-Clause"
3749
            ],
3750
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3751
            "homepage": "https://github.com/zendframework/zend-code",
3752
            "keywords": [
3753
                "code",
3754
                "zf2"
3755
            ],
3756
            "time": "2018-08-13T20:36:59+00:00"
3757
        },
3758
        {
3759
            "name": "zendframework/zend-eventmanager",
3760
            "version": "3.2.1",
3761
            "source": {
3762
                "type": "git",
3763
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3764
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3765
            },
3766
            "dist": {
3767
                "type": "zip",
3768
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3769
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3770
                "shasum": ""
3771
            },
3772
            "require": {
3773
                "php": "^5.6 || ^7.0"
3774
            },
3775
            "require-dev": {
3776
                "athletic/athletic": "^0.1",
3777
                "container-interop/container-interop": "^1.1.0",
3778
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3779
                "zendframework/zend-coding-standard": "~1.0.0",
3780
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3781
            },
3782
            "suggest": {
3783
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3784
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3785
            },
3786
            "type": "library",
3787
            "extra": {
3788
                "branch-alias": {
3789
                    "dev-master": "3.2-dev",
3790
                    "dev-develop": "3.3-dev"
3791
                }
3792
            },
3793
            "autoload": {
3794
                "psr-4": {
3795
                    "Zend\\EventManager\\": "src/"
3796
                }
3797
            },
3798
            "notification-url": "https://packagist.org/downloads/",
3799
            "license": [
3800
                "BSD-3-Clause"
3801
            ],
3802
            "description": "Trigger and listen to events within a PHP application",
3803
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3804
            "keywords": [
3805
                "event",
3806
                "eventmanager",
3807
                "events",
3808
                "zf2"
3809
            ],
3810
            "time": "2018-04-25T15:33:34+00:00"
3811
        }
3812
    ],
3813
    "packages-dev": [
3814
        {
3815
            "name": "jakub-onderka/php-parallel-lint",
3816
            "version": "v0.9.2",
3817
            "source": {
3818
                "type": "git",
3819
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
3820
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
3821
            },
3822
            "dist": {
3823
                "type": "zip",
3824
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
3825
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
3826
                "shasum": ""
3827
            },
3828
            "require": {
3829
                "php": ">=5.3.3"
3830
            },
3831
            "require-dev": {
3832
                "jakub-onderka/php-console-highlighter": "~0.3",
3833
                "nette/tester": "~1.3"
3834
            },
3835
            "suggest": {
3836
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
3837
            },
3838
            "bin": [
3839
                "parallel-lint"
3840
            ],
3841
            "type": "library",
3842
            "autoload": {
3843
                "classmap": [
3844
                    "./"
3845
                ]
3846
            },
3847
            "notification-url": "https://packagist.org/downloads/",
3848
            "license": [
3849
                "BSD-2-Clause"
3850
            ],
3851
            "authors": [
3852
                {
3853
                    "name": "Jakub Onderka",
3854
                    "email": "[email protected]"
3855
                }
3856
            ],
3857
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
3858
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
3859
            "time": "2015-12-15T10:42:16+00:00"
3860
        },
3861
        {
3862
            "name": "mediawiki/minus-x",
3863
            "version": "0.3.2",
3864
            "source": {
3865
                "type": "git",
3866
                "url": "https://github.com/wikimedia/mediawiki-tools-minus-x.git",
3867
                "reference": "5ef302a0e911959caf42b713e66b93a1b7c7ad76"
3868
            },
3869
            "dist": {
3870
                "type": "zip",
3871
                "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-minus-x/zipball/5ef302a0e911959caf42b713e66b93a1b7c7ad76",
3872
                "reference": "5ef302a0e911959caf42b713e66b93a1b7c7ad76",
3873
                "shasum": ""
3874
            },
3875
            "require": {
3876
                "php": ">=5.5.9",
3877
                "symfony/console": "^3.3.5 || ^4"
3878
            },
3879
            "require-dev": {
3880
                "jakub-onderka/php-console-highlighter": "0.3.2",
3881
                "jakub-onderka/php-parallel-lint": "1.0.0",
3882
                "mediawiki/mediawiki-codesniffer": "22.0.0"
3883
            },
3884
            "bin": [
3885
                "bin/minus-x"
3886
            ],
3887
            "type": "library",
3888
            "autoload": {
3889
                "psr-4": {
3890
                    "MediaWiki\\MinusX\\": "src/"
3891
                }
3892
            },
3893
            "notification-url": "https://packagist.org/downloads/",
3894
            "license": [
3895
                "GPL-3.0-or-later"
3896
            ],
3897
            "authors": [
3898
                {
3899
                    "name": "Kunal Mehta",
3900
                    "email": "[email protected]"
3901
                }
3902
            ],
3903
            "description": "Removes executable bit from files that shouldn't be executable",
3904
            "homepage": "https://www.mediawiki.org/wiki/MinusX",
3905
            "time": "2018-10-02T05:14:16+00:00"
3906
        },
3907
        {
3908
            "name": "myclabs/deep-copy",
3909
            "version": "1.8.1",
3910
            "source": {
3911
                "type": "git",
3912
                "url": "https://github.com/myclabs/DeepCopy.git",
3913
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
3914
            },
3915
            "dist": {
3916
                "type": "zip",
3917
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3918
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3919
                "shasum": ""
3920
            },
3921
            "require": {
3922
                "php": "^7.1"
3923
            },
3924
            "replace": {
3925
                "myclabs/deep-copy": "self.version"
3926
            },
3927
            "require-dev": {
3928
                "doctrine/collections": "^1.0",
3929
                "doctrine/common": "^2.6",
3930
                "phpunit/phpunit": "^7.1"
3931
            },
3932
            "type": "library",
3933
            "autoload": {
3934
                "psr-4": {
3935
                    "DeepCopy\\": "src/DeepCopy/"
3936
                },
3937
                "files": [
3938
                    "src/DeepCopy/deep_copy.php"
3939
                ]
3940
            },
3941
            "notification-url": "https://packagist.org/downloads/",
3942
            "license": [
3943
                "MIT"
3944
            ],
3945
            "description": "Create deep copies (clones) of your objects",
3946
            "keywords": [
3947
                "clone",
3948
                "copy",
3949
                "duplicate",
3950
                "object",
3951
                "object graph"
3952
            ],
3953
            "time": "2018-06-11T23:09:50+00:00"
3954
        },
3955
        {
3956
            "name": "phpdocumentor/reflection-common",
3957
            "version": "1.0.1",
3958
            "source": {
3959
                "type": "git",
3960
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3961
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3962
            },
3963
            "dist": {
3964
                "type": "zip",
3965
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3966
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3967
                "shasum": ""
3968
            },
3969
            "require": {
3970
                "php": ">=5.5"
3971
            },
3972
            "require-dev": {
3973
                "phpunit/phpunit": "^4.6"
3974
            },
3975
            "type": "library",
3976
            "extra": {
3977
                "branch-alias": {
3978
                    "dev-master": "1.0.x-dev"
3979
                }
3980
            },
3981
            "autoload": {
3982
                "psr-4": {
3983
                    "phpDocumentor\\Reflection\\": [
3984
                        "src"
3985
                    ]
3986
                }
3987
            },
3988
            "notification-url": "https://packagist.org/downloads/",
3989
            "license": [
3990
                "MIT"
3991
            ],
3992
            "authors": [
3993
                {
3994
                    "name": "Jaap van Otterdijk",
3995
                    "email": "[email protected]"
3996
                }
3997
            ],
3998
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3999
            "homepage": "http://www.phpdoc.org",
4000
            "keywords": [
4001
                "FQSEN",
4002
                "phpDocumentor",
4003
                "phpdoc",
4004
                "reflection",
4005
                "static analysis"
4006
            ],
4007
            "time": "2017-09-11T18:02:19+00:00"
4008
        },
4009
        {
4010
            "name": "phpdocumentor/reflection-docblock",
4011
            "version": "4.3.0",
4012
            "source": {
4013
                "type": "git",
4014
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4015
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4016
            },
4017
            "dist": {
4018
                "type": "zip",
4019
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4020
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4021
                "shasum": ""
4022
            },
4023
            "require": {
4024
                "php": "^7.0",
4025
                "phpdocumentor/reflection-common": "^1.0.0",
4026
                "phpdocumentor/type-resolver": "^0.4.0",
4027
                "webmozart/assert": "^1.0"
4028
            },
4029
            "require-dev": {
4030
                "doctrine/instantiator": "~1.0.5",
4031
                "mockery/mockery": "^1.0",
4032
                "phpunit/phpunit": "^6.4"
4033
            },
4034
            "type": "library",
4035
            "extra": {
4036
                "branch-alias": {
4037
                    "dev-master": "4.x-dev"
4038
                }
4039
            },
4040
            "autoload": {
4041
                "psr-4": {
4042
                    "phpDocumentor\\Reflection\\": [
4043
                        "src/"
4044
                    ]
4045
                }
4046
            },
4047
            "notification-url": "https://packagist.org/downloads/",
4048
            "license": [
4049
                "MIT"
4050
            ],
4051
            "authors": [
4052
                {
4053
                    "name": "Mike van Riel",
4054
                    "email": "[email protected]"
4055
                }
4056
            ],
4057
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4058
            "time": "2017-11-30T07:14:17+00:00"
4059
        },
4060
        {
4061
            "name": "phpdocumentor/type-resolver",
4062
            "version": "0.4.0",
4063
            "source": {
4064
                "type": "git",
4065
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4066
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4067
            },
4068
            "dist": {
4069
                "type": "zip",
4070
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4071
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4072
                "shasum": ""
4073
            },
4074
            "require": {
4075
                "php": "^5.5 || ^7.0",
4076
                "phpdocumentor/reflection-common": "^1.0"
4077
            },
4078
            "require-dev": {
4079
                "mockery/mockery": "^0.9.4",
4080
                "phpunit/phpunit": "^5.2||^4.8.24"
4081
            },
4082
            "type": "library",
4083
            "extra": {
4084
                "branch-alias": {
4085
                    "dev-master": "1.0.x-dev"
4086
                }
4087
            },
4088
            "autoload": {
4089
                "psr-4": {
4090
                    "phpDocumentor\\Reflection\\": [
4091
                        "src/"
4092
                    ]
4093
                }
4094
            },
4095
            "notification-url": "https://packagist.org/downloads/",
4096
            "license": [
4097
                "MIT"
4098
            ],
4099
            "authors": [
4100
                {
4101
                    "name": "Mike van Riel",
4102
                    "email": "[email protected]"
4103
                }
4104
            ],
4105
            "time": "2017-07-14T14:27:02+00:00"
4106
        },
4107
        {
4108
            "name": "phpspec/prophecy",
4109
            "version": "1.8.0",
4110
            "source": {
4111
                "type": "git",
4112
                "url": "https://github.com/phpspec/prophecy.git",
4113
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
4114
            },
4115
            "dist": {
4116
                "type": "zip",
4117
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4118
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4119
                "shasum": ""
4120
            },
4121
            "require": {
4122
                "doctrine/instantiator": "^1.0.2",
4123
                "php": "^5.3|^7.0",
4124
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4125
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4126
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4127
            },
4128
            "require-dev": {
4129
                "phpspec/phpspec": "^2.5|^3.2",
4130
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4131
            },
4132
            "type": "library",
4133
            "extra": {
4134
                "branch-alias": {
4135
                    "dev-master": "1.8.x-dev"
4136
                }
4137
            },
4138
            "autoload": {
4139
                "psr-0": {
4140
                    "Prophecy\\": "src/"
4141
                }
4142
            },
4143
            "notification-url": "https://packagist.org/downloads/",
4144
            "license": [
4145
                "MIT"
4146
            ],
4147
            "authors": [
4148
                {
4149
                    "name": "Konstantin Kudryashov",
4150
                    "email": "[email protected]",
4151
                    "homepage": "http://everzet.com"
4152
                },
4153
                {
4154
                    "name": "Marcello Duarte",
4155
                    "email": "[email protected]"
4156
                }
4157
            ],
4158
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4159
            "homepage": "https://github.com/phpspec/prophecy",
4160
            "keywords": [
4161
                "Double",
4162
                "Dummy",
4163
                "fake",
4164
                "mock",
4165
                "spy",
4166
                "stub"
4167
            ],
4168
            "time": "2018-08-05T17:53:17+00:00"
4169
        },
4170
        {
4171
            "name": "phpunit/php-code-coverage",
4172
            "version": "4.0.8",
4173
            "source": {
4174
                "type": "git",
4175
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4176
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
4177
            },
4178
            "dist": {
4179
                "type": "zip",
4180
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4181
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4182
                "shasum": ""
4183
            },
4184
            "require": {
4185
                "ext-dom": "*",
4186
                "ext-xmlwriter": "*",
4187
                "php": "^5.6 || ^7.0",
4188
                "phpunit/php-file-iterator": "^1.3",
4189
                "phpunit/php-text-template": "^1.2",
4190
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
4191
                "sebastian/code-unit-reverse-lookup": "^1.0",
4192
                "sebastian/environment": "^1.3.2 || ^2.0",
4193
                "sebastian/version": "^1.0 || ^2.0"
4194
            },
4195
            "require-dev": {
4196
                "ext-xdebug": "^2.1.4",
4197
                "phpunit/phpunit": "^5.7"
4198
            },
4199
            "suggest": {
4200
                "ext-xdebug": "^2.5.1"
4201
            },
4202
            "type": "library",
4203
            "extra": {
4204
                "branch-alias": {
4205
                    "dev-master": "4.0.x-dev"
4206
                }
4207
            },
4208
            "autoload": {
4209
                "classmap": [
4210
                    "src/"
4211
                ]
4212
            },
4213
            "notification-url": "https://packagist.org/downloads/",
4214
            "license": [
4215
                "BSD-3-Clause"
4216
            ],
4217
            "authors": [
4218
                {
4219
                    "name": "Sebastian Bergmann",
4220
                    "email": "[email protected]",
4221
                    "role": "lead"
4222
                }
4223
            ],
4224
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4225
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4226
            "keywords": [
4227
                "coverage",
4228
                "testing",
4229
                "xunit"
4230
            ],
4231
            "time": "2017-04-02T07:44:40+00:00"
4232
        },
4233
        {
4234
            "name": "phpunit/php-file-iterator",
4235
            "version": "1.4.5",
4236
            "source": {
4237
                "type": "git",
4238
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4239
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4240
            },
4241
            "dist": {
4242
                "type": "zip",
4243
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4244
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4245
                "shasum": ""
4246
            },
4247
            "require": {
4248
                "php": ">=5.3.3"
4249
            },
4250
            "type": "library",
4251
            "extra": {
4252
                "branch-alias": {
4253
                    "dev-master": "1.4.x-dev"
4254
                }
4255
            },
4256
            "autoload": {
4257
                "classmap": [
4258
                    "src/"
4259
                ]
4260
            },
4261
            "notification-url": "https://packagist.org/downloads/",
4262
            "license": [
4263
                "BSD-3-Clause"
4264
            ],
4265
            "authors": [
4266
                {
4267
                    "name": "Sebastian Bergmann",
4268
                    "email": "[email protected]",
4269
                    "role": "lead"
4270
                }
4271
            ],
4272
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4273
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4274
            "keywords": [
4275
                "filesystem",
4276
                "iterator"
4277
            ],
4278
            "time": "2017-11-27T13:52:08+00:00"
4279
        },
4280
        {
4281
            "name": "phpunit/php-text-template",
4282
            "version": "1.2.1",
4283
            "source": {
4284
                "type": "git",
4285
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4286
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4287
            },
4288
            "dist": {
4289
                "type": "zip",
4290
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4291
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4292
                "shasum": ""
4293
            },
4294
            "require": {
4295
                "php": ">=5.3.3"
4296
            },
4297
            "type": "library",
4298
            "autoload": {
4299
                "classmap": [
4300
                    "src/"
4301
                ]
4302
            },
4303
            "notification-url": "https://packagist.org/downloads/",
4304
            "license": [
4305
                "BSD-3-Clause"
4306
            ],
4307
            "authors": [
4308
                {
4309
                    "name": "Sebastian Bergmann",
4310
                    "email": "[email protected]",
4311
                    "role": "lead"
4312
                }
4313
            ],
4314
            "description": "Simple template engine.",
4315
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4316
            "keywords": [
4317
                "template"
4318
            ],
4319
            "time": "2015-06-21T13:50:34+00:00"
4320
        },
4321
        {
4322
            "name": "phpunit/php-timer",
4323
            "version": "1.0.9",
4324
            "source": {
4325
                "type": "git",
4326
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4327
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4328
            },
4329
            "dist": {
4330
                "type": "zip",
4331
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4332
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4333
                "shasum": ""
4334
            },
4335
            "require": {
4336
                "php": "^5.3.3 || ^7.0"
4337
            },
4338
            "require-dev": {
4339
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4340
            },
4341
            "type": "library",
4342
            "extra": {
4343
                "branch-alias": {
4344
                    "dev-master": "1.0-dev"
4345
                }
4346
            },
4347
            "autoload": {
4348
                "classmap": [
4349
                    "src/"
4350
                ]
4351
            },
4352
            "notification-url": "https://packagist.org/downloads/",
4353
            "license": [
4354
                "BSD-3-Clause"
4355
            ],
4356
            "authors": [
4357
                {
4358
                    "name": "Sebastian Bergmann",
4359
                    "email": "[email protected]",
4360
                    "role": "lead"
4361
                }
4362
            ],
4363
            "description": "Utility class for timing",
4364
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4365
            "keywords": [
4366
                "timer"
4367
            ],
4368
            "time": "2017-02-26T11:10:40+00:00"
4369
        },
4370
        {
4371
            "name": "phpunit/php-token-stream",
4372
            "version": "2.0.2",
4373
            "source": {
4374
                "type": "git",
4375
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4376
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
4377
            },
4378
            "dist": {
4379
                "type": "zip",
4380
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
4381
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
4382
                "shasum": ""
4383
            },
4384
            "require": {
4385
                "ext-tokenizer": "*",
4386
                "php": "^7.0"
4387
            },
4388
            "require-dev": {
4389
                "phpunit/phpunit": "^6.2.4"
4390
            },
4391
            "type": "library",
4392
            "extra": {
4393
                "branch-alias": {
4394
                    "dev-master": "2.0-dev"
4395
                }
4396
            },
4397
            "autoload": {
4398
                "classmap": [
4399
                    "src/"
4400
                ]
4401
            },
4402
            "notification-url": "https://packagist.org/downloads/",
4403
            "license": [
4404
                "BSD-3-Clause"
4405
            ],
4406
            "authors": [
4407
                {
4408
                    "name": "Sebastian Bergmann",
4409
                    "email": "[email protected]"
4410
                }
4411
            ],
4412
            "description": "Wrapper around PHP's tokenizer extension.",
4413
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4414
            "keywords": [
4415
                "tokenizer"
4416
            ],
4417
            "time": "2017-11-27T05:48:46+00:00"
4418
        },
4419
        {
4420
            "name": "phpunit/phpunit",
4421
            "version": "5.7.27",
4422
            "source": {
4423
                "type": "git",
4424
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4425
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
4426
            },
4427
            "dist": {
4428
                "type": "zip",
4429
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4430
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4431
                "shasum": ""
4432
            },
4433
            "require": {
4434
                "ext-dom": "*",
4435
                "ext-json": "*",
4436
                "ext-libxml": "*",
4437
                "ext-mbstring": "*",
4438
                "ext-xml": "*",
4439
                "myclabs/deep-copy": "~1.3",
4440
                "php": "^5.6 || ^7.0",
4441
                "phpspec/prophecy": "^1.6.2",
4442
                "phpunit/php-code-coverage": "^4.0.4",
4443
                "phpunit/php-file-iterator": "~1.4",
4444
                "phpunit/php-text-template": "~1.2",
4445
                "phpunit/php-timer": "^1.0.6",
4446
                "phpunit/phpunit-mock-objects": "^3.2",
4447
                "sebastian/comparator": "^1.2.4",
4448
                "sebastian/diff": "^1.4.3",
4449
                "sebastian/environment": "^1.3.4 || ^2.0",
4450
                "sebastian/exporter": "~2.0",
4451
                "sebastian/global-state": "^1.1",
4452
                "sebastian/object-enumerator": "~2.0",
4453
                "sebastian/resource-operations": "~1.0",
4454
                "sebastian/version": "^1.0.6|^2.0.1",
4455
                "symfony/yaml": "~2.1|~3.0|~4.0"
4456
            },
4457
            "conflict": {
4458
                "phpdocumentor/reflection-docblock": "3.0.2"
4459
            },
4460
            "require-dev": {
4461
                "ext-pdo": "*"
4462
            },
4463
            "suggest": {
4464
                "ext-xdebug": "*",
4465
                "phpunit/php-invoker": "~1.1"
4466
            },
4467
            "bin": [
4468
                "phpunit"
4469
            ],
4470
            "type": "library",
4471
            "extra": {
4472
                "branch-alias": {
4473
                    "dev-master": "5.7.x-dev"
4474
                }
4475
            },
4476
            "autoload": {
4477
                "classmap": [
4478
                    "src/"
4479
                ]
4480
            },
4481
            "notification-url": "https://packagist.org/downloads/",
4482
            "license": [
4483
                "BSD-3-Clause"
4484
            ],
4485
            "authors": [
4486
                {
4487
                    "name": "Sebastian Bergmann",
4488
                    "email": "[email protected]",
4489
                    "role": "lead"
4490
                }
4491
            ],
4492
            "description": "The PHP Unit Testing framework.",
4493
            "homepage": "https://phpunit.de/",
4494
            "keywords": [
4495
                "phpunit",
4496
                "testing",
4497
                "xunit"
4498
            ],
4499
            "time": "2018-02-01T05:50:59+00:00"
4500
        },
4501
        {
4502
            "name": "phpunit/phpunit-mock-objects",
4503
            "version": "3.4.4",
4504
            "source": {
4505
                "type": "git",
4506
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4507
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
4508
            },
4509
            "dist": {
4510
                "type": "zip",
4511
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
4512
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
4513
                "shasum": ""
4514
            },
4515
            "require": {
4516
                "doctrine/instantiator": "^1.0.2",
4517
                "php": "^5.6 || ^7.0",
4518
                "phpunit/php-text-template": "^1.2",
4519
                "sebastian/exporter": "^1.2 || ^2.0"
4520
            },
4521
            "conflict": {
4522
                "phpunit/phpunit": "<5.4.0"
4523
            },
4524
            "require-dev": {
4525
                "phpunit/phpunit": "^5.4"
4526
            },
4527
            "suggest": {
4528
                "ext-soap": "*"
4529
            },
4530
            "type": "library",
4531
            "extra": {
4532
                "branch-alias": {
4533
                    "dev-master": "3.2.x-dev"
4534
                }
4535
            },
4536
            "autoload": {
4537
                "classmap": [
4538
                    "src/"
4539
                ]
4540
            },
4541
            "notification-url": "https://packagist.org/downloads/",
4542
            "license": [
4543
                "BSD-3-Clause"
4544
            ],
4545
            "authors": [
4546
                {
4547
                    "name": "Sebastian Bergmann",
4548
                    "email": "[email protected]",
4549
                    "role": "lead"
4550
                }
4551
            ],
4552
            "description": "Mock Object library for PHPUnit",
4553
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4554
            "keywords": [
4555
                "mock",
4556
                "xunit"
4557
            ],
4558
            "time": "2017-06-30T09:13:00+00:00"
4559
        },
4560
        {
4561
            "name": "sebastian/code-unit-reverse-lookup",
4562
            "version": "1.0.1",
4563
            "source": {
4564
                "type": "git",
4565
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4566
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4567
            },
4568
            "dist": {
4569
                "type": "zip",
4570
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4571
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4572
                "shasum": ""
4573
            },
4574
            "require": {
4575
                "php": "^5.6 || ^7.0"
4576
            },
4577
            "require-dev": {
4578
                "phpunit/phpunit": "^5.7 || ^6.0"
4579
            },
4580
            "type": "library",
4581
            "extra": {
4582
                "branch-alias": {
4583
                    "dev-master": "1.0.x-dev"
4584
                }
4585
            },
4586
            "autoload": {
4587
                "classmap": [
4588
                    "src/"
4589
                ]
4590
            },
4591
            "notification-url": "https://packagist.org/downloads/",
4592
            "license": [
4593
                "BSD-3-Clause"
4594
            ],
4595
            "authors": [
4596
                {
4597
                    "name": "Sebastian Bergmann",
4598
                    "email": "[email protected]"
4599
                }
4600
            ],
4601
            "description": "Looks up which function or method a line of code belongs to",
4602
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4603
            "time": "2017-03-04T06:30:41+00:00"
4604
        },
4605
        {
4606
            "name": "sebastian/comparator",
4607
            "version": "1.2.4",
4608
            "source": {
4609
                "type": "git",
4610
                "url": "https://github.com/sebastianbergmann/comparator.git",
4611
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4612
            },
4613
            "dist": {
4614
                "type": "zip",
4615
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4616
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4617
                "shasum": ""
4618
            },
4619
            "require": {
4620
                "php": ">=5.3.3",
4621
                "sebastian/diff": "~1.2",
4622
                "sebastian/exporter": "~1.2 || ~2.0"
4623
            },
4624
            "require-dev": {
4625
                "phpunit/phpunit": "~4.4"
4626
            },
4627
            "type": "library",
4628
            "extra": {
4629
                "branch-alias": {
4630
                    "dev-master": "1.2.x-dev"
4631
                }
4632
            },
4633
            "autoload": {
4634
                "classmap": [
4635
                    "src/"
4636
                ]
4637
            },
4638
            "notification-url": "https://packagist.org/downloads/",
4639
            "license": [
4640
                "BSD-3-Clause"
4641
            ],
4642
            "authors": [
4643
                {
4644
                    "name": "Jeff Welch",
4645
                    "email": "[email protected]"
4646
                },
4647
                {
4648
                    "name": "Volker Dusch",
4649
                    "email": "[email protected]"
4650
                },
4651
                {
4652
                    "name": "Bernhard Schussek",
4653
                    "email": "[email protected]"
4654
                },
4655
                {
4656
                    "name": "Sebastian Bergmann",
4657
                    "email": "[email protected]"
4658
                }
4659
            ],
4660
            "description": "Provides the functionality to compare PHP values for equality",
4661
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4662
            "keywords": [
4663
                "comparator",
4664
                "compare",
4665
                "equality"
4666
            ],
4667
            "time": "2017-01-29T09:50:25+00:00"
4668
        },
4669
        {
4670
            "name": "sebastian/diff",
4671
            "version": "1.4.3",
4672
            "source": {
4673
                "type": "git",
4674
                "url": "https://github.com/sebastianbergmann/diff.git",
4675
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4676
            },
4677
            "dist": {
4678
                "type": "zip",
4679
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4680
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4681
                "shasum": ""
4682
            },
4683
            "require": {
4684
                "php": "^5.3.3 || ^7.0"
4685
            },
4686
            "require-dev": {
4687
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4688
            },
4689
            "type": "library",
4690
            "extra": {
4691
                "branch-alias": {
4692
                    "dev-master": "1.4-dev"
4693
                }
4694
            },
4695
            "autoload": {
4696
                "classmap": [
4697
                    "src/"
4698
                ]
4699
            },
4700
            "notification-url": "https://packagist.org/downloads/",
4701
            "license": [
4702
                "BSD-3-Clause"
4703
            ],
4704
            "authors": [
4705
                {
4706
                    "name": "Kore Nordmann",
4707
                    "email": "[email protected]"
4708
                },
4709
                {
4710
                    "name": "Sebastian Bergmann",
4711
                    "email": "[email protected]"
4712
                }
4713
            ],
4714
            "description": "Diff implementation",
4715
            "homepage": "https://github.com/sebastianbergmann/diff",
4716
            "keywords": [
4717
                "diff"
4718
            ],
4719
            "time": "2017-05-22T07:24:03+00:00"
4720
        },
4721
        {
4722
            "name": "sebastian/environment",
4723
            "version": "2.0.0",
4724
            "source": {
4725
                "type": "git",
4726
                "url": "https://github.com/sebastianbergmann/environment.git",
4727
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4728
            },
4729
            "dist": {
4730
                "type": "zip",
4731
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4732
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4733
                "shasum": ""
4734
            },
4735
            "require": {
4736
                "php": "^5.6 || ^7.0"
4737
            },
4738
            "require-dev": {
4739
                "phpunit/phpunit": "^5.0"
4740
            },
4741
            "type": "library",
4742
            "extra": {
4743
                "branch-alias": {
4744
                    "dev-master": "2.0.x-dev"
4745
                }
4746
            },
4747
            "autoload": {
4748
                "classmap": [
4749
                    "src/"
4750
                ]
4751
            },
4752
            "notification-url": "https://packagist.org/downloads/",
4753
            "license": [
4754
                "BSD-3-Clause"
4755
            ],
4756
            "authors": [
4757
                {
4758
                    "name": "Sebastian Bergmann",
4759
                    "email": "[email protected]"
4760
                }
4761
            ],
4762
            "description": "Provides functionality to handle HHVM/PHP environments",
4763
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4764
            "keywords": [
4765
                "Xdebug",
4766
                "environment",
4767
                "hhvm"
4768
            ],
4769
            "time": "2016-11-26T07:53:53+00:00"
4770
        },
4771
        {
4772
            "name": "sebastian/exporter",
4773
            "version": "2.0.0",
4774
            "source": {
4775
                "type": "git",
4776
                "url": "https://github.com/sebastianbergmann/exporter.git",
4777
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
4778
            },
4779
            "dist": {
4780
                "type": "zip",
4781
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4782
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4783
                "shasum": ""
4784
            },
4785
            "require": {
4786
                "php": ">=5.3.3",
4787
                "sebastian/recursion-context": "~2.0"
4788
            },
4789
            "require-dev": {
4790
                "ext-mbstring": "*",
4791
                "phpunit/phpunit": "~4.4"
4792
            },
4793
            "type": "library",
4794
            "extra": {
4795
                "branch-alias": {
4796
                    "dev-master": "2.0.x-dev"
4797
                }
4798
            },
4799
            "autoload": {
4800
                "classmap": [
4801
                    "src/"
4802
                ]
4803
            },
4804
            "notification-url": "https://packagist.org/downloads/",
4805
            "license": [
4806
                "BSD-3-Clause"
4807
            ],
4808
            "authors": [
4809
                {
4810
                    "name": "Jeff Welch",
4811
                    "email": "[email protected]"
4812
                },
4813
                {
4814
                    "name": "Volker Dusch",
4815
                    "email": "[email protected]"
4816
                },
4817
                {
4818
                    "name": "Bernhard Schussek",
4819
                    "email": "[email protected]"
4820
                },
4821
                {
4822
                    "name": "Sebastian Bergmann",
4823
                    "email": "[email protected]"
4824
                },
4825
                {
4826
                    "name": "Adam Harvey",
4827
                    "email": "[email protected]"
4828
                }
4829
            ],
4830
            "description": "Provides the functionality to export PHP variables for visualization",
4831
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4832
            "keywords": [
4833
                "export",
4834
                "exporter"
4835
            ],
4836
            "time": "2016-11-19T08:54:04+00:00"
4837
        },
4838
        {
4839
            "name": "sebastian/global-state",
4840
            "version": "1.1.1",
4841
            "source": {
4842
                "type": "git",
4843
                "url": "https://github.com/sebastianbergmann/global-state.git",
4844
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4845
            },
4846
            "dist": {
4847
                "type": "zip",
4848
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4849
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4850
                "shasum": ""
4851
            },
4852
            "require": {
4853
                "php": ">=5.3.3"
4854
            },
4855
            "require-dev": {
4856
                "phpunit/phpunit": "~4.2"
4857
            },
4858
            "suggest": {
4859
                "ext-uopz": "*"
4860
            },
4861
            "type": "library",
4862
            "extra": {
4863
                "branch-alias": {
4864
                    "dev-master": "1.0-dev"
4865
                }
4866
            },
4867
            "autoload": {
4868
                "classmap": [
4869
                    "src/"
4870
                ]
4871
            },
4872
            "notification-url": "https://packagist.org/downloads/",
4873
            "license": [
4874
                "BSD-3-Clause"
4875
            ],
4876
            "authors": [
4877
                {
4878
                    "name": "Sebastian Bergmann",
4879
                    "email": "[email protected]"
4880
                }
4881
            ],
4882
            "description": "Snapshotting of global state",
4883
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4884
            "keywords": [
4885
                "global state"
4886
            ],
4887
            "time": "2015-10-12T03:26:01+00:00"
4888
        },
4889
        {
4890
            "name": "sebastian/object-enumerator",
4891
            "version": "2.0.1",
4892
            "source": {
4893
                "type": "git",
4894
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4895
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
4896
            },
4897
            "dist": {
4898
                "type": "zip",
4899
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
4900
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
4901
                "shasum": ""
4902
            },
4903
            "require": {
4904
                "php": ">=5.6",
4905
                "sebastian/recursion-context": "~2.0"
4906
            },
4907
            "require-dev": {
4908
                "phpunit/phpunit": "~5"
4909
            },
4910
            "type": "library",
4911
            "extra": {
4912
                "branch-alias": {
4913
                    "dev-master": "2.0.x-dev"
4914
                }
4915
            },
4916
            "autoload": {
4917
                "classmap": [
4918
                    "src/"
4919
                ]
4920
            },
4921
            "notification-url": "https://packagist.org/downloads/",
4922
            "license": [
4923
                "BSD-3-Clause"
4924
            ],
4925
            "authors": [
4926
                {
4927
                    "name": "Sebastian Bergmann",
4928
                    "email": "[email protected]"
4929
                }
4930
            ],
4931
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4932
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4933
            "time": "2017-02-18T15:18:39+00:00"
4934
        },
4935
        {
4936
            "name": "sebastian/recursion-context",
4937
            "version": "2.0.0",
4938
            "source": {
4939
                "type": "git",
4940
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4941
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
4942
            },
4943
            "dist": {
4944
                "type": "zip",
4945
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4946
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4947
                "shasum": ""
4948
            },
4949
            "require": {
4950
                "php": ">=5.3.3"
4951
            },
4952
            "require-dev": {
4953
                "phpunit/phpunit": "~4.4"
4954
            },
4955
            "type": "library",
4956
            "extra": {
4957
                "branch-alias": {
4958
                    "dev-master": "2.0.x-dev"
4959
                }
4960
            },
4961
            "autoload": {
4962
                "classmap": [
4963
                    "src/"
4964
                ]
4965
            },
4966
            "notification-url": "https://packagist.org/downloads/",
4967
            "license": [
4968
                "BSD-3-Clause"
4969
            ],
4970
            "authors": [
4971
                {
4972
                    "name": "Jeff Welch",
4973
                    "email": "[email protected]"
4974
                },
4975
                {
4976
                    "name": "Sebastian Bergmann",
4977
                    "email": "[email protected]"
4978
                },
4979
                {
4980
                    "name": "Adam Harvey",
4981
                    "email": "[email protected]"
4982
                }
4983
            ],
4984
            "description": "Provides functionality to recursively process PHP variables",
4985
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4986
            "time": "2016-11-19T07:33:16+00:00"
4987
        },
4988
        {
4989
            "name": "sebastian/resource-operations",
4990
            "version": "1.0.0",
4991
            "source": {
4992
                "type": "git",
4993
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4994
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4995
            },
4996
            "dist": {
4997
                "type": "zip",
4998
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4999
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5000
                "shasum": ""
5001
            },
5002
            "require": {
5003
                "php": ">=5.6.0"
5004
            },
5005
            "type": "library",
5006
            "extra": {
5007
                "branch-alias": {
5008
                    "dev-master": "1.0.x-dev"
5009
                }
5010
            },
5011
            "autoload": {
5012
                "classmap": [
5013
                    "src/"
5014
                ]
5015
            },
5016
            "notification-url": "https://packagist.org/downloads/",
5017
            "license": [
5018
                "BSD-3-Clause"
5019
            ],
5020
            "authors": [
5021
                {
5022
                    "name": "Sebastian Bergmann",
5023
                    "email": "[email protected]"
5024
                }
5025
            ],
5026
            "description": "Provides a list of PHP built-in functions that operate on resources",
5027
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5028
            "time": "2015-07-28T20:34:47+00:00"
5029
        },
5030
        {
5031
            "name": "sebastian/version",
5032
            "version": "2.0.1",
5033
            "source": {
5034
                "type": "git",
5035
                "url": "https://github.com/sebastianbergmann/version.git",
5036
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5037
            },
5038
            "dist": {
5039
                "type": "zip",
5040
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5041
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5042
                "shasum": ""
5043
            },
5044
            "require": {
5045
                "php": ">=5.6"
5046
            },
5047
            "type": "library",
5048
            "extra": {
5049
                "branch-alias": {
5050
                    "dev-master": "2.0.x-dev"
5051
                }
5052
            },
5053
            "autoload": {
5054
                "classmap": [
5055
                    "src/"
5056
                ]
5057
            },
5058
            "notification-url": "https://packagist.org/downloads/",
5059
            "license": [
5060
                "BSD-3-Clause"
5061
            ],
5062
            "authors": [
5063
                {
5064
                    "name": "Sebastian Bergmann",
5065
                    "email": "[email protected]",
5066
                    "role": "lead"
5067
                }
5068
            ],
5069
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5070
            "homepage": "https://github.com/sebastianbergmann/version",
5071
            "time": "2016-10-03T07:35:21+00:00"
5072
        },
5073
        {
5074
            "name": "symfony/phpunit-bridge",
5075
            "version": "v3.4.18",
5076
            "source": {
5077
                "type": "git",
5078
                "url": "https://github.com/symfony/phpunit-bridge.git",
5079
                "reference": "76e013a98031356604e5a730c9eb22713dc4dda4"
5080
            },
5081
            "dist": {
5082
                "type": "zip",
5083
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/76e013a98031356604e5a730c9eb22713dc4dda4",
5084
                "reference": "76e013a98031356604e5a730c9eb22713dc4dda4",
5085
                "shasum": ""
5086
            },
5087
            "require": {
5088
                "php": ">=5.3.3"
5089
            },
5090
            "conflict": {
5091
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5092
            },
5093
            "suggest": {
5094
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
5095
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5096
            },
5097
            "bin": [
5098
                "bin/simple-phpunit"
5099
            ],
5100
            "type": "symfony-bridge",
5101
            "extra": {
5102
                "branch-alias": {
5103
                    "dev-master": "3.4-dev"
5104
                },
5105
                "thanks": {
5106
                    "name": "phpunit/phpunit",
5107
                    "url": "https://github.com/sebastianbergmann/phpunit"
5108
                }
5109
            },
5110
            "autoload": {
5111
                "files": [
5112
                    "bootstrap.php"
5113
                ],
5114
                "psr-4": {
5115
                    "Symfony\\Bridge\\PhpUnit\\": ""
5116
                },
5117
                "exclude-from-classmap": [
5118
                    "/Tests/"
5119
                ]
5120
            },
5121
            "notification-url": "https://packagist.org/downloads/",
5122
            "license": [
5123
                "MIT"
5124
            ],
5125
            "authors": [
5126
                {
5127
                    "name": "Nicolas Grekas",
5128
                    "email": "[email protected]"
5129
                },
5130
                {
5131
                    "name": "Symfony Community",
5132
                    "homepage": "https://symfony.com/contributors"
5133
                }
5134
            ],
5135
            "description": "Symfony PHPUnit Bridge",
5136
            "homepage": "https://symfony.com",
5137
            "time": "2018-10-02T12:28:39+00:00"
5138
        },
5139
        {
5140
            "name": "webmozart/assert",
5141
            "version": "1.3.0",
5142
            "source": {
5143
                "type": "git",
5144
                "url": "https://github.com/webmozart/assert.git",
5145
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5146
            },
5147
            "dist": {
5148
                "type": "zip",
5149
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5150
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5151
                "shasum": ""
5152
            },
5153
            "require": {
5154
                "php": "^5.3.3 || ^7.0"
5155
            },
5156
            "require-dev": {
5157
                "phpunit/phpunit": "^4.6",
5158
                "sebastian/version": "^1.0.1"
5159
            },
5160
            "type": "library",
5161
            "extra": {
5162
                "branch-alias": {
5163
                    "dev-master": "1.3-dev"
5164
                }
5165
            },
5166
            "autoload": {
5167
                "psr-4": {
5168
                    "Webmozart\\Assert\\": "src/"
5169
                }
5170
            },
5171
            "notification-url": "https://packagist.org/downloads/",
5172
            "license": [
5173
                "MIT"
5174
            ],
5175
            "authors": [
5176
                {
5177
                    "name": "Bernhard Schussek",
5178
                    "email": "[email protected]"
5179
                }
5180
            ],
5181
            "description": "Assertions to validate method input/output with nice error messages.",
5182
            "keywords": [
5183
                "assert",
5184
                "check",
5185
                "validate"
5186
            ],
5187
            "time": "2018-01-29T19:49:41+00:00"
5188
        }
5189
    ],
5190
    "aliases": [],
5191
    "minimum-stability": "stable",
5192
    "stability-flags": [],
5193
    "prefer-stable": false,
5194
    "prefer-lowest": false,
5195
    "platform": {
5196
        "php": "^7.2",
5197
        "ext-json": "*",
5198
        "ext-pdo": "*"
5199
    },
5200
    "platform-dev": [],
5201
    "platform-overrides": {
5202
        "php": "7.2"
5203
    }
5204
}
5205