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

CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
3673
            "version": "v3.4.13",
3674
            "source": {
3675
                "type": "git",
3676
                "url": "https://github.com/symfony/symfony.git",
3677
                "reference": "c406c5a4f11fc00b60d3ec585125350418c4568d"
3678
            },
3679
            "dist": {
3680
                "type": "zip",
3681
                "url": "https://api.github.com/repos/symfony/symfony/zipball/c406c5a4f11fc00b60d3ec585125350418c4568d",
3682
                "reference": "c406c5a4f11fc00b60d3ec585125350418c4568d",
3683
                "shasum": ""
3684
            },
3685
            "require": {
3686
                "doctrine/common": "~2.4@stable",
3687
                "ext-xml": "*",
3688
                "fig/link-util": "^1.0",
3689
                "php": "^5.5.9|>=7.0.8",
3690
                "psr/cache": "~1.0",
3691
                "psr/container": "^1.0",
3692
                "psr/link": "^1.0",
3693
                "psr/log": "~1.0",
3694
                "psr/simple-cache": "^1.0",
3695
                "symfony/polyfill-apcu": "~1.1",
3696
                "symfony/polyfill-ctype": "~1.8",
3697
                "symfony/polyfill-intl-icu": "~1.0",
3698
                "symfony/polyfill-mbstring": "~1.0",
3699
                "symfony/polyfill-php56": "~1.0",
3700
                "symfony/polyfill-php70": "~1.6",
3701
                "twig/twig": "^1.35|^2.4.4"
3702
            },
3703
            "conflict": {
3704
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
3705
                "phpdocumentor/type-resolver": "<0.3.0",
3706
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3707
            },
3708
            "provide": {
3709
                "psr/cache-implementation": "1.0",
3710
                "psr/container-implementation": "1.0",
3711
                "psr/log-implementation": "1.0",
3712
                "psr/simple-cache-implementation": "1.0"
3713
            },
3714
            "replace": {
3715
                "symfony/asset": "self.version",
3716
                "symfony/browser-kit": "self.version",
3717
                "symfony/cache": "self.version",
3718
                "symfony/class-loader": "self.version",
3719
                "symfony/config": "self.version",
3720
                "symfony/console": "self.version",
3721
                "symfony/css-selector": "self.version",
3722
                "symfony/debug": "self.version",
3723
                "symfony/debug-bundle": "self.version",
3724
                "symfony/dependency-injection": "self.version",
3725
                "symfony/doctrine-bridge": "self.version",
3726
                "symfony/dom-crawler": "self.version",
3727
                "symfony/dotenv": "self.version",
3728
                "symfony/event-dispatcher": "self.version",
3729
                "symfony/expression-language": "self.version",
3730
                "symfony/filesystem": "self.version",
3731
                "symfony/finder": "self.version",
3732
                "symfony/form": "self.version",
3733
                "symfony/framework-bundle": "self.version",
3734
                "symfony/http-foundation": "self.version",
3735
                "symfony/http-kernel": "self.version",
3736
                "symfony/inflector": "self.version",
3737
                "symfony/intl": "self.version",
3738
                "symfony/ldap": "self.version",
3739
                "symfony/lock": "self.version",
3740
                "symfony/monolog-bridge": "self.version",
3741
                "symfony/options-resolver": "self.version",
3742
                "symfony/process": "self.version",
3743
                "symfony/property-access": "self.version",
3744
                "symfony/property-info": "self.version",
3745
                "symfony/proxy-manager-bridge": "self.version",
3746
                "symfony/routing": "self.version",
3747
                "symfony/security": "self.version",
3748
                "symfony/security-bundle": "self.version",
3749
                "symfony/security-core": "self.version",
3750
                "symfony/security-csrf": "self.version",
3751
                "symfony/security-guard": "self.version",
3752
                "symfony/security-http": "self.version",
3753
                "symfony/serializer": "self.version",
3754
                "symfony/stopwatch": "self.version",
3755
                "symfony/templating": "self.version",
3756
                "symfony/translation": "self.version",
3757
                "symfony/twig-bridge": "self.version",
3758
                "symfony/twig-bundle": "self.version",
3759
                "symfony/validator": "self.version",
3760
                "symfony/var-dumper": "self.version",
3761
                "symfony/web-link": "self.version",
3762
                "symfony/web-profiler-bundle": "self.version",
3763
                "symfony/web-server-bundle": "self.version",
3764
                "symfony/workflow": "self.version",
3765
                "symfony/yaml": "self.version"
3766
            },
3767
            "require-dev": {
3768
                "cache/integration-tests": "dev-master",
3769
                "doctrine/annotations": "~1.0",
3770
                "doctrine/cache": "~1.6",
3771
                "doctrine/data-fixtures": "1.0.*",
3772
                "doctrine/dbal": "~2.4",
3773
                "doctrine/doctrine-bundle": "~1.4",
3774
                "doctrine/orm": "~2.4,>=2.4.5,<=2.7.0",
3775
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3776
                "monolog/monolog": "~1.11",
3777
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3778
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3779
                "predis/predis": "~1.0",
3780
                "symfony/phpunit-bridge": "~3.4|~4.0",
3781
                "symfony/security-acl": "~2.8|~3.0"
3782
            },
3783
            "type": "library",
3784
            "extra": {
3785
                "branch-alias": {
3786
                    "dev-master": "3.4-dev"
3787
                }
3788
            },
3789
            "autoload": {
3790
                "psr-4": {
3791
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3792
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3793
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3794
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3795
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3796
                    "Symfony\\Component\\": "src/Symfony/Component/"
3797
                },
3798
                "classmap": [
3799
                    "src/Symfony/Component/Intl/Resources/stubs"
3800
                ],
3801
                "exclude-from-classmap": [
3802
                    "**/Tests/"
3803
                ]
3804
            },
3805
            "notification-url": "https://packagist.org/downloads/",
3806
            "license": [
3807
                "MIT"
3808
            ],
3809
            "authors": [
3810
                {
3811
                    "name": "Fabien Potencier",
3812
                    "email": "[email protected]"
3813
                },
3814
                {
3815
                    "name": "Symfony Community",
3816
                    "homepage": "https://symfony.com/contributors"
3817
                }
3818
            ],
3819
            "description": "The Symfony PHP framework",
3820
            "homepage": "https://symfony.com",
3821
            "keywords": [
3822
                "framework"
3823
            ],
3824
            "time": "2018-07-23T16:37:45+00:00"
3825
        },
3826
        {
3827
            "name": "twbs/bootstrap",
3828
            "version": "v3.3.7",
3829
            "source": {
3830
                "type": "git",
3831
                "url": "https://github.com/twbs/bootstrap.git",
3832
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
3833
            },
3834
            "dist": {
3835
                "type": "zip",
3836
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3837
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3838
                "shasum": ""
3839
            },
3840
            "replace": {
3841
                "twitter/bootstrap": "self.version"
3842
            },
3843
            "type": "library",
3844
            "extra": {
3845
                "branch-alias": {
3846
                    "dev-master": "3.3.x-dev"
3847
                }
3848
            },
3849
            "notification-url": "https://packagist.org/downloads/",
3850
            "license": [
3851
                "MIT"
3852
            ],
3853
            "authors": [
3854
                {
3855
                    "name": "Jacob Thornton",
3856
                    "email": "[email protected]"
3857
                },
3858
                {
3859
                    "name": "Mark Otto",
3860
                    "email": "[email protected]"
3861
                }
3862
            ],
3863
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3864
            "homepage": "http://getbootstrap.com",
3865
            "keywords": [
3866
                "JS",
3867
                "css",
3868
                "framework",
3869
                "front-end",
3870
                "less",
3871
                "mobile-first",
3872
                "responsive",
3873
                "web"
3874
            ],
3875
            "time": "2016-07-25T15:51:55+00:00"
3876
        },
3877
        {
3878
            "name": "twig/twig",
3879
            "version": "v1.35.4",
3880
            "source": {
3881
                "type": "git",
3882
                "url": "https://github.com/twigphp/Twig.git",
3883
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
3884
            },
3885
            "dist": {
3886
                "type": "zip",
3887
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3888
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3889
                "shasum": ""
3890
            },
3891
            "require": {
3892
                "php": ">=5.3.3",
3893
                "symfony/polyfill-ctype": "^1.8"
3894
            },
3895
            "require-dev": {
3896
                "psr/container": "^1.0",
3897
                "symfony/debug": "^2.7",
3898
                "symfony/phpunit-bridge": "^3.3"
3899
            },
3900
            "type": "library",
3901
            "extra": {
3902
                "branch-alias": {
3903
                    "dev-master": "1.35-dev"
3904
                }
3905
            },
3906
            "autoload": {
3907
                "psr-0": {
3908
                    "Twig_": "lib/"
3909
                },
3910
                "psr-4": {
3911
                    "Twig\\": "src/"
3912
                }
3913
            },
3914
            "notification-url": "https://packagist.org/downloads/",
3915
            "license": [
3916
                "BSD-3-Clause"
3917
            ],
3918
            "authors": [
3919
                {
3920
                    "name": "Fabien Potencier",
3921
                    "email": "[email protected]",
3922
                    "homepage": "http://fabien.potencier.org",
3923
                    "role": "Lead Developer"
3924
                },
3925
                {
3926
                    "name": "Armin Ronacher",
3927
                    "email": "[email protected]",
3928
                    "role": "Project Founder"
3929
                },
3930
                {
3931
                    "name": "Twig Team",
3932
                    "homepage": "https://twig.symfony.com/contributors",
3933
                    "role": "Contributors"
3934
                }
3935
            ],
3936
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3937
            "homepage": "https://twig.symfony.com",
3938
            "keywords": [
3939
                "templating"
3940
            ],
3941
            "time": "2018-07-13T07:12:17+00:00"
3942
        },
3943
        {
3944
            "name": "zendframework/zend-code",
3945
            "version": "2.6.3",
3946
            "source": {
3947
                "type": "git",
3948
                "url": "https://github.com/zendframework/zend-code.git",
3949
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3950
            },
3951
            "dist": {
3952
                "type": "zip",
3953
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3954
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3955
                "shasum": ""
3956
            },
3957
            "require": {
3958
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3959
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3960
            },
3961
            "require-dev": {
3962
                "doctrine/annotations": "~1.0",
3963
                "fabpot/php-cs-fixer": "1.7.*",
3964
                "phpunit/phpunit": "^4.8.21",
3965
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3966
            },
3967
            "suggest": {
3968
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3969
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3970
            },
3971
            "type": "library",
3972
            "extra": {
3973
                "branch-alias": {
3974
                    "dev-master": "2.6-dev",
3975
                    "dev-develop": "2.7-dev"
3976
                }
3977
            },
3978
            "autoload": {
3979
                "psr-4": {
3980
                    "Zend\\Code\\": "src/"
3981
                }
3982
            },
3983
            "notification-url": "https://packagist.org/downloads/",
3984
            "license": [
3985
                "BSD-3-Clause"
3986
            ],
3987
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3988
            "homepage": "https://github.com/zendframework/zend-code",
3989
            "keywords": [
3990
                "code",
3991
                "zf2"
3992
            ],
3993
            "time": "2016-04-20T17:26:42+00:00"
3994
        },
3995
        {
3996
            "name": "zendframework/zend-eventmanager",
3997
            "version": "3.2.1",
3998
            "source": {
3999
                "type": "git",
4000
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4001
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
4002
            },
4003
            "dist": {
4004
                "type": "zip",
4005
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
4006
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
4007
                "shasum": ""
4008
            },
4009
            "require": {
4010
                "php": "^5.6 || ^7.0"
4011
            },
4012
            "require-dev": {
4013
                "athletic/athletic": "^0.1",
4014
                "container-interop/container-interop": "^1.1.0",
4015
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4016
                "zendframework/zend-coding-standard": "~1.0.0",
4017
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4018
            },
4019
            "suggest": {
4020
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4021
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4022
            },
4023
            "type": "library",
4024
            "extra": {
4025
                "branch-alias": {
4026
                    "dev-master": "3.2-dev",
4027
                    "dev-develop": "3.3-dev"
4028
                }
4029
            },
4030
            "autoload": {
4031
                "psr-4": {
4032
                    "Zend\\EventManager\\": "src/"
4033
                }
4034
            },
4035
            "notification-url": "https://packagist.org/downloads/",
4036
            "license": [
4037
                "BSD-3-Clause"
4038
            ],
4039
            "description": "Trigger and listen to events within a PHP application",
4040
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4041
            "keywords": [
4042
                "event",
4043
                "eventmanager",
4044
                "events",
4045
                "zf2"
4046
            ],
4047
            "time": "2018-04-25T15:33:34+00:00"
4048
        }
4049
    ],
4050
    "packages-dev": [
4051
        {
4052
            "name": "jakub-onderka/php-parallel-lint",
4053
            "version": "v0.9.2",
4054
            "source": {
4055
                "type": "git",
4056
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
4057
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
4058
            },
4059
            "dist": {
4060
                "type": "zip",
4061
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
4062
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
4063
                "shasum": ""
4064
            },
4065
            "require": {
4066
                "php": ">=5.3.3"
4067
            },
4068
            "require-dev": {
4069
                "jakub-onderka/php-console-highlighter": "~0.3",
4070
                "nette/tester": "~1.3"
4071
            },
4072
            "suggest": {
4073
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
4074
            },
4075
            "bin": [
4076
                "parallel-lint"
4077
            ],
4078
            "type": "library",
4079
            "autoload": {
4080
                "classmap": [
4081
                    "./"
4082
                ]
4083
            },
4084
            "notification-url": "https://packagist.org/downloads/",
4085
            "license": [
4086
                "BSD-2-Clause"
4087
            ],
4088
            "authors": [
4089
                {
4090
                    "name": "Jakub Onderka",
4091
                    "email": "[email protected]"
4092
                }
4093
            ],
4094
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
4095
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
4096
            "time": "2015-12-15T10:42:16+00:00"
4097
        },
4098
        {
4099
            "name": "mediawiki/minus-x",
4100
            "version": "0.3.0",
4101
            "source": {
4102
                "type": "git",
4103
                "url": "https://github.com/wikimedia/mediawiki-tools-minus-x.git",
4104
                "reference": "1bddb4dc51656398c4820feda44c3372fea1149a"
4105
            },
4106
            "dist": {
4107
                "type": "zip",
4108
                "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-minus-x/zipball/1bddb4dc51656398c4820feda44c3372fea1149a",
4109
                "reference": "1bddb4dc51656398c4820feda44c3372fea1149a",
4110
                "shasum": ""
4111
            },
4112
            "require": {
4113
                "php": ">=5.5.9",
4114
                "symfony/console": "^3.3.5"
4115
            },
4116
            "require-dev": {
4117
                "jakub-onderka/php-console-highlighter": "0.3.2",
4118
                "jakub-onderka/php-parallel-lint": "0.9.2",
4119
                "mediawiki/mediawiki-codesniffer": "0.12.0"
4120
            },
4121
            "bin": [
4122
                "bin/minus-x"
4123
            ],
4124
            "type": "library",
4125
            "autoload": {
4126
                "psr-4": {
4127
                    "MediaWiki\\MinusX\\": "src/"
4128
                }
4129
            },
4130
            "notification-url": "https://packagist.org/downloads/",
4131
            "license": [
4132
                "GPL-3.0+"
4133
            ],
4134
            "authors": [
4135
                {
4136
                    "name": "Kunal Mehta",
4137
                    "email": "[email protected]"
4138
                }
4139
            ],
4140
            "description": "Removes executable bit from files that shouldn't be executable",
4141
            "homepage": "https://www.mediawiki.org/wiki/MinusX",
4142
            "time": "2018-01-10T12:40:14+00:00"
4143
        },
4144
        {
4145
            "name": "myclabs/deep-copy",
4146
            "version": "1.7.0",
4147
            "source": {
4148
                "type": "git",
4149
                "url": "https://github.com/myclabs/DeepCopy.git",
4150
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
4151
            },
4152
            "dist": {
4153
                "type": "zip",
4154
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4155
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4156
                "shasum": ""
4157
            },
4158
            "require": {
4159
                "php": "^5.6 || ^7.0"
4160
            },
4161
            "require-dev": {
4162
                "doctrine/collections": "^1.0",
4163
                "doctrine/common": "^2.6",
4164
                "phpunit/phpunit": "^4.1"
4165
            },
4166
            "type": "library",
4167
            "autoload": {
4168
                "psr-4": {
4169
                    "DeepCopy\\": "src/DeepCopy/"
4170
                },
4171
                "files": [
4172
                    "src/DeepCopy/deep_copy.php"
4173
                ]
4174
            },
4175
            "notification-url": "https://packagist.org/downloads/",
4176
            "license": [
4177
                "MIT"
4178
            ],
4179
            "description": "Create deep copies (clones) of your objects",
4180
            "keywords": [
4181
                "clone",
4182
                "copy",
4183
                "duplicate",
4184
                "object",
4185
                "object graph"
4186
            ],
4187
            "time": "2017-10-19T19:58:43+00:00"
4188
        },
4189
        {
4190
            "name": "phpdocumentor/reflection-common",
4191
            "version": "1.0.1",
4192
            "source": {
4193
                "type": "git",
4194
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4195
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4196
            },
4197
            "dist": {
4198
                "type": "zip",
4199
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4200
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4201
                "shasum": ""
4202
            },
4203
            "require": {
4204
                "php": ">=5.5"
4205
            },
4206
            "require-dev": {
4207
                "phpunit/phpunit": "^4.6"
4208
            },
4209
            "type": "library",
4210
            "extra": {
4211
                "branch-alias": {
4212
                    "dev-master": "1.0.x-dev"
4213
                }
4214
            },
4215
            "autoload": {
4216
                "psr-4": {
4217
                    "phpDocumentor\\Reflection\\": [
4218
                        "src"
4219
                    ]
4220
                }
4221
            },
4222
            "notification-url": "https://packagist.org/downloads/",
4223
            "license": [
4224
                "MIT"
4225
            ],
4226
            "authors": [
4227
                {
4228
                    "name": "Jaap van Otterdijk",
4229
                    "email": "[email protected]"
4230
                }
4231
            ],
4232
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4233
            "homepage": "http://www.phpdoc.org",
4234
            "keywords": [
4235
                "FQSEN",
4236
                "phpDocumentor",
4237
                "phpdoc",
4238
                "reflection",
4239
                "static analysis"
4240
            ],
4241
            "time": "2017-09-11T18:02:19+00:00"
4242
        },
4243
        {
4244
            "name": "phpdocumentor/reflection-docblock",
4245
            "version": "3.3.2",
4246
            "source": {
4247
                "type": "git",
4248
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4249
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
4250
            },
4251
            "dist": {
4252
                "type": "zip",
4253
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
4254
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
4255
                "shasum": ""
4256
            },
4257
            "require": {
4258
                "php": "^5.6 || ^7.0",
4259
                "phpdocumentor/reflection-common": "^1.0.0",
4260
                "phpdocumentor/type-resolver": "^0.4.0",
4261
                "webmozart/assert": "^1.0"
4262
            },
4263
            "require-dev": {
4264
                "mockery/mockery": "^0.9.4",
4265
                "phpunit/phpunit": "^4.4"
4266
            },
4267
            "type": "library",
4268
            "autoload": {
4269
                "psr-4": {
4270
                    "phpDocumentor\\Reflection\\": [
4271
                        "src/"
4272
                    ]
4273
                }
4274
            },
4275
            "notification-url": "https://packagist.org/downloads/",
4276
            "license": [
4277
                "MIT"
4278
            ],
4279
            "authors": [
4280
                {
4281
                    "name": "Mike van Riel",
4282
                    "email": "[email protected]"
4283
                }
4284
            ],
4285
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4286
            "time": "2017-11-10T14:09:06+00:00"
4287
        },
4288
        {
4289
            "name": "phpdocumentor/type-resolver",
4290
            "version": "0.4.0",
4291
            "source": {
4292
                "type": "git",
4293
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4294
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4295
            },
4296
            "dist": {
4297
                "type": "zip",
4298
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4299
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4300
                "shasum": ""
4301
            },
4302
            "require": {
4303
                "php": "^5.5 || ^7.0",
4304
                "phpdocumentor/reflection-common": "^1.0"
4305
            },
4306
            "require-dev": {
4307
                "mockery/mockery": "^0.9.4",
4308
                "phpunit/phpunit": "^5.2||^4.8.24"
4309
            },
4310
            "type": "library",
4311
            "extra": {
4312
                "branch-alias": {
4313
                    "dev-master": "1.0.x-dev"
4314
                }
4315
            },
4316
            "autoload": {
4317
                "psr-4": {
4318
                    "phpDocumentor\\Reflection\\": [
4319
                        "src/"
4320
                    ]
4321
                }
4322
            },
4323
            "notification-url": "https://packagist.org/downloads/",
4324
            "license": [
4325
                "MIT"
4326
            ],
4327
            "authors": [
4328
                {
4329
                    "name": "Mike van Riel",
4330
                    "email": "[email protected]"
4331
                }
4332
            ],
4333
            "time": "2017-07-14T14:27:02+00:00"
4334
        },
4335
        {
4336
            "name": "phpspec/prophecy",
4337
            "version": "1.7.6",
4338
            "source": {
4339
                "type": "git",
4340
                "url": "https://github.com/phpspec/prophecy.git",
4341
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
4342
            },
4343
            "dist": {
4344
                "type": "zip",
4345
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4346
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4347
                "shasum": ""
4348
            },
4349
            "require": {
4350
                "doctrine/instantiator": "^1.0.2",
4351
                "php": "^5.3|^7.0",
4352
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4353
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4354
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4355
            },
4356
            "require-dev": {
4357
                "phpspec/phpspec": "^2.5|^3.2",
4358
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4359
            },
4360
            "type": "library",
4361
            "extra": {
4362
                "branch-alias": {
4363
                    "dev-master": "1.7.x-dev"
4364
                }
4365
            },
4366
            "autoload": {
4367
                "psr-0": {
4368
                    "Prophecy\\": "src/"
4369
                }
4370
            },
4371
            "notification-url": "https://packagist.org/downloads/",
4372
            "license": [
4373
                "MIT"
4374
            ],
4375
            "authors": [
4376
                {
4377
                    "name": "Konstantin Kudryashov",
4378
                    "email": "[email protected]",
4379
                    "homepage": "http://everzet.com"
4380
                },
4381
                {
4382
                    "name": "Marcello Duarte",
4383
                    "email": "[email protected]"
4384
                }
4385
            ],
4386
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4387
            "homepage": "https://github.com/phpspec/prophecy",
4388
            "keywords": [
4389
                "Double",
4390
                "Dummy",
4391
                "fake",
4392
                "mock",
4393
                "spy",
4394
                "stub"
4395
            ],
4396
            "time": "2018-04-18T13:57:24+00:00"
4397
        },
4398
        {
4399
            "name": "phpunit/php-code-coverage",
4400
            "version": "4.0.8",
4401
            "source": {
4402
                "type": "git",
4403
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4404
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
4405
            },
4406
            "dist": {
4407
                "type": "zip",
4408
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4409
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4410
                "shasum": ""
4411
            },
4412
            "require": {
4413
                "ext-dom": "*",
4414
                "ext-xmlwriter": "*",
4415
                "php": "^5.6 || ^7.0",
4416
                "phpunit/php-file-iterator": "^1.3",
4417
                "phpunit/php-text-template": "^1.2",
4418
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
4419
                "sebastian/code-unit-reverse-lookup": "^1.0",
4420
                "sebastian/environment": "^1.3.2 || ^2.0",
4421
                "sebastian/version": "^1.0 || ^2.0"
4422
            },
4423
            "require-dev": {
4424
                "ext-xdebug": "^2.1.4",
4425
                "phpunit/phpunit": "^5.7"
4426
            },
4427
            "suggest": {
4428
                "ext-xdebug": "^2.5.1"
4429
            },
4430
            "type": "library",
4431
            "extra": {
4432
                "branch-alias": {
4433
                    "dev-master": "4.0.x-dev"
4434
                }
4435
            },
4436
            "autoload": {
4437
                "classmap": [
4438
                    "src/"
4439
                ]
4440
            },
4441
            "notification-url": "https://packagist.org/downloads/",
4442
            "license": [
4443
                "BSD-3-Clause"
4444
            ],
4445
            "authors": [
4446
                {
4447
                    "name": "Sebastian Bergmann",
4448
                    "email": "[email protected]",
4449
                    "role": "lead"
4450
                }
4451
            ],
4452
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4453
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4454
            "keywords": [
4455
                "coverage",
4456
                "testing",
4457
                "xunit"
4458
            ],
4459
            "time": "2017-04-02T07:44:40+00:00"
4460
        },
4461
        {
4462
            "name": "phpunit/php-file-iterator",
4463
            "version": "1.4.5",
4464
            "source": {
4465
                "type": "git",
4466
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4467
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4468
            },
4469
            "dist": {
4470
                "type": "zip",
4471
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4472
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4473
                "shasum": ""
4474
            },
4475
            "require": {
4476
                "php": ">=5.3.3"
4477
            },
4478
            "type": "library",
4479
            "extra": {
4480
                "branch-alias": {
4481
                    "dev-master": "1.4.x-dev"
4482
                }
4483
            },
4484
            "autoload": {
4485
                "classmap": [
4486
                    "src/"
4487
                ]
4488
            },
4489
            "notification-url": "https://packagist.org/downloads/",
4490
            "license": [
4491
                "BSD-3-Clause"
4492
            ],
4493
            "authors": [
4494
                {
4495
                    "name": "Sebastian Bergmann",
4496
                    "email": "[email protected]",
4497
                    "role": "lead"
4498
                }
4499
            ],
4500
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4501
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4502
            "keywords": [
4503
                "filesystem",
4504
                "iterator"
4505
            ],
4506
            "time": "2017-11-27T13:52:08+00:00"
4507
        },
4508
        {
4509
            "name": "phpunit/php-text-template",
4510
            "version": "1.2.1",
4511
            "source": {
4512
                "type": "git",
4513
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4514
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4515
            },
4516
            "dist": {
4517
                "type": "zip",
4518
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4519
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4520
                "shasum": ""
4521
            },
4522
            "require": {
4523
                "php": ">=5.3.3"
4524
            },
4525
            "type": "library",
4526
            "autoload": {
4527
                "classmap": [
4528
                    "src/"
4529
                ]
4530
            },
4531
            "notification-url": "https://packagist.org/downloads/",
4532
            "license": [
4533
                "BSD-3-Clause"
4534
            ],
4535
            "authors": [
4536
                {
4537
                    "name": "Sebastian Bergmann",
4538
                    "email": "[email protected]",
4539
                    "role": "lead"
4540
                }
4541
            ],
4542
            "description": "Simple template engine.",
4543
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4544
            "keywords": [
4545
                "template"
4546
            ],
4547
            "time": "2015-06-21T13:50:34+00:00"
4548
        },
4549
        {
4550
            "name": "phpunit/php-timer",
4551
            "version": "1.0.9",
4552
            "source": {
4553
                "type": "git",
4554
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4555
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4556
            },
4557
            "dist": {
4558
                "type": "zip",
4559
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4560
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4561
                "shasum": ""
4562
            },
4563
            "require": {
4564
                "php": "^5.3.3 || ^7.0"
4565
            },
4566
            "require-dev": {
4567
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4568
            },
4569
            "type": "library",
4570
            "extra": {
4571
                "branch-alias": {
4572
                    "dev-master": "1.0-dev"
4573
                }
4574
            },
4575
            "autoload": {
4576
                "classmap": [
4577
                    "src/"
4578
                ]
4579
            },
4580
            "notification-url": "https://packagist.org/downloads/",
4581
            "license": [
4582
                "BSD-3-Clause"
4583
            ],
4584
            "authors": [
4585
                {
4586
                    "name": "Sebastian Bergmann",
4587
                    "email": "[email protected]",
4588
                    "role": "lead"
4589
                }
4590
            ],
4591
            "description": "Utility class for timing",
4592
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4593
            "keywords": [
4594
                "timer"
4595
            ],
4596
            "time": "2017-02-26T11:10:40+00:00"
4597
        },
4598
        {
4599
            "name": "phpunit/php-token-stream",
4600
            "version": "1.4.12",
4601
            "source": {
4602
                "type": "git",
4603
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4604
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
4605
            },
4606
            "dist": {
4607
                "type": "zip",
4608
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
4609
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
4610
                "shasum": ""
4611
            },
4612
            "require": {
4613
                "ext-tokenizer": "*",
4614
                "php": ">=5.3.3"
4615
            },
4616
            "require-dev": {
4617
                "phpunit/phpunit": "~4.2"
4618
            },
4619
            "type": "library",
4620
            "extra": {
4621
                "branch-alias": {
4622
                    "dev-master": "1.4-dev"
4623
                }
4624
            },
4625
            "autoload": {
4626
                "classmap": [
4627
                    "src/"
4628
                ]
4629
            },
4630
            "notification-url": "https://packagist.org/downloads/",
4631
            "license": [
4632
                "BSD-3-Clause"
4633
            ],
4634
            "authors": [
4635
                {
4636
                    "name": "Sebastian Bergmann",
4637
                    "email": "[email protected]"
4638
                }
4639
            ],
4640
            "description": "Wrapper around PHP's tokenizer extension.",
4641
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4642
            "keywords": [
4643
                "tokenizer"
4644
            ],
4645
            "time": "2017-12-04T08:55:13+00:00"
4646
        },
4647
        {
4648
            "name": "phpunit/phpunit",
4649
            "version": "5.7.27",
4650
            "source": {
4651
                "type": "git",
4652
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4653
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
4654
            },
4655
            "dist": {
4656
                "type": "zip",
4657
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4658
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4659
                "shasum": ""
4660
            },
4661
            "require": {
4662
                "ext-dom": "*",
4663
                "ext-json": "*",
4664
                "ext-libxml": "*",
4665
                "ext-mbstring": "*",
4666
                "ext-xml": "*",
4667
                "myclabs/deep-copy": "~1.3",
4668
                "php": "^5.6 || ^7.0",
4669
                "phpspec/prophecy": "^1.6.2",
4670
                "phpunit/php-code-coverage": "^4.0.4",
4671
                "phpunit/php-file-iterator": "~1.4",
4672
                "phpunit/php-text-template": "~1.2",
4673
                "phpunit/php-timer": "^1.0.6",
4674
                "phpunit/phpunit-mock-objects": "^3.2",
4675
                "sebastian/comparator": "^1.2.4",
4676
                "sebastian/diff": "^1.4.3",
4677
                "sebastian/environment": "^1.3.4 || ^2.0",
4678
                "sebastian/exporter": "~2.0",
4679
                "sebastian/global-state": "^1.1",
4680
                "sebastian/object-enumerator": "~2.0",
4681
                "sebastian/resource-operations": "~1.0",
4682
                "sebastian/version": "^1.0.6|^2.0.1",
4683
                "symfony/yaml": "~2.1|~3.0|~4.0"
4684
            },
4685
            "conflict": {
4686
                "phpdocumentor/reflection-docblock": "3.0.2"
4687
            },
4688
            "require-dev": {
4689
                "ext-pdo": "*"
4690
            },
4691
            "suggest": {
4692
                "ext-xdebug": "*",
4693
                "phpunit/php-invoker": "~1.1"
4694
            },
4695
            "bin": [
4696
                "phpunit"
4697
            ],
4698
            "type": "library",
4699
            "extra": {
4700
                "branch-alias": {
4701
                    "dev-master": "5.7.x-dev"
4702
                }
4703
            },
4704
            "autoload": {
4705
                "classmap": [
4706
                    "src/"
4707
                ]
4708
            },
4709
            "notification-url": "https://packagist.org/downloads/",
4710
            "license": [
4711
                "BSD-3-Clause"
4712
            ],
4713
            "authors": [
4714
                {
4715
                    "name": "Sebastian Bergmann",
4716
                    "email": "[email protected]",
4717
                    "role": "lead"
4718
                }
4719
            ],
4720
            "description": "The PHP Unit Testing framework.",
4721
            "homepage": "https://phpunit.de/",
4722
            "keywords": [
4723
                "phpunit",
4724
                "testing",
4725
                "xunit"
4726
            ],
4727
            "time": "2018-02-01T05:50:59+00:00"
4728
        },
4729
        {
4730
            "name": "phpunit/phpunit-mock-objects",
4731
            "version": "3.4.4",
4732
            "source": {
4733
                "type": "git",
4734
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4735
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
4736
            },
4737
            "dist": {
4738
                "type": "zip",
4739
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
4740
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
4741
                "shasum": ""
4742
            },
4743
            "require": {
4744
                "doctrine/instantiator": "^1.0.2",
4745
                "php": "^5.6 || ^7.0",
4746
                "phpunit/php-text-template": "^1.2",
4747
                "sebastian/exporter": "^1.2 || ^2.0"
4748
            },
4749
            "conflict": {
4750
                "phpunit/phpunit": "<5.4.0"
4751
            },
4752
            "require-dev": {
4753
                "phpunit/phpunit": "^5.4"
4754
            },
4755
            "suggest": {
4756
                "ext-soap": "*"
4757
            },
4758
            "type": "library",
4759
            "extra": {
4760
                "branch-alias": {
4761
                    "dev-master": "3.2.x-dev"
4762
                }
4763
            },
4764
            "autoload": {
4765
                "classmap": [
4766
                    "src/"
4767
                ]
4768
            },
4769
            "notification-url": "https://packagist.org/downloads/",
4770
            "license": [
4771
                "BSD-3-Clause"
4772
            ],
4773
            "authors": [
4774
                {
4775
                    "name": "Sebastian Bergmann",
4776
                    "email": "[email protected]",
4777
                    "role": "lead"
4778
                }
4779
            ],
4780
            "description": "Mock Object library for PHPUnit",
4781
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4782
            "keywords": [
4783
                "mock",
4784
                "xunit"
4785
            ],
4786
            "time": "2017-06-30T09:13:00+00:00"
4787
        },
4788
        {
4789
            "name": "sebastian/code-unit-reverse-lookup",
4790
            "version": "1.0.1",
4791
            "source": {
4792
                "type": "git",
4793
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4794
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4795
            },
4796
            "dist": {
4797
                "type": "zip",
4798
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4799
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4800
                "shasum": ""
4801
            },
4802
            "require": {
4803
                "php": "^5.6 || ^7.0"
4804
            },
4805
            "require-dev": {
4806
                "phpunit/phpunit": "^5.7 || ^6.0"
4807
            },
4808
            "type": "library",
4809
            "extra": {
4810
                "branch-alias": {
4811
                    "dev-master": "1.0.x-dev"
4812
                }
4813
            },
4814
            "autoload": {
4815
                "classmap": [
4816
                    "src/"
4817
                ]
4818
            },
4819
            "notification-url": "https://packagist.org/downloads/",
4820
            "license": [
4821
                "BSD-3-Clause"
4822
            ],
4823
            "authors": [
4824
                {
4825
                    "name": "Sebastian Bergmann",
4826
                    "email": "[email protected]"
4827
                }
4828
            ],
4829
            "description": "Looks up which function or method a line of code belongs to",
4830
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4831
            "time": "2017-03-04T06:30:41+00:00"
4832
        },
4833
        {
4834
            "name": "sebastian/comparator",
4835
            "version": "1.2.4",
4836
            "source": {
4837
                "type": "git",
4838
                "url": "https://github.com/sebastianbergmann/comparator.git",
4839
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4840
            },
4841
            "dist": {
4842
                "type": "zip",
4843
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4844
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4845
                "shasum": ""
4846
            },
4847
            "require": {
4848
                "php": ">=5.3.3",
4849
                "sebastian/diff": "~1.2",
4850
                "sebastian/exporter": "~1.2 || ~2.0"
4851
            },
4852
            "require-dev": {
4853
                "phpunit/phpunit": "~4.4"
4854
            },
4855
            "type": "library",
4856
            "extra": {
4857
                "branch-alias": {
4858
                    "dev-master": "1.2.x-dev"
4859
                }
4860
            },
4861
            "autoload": {
4862
                "classmap": [
4863
                    "src/"
4864
                ]
4865
            },
4866
            "notification-url": "https://packagist.org/downloads/",
4867
            "license": [
4868
                "BSD-3-Clause"
4869
            ],
4870
            "authors": [
4871
                {
4872
                    "name": "Jeff Welch",
4873
                    "email": "[email protected]"
4874
                },
4875
                {
4876
                    "name": "Volker Dusch",
4877
                    "email": "[email protected]"
4878
                },
4879
                {
4880
                    "name": "Bernhard Schussek",
4881
                    "email": "[email protected]"
4882
                },
4883
                {
4884
                    "name": "Sebastian Bergmann",
4885
                    "email": "[email protected]"
4886
                }
4887
            ],
4888
            "description": "Provides the functionality to compare PHP values for equality",
4889
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4890
            "keywords": [
4891
                "comparator",
4892
                "compare",
4893
                "equality"
4894
            ],
4895
            "time": "2017-01-29T09:50:25+00:00"
4896
        },
4897
        {
4898
            "name": "sebastian/diff",
4899
            "version": "1.4.3",
4900
            "source": {
4901
                "type": "git",
4902
                "url": "https://github.com/sebastianbergmann/diff.git",
4903
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4904
            },
4905
            "dist": {
4906
                "type": "zip",
4907
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4908
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4909
                "shasum": ""
4910
            },
4911
            "require": {
4912
                "php": "^5.3.3 || ^7.0"
4913
            },
4914
            "require-dev": {
4915
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4916
            },
4917
            "type": "library",
4918
            "extra": {
4919
                "branch-alias": {
4920
                    "dev-master": "1.4-dev"
4921
                }
4922
            },
4923
            "autoload": {
4924
                "classmap": [
4925
                    "src/"
4926
                ]
4927
            },
4928
            "notification-url": "https://packagist.org/downloads/",
4929
            "license": [
4930
                "BSD-3-Clause"
4931
            ],
4932
            "authors": [
4933
                {
4934
                    "name": "Kore Nordmann",
4935
                    "email": "[email protected]"
4936
                },
4937
                {
4938
                    "name": "Sebastian Bergmann",
4939
                    "email": "[email protected]"
4940
                }
4941
            ],
4942
            "description": "Diff implementation",
4943
            "homepage": "https://github.com/sebastianbergmann/diff",
4944
            "keywords": [
4945
                "diff"
4946
            ],
4947
            "time": "2017-05-22T07:24:03+00:00"
4948
        },
4949
        {
4950
            "name": "sebastian/environment",
4951
            "version": "2.0.0",
4952
            "source": {
4953
                "type": "git",
4954
                "url": "https://github.com/sebastianbergmann/environment.git",
4955
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4956
            },
4957
            "dist": {
4958
                "type": "zip",
4959
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4960
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4961
                "shasum": ""
4962
            },
4963
            "require": {
4964
                "php": "^5.6 || ^7.0"
4965
            },
4966
            "require-dev": {
4967
                "phpunit/phpunit": "^5.0"
4968
            },
4969
            "type": "library",
4970
            "extra": {
4971
                "branch-alias": {
4972
                    "dev-master": "2.0.x-dev"
4973
                }
4974
            },
4975
            "autoload": {
4976
                "classmap": [
4977
                    "src/"
4978
                ]
4979
            },
4980
            "notification-url": "https://packagist.org/downloads/",
4981
            "license": [
4982
                "BSD-3-Clause"
4983
            ],
4984
            "authors": [
4985
                {
4986
                    "name": "Sebastian Bergmann",
4987
                    "email": "[email protected]"
4988
                }
4989
            ],
4990
            "description": "Provides functionality to handle HHVM/PHP environments",
4991
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4992
            "keywords": [
4993
                "Xdebug",
4994
                "environment",
4995
                "hhvm"
4996
            ],
4997
            "time": "2016-11-26T07:53:53+00:00"
4998
        },
4999
        {
5000
            "name": "sebastian/exporter",
5001
            "version": "2.0.0",
5002
            "source": {
5003
                "type": "git",
5004
                "url": "https://github.com/sebastianbergmann/exporter.git",
5005
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
5006
            },
5007
            "dist": {
5008
                "type": "zip",
5009
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
5010
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
5011
                "shasum": ""
5012
            },
5013
            "require": {
5014
                "php": ">=5.3.3",
5015
                "sebastian/recursion-context": "~2.0"
5016
            },
5017
            "require-dev": {
5018
                "ext-mbstring": "*",
5019
                "phpunit/phpunit": "~4.4"
5020
            },
5021
            "type": "library",
5022
            "extra": {
5023
                "branch-alias": {
5024
                    "dev-master": "2.0.x-dev"
5025
                }
5026
            },
5027
            "autoload": {
5028
                "classmap": [
5029
                    "src/"
5030
                ]
5031
            },
5032
            "notification-url": "https://packagist.org/downloads/",
5033
            "license": [
5034
                "BSD-3-Clause"
5035
            ],
5036
            "authors": [
5037
                {
5038
                    "name": "Jeff Welch",
5039
                    "email": "[email protected]"
5040
                },
5041
                {
5042
                    "name": "Volker Dusch",
5043
                    "email": "[email protected]"
5044
                },
5045
                {
5046
                    "name": "Bernhard Schussek",
5047
                    "email": "[email protected]"
5048
                },
5049
                {
5050
                    "name": "Sebastian Bergmann",
5051
                    "email": "[email protected]"
5052
                },
5053
                {
5054
                    "name": "Adam Harvey",
5055
                    "email": "[email protected]"
5056
                }
5057
            ],
5058
            "description": "Provides the functionality to export PHP variables for visualization",
5059
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5060
            "keywords": [
5061
                "export",
5062
                "exporter"
5063
            ],
5064
            "time": "2016-11-19T08:54:04+00:00"
5065
        },
5066
        {
5067
            "name": "sebastian/global-state",
5068
            "version": "1.1.1",
5069
            "source": {
5070
                "type": "git",
5071
                "url": "https://github.com/sebastianbergmann/global-state.git",
5072
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5073
            },
5074
            "dist": {
5075
                "type": "zip",
5076
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5077
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5078
                "shasum": ""
5079
            },
5080
            "require": {
5081
                "php": ">=5.3.3"
5082
            },
5083
            "require-dev": {
5084
                "phpunit/phpunit": "~4.2"
5085
            },
5086
            "suggest": {
5087
                "ext-uopz": "*"
5088
            },
5089
            "type": "library",
5090
            "extra": {
5091
                "branch-alias": {
5092
                    "dev-master": "1.0-dev"
5093
                }
5094
            },
5095
            "autoload": {
5096
                "classmap": [
5097
                    "src/"
5098
                ]
5099
            },
5100
            "notification-url": "https://packagist.org/downloads/",
5101
            "license": [
5102
                "BSD-3-Clause"
5103
            ],
5104
            "authors": [
5105
                {
5106
                    "name": "Sebastian Bergmann",
5107
                    "email": "[email protected]"
5108
                }
5109
            ],
5110
            "description": "Snapshotting of global state",
5111
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5112
            "keywords": [
5113
                "global state"
5114
            ],
5115
            "time": "2015-10-12T03:26:01+00:00"
5116
        },
5117
        {
5118
            "name": "sebastian/object-enumerator",
5119
            "version": "2.0.1",
5120
            "source": {
5121
                "type": "git",
5122
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5123
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
5124
            },
5125
            "dist": {
5126
                "type": "zip",
5127
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
5128
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
5129
                "shasum": ""
5130
            },
5131
            "require": {
5132
                "php": ">=5.6",
5133
                "sebastian/recursion-context": "~2.0"
5134
            },
5135
            "require-dev": {
5136
                "phpunit/phpunit": "~5"
5137
            },
5138
            "type": "library",
5139
            "extra": {
5140
                "branch-alias": {
5141
                    "dev-master": "2.0.x-dev"
5142
                }
5143
            },
5144
            "autoload": {
5145
                "classmap": [
5146
                    "src/"
5147
                ]
5148
            },
5149
            "notification-url": "https://packagist.org/downloads/",
5150
            "license": [
5151
                "BSD-3-Clause"
5152
            ],
5153
            "authors": [
5154
                {
5155
                    "name": "Sebastian Bergmann",
5156
                    "email": "[email protected]"
5157
                }
5158
            ],
5159
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5160
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5161
            "time": "2017-02-18T15:18:39+00:00"
5162
        },
5163
        {
5164
            "name": "sebastian/recursion-context",
5165
            "version": "2.0.0",
5166
            "source": {
5167
                "type": "git",
5168
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5169
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
5170
            },
5171
            "dist": {
5172
                "type": "zip",
5173
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
5174
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
5175
                "shasum": ""
5176
            },
5177
            "require": {
5178
                "php": ">=5.3.3"
5179
            },
5180
            "require-dev": {
5181
                "phpunit/phpunit": "~4.4"
5182
            },
5183
            "type": "library",
5184
            "extra": {
5185
                "branch-alias": {
5186
                    "dev-master": "2.0.x-dev"
5187
                }
5188
            },
5189
            "autoload": {
5190
                "classmap": [
5191
                    "src/"
5192
                ]
5193
            },
5194
            "notification-url": "https://packagist.org/downloads/",
5195
            "license": [
5196
                "BSD-3-Clause"
5197
            ],
5198
            "authors": [
5199
                {
5200
                    "name": "Jeff Welch",
5201
                    "email": "[email protected]"
5202
                },
5203
                {
5204
                    "name": "Sebastian Bergmann",
5205
                    "email": "[email protected]"
5206
                },
5207
                {
5208
                    "name": "Adam Harvey",
5209
                    "email": "[email protected]"
5210
                }
5211
            ],
5212
            "description": "Provides functionality to recursively process PHP variables",
5213
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5214
            "time": "2016-11-19T07:33:16+00:00"
5215
        },
5216
        {
5217
            "name": "sebastian/resource-operations",
5218
            "version": "1.0.0",
5219
            "source": {
5220
                "type": "git",
5221
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5222
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5223
            },
5224
            "dist": {
5225
                "type": "zip",
5226
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5227
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5228
                "shasum": ""
5229
            },
5230
            "require": {
5231
                "php": ">=5.6.0"
5232
            },
5233
            "type": "library",
5234
            "extra": {
5235
                "branch-alias": {
5236
                    "dev-master": "1.0.x-dev"
5237
                }
5238
            },
5239
            "autoload": {
5240
                "classmap": [
5241
                    "src/"
5242
                ]
5243
            },
5244
            "notification-url": "https://packagist.org/downloads/",
5245
            "license": [
5246
                "BSD-3-Clause"
5247
            ],
5248
            "authors": [
5249
                {
5250
                    "name": "Sebastian Bergmann",
5251
                    "email": "[email protected]"
5252
                }
5253
            ],
5254
            "description": "Provides a list of PHP built-in functions that operate on resources",
5255
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5256
            "time": "2015-07-28T20:34:47+00:00"
5257
        },
5258
        {
5259
            "name": "sebastian/version",
5260
            "version": "2.0.1",
5261
            "source": {
5262
                "type": "git",
5263
                "url": "https://github.com/sebastianbergmann/version.git",
5264
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5265
            },
5266
            "dist": {
5267
                "type": "zip",
5268
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5269
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5270
                "shasum": ""
5271
            },
5272
            "require": {
5273
                "php": ">=5.6"
5274
            },
5275
            "type": "library",
5276
            "extra": {
5277
                "branch-alias": {
5278
                    "dev-master": "2.0.x-dev"
5279
                }
5280
            },
5281
            "autoload": {
5282
                "classmap": [
5283
                    "src/"
5284
                ]
5285
            },
5286
            "notification-url": "https://packagist.org/downloads/",
5287
            "license": [
5288
                "BSD-3-Clause"
5289
            ],
5290
            "authors": [
5291
                {
5292
                    "name": "Sebastian Bergmann",
5293
                    "email": "[email protected]",
5294
                    "role": "lead"
5295
                }
5296
            ],
5297
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5298
            "homepage": "https://github.com/sebastianbergmann/version",
5299
            "time": "2016-10-03T07:35:21+00:00"
5300
        },
5301
        {
5302
            "name": "sensio/generator-bundle",
5303
            "version": "v3.1.7",
5304
            "source": {
5305
                "type": "git",
5306
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5307
                "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
5308
            },
5309
            "dist": {
5310
                "type": "zip",
5311
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
5312
                "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
5313
                "shasum": ""
5314
            },
5315
            "require": {
5316
                "symfony/console": "~2.7|~3.0",
5317
                "symfony/framework-bundle": "~2.7|~3.0",
5318
                "symfony/process": "~2.7|~3.0",
5319
                "symfony/yaml": "~2.7|~3.0",
5320
                "twig/twig": "^1.28.2|^2.0"
5321
            },
5322
            "require-dev": {
5323
                "doctrine/orm": "~2.4",
5324
                "symfony/doctrine-bridge": "~2.7|~3.0",
5325
                "symfony/filesystem": "~2.7|~3.0",
5326
                "symfony/phpunit-bridge": "^3.3"
5327
            },
5328
            "type": "symfony-bundle",
5329
            "extra": {
5330
                "branch-alias": {
5331
                    "dev-master": "3.1.x-dev"
5332
                }
5333
            },
5334
            "autoload": {
5335
                "psr-4": {
5336
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
5337
                },
5338
                "exclude-from-classmap": [
5339
                    "/Tests/"
5340
                ]
5341
            },
5342
            "notification-url": "https://packagist.org/downloads/",
5343
            "license": [
5344
                "MIT"
5345
            ],
5346
            "authors": [
5347
                {
5348
                    "name": "Fabien Potencier",
5349
                    "email": "[email protected]"
5350
                }
5351
            ],
5352
            "description": "This bundle generates code for you",
5353
            "time": "2017-12-07T15:36:41+00:00"
5354
        },
5355
        {
5356
            "name": "squizlabs/php_codesniffer",
5357
            "version": "2.9.1",
5358
            "source": {
5359
                "type": "git",
5360
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5361
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
5362
            },
5363
            "dist": {
5364
                "type": "zip",
5365
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
5366
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
5367
                "shasum": ""
5368
            },
5369
            "require": {
5370
                "ext-simplexml": "*",
5371
                "ext-tokenizer": "*",
5372
                "ext-xmlwriter": "*",
5373
                "php": ">=5.1.2"
5374
            },
5375
            "require-dev": {
5376
                "phpunit/phpunit": "~4.0"
5377
            },
5378
            "bin": [
5379
                "scripts/phpcs",
5380
                "scripts/phpcbf"
5381
            ],
5382
            "type": "library",
5383
            "extra": {
5384
                "branch-alias": {
5385
                    "dev-master": "2.x-dev"
5386
                }
5387
            },
5388
            "autoload": {
5389
                "classmap": [
5390
                    "CodeSniffer.php",
5391
                    "CodeSniffer/CLI.php",
5392
                    "CodeSniffer/Exception.php",
5393
                    "CodeSniffer/File.php",
5394
                    "CodeSniffer/Fixer.php",
5395
                    "CodeSniffer/Report.php",
5396
                    "CodeSniffer/Reporting.php",
5397
                    "CodeSniffer/Sniff.php",
5398
                    "CodeSniffer/Tokens.php",
5399
                    "CodeSniffer/Reports/",
5400
                    "CodeSniffer/Tokenizers/",
5401
                    "CodeSniffer/DocGenerators/",
5402
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5403
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5404
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5405
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5406
                    "CodeSniffer/Standards/Generic/Sniffs/",
5407
                    "CodeSniffer/Standards/MySource/Sniffs/",
5408
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5409
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5410
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5411
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5412
                    "CodeSniffer/Standards/Zend/Sniffs/"
5413
                ]
5414
            },
5415
            "notification-url": "https://packagist.org/downloads/",
5416
            "license": [
5417
                "BSD-3-Clause"
5418
            ],
5419
            "authors": [
5420
                {
5421
                    "name": "Greg Sherwood",
5422
                    "role": "lead"
5423
                }
5424
            ],
5425
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5426
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5427
            "keywords": [
5428
                "phpcs",
5429
                "standards"
5430
            ],
5431
            "time": "2017-05-22T02:43:20+00:00"
5432
        },
5433
        {
5434
            "name": "symfony/phpunit-bridge",
5435
            "version": "v3.4.13",
5436
            "source": {
5437
                "type": "git",
5438
                "url": "https://github.com/symfony/phpunit-bridge.git",
5439
                "reference": "62c8349f21927b9a5975d89ee065e84d233a34e5"
5440
            },
5441
            "dist": {
5442
                "type": "zip",
5443
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/62c8349f21927b9a5975d89ee065e84d233a34e5",
5444
                "reference": "62c8349f21927b9a5975d89ee065e84d233a34e5",
5445
                "shasum": ""
5446
            },
5447
            "require": {
5448
                "php": ">=5.3.3"
5449
            },
5450
            "conflict": {
5451
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5452
            },
5453
            "suggest": {
5454
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
5455
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5456
            },
5457
            "bin": [
5458
                "bin/simple-phpunit"
5459
            ],
5460
            "type": "symfony-bridge",
5461
            "extra": {
5462
                "branch-alias": {
5463
                    "dev-master": "3.4-dev"
5464
                },
5465
                "thanks": {
5466
                    "name": "phpunit/phpunit",
5467
                    "url": "https://github.com/sebastianbergmann/phpunit"
5468
                }
5469
            },
5470
            "autoload": {
5471
                "files": [
5472
                    "bootstrap.php"
5473
                ],
5474
                "psr-4": {
5475
                    "Symfony\\Bridge\\PhpUnit\\": ""
5476
                },
5477
                "exclude-from-classmap": [
5478
                    "/Tests/"
5479
                ]
5480
            },
5481
            "notification-url": "https://packagist.org/downloads/",
5482
            "license": [
5483
                "MIT"
5484
            ],
5485
            "authors": [
5486
                {
5487
                    "name": "Nicolas Grekas",
5488
                    "email": "[email protected]"
5489
                },
5490
                {
5491
                    "name": "Symfony Community",
5492
                    "homepage": "https://symfony.com/contributors"
5493
                }
5494
            ],
5495
            "description": "Symfony PHPUnit Bridge",
5496
            "homepage": "https://symfony.com",
5497
            "time": "2018-07-05T11:53:23+00:00"
5498
        },
5499
        {
5500
            "name": "webmozart/assert",
5501
            "version": "1.3.0",
5502
            "source": {
5503
                "type": "git",
5504
                "url": "https://github.com/webmozart/assert.git",
5505
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5506
            },
5507
            "dist": {
5508
                "type": "zip",
5509
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5510
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5511
                "shasum": ""
5512
            },
5513
            "require": {
5514
                "php": "^5.3.3 || ^7.0"
5515
            },
5516
            "require-dev": {
5517
                "phpunit/phpunit": "^4.6",
5518
                "sebastian/version": "^1.0.1"
5519
            },
5520
            "type": "library",
5521
            "extra": {
5522
                "branch-alias": {
5523
                    "dev-master": "1.3-dev"
5524
                }
5525
            },
5526
            "autoload": {
5527
                "psr-4": {
5528
                    "Webmozart\\Assert\\": "src/"
5529
                }
5530
            },
5531
            "notification-url": "https://packagist.org/downloads/",
5532
            "license": [
5533
                "MIT"
5534
            ],
5535
            "authors": [
5536
                {
5537
                    "name": "Bernhard Schussek",
5538
                    "email": "[email protected]"
5539
                }
5540
            ],
5541
            "description": "Assertions to validate method input/output with nice error messages.",
5542
            "keywords": [
5543
                "assert",
5544
                "check",
5545
                "validate"
5546
            ],
5547
            "time": "2018-01-29T19:49:41+00:00"
5548
        }
5549
    ],
5550
    "aliases": [],
5551
    "minimum-stability": "stable",
5552
    "stability-flags": [],
5553
    "prefer-stable": false,
5554
    "prefer-lowest": false,
5555
    "platform": {
5556
        "php": "^5.6|^7.0",
5557
        "ext-json": "*"
5558
    },
5559
    "platform-dev": [],
5560
    "platform-overrides": {
5561
        "php": "5.6"
5562
    }
5563
}
5564