Completed
Push — master ( 5f66ea...f9e6b3 )
by Marcin
02:30
created

composer.lock (2 issues)

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "b9087bff3f53dd1f5fe064ab8eb17d08",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "dragonmantank/cron-expression",
132
            "version": "v2.2.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
141
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": ">=7.0.0"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": "~6.4"
149
            },
150
            "type": "library",
151
            "autoload": {
152
                "psr-4": {
153
                    "Cron\\": "src/Cron/"
154
                }
155
            },
156
            "notification-url": "https://packagist.org/downloads/",
157
            "license": [
158
                "MIT"
159
            ],
160
            "authors": [
161
                {
162
                    "name": "Michael Dowling",
163
                    "email": "[email protected]",
164
                    "homepage": "https://github.com/mtdowling"
165
                },
166
                {
167
                    "name": "Chris Tankersley",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/dragonmantank"
170
                }
171
            ],
172
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
173
            "keywords": [
174
                "cron",
175
                "schedule"
176
            ],
177
            "time": "2018-06-06T03:12:17+00:00"
178
        },
179
        {
180
            "name": "egulias/email-validator",
181
            "version": "2.1.4",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/egulias/EmailValidator.git",
185
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
190
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "doctrine/lexer": "^1.0.1",
195
                "php": ">= 5.5"
196
            },
197
            "require-dev": {
198
                "dominicsayers/isemail": "dev-master",
199
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
200
                "satooshi/php-coveralls": "^1.0.1"
201
            },
202
            "suggest": {
203
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "2.0.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Egulias\\EmailValidator\\": "EmailValidator"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Eduardo Gulias Davis"
223
                }
224
            ],
225
            "description": "A library for validating emails against several RFCs",
226
            "homepage": "https://github.com/egulias/EmailValidator",
227
            "keywords": [
228
                "email",
229
                "emailvalidation",
230
                "emailvalidator",
231
                "validation",
232
                "validator"
233
            ],
234
            "time": "2018-04-10T10:11:19+00:00"
235
        },
236
        {
237
            "name": "erusev/parsedown",
238
            "version": "1.7.1",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
247
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "ext-mbstring": "*",
252
                "php": ">=5.3.0"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "^4.8.35"
256
            },
257
            "type": "library",
258
            "autoload": {
259
                "psr-0": {
260
                    "Parsedown": ""
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "authors": [
268
                {
269
                    "name": "Emanuil Rusev",
270
                    "email": "[email protected]",
271
                    "homepage": "http://erusev.com"
272
                }
273
            ],
274
            "description": "Parser for Markdown.",
275
            "homepage": "http://parsedown.org",
276
            "keywords": [
277
                "markdown",
278
                "parser"
279
            ],
280
            "time": "2018-03-08T01:11:30+00:00"
281
        },
282
        {
283
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

Cookie serialization vulnerability
Loading history...
284
            "version": "v5.6.28",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/laravel/framework.git",
288
                "reference": "40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/laravel/framework/zipball/40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f",
293
                "reference": "40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "doctrine/inflector": "~1.1",
298
                "dragonmantank/cron-expression": "~2.0",
299
                "erusev/parsedown": "~1.7",
300
                "ext-mbstring": "*",
301
                "ext-openssl": "*",
302
                "league/flysystem": "^1.0.8",
303
                "monolog/monolog": "~1.12",
304
                "nesbot/carbon": "1.25.*",
305
                "php": "^7.1.3",
306
                "psr/container": "~1.0",
307
                "psr/simple-cache": "^1.0",
308
                "ramsey/uuid": "^3.7",
309
                "swiftmailer/swiftmailer": "~6.0",
310
                "symfony/console": "~4.0",
311
                "symfony/debug": "~4.0",
312
                "symfony/finder": "~4.0",
313
                "symfony/http-foundation": "~4.0",
314
                "symfony/http-kernel": "~4.0",
315
                "symfony/process": "~4.0",
316
                "symfony/routing": "~4.0",
317
                "symfony/var-dumper": "~4.0",
318
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
319
                "vlucas/phpdotenv": "~2.2"
320
            },
321
            "conflict": {
322
                "tightenco/collect": "<5.5.33"
323
            },
324
            "replace": {
325
                "illuminate/auth": "self.version",
326
                "illuminate/broadcasting": "self.version",
327
                "illuminate/bus": "self.version",
328
                "illuminate/cache": "self.version",
329
                "illuminate/config": "self.version",
330
                "illuminate/console": "self.version",
331
                "illuminate/container": "self.version",
332
                "illuminate/contracts": "self.version",
333
                "illuminate/cookie": "self.version",
334
                "illuminate/database": "self.version",
335
                "illuminate/encryption": "self.version",
336
                "illuminate/events": "self.version",
337
                "illuminate/filesystem": "self.version",
338
                "illuminate/hashing": "self.version",
339
                "illuminate/http": "self.version",
340
                "illuminate/log": "self.version",
341
                "illuminate/mail": "self.version",
342
                "illuminate/notifications": "self.version",
343
                "illuminate/pagination": "self.version",
344
                "illuminate/pipeline": "self.version",
345
                "illuminate/queue": "self.version",
346
                "illuminate/redis": "self.version",
347
                "illuminate/routing": "self.version",
348
                "illuminate/session": "self.version",
349
                "illuminate/support": "self.version",
350
                "illuminate/translation": "self.version",
351
                "illuminate/validation": "self.version",
352
                "illuminate/view": "self.version"
353
            },
354
            "require-dev": {
355
                "aws/aws-sdk-php": "~3.0",
356
                "doctrine/dbal": "~2.6",
357
                "filp/whoops": "^2.1.4",
358
                "league/flysystem-cached-adapter": "~1.0",
359
                "mockery/mockery": "~1.0",
360
                "moontoast/math": "^1.1",
361
                "orchestra/testbench-core": "3.6.*",
362
                "pda/pheanstalk": "~3.0",
363
                "phpunit/phpunit": "~7.0",
364
                "predis/predis": "^1.1.1",
365
                "symfony/css-selector": "~4.0",
366
                "symfony/dom-crawler": "~4.0"
367
            },
368
            "suggest": {
369
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
370
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
371
                "ext-pcntl": "Required to use all features of the queue worker.",
372
                "ext-posix": "Required to use all features of the queue worker.",
373
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
374
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
375
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
376
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
377
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
378
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
379
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
380
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
381
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
382
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
383
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
384
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
385
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
386
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
387
            },
388
            "type": "library",
389
            "extra": {
390
                "branch-alias": {
391
                    "dev-master": "5.6-dev"
392
                }
393
            },
394
            "autoload": {
395
                "files": [
396
                    "src/Illuminate/Foundation/helpers.php",
397
                    "src/Illuminate/Support/helpers.php"
398
                ],
399
                "psr-4": {
400
                    "Illuminate\\": "src/Illuminate/"
401
                }
402
            },
403
            "notification-url": "https://packagist.org/downloads/",
404
            "license": [
405
                "MIT"
406
            ],
407
            "authors": [
408
                {
409
                    "name": "Taylor Otwell",
410
                    "email": "[email protected]"
411
                }
412
            ],
413
            "description": "The Laravel Framework.",
414
            "homepage": "https://laravel.com",
415
            "keywords": [
416
                "framework",
417
                "laravel"
418
            ],
419
            "time": "2018-07-17T14:15:36+00:00"
420
        },
421
        {
422
            "name": "league/flysystem",
423
            "version": "1.0.45",
424
            "source": {
425
                "type": "git",
426
                "url": "https://github.com/thephpleague/flysystem.git",
427
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
428
            },
429
            "dist": {
430
                "type": "zip",
431
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
432
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
433
                "shasum": ""
434
            },
435
            "require": {
436
                "php": ">=5.5.9"
437
            },
438
            "conflict": {
439
                "league/flysystem-sftp": "<1.0.6"
440
            },
441
            "require-dev": {
442
                "ext-fileinfo": "*",
443
                "phpspec/phpspec": "^3.4",
444
                "phpunit/phpunit": "^5.7"
445
            },
446
            "suggest": {
447
                "ext-fileinfo": "Required for MimeType",
448
                "ext-ftp": "Allows you to use FTP server storage",
449
                "ext-openssl": "Allows you to use FTPS server storage",
450
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
451
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
452
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
453
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
454
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
455
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
456
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
457
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
458
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
459
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
460
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
461
            },
462
            "type": "library",
463
            "extra": {
464
                "branch-alias": {
465
                    "dev-master": "1.1-dev"
466
                }
467
            },
468
            "autoload": {
469
                "psr-4": {
470
                    "League\\Flysystem\\": "src/"
471
                }
472
            },
473
            "notification-url": "https://packagist.org/downloads/",
474
            "license": [
475
                "MIT"
476
            ],
477
            "authors": [
478
                {
479
                    "name": "Frank de Jonge",
480
                    "email": "[email protected]"
481
                }
482
            ],
483
            "description": "Filesystem abstraction: Many filesystems, one API.",
484
            "keywords": [
485
                "Cloud Files",
486
                "WebDAV",
487
                "abstraction",
488
                "aws",
489
                "cloud",
490
                "copy.com",
491
                "dropbox",
492
                "file systems",
493
                "files",
494
                "filesystem",
495
                "filesystems",
496
                "ftp",
497
                "rackspace",
498
                "remote",
499
                "s3",
500
                "sftp",
501
                "storage"
502
            ],
503
            "time": "2018-05-07T08:44:23+00:00"
504
        },
505
        {
506
            "name": "monolog/monolog",
507
            "version": "1.23.0",
508
            "source": {
509
                "type": "git",
510
                "url": "https://github.com/Seldaek/monolog.git",
511
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
512
            },
513
            "dist": {
514
                "type": "zip",
515
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
516
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
517
                "shasum": ""
518
            },
519
            "require": {
520
                "php": ">=5.3.0",
521
                "psr/log": "~1.0"
522
            },
523
            "provide": {
524
                "psr/log-implementation": "1.0.0"
525
            },
526
            "require-dev": {
527
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
528
                "doctrine/couchdb": "~1.0@dev",
529
                "graylog2/gelf-php": "~1.0",
530
                "jakub-onderka/php-parallel-lint": "0.9",
531
                "php-amqplib/php-amqplib": "~2.4",
532
                "php-console/php-console": "^3.1.3",
533
                "phpunit/phpunit": "~4.5",
534
                "phpunit/phpunit-mock-objects": "2.3.0",
535
                "ruflin/elastica": ">=0.90 <3.0",
536
                "sentry/sentry": "^0.13",
537
                "swiftmailer/swiftmailer": "^5.3|^6.0"
538
            },
539
            "suggest": {
540
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
541
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
542
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
543
                "ext-mongo": "Allow sending log messages to a MongoDB server",
544
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
545
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
546
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
547
                "php-console/php-console": "Allow sending log messages to Google Chrome",
548
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
549
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
550
                "sentry/sentry": "Allow sending log messages to a Sentry server"
551
            },
552
            "type": "library",
553
            "extra": {
554
                "branch-alias": {
555
                    "dev-master": "2.0.x-dev"
556
                }
557
            },
558
            "autoload": {
559
                "psr-4": {
560
                    "Monolog\\": "src/Monolog"
561
                }
562
            },
563
            "notification-url": "https://packagist.org/downloads/",
564
            "license": [
565
                "MIT"
566
            ],
567
            "authors": [
568
                {
569
                    "name": "Jordi Boggiano",
570
                    "email": "[email protected]",
571
                    "homepage": "http://seld.be"
572
                }
573
            ],
574
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
575
            "homepage": "http://github.com/Seldaek/monolog",
576
            "keywords": [
577
                "log",
578
                "logging",
579
                "psr-3"
580
            ],
581
            "time": "2017-06-19T01:22:40+00:00"
582
        },
583
        {
584
            "name": "nesbot/carbon",
585
            "version": "1.25.0",
586
            "source": {
587
                "type": "git",
588
                "url": "https://github.com/briannesbitt/Carbon.git",
589
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
590
            },
591
            "dist": {
592
                "type": "zip",
593
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
594
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
595
                "shasum": ""
596
            },
597
            "require": {
598
                "php": ">=5.3.9",
599
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
600
            },
601
            "require-dev": {
602
                "friendsofphp/php-cs-fixer": "~2",
603
                "phpunit/phpunit": "^4.8.35 || ^5.7"
604
            },
605
            "type": "library",
606
            "extra": {
607
                "branch-alias": {
608
                    "dev-master": "1.23-dev"
609
                }
610
            },
611
            "autoload": {
612
                "psr-4": {
613
                    "Carbon\\": "src/Carbon/"
614
                }
615
            },
616
            "notification-url": "https://packagist.org/downloads/",
617
            "license": [
618
                "MIT"
619
            ],
620
            "authors": [
621
                {
622
                    "name": "Brian Nesbitt",
623
                    "email": "[email protected]",
624
                    "homepage": "http://nesbot.com"
625
                }
626
            ],
627
            "description": "A simple API extension for DateTime.",
628
            "homepage": "http://carbon.nesbot.com",
629
            "keywords": [
630
                "date",
631
                "datetime",
632
                "time"
633
            ],
634
            "time": "2018-03-19T15:50:49+00:00"
635
        },
636
        {
637
            "name": "paragonie/random_compat",
638
            "version": "v2.0.17",
639
            "source": {
640
                "type": "git",
641
                "url": "https://github.com/paragonie/random_compat.git",
642
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
643
            },
644
            "dist": {
645
                "type": "zip",
646
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
647
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
648
                "shasum": ""
649
            },
650
            "require": {
651
                "php": ">=5.2.0"
652
            },
653
            "require-dev": {
654
                "phpunit/phpunit": "4.*|5.*"
655
            },
656
            "suggest": {
657
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
658
            },
659
            "type": "library",
660
            "autoload": {
661
                "files": [
662
                    "lib/random.php"
663
                ]
664
            },
665
            "notification-url": "https://packagist.org/downloads/",
666
            "license": [
667
                "MIT"
668
            ],
669
            "authors": [
670
                {
671
                    "name": "Paragon Initiative Enterprises",
672
                    "email": "[email protected]",
673
                    "homepage": "https://paragonie.com"
674
                }
675
            ],
676
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
677
            "keywords": [
678
                "csprng",
679
                "polyfill",
680
                "pseudorandom",
681
                "random"
682
            ],
683
            "time": "2018-07-04T16:31:37+00:00"
684
        },
685
        {
686
            "name": "psr/container",
687
            "version": "1.0.0",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/php-fig/container.git",
691
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
696
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "php": ">=5.3.0"
701
            },
702
            "type": "library",
703
            "extra": {
704
                "branch-alias": {
705
                    "dev-master": "1.0.x-dev"
706
                }
707
            },
708
            "autoload": {
709
                "psr-4": {
710
                    "Psr\\Container\\": "src/"
711
                }
712
            },
713
            "notification-url": "https://packagist.org/downloads/",
714
            "license": [
715
                "MIT"
716
            ],
717
            "authors": [
718
                {
719
                    "name": "PHP-FIG",
720
                    "homepage": "http://www.php-fig.org/"
721
                }
722
            ],
723
            "description": "Common Container Interface (PHP FIG PSR-11)",
724
            "homepage": "https://github.com/php-fig/container",
725
            "keywords": [
726
                "PSR-11",
727
                "container",
728
                "container-interface",
729
                "container-interop",
730
                "psr"
731
            ],
732
            "time": "2017-02-14T16:28:37+00:00"
733
        },
734
        {
735
            "name": "psr/log",
736
            "version": "1.0.2",
737
            "source": {
738
                "type": "git",
739
                "url": "https://github.com/php-fig/log.git",
740
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
741
            },
742
            "dist": {
743
                "type": "zip",
744
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
745
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
746
                "shasum": ""
747
            },
748
            "require": {
749
                "php": ">=5.3.0"
750
            },
751
            "type": "library",
752
            "extra": {
753
                "branch-alias": {
754
                    "dev-master": "1.0.x-dev"
755
                }
756
            },
757
            "autoload": {
758
                "psr-4": {
759
                    "Psr\\Log\\": "Psr/Log/"
760
                }
761
            },
762
            "notification-url": "https://packagist.org/downloads/",
763
            "license": [
764
                "MIT"
765
            ],
766
            "authors": [
767
                {
768
                    "name": "PHP-FIG",
769
                    "homepage": "http://www.php-fig.org/"
770
                }
771
            ],
772
            "description": "Common interface for logging libraries",
773
            "homepage": "https://github.com/php-fig/log",
774
            "keywords": [
775
                "log",
776
                "psr",
777
                "psr-3"
778
            ],
779
            "time": "2016-10-10T12:19:37+00:00"
780
        },
781
        {
782
            "name": "psr/simple-cache",
783
            "version": "1.0.1",
784
            "source": {
785
                "type": "git",
786
                "url": "https://github.com/php-fig/simple-cache.git",
787
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
788
            },
789
            "dist": {
790
                "type": "zip",
791
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
792
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
793
                "shasum": ""
794
            },
795
            "require": {
796
                "php": ">=5.3.0"
797
            },
798
            "type": "library",
799
            "extra": {
800
                "branch-alias": {
801
                    "dev-master": "1.0.x-dev"
802
                }
803
            },
804
            "autoload": {
805
                "psr-4": {
806
                    "Psr\\SimpleCache\\": "src/"
807
                }
808
            },
809
            "notification-url": "https://packagist.org/downloads/",
810
            "license": [
811
                "MIT"
812
            ],
813
            "authors": [
814
                {
815
                    "name": "PHP-FIG",
816
                    "homepage": "http://www.php-fig.org/"
817
                }
818
            ],
819
            "description": "Common interfaces for simple caching",
820
            "keywords": [
821
                "cache",
822
                "caching",
823
                "psr",
824
                "psr-16",
825
                "simple-cache"
826
            ],
827
            "time": "2017-10-23T01:57:42+00:00"
828
        },
829
        {
830
            "name": "ramsey/uuid",
831
            "version": "3.8.0",
832
            "source": {
833
                "type": "git",
834
                "url": "https://github.com/ramsey/uuid.git",
835
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
836
            },
837
            "dist": {
838
                "type": "zip",
839
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
840
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
841
                "shasum": ""
842
            },
843
            "require": {
844
                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
845
                "php": "^5.4 || ^7.0",
846
                "symfony/polyfill-ctype": "^1.8"
847
            },
848
            "replace": {
849
                "rhumsaa/uuid": "self.version"
850
            },
851
            "require-dev": {
852
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
853
                "doctrine/annotations": "~1.2.0",
854
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
855
                "ircmaxell/random-lib": "^1.1",
856
                "jakub-onderka/php-parallel-lint": "^0.9.0",
857
                "mockery/mockery": "^0.9.9",
858
                "moontoast/math": "^1.1",
859
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
860
                "phpunit/phpunit": "^4.7|^5.0|^6.5",
861
                "squizlabs/php_codesniffer": "^2.3"
862
            },
863
            "suggest": {
864
                "ext-ctype": "Provides support for PHP Ctype functions",
865
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
866
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
867
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
868
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
869
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
870
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
871
            },
872
            "type": "library",
873
            "extra": {
874
                "branch-alias": {
875
                    "dev-master": "3.x-dev"
876
                }
877
            },
878
            "autoload": {
879
                "psr-4": {
880
                    "Ramsey\\Uuid\\": "src/"
881
                }
882
            },
883
            "notification-url": "https://packagist.org/downloads/",
884
            "license": [
885
                "MIT"
886
            ],
887
            "authors": [
888
                {
889
                    "name": "Marijn Huizendveld",
890
                    "email": "[email protected]"
891
                },
892
                {
893
                    "name": "Thibaud Fabre",
894
                    "email": "[email protected]"
895
                },
896
                {
897
                    "name": "Ben Ramsey",
898
                    "email": "[email protected]",
899
                    "homepage": "https://benramsey.com"
900
                }
901
            ],
902
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
903
            "homepage": "https://github.com/ramsey/uuid",
904
            "keywords": [
905
                "guid",
906
                "identifier",
907
                "uuid"
908
            ],
909
            "time": "2018-07-19T23:38:55+00:00"
910
        },
911
        {
912
            "name": "swiftmailer/swiftmailer",
913
            "version": "v6.1.2",
914
            "source": {
915
                "type": "git",
916
                "url": "https://github.com/swiftmailer/swiftmailer.git",
917
                "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
918
            },
919
            "dist": {
920
                "type": "zip",
921
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
922
                "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
923
                "shasum": ""
924
            },
925
            "require": {
926
                "egulias/email-validator": "~2.0",
927
                "php": ">=7.0.0"
928
            },
929
            "require-dev": {
930
                "mockery/mockery": "~0.9.1",
931
                "symfony/phpunit-bridge": "~3.3@dev"
932
            },
933
            "suggest": {
934
                "ext-intl": "Needed to support internationalized email addresses",
935
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
936
            },
937
            "type": "library",
938
            "extra": {
939
                "branch-alias": {
940
                    "dev-master": "6.1-dev"
941
                }
942
            },
943
            "autoload": {
944
                "files": [
945
                    "lib/swift_required.php"
946
                ]
947
            },
948
            "notification-url": "https://packagist.org/downloads/",
949
            "license": [
950
                "MIT"
951
            ],
952
            "authors": [
953
                {
954
                    "name": "Chris Corbyn"
955
                },
956
                {
957
                    "name": "Fabien Potencier",
958
                    "email": "[email protected]"
959
                }
960
            ],
961
            "description": "Swiftmailer, free feature-rich PHP mailer",
962
            "homepage": "https://swiftmailer.symfony.com",
963
            "keywords": [
964
                "email",
965
                "mail",
966
                "mailer"
967
            ],
968
            "time": "2018-07-13T07:04:35+00:00"
969
        },
970
        {
971
            "name": "symfony/console",
972
            "version": "v4.1.1",
973
            "source": {
974
                "type": "git",
975
                "url": "https://github.com/symfony/console.git",
976
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
977
            },
978
            "dist": {
979
                "type": "zip",
980
                "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
981
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
982
                "shasum": ""
983
            },
984
            "require": {
985
                "php": "^7.1.3",
986
                "symfony/polyfill-mbstring": "~1.0"
987
            },
988
            "conflict": {
989
                "symfony/dependency-injection": "<3.4",
990
                "symfony/process": "<3.3"
991
            },
992
            "require-dev": {
993
                "psr/log": "~1.0",
994
                "symfony/config": "~3.4|~4.0",
995
                "symfony/dependency-injection": "~3.4|~4.0",
996
                "symfony/event-dispatcher": "~3.4|~4.0",
997
                "symfony/lock": "~3.4|~4.0",
998
                "symfony/process": "~3.4|~4.0"
999
            },
1000
            "suggest": {
1001
                "psr/log-implementation": "For using the console logger",
1002
                "symfony/event-dispatcher": "",
1003
                "symfony/lock": "",
1004
                "symfony/process": ""
1005
            },
1006
            "type": "library",
1007
            "extra": {
1008
                "branch-alias": {
1009
                    "dev-master": "4.1-dev"
1010
                }
1011
            },
1012
            "autoload": {
1013
                "psr-4": {
1014
                    "Symfony\\Component\\Console\\": ""
1015
                },
1016
                "exclude-from-classmap": [
1017
                    "/Tests/"
1018
                ]
1019
            },
1020
            "notification-url": "https://packagist.org/downloads/",
1021
            "license": [
1022
                "MIT"
1023
            ],
1024
            "authors": [
1025
                {
1026
                    "name": "Fabien Potencier",
1027
                    "email": "[email protected]"
1028
                },
1029
                {
1030
                    "name": "Symfony Community",
1031
                    "homepage": "https://symfony.com/contributors"
1032
                }
1033
            ],
1034
            "description": "Symfony Console Component",
1035
            "homepage": "https://symfony.com",
1036
            "time": "2018-05-31T10:17:53+00:00"
1037
        },
1038
        {
1039
            "name": "symfony/css-selector",
1040
            "version": "v4.1.1",
1041
            "source": {
1042
                "type": "git",
1043
                "url": "https://github.com/symfony/css-selector.git",
1044
                "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4"
1045
            },
1046
            "dist": {
1047
                "type": "zip",
1048
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
1049
                "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
1050
                "shasum": ""
1051
            },
1052
            "require": {
1053
                "php": "^7.1.3"
1054
            },
1055
            "type": "library",
1056
            "extra": {
1057
                "branch-alias": {
1058
                    "dev-master": "4.1-dev"
1059
                }
1060
            },
1061
            "autoload": {
1062
                "psr-4": {
1063
                    "Symfony\\Component\\CssSelector\\": ""
1064
                },
1065
                "exclude-from-classmap": [
1066
                    "/Tests/"
1067
                ]
1068
            },
1069
            "notification-url": "https://packagist.org/downloads/",
1070
            "license": [
1071
                "MIT"
1072
            ],
1073
            "authors": [
1074
                {
1075
                    "name": "Jean-François Simon",
1076
                    "email": "[email protected]"
1077
                },
1078
                {
1079
                    "name": "Fabien Potencier",
1080
                    "email": "[email protected]"
1081
                },
1082
                {
1083
                    "name": "Symfony Community",
1084
                    "homepage": "https://symfony.com/contributors"
1085
                }
1086
            ],
1087
            "description": "Symfony CssSelector Component",
1088
            "homepage": "https://symfony.com",
1089
            "time": "2018-05-30T07:26:09+00:00"
1090
        },
1091
        {
1092
            "name": "symfony/debug",
1093
            "version": "v4.1.1",
1094
            "source": {
1095
                "type": "git",
1096
                "url": "https://github.com/symfony/debug.git",
1097
                "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d"
1098
            },
1099
            "dist": {
1100
                "type": "zip",
1101
                "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1102
                "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1103
                "shasum": ""
1104
            },
1105
            "require": {
1106
                "php": "^7.1.3",
1107
                "psr/log": "~1.0"
1108
            },
1109
            "conflict": {
1110
                "symfony/http-kernel": "<3.4"
1111
            },
1112
            "require-dev": {
1113
                "symfony/http-kernel": "~3.4|~4.0"
1114
            },
1115
            "type": "library",
1116
            "extra": {
1117
                "branch-alias": {
1118
                    "dev-master": "4.1-dev"
1119
                }
1120
            },
1121
            "autoload": {
1122
                "psr-4": {
1123
                    "Symfony\\Component\\Debug\\": ""
1124
                },
1125
                "exclude-from-classmap": [
1126
                    "/Tests/"
1127
                ]
1128
            },
1129
            "notification-url": "https://packagist.org/downloads/",
1130
            "license": [
1131
                "MIT"
1132
            ],
1133
            "authors": [
1134
                {
1135
                    "name": "Fabien Potencier",
1136
                    "email": "[email protected]"
1137
                },
1138
                {
1139
                    "name": "Symfony Community",
1140
                    "homepage": "https://symfony.com/contributors"
1141
                }
1142
            ],
1143
            "description": "Symfony Debug Component",
1144
            "homepage": "https://symfony.com",
1145
            "time": "2018-06-08T09:39:36+00:00"
1146
        },
1147
        {
1148
            "name": "symfony/event-dispatcher",
1149
            "version": "v4.1.1",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/symfony/event-dispatcher.git",
1153
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
1158
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "php": "^7.1.3"
1163
            },
1164
            "conflict": {
1165
                "symfony/dependency-injection": "<3.4"
1166
            },
1167
            "require-dev": {
1168
                "psr/log": "~1.0",
1169
                "symfony/config": "~3.4|~4.0",
1170
                "symfony/dependency-injection": "~3.4|~4.0",
1171
                "symfony/expression-language": "~3.4|~4.0",
1172
                "symfony/stopwatch": "~3.4|~4.0"
1173
            },
1174
            "suggest": {
1175
                "symfony/dependency-injection": "",
1176
                "symfony/http-kernel": ""
1177
            },
1178
            "type": "library",
1179
            "extra": {
1180
                "branch-alias": {
1181
                    "dev-master": "4.1-dev"
1182
                }
1183
            },
1184
            "autoload": {
1185
                "psr-4": {
1186
                    "Symfony\\Component\\EventDispatcher\\": ""
1187
                },
1188
                "exclude-from-classmap": [
1189
                    "/Tests/"
1190
                ]
1191
            },
1192
            "notification-url": "https://packagist.org/downloads/",
1193
            "license": [
1194
                "MIT"
1195
            ],
1196
            "authors": [
1197
                {
1198
                    "name": "Fabien Potencier",
1199
                    "email": "[email protected]"
1200
                },
1201
                {
1202
                    "name": "Symfony Community",
1203
                    "homepage": "https://symfony.com/contributors"
1204
                }
1205
            ],
1206
            "description": "Symfony EventDispatcher Component",
1207
            "homepage": "https://symfony.com",
1208
            "time": "2018-04-06T07:35:57+00:00"
1209
        },
1210
        {
1211
            "name": "symfony/finder",
1212
            "version": "v4.1.1",
1213
            "source": {
1214
                "type": "git",
1215
                "url": "https://github.com/symfony/finder.git",
1216
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
1217
            },
1218
            "dist": {
1219
                "type": "zip",
1220
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
1221
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
1222
                "shasum": ""
1223
            },
1224
            "require": {
1225
                "php": "^7.1.3"
1226
            },
1227
            "type": "library",
1228
            "extra": {
1229
                "branch-alias": {
1230
                    "dev-master": "4.1-dev"
1231
                }
1232
            },
1233
            "autoload": {
1234
                "psr-4": {
1235
                    "Symfony\\Component\\Finder\\": ""
1236
                },
1237
                "exclude-from-classmap": [
1238
                    "/Tests/"
1239
                ]
1240
            },
1241
            "notification-url": "https://packagist.org/downloads/",
1242
            "license": [
1243
                "MIT"
1244
            ],
1245
            "authors": [
1246
                {
1247
                    "name": "Fabien Potencier",
1248
                    "email": "[email protected]"
1249
                },
1250
                {
1251
                    "name": "Symfony Community",
1252
                    "homepage": "https://symfony.com/contributors"
1253
                }
1254
            ],
1255
            "description": "Symfony Finder Component",
1256
            "homepage": "https://symfony.com",
1257
            "time": "2018-06-19T21:38:16+00:00"
1258
        },
1259
        {
1260
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
1261
            "version": "v4.1.1",
1262
            "source": {
1263
                "type": "git",
1264
                "url": "https://github.com/symfony/http-foundation.git",
1265
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
1266
            },
1267
            "dist": {
1268
                "type": "zip",
1269
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
1270
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
1271
                "shasum": ""
1272
            },
1273
            "require": {
1274
                "php": "^7.1.3",
1275
                "symfony/polyfill-mbstring": "~1.1"
1276
            },
1277
            "require-dev": {
1278
                "predis/predis": "~1.0",
1279
                "symfony/expression-language": "~3.4|~4.0"
1280
            },
1281
            "type": "library",
1282
            "extra": {
1283
                "branch-alias": {
1284
                    "dev-master": "4.1-dev"
1285
                }
1286
            },
1287
            "autoload": {
1288
                "psr-4": {
1289
                    "Symfony\\Component\\HttpFoundation\\": ""
1290
                },
1291
                "exclude-from-classmap": [
1292
                    "/Tests/"
1293
                ]
1294
            },
1295
            "notification-url": "https://packagist.org/downloads/",
1296
            "license": [
1297
                "MIT"
1298
            ],
1299
            "authors": [
1300
                {
1301
                    "name": "Fabien Potencier",
1302
                    "email": "[email protected]"
1303
                },
1304
                {
1305
                    "name": "Symfony Community",
1306
                    "homepage": "https://symfony.com/contributors"
1307
                }
1308
            ],
1309
            "description": "Symfony HttpFoundation Component",
1310
            "homepage": "https://symfony.com",
1311
            "time": "2018-06-19T21:38:16+00:00"
1312
        },
1313
        {
1314
            "name": "symfony/http-kernel",
1315
            "version": "v4.1.1",
1316
            "source": {
1317
                "type": "git",
1318
                "url": "https://github.com/symfony/http-kernel.git",
1319
                "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955"
1320
            },
1321
            "dist": {
1322
                "type": "zip",
1323
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955",
1324
                "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955",
1325
                "shasum": ""
1326
            },
1327
            "require": {
1328
                "php": "^7.1.3",
1329
                "psr/log": "~1.0",
1330
                "symfony/debug": "~3.4|~4.0",
1331
                "symfony/event-dispatcher": "~4.1",
1332
                "symfony/http-foundation": "^4.1.1",
1333
                "symfony/polyfill-ctype": "~1.8"
1334
            },
1335
            "conflict": {
1336
                "symfony/config": "<3.4",
1337
                "symfony/dependency-injection": "<4.1",
1338
                "symfony/var-dumper": "<4.1.1",
1339
                "twig/twig": "<1.34|<2.4,>=2"
1340
            },
1341
            "provide": {
1342
                "psr/log-implementation": "1.0"
1343
            },
1344
            "require-dev": {
1345
                "psr/cache": "~1.0",
1346
                "symfony/browser-kit": "~3.4|~4.0",
1347
                "symfony/config": "~3.4|~4.0",
1348
                "symfony/console": "~3.4|~4.0",
1349
                "symfony/css-selector": "~3.4|~4.0",
1350
                "symfony/dependency-injection": "^4.1",
1351
                "symfony/dom-crawler": "~3.4|~4.0",
1352
                "symfony/expression-language": "~3.4|~4.0",
1353
                "symfony/finder": "~3.4|~4.0",
1354
                "symfony/process": "~3.4|~4.0",
1355
                "symfony/routing": "~3.4|~4.0",
1356
                "symfony/stopwatch": "~3.4|~4.0",
1357
                "symfony/templating": "~3.4|~4.0",
1358
                "symfony/translation": "~3.4|~4.0",
1359
                "symfony/var-dumper": "^4.1.1"
1360
            },
1361
            "suggest": {
1362
                "symfony/browser-kit": "",
1363
                "symfony/config": "",
1364
                "symfony/console": "",
1365
                "symfony/dependency-injection": "",
1366
                "symfony/var-dumper": ""
1367
            },
1368
            "type": "library",
1369
            "extra": {
1370
                "branch-alias": {
1371
                    "dev-master": "4.1-dev"
1372
                }
1373
            },
1374
            "autoload": {
1375
                "psr-4": {
1376
                    "Symfony\\Component\\HttpKernel\\": ""
1377
                },
1378
                "exclude-from-classmap": [
1379
                    "/Tests/"
1380
                ]
1381
            },
1382
            "notification-url": "https://packagist.org/downloads/",
1383
            "license": [
1384
                "MIT"
1385
            ],
1386
            "authors": [
1387
                {
1388
                    "name": "Fabien Potencier",
1389
                    "email": "[email protected]"
1390
                },
1391
                {
1392
                    "name": "Symfony Community",
1393
                    "homepage": "https://symfony.com/contributors"
1394
                }
1395
            ],
1396
            "description": "Symfony HttpKernel Component",
1397
            "homepage": "https://symfony.com",
1398
            "time": "2018-06-25T13:06:45+00:00"
1399
        },
1400
        {
1401
            "name": "symfony/polyfill-ctype",
1402
            "version": "v1.8.0",
1403
            "source": {
1404
                "type": "git",
1405
                "url": "https://github.com/symfony/polyfill-ctype.git",
1406
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1407
            },
1408
            "dist": {
1409
                "type": "zip",
1410
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1411
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1412
                "shasum": ""
1413
            },
1414
            "require": {
1415
                "php": ">=5.3.3"
1416
            },
1417
            "type": "library",
1418
            "extra": {
1419
                "branch-alias": {
1420
                    "dev-master": "1.8-dev"
1421
                }
1422
            },
1423
            "autoload": {
1424
                "psr-4": {
1425
                    "Symfony\\Polyfill\\Ctype\\": ""
1426
                },
1427
                "files": [
1428
                    "bootstrap.php"
1429
                ]
1430
            },
1431
            "notification-url": "https://packagist.org/downloads/",
1432
            "license": [
1433
                "MIT"
1434
            ],
1435
            "authors": [
1436
                {
1437
                    "name": "Symfony Community",
1438
                    "homepage": "https://symfony.com/contributors"
1439
                },
1440
                {
1441
                    "name": "Gert de Pagter",
1442
                    "email": "[email protected]"
1443
                }
1444
            ],
1445
            "description": "Symfony polyfill for ctype functions",
1446
            "homepage": "https://symfony.com",
1447
            "keywords": [
1448
                "compatibility",
1449
                "ctype",
1450
                "polyfill",
1451
                "portable"
1452
            ],
1453
            "time": "2018-04-30T19:57:29+00:00"
1454
        },
1455
        {
1456
            "name": "symfony/polyfill-mbstring",
1457
            "version": "v1.8.0",
1458
            "source": {
1459
                "type": "git",
1460
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1461
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1462
            },
1463
            "dist": {
1464
                "type": "zip",
1465
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1466
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1467
                "shasum": ""
1468
            },
1469
            "require": {
1470
                "php": ">=5.3.3"
1471
            },
1472
            "suggest": {
1473
                "ext-mbstring": "For best performance"
1474
            },
1475
            "type": "library",
1476
            "extra": {
1477
                "branch-alias": {
1478
                    "dev-master": "1.8-dev"
1479
                }
1480
            },
1481
            "autoload": {
1482
                "psr-4": {
1483
                    "Symfony\\Polyfill\\Mbstring\\": ""
1484
                },
1485
                "files": [
1486
                    "bootstrap.php"
1487
                ]
1488
            },
1489
            "notification-url": "https://packagist.org/downloads/",
1490
            "license": [
1491
                "MIT"
1492
            ],
1493
            "authors": [
1494
                {
1495
                    "name": "Nicolas Grekas",
1496
                    "email": "[email protected]"
1497
                },
1498
                {
1499
                    "name": "Symfony Community",
1500
                    "homepage": "https://symfony.com/contributors"
1501
                }
1502
            ],
1503
            "description": "Symfony polyfill for the Mbstring extension",
1504
            "homepage": "https://symfony.com",
1505
            "keywords": [
1506
                "compatibility",
1507
                "mbstring",
1508
                "polyfill",
1509
                "portable",
1510
                "shim"
1511
            ],
1512
            "time": "2018-04-26T10:06:28+00:00"
1513
        },
1514
        {
1515
            "name": "symfony/polyfill-php72",
1516
            "version": "v1.8.0",
1517
            "source": {
1518
                "type": "git",
1519
                "url": "https://github.com/symfony/polyfill-php72.git",
1520
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1521
            },
1522
            "dist": {
1523
                "type": "zip",
1524
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1525
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1526
                "shasum": ""
1527
            },
1528
            "require": {
1529
                "php": ">=5.3.3"
1530
            },
1531
            "type": "library",
1532
            "extra": {
1533
                "branch-alias": {
1534
                    "dev-master": "1.8-dev"
1535
                }
1536
            },
1537
            "autoload": {
1538
                "psr-4": {
1539
                    "Symfony\\Polyfill\\Php72\\": ""
1540
                },
1541
                "files": [
1542
                    "bootstrap.php"
1543
                ]
1544
            },
1545
            "notification-url": "https://packagist.org/downloads/",
1546
            "license": [
1547
                "MIT"
1548
            ],
1549
            "authors": [
1550
                {
1551
                    "name": "Nicolas Grekas",
1552
                    "email": "[email protected]"
1553
                },
1554
                {
1555
                    "name": "Symfony Community",
1556
                    "homepage": "https://symfony.com/contributors"
1557
                }
1558
            ],
1559
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1560
            "homepage": "https://symfony.com",
1561
            "keywords": [
1562
                "compatibility",
1563
                "polyfill",
1564
                "portable",
1565
                "shim"
1566
            ],
1567
            "time": "2018-04-26T10:06:28+00:00"
1568
        },
1569
        {
1570
            "name": "symfony/process",
1571
            "version": "v4.1.1",
1572
            "source": {
1573
                "type": "git",
1574
                "url": "https://github.com/symfony/process.git",
1575
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
1576
            },
1577
            "dist": {
1578
                "type": "zip",
1579
                "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
1580
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
1581
                "shasum": ""
1582
            },
1583
            "require": {
1584
                "php": "^7.1.3"
1585
            },
1586
            "type": "library",
1587
            "extra": {
1588
                "branch-alias": {
1589
                    "dev-master": "4.1-dev"
1590
                }
1591
            },
1592
            "autoload": {
1593
                "psr-4": {
1594
                    "Symfony\\Component\\Process\\": ""
1595
                },
1596
                "exclude-from-classmap": [
1597
                    "/Tests/"
1598
                ]
1599
            },
1600
            "notification-url": "https://packagist.org/downloads/",
1601
            "license": [
1602
                "MIT"
1603
            ],
1604
            "authors": [
1605
                {
1606
                    "name": "Fabien Potencier",
1607
                    "email": "[email protected]"
1608
                },
1609
                {
1610
                    "name": "Symfony Community",
1611
                    "homepage": "https://symfony.com/contributors"
1612
                }
1613
            ],
1614
            "description": "Symfony Process Component",
1615
            "homepage": "https://symfony.com",
1616
            "time": "2018-05-31T10:17:53+00:00"
1617
        },
1618
        {
1619
            "name": "symfony/routing",
1620
            "version": "v4.1.1",
1621
            "source": {
1622
                "type": "git",
1623
                "url": "https://github.com/symfony/routing.git",
1624
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
1625
            },
1626
            "dist": {
1627
                "type": "zip",
1628
                "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
1629
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
1630
                "shasum": ""
1631
            },
1632
            "require": {
1633
                "php": "^7.1.3"
1634
            },
1635
            "conflict": {
1636
                "symfony/config": "<3.4",
1637
                "symfony/dependency-injection": "<3.4",
1638
                "symfony/yaml": "<3.4"
1639
            },
1640
            "require-dev": {
1641
                "doctrine/annotations": "~1.0",
1642
                "psr/log": "~1.0",
1643
                "symfony/config": "~3.4|~4.0",
1644
                "symfony/dependency-injection": "~3.4|~4.0",
1645
                "symfony/expression-language": "~3.4|~4.0",
1646
                "symfony/http-foundation": "~3.4|~4.0",
1647
                "symfony/yaml": "~3.4|~4.0"
1648
            },
1649
            "suggest": {
1650
                "doctrine/annotations": "For using the annotation loader",
1651
                "symfony/config": "For using the all-in-one router or any loader",
1652
                "symfony/dependency-injection": "For loading routes from a service",
1653
                "symfony/expression-language": "For using expression matching",
1654
                "symfony/http-foundation": "For using a Symfony Request object",
1655
                "symfony/yaml": "For using the YAML loader"
1656
            },
1657
            "type": "library",
1658
            "extra": {
1659
                "branch-alias": {
1660
                    "dev-master": "4.1-dev"
1661
                }
1662
            },
1663
            "autoload": {
1664
                "psr-4": {
1665
                    "Symfony\\Component\\Routing\\": ""
1666
                },
1667
                "exclude-from-classmap": [
1668
                    "/Tests/"
1669
                ]
1670
            },
1671
            "notification-url": "https://packagist.org/downloads/",
1672
            "license": [
1673
                "MIT"
1674
            ],
1675
            "authors": [
1676
                {
1677
                    "name": "Fabien Potencier",
1678
                    "email": "[email protected]"
1679
                },
1680
                {
1681
                    "name": "Symfony Community",
1682
                    "homepage": "https://symfony.com/contributors"
1683
                }
1684
            ],
1685
            "description": "Symfony Routing Component",
1686
            "homepage": "https://symfony.com",
1687
            "keywords": [
1688
                "router",
1689
                "routing",
1690
                "uri",
1691
                "url"
1692
            ],
1693
            "time": "2018-06-19T21:38:16+00:00"
1694
        },
1695
        {
1696
            "name": "symfony/translation",
1697
            "version": "v4.1.1",
1698
            "source": {
1699
                "type": "git",
1700
                "url": "https://github.com/symfony/translation.git",
1701
                "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854"
1702
            },
1703
            "dist": {
1704
                "type": "zip",
1705
                "url": "https://api.github.com/repos/symfony/translation/zipball/b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
1706
                "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
1707
                "shasum": ""
1708
            },
1709
            "require": {
1710
                "php": "^7.1.3",
1711
                "symfony/polyfill-mbstring": "~1.0"
1712
            },
1713
            "conflict": {
1714
                "symfony/config": "<3.4",
1715
                "symfony/dependency-injection": "<3.4",
1716
                "symfony/yaml": "<3.4"
1717
            },
1718
            "require-dev": {
1719
                "psr/log": "~1.0",
1720
                "symfony/config": "~3.4|~4.0",
1721
                "symfony/console": "~3.4|~4.0",
1722
                "symfony/dependency-injection": "~3.4|~4.0",
1723
                "symfony/finder": "~2.8|~3.0|~4.0",
1724
                "symfony/intl": "~3.4|~4.0",
1725
                "symfony/yaml": "~3.4|~4.0"
1726
            },
1727
            "suggest": {
1728
                "psr/log-implementation": "To use logging capability in translator",
1729
                "symfony/config": "",
1730
                "symfony/yaml": ""
1731
            },
1732
            "type": "library",
1733
            "extra": {
1734
                "branch-alias": {
1735
                    "dev-master": "4.1-dev"
1736
                }
1737
            },
1738
            "autoload": {
1739
                "psr-4": {
1740
                    "Symfony\\Component\\Translation\\": ""
1741
                },
1742
                "exclude-from-classmap": [
1743
                    "/Tests/"
1744
                ]
1745
            },
1746
            "notification-url": "https://packagist.org/downloads/",
1747
            "license": [
1748
                "MIT"
1749
            ],
1750
            "authors": [
1751
                {
1752
                    "name": "Fabien Potencier",
1753
                    "email": "[email protected]"
1754
                },
1755
                {
1756
                    "name": "Symfony Community",
1757
                    "homepage": "https://symfony.com/contributors"
1758
                }
1759
            ],
1760
            "description": "Symfony Translation Component",
1761
            "homepage": "https://symfony.com",
1762
            "time": "2018-06-22T08:59:39+00:00"
1763
        },
1764
        {
1765
            "name": "symfony/var-dumper",
1766
            "version": "v4.1.1",
1767
            "source": {
1768
                "type": "git",
1769
                "url": "https://github.com/symfony/var-dumper.git",
1770
                "reference": "b2eebaec085d1f2cafbad7644733d494a3bbbc9b"
1771
            },
1772
            "dist": {
1773
                "type": "zip",
1774
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2eebaec085d1f2cafbad7644733d494a3bbbc9b",
1775
                "reference": "b2eebaec085d1f2cafbad7644733d494a3bbbc9b",
1776
                "shasum": ""
1777
            },
1778
            "require": {
1779
                "php": "^7.1.3",
1780
                "symfony/polyfill-mbstring": "~1.0",
1781
                "symfony/polyfill-php72": "~1.5"
1782
            },
1783
            "conflict": {
1784
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1785
                "symfony/console": "<3.4"
1786
            },
1787
            "require-dev": {
1788
                "ext-iconv": "*",
1789
                "symfony/process": "~3.4|~4.0",
1790
                "twig/twig": "~1.34|~2.4"
1791
            },
1792
            "suggest": {
1793
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1794
                "ext-intl": "To show region name in time zone dump",
1795
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1796
            },
1797
            "bin": [
1798
                "Resources/bin/var-dump-server"
1799
            ],
1800
            "type": "library",
1801
            "extra": {
1802
                "branch-alias": {
1803
                    "dev-master": "4.1-dev"
1804
                }
1805
            },
1806
            "autoload": {
1807
                "files": [
1808
                    "Resources/functions/dump.php"
1809
                ],
1810
                "psr-4": {
1811
                    "Symfony\\Component\\VarDumper\\": ""
1812
                },
1813
                "exclude-from-classmap": [
1814
                    "/Tests/"
1815
                ]
1816
            },
1817
            "notification-url": "https://packagist.org/downloads/",
1818
            "license": [
1819
                "MIT"
1820
            ],
1821
            "authors": [
1822
                {
1823
                    "name": "Nicolas Grekas",
1824
                    "email": "[email protected]"
1825
                },
1826
                {
1827
                    "name": "Symfony Community",
1828
                    "homepage": "https://symfony.com/contributors"
1829
                }
1830
            ],
1831
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1832
            "homepage": "https://symfony.com",
1833
            "keywords": [
1834
                "debug",
1835
                "dump"
1836
            ],
1837
            "time": "2018-06-23T12:23:56+00:00"
1838
        },
1839
        {
1840
            "name": "tijsverkoyen/css-to-inline-styles",
1841
            "version": "2.2.1",
1842
            "source": {
1843
                "type": "git",
1844
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1845
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1846
            },
1847
            "dist": {
1848
                "type": "zip",
1849
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1850
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1851
                "shasum": ""
1852
            },
1853
            "require": {
1854
                "php": "^5.5 || ^7.0",
1855
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1856
            },
1857
            "require-dev": {
1858
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1859
            },
1860
            "type": "library",
1861
            "extra": {
1862
                "branch-alias": {
1863
                    "dev-master": "2.2.x-dev"
1864
                }
1865
            },
1866
            "autoload": {
1867
                "psr-4": {
1868
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1869
                }
1870
            },
1871
            "notification-url": "https://packagist.org/downloads/",
1872
            "license": [
1873
                "BSD-3-Clause"
1874
            ],
1875
            "authors": [
1876
                {
1877
                    "name": "Tijs Verkoyen",
1878
                    "email": "[email protected]",
1879
                    "role": "Developer"
1880
                }
1881
            ],
1882
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
1883
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1884
            "time": "2017-11-27T11:13:29+00:00"
1885
        },
1886
        {
1887
            "name": "vlucas/phpdotenv",
1888
            "version": "v2.5.0",
1889
            "source": {
1890
                "type": "git",
1891
                "url": "https://github.com/vlucas/phpdotenv.git",
1892
                "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a"
1893
            },
1894
            "dist": {
1895
                "type": "zip",
1896
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
1897
                "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
1898
                "shasum": ""
1899
            },
1900
            "require": {
1901
                "php": ">=5.3.9"
1902
            },
1903
            "require-dev": {
1904
                "phpunit/phpunit": "^4.8.35 || ^5.0"
1905
            },
1906
            "type": "library",
1907
            "extra": {
1908
                "branch-alias": {
1909
                    "dev-master": "2.5-dev"
1910
                }
1911
            },
1912
            "autoload": {
1913
                "psr-4": {
1914
                    "Dotenv\\": "src/"
1915
                }
1916
            },
1917
            "notification-url": "https://packagist.org/downloads/",
1918
            "license": [
1919
                "BSD-3-Clause"
1920
            ],
1921
            "authors": [
1922
                {
1923
                    "name": "Vance Lucas",
1924
                    "email": "[email protected]",
1925
                    "homepage": "http://www.vancelucas.com"
1926
                }
1927
            ],
1928
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1929
            "keywords": [
1930
                "dotenv",
1931
                "env",
1932
                "environment"
1933
            ],
1934
            "time": "2018-07-01T10:25:50+00:00"
1935
        }
1936
    ],
1937
    "packages-dev": [
1938
        {
1939
            "name": "composer/semver",
1940
            "version": "1.4.2",
1941
            "source": {
1942
                "type": "git",
1943
                "url": "https://github.com/composer/semver.git",
1944
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1945
            },
1946
            "dist": {
1947
                "type": "zip",
1948
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1949
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1950
                "shasum": ""
1951
            },
1952
            "require": {
1953
                "php": "^5.3.2 || ^7.0"
1954
            },
1955
            "require-dev": {
1956
                "phpunit/phpunit": "^4.5 || ^5.0.5",
1957
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1958
            },
1959
            "type": "library",
1960
            "extra": {
1961
                "branch-alias": {
1962
                    "dev-master": "1.x-dev"
1963
                }
1964
            },
1965
            "autoload": {
1966
                "psr-4": {
1967
                    "Composer\\Semver\\": "src"
1968
                }
1969
            },
1970
            "notification-url": "https://packagist.org/downloads/",
1971
            "license": [
1972
                "MIT"
1973
            ],
1974
            "authors": [
1975
                {
1976
                    "name": "Nils Adermann",
1977
                    "email": "[email protected]",
1978
                    "homepage": "http://www.naderman.de"
1979
                },
1980
                {
1981
                    "name": "Jordi Boggiano",
1982
                    "email": "[email protected]",
1983
                    "homepage": "http://seld.be"
1984
                },
1985
                {
1986
                    "name": "Rob Bast",
1987
                    "email": "[email protected]",
1988
                    "homepage": "http://robbast.nl"
1989
                }
1990
            ],
1991
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
1992
            "keywords": [
1993
                "semantic",
1994
                "semver",
1995
                "validation",
1996
                "versioning"
1997
            ],
1998
            "time": "2016-08-30T16:08:34+00:00"
1999
        },
2000
        {
2001
            "name": "composer/xdebug-handler",
2002
            "version": "1.1.0",
2003
            "source": {
2004
                "type": "git",
2005
                "url": "https://github.com/composer/xdebug-handler.git",
2006
                "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08"
2007
            },
2008
            "dist": {
2009
                "type": "zip",
2010
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08",
2011
                "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08",
2012
                "shasum": ""
2013
            },
2014
            "require": {
2015
                "php": "^5.3.2 || ^7.0",
2016
                "psr/log": "^1.0"
2017
            },
2018
            "require-dev": {
2019
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2020
            },
2021
            "type": "library",
2022
            "autoload": {
2023
                "psr-4": {
2024
                    "Composer\\XdebugHandler\\": "src"
2025
                }
2026
            },
2027
            "notification-url": "https://packagist.org/downloads/",
2028
            "license": [
2029
                "MIT"
2030
            ],
2031
            "authors": [
2032
                {
2033
                    "name": "John Stevenson",
2034
                    "email": "[email protected]"
2035
                }
2036
            ],
2037
            "description": "Restarts a process without xdebug.",
2038
            "keywords": [
2039
                "Xdebug",
2040
                "performance"
2041
            ],
2042
            "time": "2018-04-11T15:42:36+00:00"
2043
        },
2044
        {
2045
            "name": "doctrine/annotations",
2046
            "version": "v1.6.0",
2047
            "source": {
2048
                "type": "git",
2049
                "url": "https://github.com/doctrine/annotations.git",
2050
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
2051
            },
2052
            "dist": {
2053
                "type": "zip",
2054
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
2055
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
2056
                "shasum": ""
2057
            },
2058
            "require": {
2059
                "doctrine/lexer": "1.*",
2060
                "php": "^7.1"
2061
            },
2062
            "require-dev": {
2063
                "doctrine/cache": "1.*",
2064
                "phpunit/phpunit": "^6.4"
2065
            },
2066
            "type": "library",
2067
            "extra": {
2068
                "branch-alias": {
2069
                    "dev-master": "1.6.x-dev"
2070
                }
2071
            },
2072
            "autoload": {
2073
                "psr-4": {
2074
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2075
                }
2076
            },
2077
            "notification-url": "https://packagist.org/downloads/",
2078
            "license": [
2079
                "MIT"
2080
            ],
2081
            "authors": [
2082
                {
2083
                    "name": "Roman Borschel",
2084
                    "email": "[email protected]"
2085
                },
2086
                {
2087
                    "name": "Benjamin Eberlei",
2088
                    "email": "[email protected]"
2089
                },
2090
                {
2091
                    "name": "Guilherme Blanco",
2092
                    "email": "[email protected]"
2093
                },
2094
                {
2095
                    "name": "Jonathan Wage",
2096
                    "email": "[email protected]"
2097
                },
2098
                {
2099
                    "name": "Johannes Schmitt",
2100
                    "email": "[email protected]"
2101
                }
2102
            ],
2103
            "description": "Docblock Annotations Parser",
2104
            "homepage": "http://www.doctrine-project.org",
2105
            "keywords": [
2106
                "annotations",
2107
                "docblock",
2108
                "parser"
2109
            ],
2110
            "time": "2017-12-06T07:11:42+00:00"
2111
        },
2112
        {
2113
            "name": "doctrine/instantiator",
2114
            "version": "1.1.0",
2115
            "source": {
2116
                "type": "git",
2117
                "url": "https://github.com/doctrine/instantiator.git",
2118
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2119
            },
2120
            "dist": {
2121
                "type": "zip",
2122
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2123
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2124
                "shasum": ""
2125
            },
2126
            "require": {
2127
                "php": "^7.1"
2128
            },
2129
            "require-dev": {
2130
                "athletic/athletic": "~0.1.8",
2131
                "ext-pdo": "*",
2132
                "ext-phar": "*",
2133
                "phpunit/phpunit": "^6.2.3",
2134
                "squizlabs/php_codesniffer": "^3.0.2"
2135
            },
2136
            "type": "library",
2137
            "extra": {
2138
                "branch-alias": {
2139
                    "dev-master": "1.2.x-dev"
2140
                }
2141
            },
2142
            "autoload": {
2143
                "psr-4": {
2144
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2145
                }
2146
            },
2147
            "notification-url": "https://packagist.org/downloads/",
2148
            "license": [
2149
                "MIT"
2150
            ],
2151
            "authors": [
2152
                {
2153
                    "name": "Marco Pivetta",
2154
                    "email": "[email protected]",
2155
                    "homepage": "http://ocramius.github.com/"
2156
                }
2157
            ],
2158
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2159
            "homepage": "https://github.com/doctrine/instantiator",
2160
            "keywords": [
2161
                "constructor",
2162
                "instantiate"
2163
            ],
2164
            "time": "2017-07-22T11:58:36+00:00"
2165
        },
2166
        {
2167
            "name": "friendsofphp/php-cs-fixer",
2168
            "version": "v2.12.2",
2169
            "source": {
2170
                "type": "git",
2171
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2172
                "reference": "dcc87d5414e9d0bd316fce81a5bedb9ce720b183"
2173
            },
2174
            "dist": {
2175
                "type": "zip",
2176
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/dcc87d5414e9d0bd316fce81a5bedb9ce720b183",
2177
                "reference": "dcc87d5414e9d0bd316fce81a5bedb9ce720b183",
2178
                "shasum": ""
2179
            },
2180
            "require": {
2181
                "composer/semver": "^1.4",
2182
                "composer/xdebug-handler": "^1.0",
2183
                "doctrine/annotations": "^1.2",
2184
                "ext-json": "*",
2185
                "ext-tokenizer": "*",
2186
                "php": "^5.6 || >=7.0 <7.3",
2187
                "php-cs-fixer/diff": "^1.3",
2188
                "symfony/console": "^3.2 || ^4.0",
2189
                "symfony/event-dispatcher": "^3.0 || ^4.0",
2190
                "symfony/filesystem": "^3.0 || ^4.0",
2191
                "symfony/finder": "^3.0 || ^4.0",
2192
                "symfony/options-resolver": "^3.0 || ^4.0",
2193
                "symfony/polyfill-php70": "^1.0",
2194
                "symfony/polyfill-php72": "^1.4",
2195
                "symfony/process": "^3.0 || ^4.0",
2196
                "symfony/stopwatch": "^3.0 || ^4.0"
2197
            },
2198
            "conflict": {
2199
                "hhvm": "*"
2200
            },
2201
            "require-dev": {
2202
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
2203
                "justinrainbow/json-schema": "^5.0",
2204
                "keradus/cli-executor": "^1.1",
2205
                "mikey179/vfsstream": "^1.6",
2206
                "php-coveralls/php-coveralls": "^2.1",
2207
                "php-cs-fixer/accessible-object": "^1.0",
2208
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1",
2209
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1",
2210
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
2211
                "phpunitgoodpractices/traits": "^1.5.1",
2212
                "symfony/phpunit-bridge": "^4.0"
2213
            },
2214
            "suggest": {
2215
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
2216
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
2217
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
2218
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
2219
            },
2220
            "bin": [
2221
                "php-cs-fixer"
2222
            ],
2223
            "type": "application",
2224
            "autoload": {
2225
                "psr-4": {
2226
                    "PhpCsFixer\\": "src/"
2227
                },
2228
                "classmap": [
2229
                    "tests/Test/AbstractFixerTestCase.php",
2230
                    "tests/Test/AbstractIntegrationCaseFactory.php",
2231
                    "tests/Test/AbstractIntegrationTestCase.php",
2232
                    "tests/Test/Assert/AssertTokensTrait.php",
2233
                    "tests/Test/IntegrationCase.php",
2234
                    "tests/Test/IntegrationCaseFactory.php",
2235
                    "tests/Test/IntegrationCaseFactoryInterface.php",
2236
                    "tests/Test/InternalIntegrationCaseFactory.php",
2237
                    "tests/TestCase.php"
2238
                ]
2239
            },
2240
            "notification-url": "https://packagist.org/downloads/",
2241
            "license": [
2242
                "MIT"
2243
            ],
2244
            "authors": [
2245
                {
2246
                    "name": "Dariusz Rumiński",
2247
                    "email": "[email protected]"
2248
                },
2249
                {
2250
                    "name": "Fabien Potencier",
2251
                    "email": "[email protected]"
2252
                }
2253
            ],
2254
            "description": "A tool to automatically fix PHP code style",
2255
            "time": "2018-07-06T10:37:40+00:00"
2256
        },
2257
        {
2258
            "name": "guzzlehttp/guzzle",
2259
            "version": "6.3.3",
2260
            "source": {
2261
                "type": "git",
2262
                "url": "https://github.com/guzzle/guzzle.git",
2263
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2264
            },
2265
            "dist": {
2266
                "type": "zip",
2267
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2268
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2269
                "shasum": ""
2270
            },
2271
            "require": {
2272
                "guzzlehttp/promises": "^1.0",
2273
                "guzzlehttp/psr7": "^1.4",
2274
                "php": ">=5.5"
2275
            },
2276
            "require-dev": {
2277
                "ext-curl": "*",
2278
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2279
                "psr/log": "^1.0"
2280
            },
2281
            "suggest": {
2282
                "psr/log": "Required for using the Log middleware"
2283
            },
2284
            "type": "library",
2285
            "extra": {
2286
                "branch-alias": {
2287
                    "dev-master": "6.3-dev"
2288
                }
2289
            },
2290
            "autoload": {
2291
                "files": [
2292
                    "src/functions_include.php"
2293
                ],
2294
                "psr-4": {
2295
                    "GuzzleHttp\\": "src/"
2296
                }
2297
            },
2298
            "notification-url": "https://packagist.org/downloads/",
2299
            "license": [
2300
                "MIT"
2301
            ],
2302
            "authors": [
2303
                {
2304
                    "name": "Michael Dowling",
2305
                    "email": "[email protected]",
2306
                    "homepage": "https://github.com/mtdowling"
2307
                }
2308
            ],
2309
            "description": "Guzzle is a PHP HTTP client library",
2310
            "homepage": "http://guzzlephp.org/",
2311
            "keywords": [
2312
                "client",
2313
                "curl",
2314
                "framework",
2315
                "http",
2316
                "http client",
2317
                "rest",
2318
                "web service"
2319
            ],
2320
            "time": "2018-04-22T15:46:56+00:00"
2321
        },
2322
        {
2323
            "name": "guzzlehttp/promises",
2324
            "version": "v1.3.1",
2325
            "source": {
2326
                "type": "git",
2327
                "url": "https://github.com/guzzle/promises.git",
2328
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2329
            },
2330
            "dist": {
2331
                "type": "zip",
2332
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2333
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2334
                "shasum": ""
2335
            },
2336
            "require": {
2337
                "php": ">=5.5.0"
2338
            },
2339
            "require-dev": {
2340
                "phpunit/phpunit": "^4.0"
2341
            },
2342
            "type": "library",
2343
            "extra": {
2344
                "branch-alias": {
2345
                    "dev-master": "1.4-dev"
2346
                }
2347
            },
2348
            "autoload": {
2349
                "psr-4": {
2350
                    "GuzzleHttp\\Promise\\": "src/"
2351
                },
2352
                "files": [
2353
                    "src/functions_include.php"
2354
                ]
2355
            },
2356
            "notification-url": "https://packagist.org/downloads/",
2357
            "license": [
2358
                "MIT"
2359
            ],
2360
            "authors": [
2361
                {
2362
                    "name": "Michael Dowling",
2363
                    "email": "[email protected]",
2364
                    "homepage": "https://github.com/mtdowling"
2365
                }
2366
            ],
2367
            "description": "Guzzle promises library",
2368
            "keywords": [
2369
                "promise"
2370
            ],
2371
            "time": "2016-12-20T10:07:11+00:00"
2372
        },
2373
        {
2374
            "name": "guzzlehttp/psr7",
2375
            "version": "1.4.2",
2376
            "source": {
2377
                "type": "git",
2378
                "url": "https://github.com/guzzle/psr7.git",
2379
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2380
            },
2381
            "dist": {
2382
                "type": "zip",
2383
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2384
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2385
                "shasum": ""
2386
            },
2387
            "require": {
2388
                "php": ">=5.4.0",
2389
                "psr/http-message": "~1.0"
2390
            },
2391
            "provide": {
2392
                "psr/http-message-implementation": "1.0"
2393
            },
2394
            "require-dev": {
2395
                "phpunit/phpunit": "~4.0"
2396
            },
2397
            "type": "library",
2398
            "extra": {
2399
                "branch-alias": {
2400
                    "dev-master": "1.4-dev"
2401
                }
2402
            },
2403
            "autoload": {
2404
                "psr-4": {
2405
                    "GuzzleHttp\\Psr7\\": "src/"
2406
                },
2407
                "files": [
2408
                    "src/functions_include.php"
2409
                ]
2410
            },
2411
            "notification-url": "https://packagist.org/downloads/",
2412
            "license": [
2413
                "MIT"
2414
            ],
2415
            "authors": [
2416
                {
2417
                    "name": "Michael Dowling",
2418
                    "email": "[email protected]",
2419
                    "homepage": "https://github.com/mtdowling"
2420
                },
2421
                {
2422
                    "name": "Tobias Schultze",
2423
                    "homepage": "https://github.com/Tobion"
2424
                }
2425
            ],
2426
            "description": "PSR-7 message implementation that also provides common utility methods",
2427
            "keywords": [
2428
                "http",
2429
                "message",
2430
                "request",
2431
                "response",
2432
                "stream",
2433
                "uri",
2434
                "url"
2435
            ],
2436
            "time": "2017-03-20T17:10:46+00:00"
2437
        },
2438
        {
2439
            "name": "hamcrest/hamcrest-php",
2440
            "version": "v2.0.0",
2441
            "source": {
2442
                "type": "git",
2443
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2444
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2445
            },
2446
            "dist": {
2447
                "type": "zip",
2448
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2449
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2450
                "shasum": ""
2451
            },
2452
            "require": {
2453
                "php": "^5.3|^7.0"
2454
            },
2455
            "replace": {
2456
                "cordoval/hamcrest-php": "*",
2457
                "davedevelopment/hamcrest-php": "*",
2458
                "kodova/hamcrest-php": "*"
2459
            },
2460
            "require-dev": {
2461
                "phpunit/php-file-iterator": "1.3.3",
2462
                "phpunit/phpunit": "~4.0",
2463
                "satooshi/php-coveralls": "^1.0"
2464
            },
2465
            "type": "library",
2466
            "extra": {
2467
                "branch-alias": {
2468
                    "dev-master": "2.0-dev"
2469
                }
2470
            },
2471
            "autoload": {
2472
                "classmap": [
2473
                    "hamcrest"
2474
                ]
2475
            },
2476
            "notification-url": "https://packagist.org/downloads/",
2477
            "license": [
2478
                "BSD"
2479
            ],
2480
            "description": "This is the PHP port of Hamcrest Matchers",
2481
            "keywords": [
2482
                "test"
2483
            ],
2484
            "time": "2016-01-20T08:20:44+00:00"
2485
        },
2486
        {
2487
            "name": "mockery/mockery",
2488
            "version": "1.1.0",
2489
            "source": {
2490
                "type": "git",
2491
                "url": "https://github.com/mockery/mockery.git",
2492
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
2493
            },
2494
            "dist": {
2495
                "type": "zip",
2496
                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
2497
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
2498
                "shasum": ""
2499
            },
2500
            "require": {
2501
                "hamcrest/hamcrest-php": "~2.0",
2502
                "lib-pcre": ">=7.0",
2503
                "php": ">=5.6.0"
2504
            },
2505
            "require-dev": {
2506
                "phpdocumentor/phpdocumentor": "^2.9",
2507
                "phpunit/phpunit": "~5.7.10|~6.5"
2508
            },
2509
            "type": "library",
2510
            "extra": {
2511
                "branch-alias": {
2512
                    "dev-master": "1.0.x-dev"
2513
                }
2514
            },
2515
            "autoload": {
2516
                "psr-0": {
2517
                    "Mockery": "library/"
2518
                }
2519
            },
2520
            "notification-url": "https://packagist.org/downloads/",
2521
            "license": [
2522
                "BSD-3-Clause"
2523
            ],
2524
            "authors": [
2525
                {
2526
                    "name": "Pádraic Brady",
2527
                    "email": "[email protected]",
2528
                    "homepage": "http://blog.astrumfutura.com"
2529
                },
2530
                {
2531
                    "name": "Dave Marshall",
2532
                    "email": "[email protected]",
2533
                    "homepage": "http://davedevelopment.co.uk"
2534
                }
2535
            ],
2536
            "description": "Mockery is a simple yet flexible PHP mock object framework",
2537
            "homepage": "https://github.com/mockery/mockery",
2538
            "keywords": [
2539
                "BDD",
2540
                "TDD",
2541
                "library",
2542
                "mock",
2543
                "mock objects",
2544
                "mockery",
2545
                "stub",
2546
                "test",
2547
                "test double",
2548
                "testing"
2549
            ],
2550
            "time": "2018-05-08T08:54:48+00:00"
2551
        },
2552
        {
2553
            "name": "myclabs/deep-copy",
2554
            "version": "1.8.1",
2555
            "source": {
2556
                "type": "git",
2557
                "url": "https://github.com/myclabs/DeepCopy.git",
2558
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2559
            },
2560
            "dist": {
2561
                "type": "zip",
2562
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2563
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2564
                "shasum": ""
2565
            },
2566
            "require": {
2567
                "php": "^7.1"
2568
            },
2569
            "replace": {
2570
                "myclabs/deep-copy": "self.version"
2571
            },
2572
            "require-dev": {
2573
                "doctrine/collections": "^1.0",
2574
                "doctrine/common": "^2.6",
2575
                "phpunit/phpunit": "^7.1"
2576
            },
2577
            "type": "library",
2578
            "autoload": {
2579
                "psr-4": {
2580
                    "DeepCopy\\": "src/DeepCopy/"
2581
                },
2582
                "files": [
2583
                    "src/DeepCopy/deep_copy.php"
2584
                ]
2585
            },
2586
            "notification-url": "https://packagist.org/downloads/",
2587
            "license": [
2588
                "MIT"
2589
            ],
2590
            "description": "Create deep copies (clones) of your objects",
2591
            "keywords": [
2592
                "clone",
2593
                "copy",
2594
                "duplicate",
2595
                "object",
2596
                "object graph"
2597
            ],
2598
            "time": "2018-06-11T23:09:50+00:00"
2599
        },
2600
        {
2601
            "name": "phar-io/manifest",
2602
            "version": "1.0.3",
2603
            "source": {
2604
                "type": "git",
2605
                "url": "https://github.com/phar-io/manifest.git",
2606
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2607
            },
2608
            "dist": {
2609
                "type": "zip",
2610
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2611
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2612
                "shasum": ""
2613
            },
2614
            "require": {
2615
                "ext-dom": "*",
2616
                "ext-phar": "*",
2617
                "phar-io/version": "^2.0",
2618
                "php": "^5.6 || ^7.0"
2619
            },
2620
            "type": "library",
2621
            "extra": {
2622
                "branch-alias": {
2623
                    "dev-master": "1.0.x-dev"
2624
                }
2625
            },
2626
            "autoload": {
2627
                "classmap": [
2628
                    "src/"
2629
                ]
2630
            },
2631
            "notification-url": "https://packagist.org/downloads/",
2632
            "license": [
2633
                "BSD-3-Clause"
2634
            ],
2635
            "authors": [
2636
                {
2637
                    "name": "Arne Blankerts",
2638
                    "email": "[email protected]",
2639
                    "role": "Developer"
2640
                },
2641
                {
2642
                    "name": "Sebastian Heuer",
2643
                    "email": "[email protected]",
2644
                    "role": "Developer"
2645
                },
2646
                {
2647
                    "name": "Sebastian Bergmann",
2648
                    "email": "[email protected]",
2649
                    "role": "Developer"
2650
                }
2651
            ],
2652
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2653
            "time": "2018-07-08T19:23:20+00:00"
2654
        },
2655
        {
2656
            "name": "phar-io/version",
2657
            "version": "2.0.1",
2658
            "source": {
2659
                "type": "git",
2660
                "url": "https://github.com/phar-io/version.git",
2661
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2662
            },
2663
            "dist": {
2664
                "type": "zip",
2665
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2666
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2667
                "shasum": ""
2668
            },
2669
            "require": {
2670
                "php": "^5.6 || ^7.0"
2671
            },
2672
            "type": "library",
2673
            "autoload": {
2674
                "classmap": [
2675
                    "src/"
2676
                ]
2677
            },
2678
            "notification-url": "https://packagist.org/downloads/",
2679
            "license": [
2680
                "BSD-3-Clause"
2681
            ],
2682
            "authors": [
2683
                {
2684
                    "name": "Arne Blankerts",
2685
                    "email": "[email protected]",
2686
                    "role": "Developer"
2687
                },
2688
                {
2689
                    "name": "Sebastian Heuer",
2690
                    "email": "[email protected]",
2691
                    "role": "Developer"
2692
                },
2693
                {
2694
                    "name": "Sebastian Bergmann",
2695
                    "email": "[email protected]",
2696
                    "role": "Developer"
2697
                }
2698
            ],
2699
            "description": "Library for handling version information and constraints",
2700
            "time": "2018-07-08T19:19:57+00:00"
2701
        },
2702
        {
2703
            "name": "php-coveralls/php-coveralls",
2704
            "version": "v2.1.0",
2705
            "source": {
2706
                "type": "git",
2707
                "url": "https://github.com/php-coveralls/php-coveralls.git",
2708
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
2709
            },
2710
            "dist": {
2711
                "type": "zip",
2712
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
2713
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
2714
                "shasum": ""
2715
            },
2716
            "require": {
2717
                "ext-json": "*",
2718
                "ext-simplexml": "*",
2719
                "guzzlehttp/guzzle": "^6.0",
2720
                "php": "^5.5 || ^7.0",
2721
                "psr/log": "^1.0",
2722
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2723
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2724
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2725
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2726
            },
2727
            "require-dev": {
2728
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2729
            },
2730
            "suggest": {
2731
                "symfony/http-kernel": "Allows Symfony integration"
2732
            },
2733
            "bin": [
2734
                "bin/php-coveralls"
2735
            ],
2736
            "type": "library",
2737
            "extra": {
2738
                "branch-alias": {
2739
                    "dev-master": "2.1-dev"
2740
                }
2741
            },
2742
            "autoload": {
2743
                "psr-4": {
2744
                    "PhpCoveralls\\": "src/"
2745
                }
2746
            },
2747
            "notification-url": "https://packagist.org/downloads/",
2748
            "license": [
2749
                "MIT"
2750
            ],
2751
            "authors": [
2752
                {
2753
                    "name": "Kitamura Satoshi",
2754
                    "email": "[email protected]",
2755
                    "homepage": "https://www.facebook.com/satooshi.jp",
2756
                    "role": "Original creator"
2757
                },
2758
                {
2759
                    "name": "Takashi Matsuo",
2760
                    "email": "[email protected]"
2761
                },
2762
                {
2763
                    "name": "Google Inc"
2764
                },
2765
                {
2766
                    "name": "Dariusz Ruminski",
2767
                    "email": "[email protected]",
2768
                    "homepage": "https://github.com/keradus"
2769
                },
2770
                {
2771
                    "name": "Contributors",
2772
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2773
                }
2774
            ],
2775
            "description": "PHP client library for Coveralls API",
2776
            "homepage": "https://github.com/php-coveralls/php-coveralls",
2777
            "keywords": [
2778
                "ci",
2779
                "coverage",
2780
                "github",
2781
                "test"
2782
            ],
2783
            "time": "2018-05-22T23:11:08+00:00"
2784
        },
2785
        {
2786
            "name": "php-cs-fixer/diff",
2787
            "version": "v1.3.0",
2788
            "source": {
2789
                "type": "git",
2790
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
2791
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
2792
            },
2793
            "dist": {
2794
                "type": "zip",
2795
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
2796
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
2797
                "shasum": ""
2798
            },
2799
            "require": {
2800
                "php": "^5.6 || ^7.0"
2801
            },
2802
            "require-dev": {
2803
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2804
                "symfony/process": "^3.3"
2805
            },
2806
            "type": "library",
2807
            "autoload": {
2808
                "classmap": [
2809
                    "src/"
2810
                ]
2811
            },
2812
            "notification-url": "https://packagist.org/downloads/",
2813
            "license": [
2814
                "BSD-3-Clause"
2815
            ],
2816
            "authors": [
2817
                {
2818
                    "name": "Kore Nordmann",
2819
                    "email": "[email protected]"
2820
                },
2821
                {
2822
                    "name": "Sebastian Bergmann",
2823
                    "email": "[email protected]"
2824
                },
2825
                {
2826
                    "name": "SpacePossum"
2827
                }
2828
            ],
2829
            "description": "sebastian/diff v2 backport support for PHP5.6",
2830
            "homepage": "https://github.com/PHP-CS-Fixer",
2831
            "keywords": [
2832
                "diff"
2833
            ],
2834
            "time": "2018-02-15T16:58:55+00:00"
2835
        },
2836
        {
2837
            "name": "phpdocumentor/reflection-common",
2838
            "version": "1.0.1",
2839
            "source": {
2840
                "type": "git",
2841
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2842
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2843
            },
2844
            "dist": {
2845
                "type": "zip",
2846
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2847
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2848
                "shasum": ""
2849
            },
2850
            "require": {
2851
                "php": ">=5.5"
2852
            },
2853
            "require-dev": {
2854
                "phpunit/phpunit": "^4.6"
2855
            },
2856
            "type": "library",
2857
            "extra": {
2858
                "branch-alias": {
2859
                    "dev-master": "1.0.x-dev"
2860
                }
2861
            },
2862
            "autoload": {
2863
                "psr-4": {
2864
                    "phpDocumentor\\Reflection\\": [
2865
                        "src"
2866
                    ]
2867
                }
2868
            },
2869
            "notification-url": "https://packagist.org/downloads/",
2870
            "license": [
2871
                "MIT"
2872
            ],
2873
            "authors": [
2874
                {
2875
                    "name": "Jaap van Otterdijk",
2876
                    "email": "[email protected]"
2877
                }
2878
            ],
2879
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2880
            "homepage": "http://www.phpdoc.org",
2881
            "keywords": [
2882
                "FQSEN",
2883
                "phpDocumentor",
2884
                "phpdoc",
2885
                "reflection",
2886
                "static analysis"
2887
            ],
2888
            "time": "2017-09-11T18:02:19+00:00"
2889
        },
2890
        {
2891
            "name": "phpdocumentor/reflection-docblock",
2892
            "version": "4.3.0",
2893
            "source": {
2894
                "type": "git",
2895
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2896
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2897
            },
2898
            "dist": {
2899
                "type": "zip",
2900
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2901
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2902
                "shasum": ""
2903
            },
2904
            "require": {
2905
                "php": "^7.0",
2906
                "phpdocumentor/reflection-common": "^1.0.0",
2907
                "phpdocumentor/type-resolver": "^0.4.0",
2908
                "webmozart/assert": "^1.0"
2909
            },
2910
            "require-dev": {
2911
                "doctrine/instantiator": "~1.0.5",
2912
                "mockery/mockery": "^1.0",
2913
                "phpunit/phpunit": "^6.4"
2914
            },
2915
            "type": "library",
2916
            "extra": {
2917
                "branch-alias": {
2918
                    "dev-master": "4.x-dev"
2919
                }
2920
            },
2921
            "autoload": {
2922
                "psr-4": {
2923
                    "phpDocumentor\\Reflection\\": [
2924
                        "src/"
2925
                    ]
2926
                }
2927
            },
2928
            "notification-url": "https://packagist.org/downloads/",
2929
            "license": [
2930
                "MIT"
2931
            ],
2932
            "authors": [
2933
                {
2934
                    "name": "Mike van Riel",
2935
                    "email": "[email protected]"
2936
                }
2937
            ],
2938
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2939
            "time": "2017-11-30T07:14:17+00:00"
2940
        },
2941
        {
2942
            "name": "phpdocumentor/type-resolver",
2943
            "version": "0.4.0",
2944
            "source": {
2945
                "type": "git",
2946
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2947
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2948
            },
2949
            "dist": {
2950
                "type": "zip",
2951
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2952
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2953
                "shasum": ""
2954
            },
2955
            "require": {
2956
                "php": "^5.5 || ^7.0",
2957
                "phpdocumentor/reflection-common": "^1.0"
2958
            },
2959
            "require-dev": {
2960
                "mockery/mockery": "^0.9.4",
2961
                "phpunit/phpunit": "^5.2||^4.8.24"
2962
            },
2963
            "type": "library",
2964
            "extra": {
2965
                "branch-alias": {
2966
                    "dev-master": "1.0.x-dev"
2967
                }
2968
            },
2969
            "autoload": {
2970
                "psr-4": {
2971
                    "phpDocumentor\\Reflection\\": [
2972
                        "src/"
2973
                    ]
2974
                }
2975
            },
2976
            "notification-url": "https://packagist.org/downloads/",
2977
            "license": [
2978
                "MIT"
2979
            ],
2980
            "authors": [
2981
                {
2982
                    "name": "Mike van Riel",
2983
                    "email": "[email protected]"
2984
                }
2985
            ],
2986
            "time": "2017-07-14T14:27:02+00:00"
2987
        },
2988
        {
2989
            "name": "phpspec/prophecy",
2990
            "version": "1.7.6",
2991
            "source": {
2992
                "type": "git",
2993
                "url": "https://github.com/phpspec/prophecy.git",
2994
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2995
            },
2996
            "dist": {
2997
                "type": "zip",
2998
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2999
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3000
                "shasum": ""
3001
            },
3002
            "require": {
3003
                "doctrine/instantiator": "^1.0.2",
3004
                "php": "^5.3|^7.0",
3005
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3006
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3007
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3008
            },
3009
            "require-dev": {
3010
                "phpspec/phpspec": "^2.5|^3.2",
3011
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3012
            },
3013
            "type": "library",
3014
            "extra": {
3015
                "branch-alias": {
3016
                    "dev-master": "1.7.x-dev"
3017
                }
3018
            },
3019
            "autoload": {
3020
                "psr-0": {
3021
                    "Prophecy\\": "src/"
3022
                }
3023
            },
3024
            "notification-url": "https://packagist.org/downloads/",
3025
            "license": [
3026
                "MIT"
3027
            ],
3028
            "authors": [
3029
                {
3030
                    "name": "Konstantin Kudryashov",
3031
                    "email": "[email protected]",
3032
                    "homepage": "http://everzet.com"
3033
                },
3034
                {
3035
                    "name": "Marcello Duarte",
3036
                    "email": "[email protected]"
3037
                }
3038
            ],
3039
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3040
            "homepage": "https://github.com/phpspec/prophecy",
3041
            "keywords": [
3042
                "Double",
3043
                "Dummy",
3044
                "fake",
3045
                "mock",
3046
                "spy",
3047
                "stub"
3048
            ],
3049
            "time": "2018-04-18T13:57:24+00:00"
3050
        },
3051
        {
3052
            "name": "phpunit/php-code-coverage",
3053
            "version": "6.0.7",
3054
            "source": {
3055
                "type": "git",
3056
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3057
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
3058
            },
3059
            "dist": {
3060
                "type": "zip",
3061
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
3062
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
3063
                "shasum": ""
3064
            },
3065
            "require": {
3066
                "ext-dom": "*",
3067
                "ext-xmlwriter": "*",
3068
                "php": "^7.1",
3069
                "phpunit/php-file-iterator": "^2.0",
3070
                "phpunit/php-text-template": "^1.2.1",
3071
                "phpunit/php-token-stream": "^3.0",
3072
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3073
                "sebastian/environment": "^3.1",
3074
                "sebastian/version": "^2.0.1",
3075
                "theseer/tokenizer": "^1.1"
3076
            },
3077
            "require-dev": {
3078
                "phpunit/phpunit": "^7.0"
3079
            },
3080
            "suggest": {
3081
                "ext-xdebug": "^2.6.0"
3082
            },
3083
            "type": "library",
3084
            "extra": {
3085
                "branch-alias": {
3086
                    "dev-master": "6.0-dev"
3087
                }
3088
            },
3089
            "autoload": {
3090
                "classmap": [
3091
                    "src/"
3092
                ]
3093
            },
3094
            "notification-url": "https://packagist.org/downloads/",
3095
            "license": [
3096
                "BSD-3-Clause"
3097
            ],
3098
            "authors": [
3099
                {
3100
                    "name": "Sebastian Bergmann",
3101
                    "email": "[email protected]",
3102
                    "role": "lead"
3103
                }
3104
            ],
3105
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3106
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3107
            "keywords": [
3108
                "coverage",
3109
                "testing",
3110
                "xunit"
3111
            ],
3112
            "time": "2018-06-01T07:51:50+00:00"
3113
        },
3114
        {
3115
            "name": "phpunit/php-file-iterator",
3116
            "version": "2.0.1",
3117
            "source": {
3118
                "type": "git",
3119
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3120
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
3121
            },
3122
            "dist": {
3123
                "type": "zip",
3124
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3125
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3126
                "shasum": ""
3127
            },
3128
            "require": {
3129
                "php": "^7.1"
3130
            },
3131
            "type": "library",
3132
            "extra": {
3133
                "branch-alias": {
3134
                    "dev-master": "2.0.x-dev"
3135
                }
3136
            },
3137
            "autoload": {
3138
                "classmap": [
3139
                    "src/"
3140
                ]
3141
            },
3142
            "notification-url": "https://packagist.org/downloads/",
3143
            "license": [
3144
                "BSD-3-Clause"
3145
            ],
3146
            "authors": [
3147
                {
3148
                    "name": "Sebastian Bergmann",
3149
                    "email": "[email protected]",
3150
                    "role": "lead"
3151
                }
3152
            ],
3153
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3154
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3155
            "keywords": [
3156
                "filesystem",
3157
                "iterator"
3158
            ],
3159
            "time": "2018-06-11T11:44:00+00:00"
3160
        },
3161
        {
3162
            "name": "phpunit/php-text-template",
3163
            "version": "1.2.1",
3164
            "source": {
3165
                "type": "git",
3166
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3167
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3168
            },
3169
            "dist": {
3170
                "type": "zip",
3171
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3172
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3173
                "shasum": ""
3174
            },
3175
            "require": {
3176
                "php": ">=5.3.3"
3177
            },
3178
            "type": "library",
3179
            "autoload": {
3180
                "classmap": [
3181
                    "src/"
3182
                ]
3183
            },
3184
            "notification-url": "https://packagist.org/downloads/",
3185
            "license": [
3186
                "BSD-3-Clause"
3187
            ],
3188
            "authors": [
3189
                {
3190
                    "name": "Sebastian Bergmann",
3191
                    "email": "[email protected]",
3192
                    "role": "lead"
3193
                }
3194
            ],
3195
            "description": "Simple template engine.",
3196
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3197
            "keywords": [
3198
                "template"
3199
            ],
3200
            "time": "2015-06-21T13:50:34+00:00"
3201
        },
3202
        {
3203
            "name": "phpunit/php-timer",
3204
            "version": "2.0.0",
3205
            "source": {
3206
                "type": "git",
3207
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3208
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3209
            },
3210
            "dist": {
3211
                "type": "zip",
3212
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3213
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3214
                "shasum": ""
3215
            },
3216
            "require": {
3217
                "php": "^7.1"
3218
            },
3219
            "require-dev": {
3220
                "phpunit/phpunit": "^7.0"
3221
            },
3222
            "type": "library",
3223
            "extra": {
3224
                "branch-alias": {
3225
                    "dev-master": "2.0-dev"
3226
                }
3227
            },
3228
            "autoload": {
3229
                "classmap": [
3230
                    "src/"
3231
                ]
3232
            },
3233
            "notification-url": "https://packagist.org/downloads/",
3234
            "license": [
3235
                "BSD-3-Clause"
3236
            ],
3237
            "authors": [
3238
                {
3239
                    "name": "Sebastian Bergmann",
3240
                    "email": "[email protected]",
3241
                    "role": "lead"
3242
                }
3243
            ],
3244
            "description": "Utility class for timing",
3245
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3246
            "keywords": [
3247
                "timer"
3248
            ],
3249
            "time": "2018-02-01T13:07:23+00:00"
3250
        },
3251
        {
3252
            "name": "phpunit/php-token-stream",
3253
            "version": "3.0.0",
3254
            "source": {
3255
                "type": "git",
3256
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3257
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3258
            },
3259
            "dist": {
3260
                "type": "zip",
3261
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3262
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3263
                "shasum": ""
3264
            },
3265
            "require": {
3266
                "ext-tokenizer": "*",
3267
                "php": "^7.1"
3268
            },
3269
            "require-dev": {
3270
                "phpunit/phpunit": "^7.0"
3271
            },
3272
            "type": "library",
3273
            "extra": {
3274
                "branch-alias": {
3275
                    "dev-master": "3.0-dev"
3276
                }
3277
            },
3278
            "autoload": {
3279
                "classmap": [
3280
                    "src/"
3281
                ]
3282
            },
3283
            "notification-url": "https://packagist.org/downloads/",
3284
            "license": [
3285
                "BSD-3-Clause"
3286
            ],
3287
            "authors": [
3288
                {
3289
                    "name": "Sebastian Bergmann",
3290
                    "email": "[email protected]"
3291
                }
3292
            ],
3293
            "description": "Wrapper around PHP's tokenizer extension.",
3294
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3295
            "keywords": [
3296
                "tokenizer"
3297
            ],
3298
            "time": "2018-02-01T13:16:43+00:00"
3299
        },
3300
        {
3301
            "name": "phpunit/phpunit",
3302
            "version": "7.2.7",
3303
            "source": {
3304
                "type": "git",
3305
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3306
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c"
3307
            },
3308
            "dist": {
3309
                "type": "zip",
3310
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e878aff7917ef66e702e03d1359b16eee254e2c",
3311
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c",
3312
                "shasum": ""
3313
            },
3314
            "require": {
3315
                "doctrine/instantiator": "^1.1",
3316
                "ext-dom": "*",
3317
                "ext-json": "*",
3318
                "ext-libxml": "*",
3319
                "ext-mbstring": "*",
3320
                "ext-xml": "*",
3321
                "myclabs/deep-copy": "^1.7",
3322
                "phar-io/manifest": "^1.0.2",
3323
                "phar-io/version": "^2.0",
3324
                "php": "^7.1",
3325
                "phpspec/prophecy": "^1.7",
3326
                "phpunit/php-code-coverage": "^6.0.7",
3327
                "phpunit/php-file-iterator": "^2.0.1",
3328
                "phpunit/php-text-template": "^1.2.1",
3329
                "phpunit/php-timer": "^2.0",
3330
                "sebastian/comparator": "^3.0",
3331
                "sebastian/diff": "^3.0",
3332
                "sebastian/environment": "^3.1",
3333
                "sebastian/exporter": "^3.1",
3334
                "sebastian/global-state": "^2.0",
3335
                "sebastian/object-enumerator": "^3.0.3",
3336
                "sebastian/resource-operations": "^1.0",
3337
                "sebastian/version": "^2.0.1"
3338
            },
3339
            "conflict": {
3340
                "phpunit/phpunit-mock-objects": "*"
3341
            },
3342
            "require-dev": {
3343
                "ext-pdo": "*"
3344
            },
3345
            "suggest": {
3346
                "ext-soap": "*",
3347
                "ext-xdebug": "*",
3348
                "phpunit/php-invoker": "^2.0"
3349
            },
3350
            "bin": [
3351
                "phpunit"
3352
            ],
3353
            "type": "library",
3354
            "extra": {
3355
                "branch-alias": {
3356
                    "dev-master": "7.2-dev"
3357
                }
3358
            },
3359
            "autoload": {
3360
                "classmap": [
3361
                    "src/"
3362
                ]
3363
            },
3364
            "notification-url": "https://packagist.org/downloads/",
3365
            "license": [
3366
                "BSD-3-Clause"
3367
            ],
3368
            "authors": [
3369
                {
3370
                    "name": "Sebastian Bergmann",
3371
                    "email": "[email protected]",
3372
                    "role": "lead"
3373
                }
3374
            ],
3375
            "description": "The PHP Unit Testing framework.",
3376
            "homepage": "https://phpunit.de/",
3377
            "keywords": [
3378
                "phpunit",
3379
                "testing",
3380
                "xunit"
3381
            ],
3382
            "time": "2018-07-15T05:20:50+00:00"
3383
        },
3384
        {
3385
            "name": "psr/http-message",
3386
            "version": "1.0.1",
3387
            "source": {
3388
                "type": "git",
3389
                "url": "https://github.com/php-fig/http-message.git",
3390
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3391
            },
3392
            "dist": {
3393
                "type": "zip",
3394
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3395
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3396
                "shasum": ""
3397
            },
3398
            "require": {
3399
                "php": ">=5.3.0"
3400
            },
3401
            "type": "library",
3402
            "extra": {
3403
                "branch-alias": {
3404
                    "dev-master": "1.0.x-dev"
3405
                }
3406
            },
3407
            "autoload": {
3408
                "psr-4": {
3409
                    "Psr\\Http\\Message\\": "src/"
3410
                }
3411
            },
3412
            "notification-url": "https://packagist.org/downloads/",
3413
            "license": [
3414
                "MIT"
3415
            ],
3416
            "authors": [
3417
                {
3418
                    "name": "PHP-FIG",
3419
                    "homepage": "http://www.php-fig.org/"
3420
                }
3421
            ],
3422
            "description": "Common interface for HTTP messages",
3423
            "homepage": "https://github.com/php-fig/http-message",
3424
            "keywords": [
3425
                "http",
3426
                "http-message",
3427
                "psr",
3428
                "psr-7",
3429
                "request",
3430
                "response"
3431
            ],
3432
            "time": "2016-08-06T14:39:51+00:00"
3433
        },
3434
        {
3435
            "name": "sebastian/code-unit-reverse-lookup",
3436
            "version": "1.0.1",
3437
            "source": {
3438
                "type": "git",
3439
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3440
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3441
            },
3442
            "dist": {
3443
                "type": "zip",
3444
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3445
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3446
                "shasum": ""
3447
            },
3448
            "require": {
3449
                "php": "^5.6 || ^7.0"
3450
            },
3451
            "require-dev": {
3452
                "phpunit/phpunit": "^5.7 || ^6.0"
3453
            },
3454
            "type": "library",
3455
            "extra": {
3456
                "branch-alias": {
3457
                    "dev-master": "1.0.x-dev"
3458
                }
3459
            },
3460
            "autoload": {
3461
                "classmap": [
3462
                    "src/"
3463
                ]
3464
            },
3465
            "notification-url": "https://packagist.org/downloads/",
3466
            "license": [
3467
                "BSD-3-Clause"
3468
            ],
3469
            "authors": [
3470
                {
3471
                    "name": "Sebastian Bergmann",
3472
                    "email": "[email protected]"
3473
                }
3474
            ],
3475
            "description": "Looks up which function or method a line of code belongs to",
3476
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3477
            "time": "2017-03-04T06:30:41+00:00"
3478
        },
3479
        {
3480
            "name": "sebastian/comparator",
3481
            "version": "3.0.2",
3482
            "source": {
3483
                "type": "git",
3484
                "url": "https://github.com/sebastianbergmann/comparator.git",
3485
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
3486
            },
3487
            "dist": {
3488
                "type": "zip",
3489
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
3490
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
3491
                "shasum": ""
3492
            },
3493
            "require": {
3494
                "php": "^7.1",
3495
                "sebastian/diff": "^3.0",
3496
                "sebastian/exporter": "^3.1"
3497
            },
3498
            "require-dev": {
3499
                "phpunit/phpunit": "^7.1"
3500
            },
3501
            "type": "library",
3502
            "extra": {
3503
                "branch-alias": {
3504
                    "dev-master": "3.0-dev"
3505
                }
3506
            },
3507
            "autoload": {
3508
                "classmap": [
3509
                    "src/"
3510
                ]
3511
            },
3512
            "notification-url": "https://packagist.org/downloads/",
3513
            "license": [
3514
                "BSD-3-Clause"
3515
            ],
3516
            "authors": [
3517
                {
3518
                    "name": "Jeff Welch",
3519
                    "email": "[email protected]"
3520
                },
3521
                {
3522
                    "name": "Volker Dusch",
3523
                    "email": "[email protected]"
3524
                },
3525
                {
3526
                    "name": "Bernhard Schussek",
3527
                    "email": "[email protected]"
3528
                },
3529
                {
3530
                    "name": "Sebastian Bergmann",
3531
                    "email": "[email protected]"
3532
                }
3533
            ],
3534
            "description": "Provides the functionality to compare PHP values for equality",
3535
            "homepage": "https://github.com/sebastianbergmann/comparator",
3536
            "keywords": [
3537
                "comparator",
3538
                "compare",
3539
                "equality"
3540
            ],
3541
            "time": "2018-07-12T15:12:46+00:00"
3542
        },
3543
        {
3544
            "name": "sebastian/diff",
3545
            "version": "3.0.1",
3546
            "source": {
3547
                "type": "git",
3548
                "url": "https://github.com/sebastianbergmann/diff.git",
3549
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
3550
            },
3551
            "dist": {
3552
                "type": "zip",
3553
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
3554
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
3555
                "shasum": ""
3556
            },
3557
            "require": {
3558
                "php": "^7.1"
3559
            },
3560
            "require-dev": {
3561
                "phpunit/phpunit": "^7.0",
3562
                "symfony/process": "^2 || ^3.3 || ^4"
3563
            },
3564
            "type": "library",
3565
            "extra": {
3566
                "branch-alias": {
3567
                    "dev-master": "3.0-dev"
3568
                }
3569
            },
3570
            "autoload": {
3571
                "classmap": [
3572
                    "src/"
3573
                ]
3574
            },
3575
            "notification-url": "https://packagist.org/downloads/",
3576
            "license": [
3577
                "BSD-3-Clause"
3578
            ],
3579
            "authors": [
3580
                {
3581
                    "name": "Kore Nordmann",
3582
                    "email": "[email protected]"
3583
                },
3584
                {
3585
                    "name": "Sebastian Bergmann",
3586
                    "email": "[email protected]"
3587
                }
3588
            ],
3589
            "description": "Diff implementation",
3590
            "homepage": "https://github.com/sebastianbergmann/diff",
3591
            "keywords": [
3592
                "diff",
3593
                "udiff",
3594
                "unidiff",
3595
                "unified diff"
3596
            ],
3597
            "time": "2018-06-10T07:54:39+00:00"
3598
        },
3599
        {
3600
            "name": "sebastian/environment",
3601
            "version": "3.1.0",
3602
            "source": {
3603
                "type": "git",
3604
                "url": "https://github.com/sebastianbergmann/environment.git",
3605
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3606
            },
3607
            "dist": {
3608
                "type": "zip",
3609
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3610
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3611
                "shasum": ""
3612
            },
3613
            "require": {
3614
                "php": "^7.0"
3615
            },
3616
            "require-dev": {
3617
                "phpunit/phpunit": "^6.1"
3618
            },
3619
            "type": "library",
3620
            "extra": {
3621
                "branch-alias": {
3622
                    "dev-master": "3.1.x-dev"
3623
                }
3624
            },
3625
            "autoload": {
3626
                "classmap": [
3627
                    "src/"
3628
                ]
3629
            },
3630
            "notification-url": "https://packagist.org/downloads/",
3631
            "license": [
3632
                "BSD-3-Clause"
3633
            ],
3634
            "authors": [
3635
                {
3636
                    "name": "Sebastian Bergmann",
3637
                    "email": "[email protected]"
3638
                }
3639
            ],
3640
            "description": "Provides functionality to handle HHVM/PHP environments",
3641
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3642
            "keywords": [
3643
                "Xdebug",
3644
                "environment",
3645
                "hhvm"
3646
            ],
3647
            "time": "2017-07-01T08:51:00+00:00"
3648
        },
3649
        {
3650
            "name": "sebastian/exporter",
3651
            "version": "3.1.0",
3652
            "source": {
3653
                "type": "git",
3654
                "url": "https://github.com/sebastianbergmann/exporter.git",
3655
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3656
            },
3657
            "dist": {
3658
                "type": "zip",
3659
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3660
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3661
                "shasum": ""
3662
            },
3663
            "require": {
3664
                "php": "^7.0",
3665
                "sebastian/recursion-context": "^3.0"
3666
            },
3667
            "require-dev": {
3668
                "ext-mbstring": "*",
3669
                "phpunit/phpunit": "^6.0"
3670
            },
3671
            "type": "library",
3672
            "extra": {
3673
                "branch-alias": {
3674
                    "dev-master": "3.1.x-dev"
3675
                }
3676
            },
3677
            "autoload": {
3678
                "classmap": [
3679
                    "src/"
3680
                ]
3681
            },
3682
            "notification-url": "https://packagist.org/downloads/",
3683
            "license": [
3684
                "BSD-3-Clause"
3685
            ],
3686
            "authors": [
3687
                {
3688
                    "name": "Jeff Welch",
3689
                    "email": "[email protected]"
3690
                },
3691
                {
3692
                    "name": "Volker Dusch",
3693
                    "email": "[email protected]"
3694
                },
3695
                {
3696
                    "name": "Bernhard Schussek",
3697
                    "email": "[email protected]"
3698
                },
3699
                {
3700
                    "name": "Sebastian Bergmann",
3701
                    "email": "[email protected]"
3702
                },
3703
                {
3704
                    "name": "Adam Harvey",
3705
                    "email": "[email protected]"
3706
                }
3707
            ],
3708
            "description": "Provides the functionality to export PHP variables for visualization",
3709
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3710
            "keywords": [
3711
                "export",
3712
                "exporter"
3713
            ],
3714
            "time": "2017-04-03T13:19:02+00:00"
3715
        },
3716
        {
3717
            "name": "sebastian/global-state",
3718
            "version": "2.0.0",
3719
            "source": {
3720
                "type": "git",
3721
                "url": "https://github.com/sebastianbergmann/global-state.git",
3722
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3723
            },
3724
            "dist": {
3725
                "type": "zip",
3726
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3727
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3728
                "shasum": ""
3729
            },
3730
            "require": {
3731
                "php": "^7.0"
3732
            },
3733
            "require-dev": {
3734
                "phpunit/phpunit": "^6.0"
3735
            },
3736
            "suggest": {
3737
                "ext-uopz": "*"
3738
            },
3739
            "type": "library",
3740
            "extra": {
3741
                "branch-alias": {
3742
                    "dev-master": "2.0-dev"
3743
                }
3744
            },
3745
            "autoload": {
3746
                "classmap": [
3747
                    "src/"
3748
                ]
3749
            },
3750
            "notification-url": "https://packagist.org/downloads/",
3751
            "license": [
3752
                "BSD-3-Clause"
3753
            ],
3754
            "authors": [
3755
                {
3756
                    "name": "Sebastian Bergmann",
3757
                    "email": "[email protected]"
3758
                }
3759
            ],
3760
            "description": "Snapshotting of global state",
3761
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3762
            "keywords": [
3763
                "global state"
3764
            ],
3765
            "time": "2017-04-27T15:39:26+00:00"
3766
        },
3767
        {
3768
            "name": "sebastian/object-enumerator",
3769
            "version": "3.0.3",
3770
            "source": {
3771
                "type": "git",
3772
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3773
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3774
            },
3775
            "dist": {
3776
                "type": "zip",
3777
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3778
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3779
                "shasum": ""
3780
            },
3781
            "require": {
3782
                "php": "^7.0",
3783
                "sebastian/object-reflector": "^1.1.1",
3784
                "sebastian/recursion-context": "^3.0"
3785
            },
3786
            "require-dev": {
3787
                "phpunit/phpunit": "^6.0"
3788
            },
3789
            "type": "library",
3790
            "extra": {
3791
                "branch-alias": {
3792
                    "dev-master": "3.0.x-dev"
3793
                }
3794
            },
3795
            "autoload": {
3796
                "classmap": [
3797
                    "src/"
3798
                ]
3799
            },
3800
            "notification-url": "https://packagist.org/downloads/",
3801
            "license": [
3802
                "BSD-3-Clause"
3803
            ],
3804
            "authors": [
3805
                {
3806
                    "name": "Sebastian Bergmann",
3807
                    "email": "[email protected]"
3808
                }
3809
            ],
3810
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3811
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3812
            "time": "2017-08-03T12:35:26+00:00"
3813
        },
3814
        {
3815
            "name": "sebastian/object-reflector",
3816
            "version": "1.1.1",
3817
            "source": {
3818
                "type": "git",
3819
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3820
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3821
            },
3822
            "dist": {
3823
                "type": "zip",
3824
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3825
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3826
                "shasum": ""
3827
            },
3828
            "require": {
3829
                "php": "^7.0"
3830
            },
3831
            "require-dev": {
3832
                "phpunit/phpunit": "^6.0"
3833
            },
3834
            "type": "library",
3835
            "extra": {
3836
                "branch-alias": {
3837
                    "dev-master": "1.1-dev"
3838
                }
3839
            },
3840
            "autoload": {
3841
                "classmap": [
3842
                    "src/"
3843
                ]
3844
            },
3845
            "notification-url": "https://packagist.org/downloads/",
3846
            "license": [
3847
                "BSD-3-Clause"
3848
            ],
3849
            "authors": [
3850
                {
3851
                    "name": "Sebastian Bergmann",
3852
                    "email": "[email protected]"
3853
                }
3854
            ],
3855
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3856
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3857
            "time": "2017-03-29T09:07:27+00:00"
3858
        },
3859
        {
3860
            "name": "sebastian/recursion-context",
3861
            "version": "3.0.0",
3862
            "source": {
3863
                "type": "git",
3864
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3865
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3866
            },
3867
            "dist": {
3868
                "type": "zip",
3869
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3870
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3871
                "shasum": ""
3872
            },
3873
            "require": {
3874
                "php": "^7.0"
3875
            },
3876
            "require-dev": {
3877
                "phpunit/phpunit": "^6.0"
3878
            },
3879
            "type": "library",
3880
            "extra": {
3881
                "branch-alias": {
3882
                    "dev-master": "3.0.x-dev"
3883
                }
3884
            },
3885
            "autoload": {
3886
                "classmap": [
3887
                    "src/"
3888
                ]
3889
            },
3890
            "notification-url": "https://packagist.org/downloads/",
3891
            "license": [
3892
                "BSD-3-Clause"
3893
            ],
3894
            "authors": [
3895
                {
3896
                    "name": "Jeff Welch",
3897
                    "email": "[email protected]"
3898
                },
3899
                {
3900
                    "name": "Sebastian Bergmann",
3901
                    "email": "[email protected]"
3902
                },
3903
                {
3904
                    "name": "Adam Harvey",
3905
                    "email": "[email protected]"
3906
                }
3907
            ],
3908
            "description": "Provides functionality to recursively process PHP variables",
3909
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3910
            "time": "2017-03-03T06:23:57+00:00"
3911
        },
3912
        {
3913
            "name": "sebastian/resource-operations",
3914
            "version": "1.0.0",
3915
            "source": {
3916
                "type": "git",
3917
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3918
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3919
            },
3920
            "dist": {
3921
                "type": "zip",
3922
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3923
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3924
                "shasum": ""
3925
            },
3926
            "require": {
3927
                "php": ">=5.6.0"
3928
            },
3929
            "type": "library",
3930
            "extra": {
3931
                "branch-alias": {
3932
                    "dev-master": "1.0.x-dev"
3933
                }
3934
            },
3935
            "autoload": {
3936
                "classmap": [
3937
                    "src/"
3938
                ]
3939
            },
3940
            "notification-url": "https://packagist.org/downloads/",
3941
            "license": [
3942
                "BSD-3-Clause"
3943
            ],
3944
            "authors": [
3945
                {
3946
                    "name": "Sebastian Bergmann",
3947
                    "email": "[email protected]"
3948
                }
3949
            ],
3950
            "description": "Provides a list of PHP built-in functions that operate on resources",
3951
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3952
            "time": "2015-07-28T20:34:47+00:00"
3953
        },
3954
        {
3955
            "name": "sebastian/version",
3956
            "version": "2.0.1",
3957
            "source": {
3958
                "type": "git",
3959
                "url": "https://github.com/sebastianbergmann/version.git",
3960
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3961
            },
3962
            "dist": {
3963
                "type": "zip",
3964
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3965
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3966
                "shasum": ""
3967
            },
3968
            "require": {
3969
                "php": ">=5.6"
3970
            },
3971
            "type": "library",
3972
            "extra": {
3973
                "branch-alias": {
3974
                    "dev-master": "2.0.x-dev"
3975
                }
3976
            },
3977
            "autoload": {
3978
                "classmap": [
3979
                    "src/"
3980
                ]
3981
            },
3982
            "notification-url": "https://packagist.org/downloads/",
3983
            "license": [
3984
                "BSD-3-Clause"
3985
            ],
3986
            "authors": [
3987
                {
3988
                    "name": "Sebastian Bergmann",
3989
                    "email": "[email protected]",
3990
                    "role": "lead"
3991
                }
3992
            ],
3993
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3994
            "homepage": "https://github.com/sebastianbergmann/version",
3995
            "time": "2016-10-03T07:35:21+00:00"
3996
        },
3997
        {
3998
            "name": "symfony/config",
3999
            "version": "v4.1.1",
4000
            "source": {
4001
                "type": "git",
4002
                "url": "https://github.com/symfony/config.git",
4003
                "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5"
4004
            },
4005
            "dist": {
4006
                "type": "zip",
4007
                "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
4008
                "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
4009
                "shasum": ""
4010
            },
4011
            "require": {
4012
                "php": "^7.1.3",
4013
                "symfony/filesystem": "~3.4|~4.0",
4014
                "symfony/polyfill-ctype": "~1.8"
4015
            },
4016
            "conflict": {
4017
                "symfony/finder": "<3.4"
4018
            },
4019
            "require-dev": {
4020
                "symfony/dependency-injection": "~3.4|~4.0",
4021
                "symfony/event-dispatcher": "~3.4|~4.0",
4022
                "symfony/finder": "~3.4|~4.0",
4023
                "symfony/yaml": "~3.4|~4.0"
4024
            },
4025
            "suggest": {
4026
                "symfony/yaml": "To use the yaml reference dumper"
4027
            },
4028
            "type": "library",
4029
            "extra": {
4030
                "branch-alias": {
4031
                    "dev-master": "4.1-dev"
4032
                }
4033
            },
4034
            "autoload": {
4035
                "psr-4": {
4036
                    "Symfony\\Component\\Config\\": ""
4037
                },
4038
                "exclude-from-classmap": [
4039
                    "/Tests/"
4040
                ]
4041
            },
4042
            "notification-url": "https://packagist.org/downloads/",
4043
            "license": [
4044
                "MIT"
4045
            ],
4046
            "authors": [
4047
                {
4048
                    "name": "Fabien Potencier",
4049
                    "email": "[email protected]"
4050
                },
4051
                {
4052
                    "name": "Symfony Community",
4053
                    "homepage": "https://symfony.com/contributors"
4054
                }
4055
            ],
4056
            "description": "Symfony Config Component",
4057
            "homepage": "https://symfony.com",
4058
            "time": "2018-06-20T11:15:17+00:00"
4059
        },
4060
        {
4061
            "name": "symfony/filesystem",
4062
            "version": "v4.1.1",
4063
            "source": {
4064
                "type": "git",
4065
                "url": "https://github.com/symfony/filesystem.git",
4066
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
4067
            },
4068
            "dist": {
4069
                "type": "zip",
4070
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
4071
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
4072
                "shasum": ""
4073
            },
4074
            "require": {
4075
                "php": "^7.1.3",
4076
                "symfony/polyfill-ctype": "~1.8"
4077
            },
4078
            "type": "library",
4079
            "extra": {
4080
                "branch-alias": {
4081
                    "dev-master": "4.1-dev"
4082
                }
4083
            },
4084
            "autoload": {
4085
                "psr-4": {
4086
                    "Symfony\\Component\\Filesystem\\": ""
4087
                },
4088
                "exclude-from-classmap": [
4089
                    "/Tests/"
4090
                ]
4091
            },
4092
            "notification-url": "https://packagist.org/downloads/",
4093
            "license": [
4094
                "MIT"
4095
            ],
4096
            "authors": [
4097
                {
4098
                    "name": "Fabien Potencier",
4099
                    "email": "[email protected]"
4100
                },
4101
                {
4102
                    "name": "Symfony Community",
4103
                    "homepage": "https://symfony.com/contributors"
4104
                }
4105
            ],
4106
            "description": "Symfony Filesystem Component",
4107
            "homepage": "https://symfony.com",
4108
            "time": "2018-05-30T07:26:09+00:00"
4109
        },
4110
        {
4111
            "name": "symfony/options-resolver",
4112
            "version": "v4.1.1",
4113
            "source": {
4114
                "type": "git",
4115
                "url": "https://github.com/symfony/options-resolver.git",
4116
                "reference": "45cdcc8a96ef92b43a50723e6d1f5f83096e8cef"
4117
            },
4118
            "dist": {
4119
                "type": "zip",
4120
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/45cdcc8a96ef92b43a50723e6d1f5f83096e8cef",
4121
                "reference": "45cdcc8a96ef92b43a50723e6d1f5f83096e8cef",
4122
                "shasum": ""
4123
            },
4124
            "require": {
4125
                "php": "^7.1.3"
4126
            },
4127
            "type": "library",
4128
            "extra": {
4129
                "branch-alias": {
4130
                    "dev-master": "4.1-dev"
4131
                }
4132
            },
4133
            "autoload": {
4134
                "psr-4": {
4135
                    "Symfony\\Component\\OptionsResolver\\": ""
4136
                },
4137
                "exclude-from-classmap": [
4138
                    "/Tests/"
4139
                ]
4140
            },
4141
            "notification-url": "https://packagist.org/downloads/",
4142
            "license": [
4143
                "MIT"
4144
            ],
4145
            "authors": [
4146
                {
4147
                    "name": "Fabien Potencier",
4148
                    "email": "[email protected]"
4149
                },
4150
                {
4151
                    "name": "Symfony Community",
4152
                    "homepage": "https://symfony.com/contributors"
4153
                }
4154
            ],
4155
            "description": "Symfony OptionsResolver Component",
4156
            "homepage": "https://symfony.com",
4157
            "keywords": [
4158
                "config",
4159
                "configuration",
4160
                "options"
4161
            ],
4162
            "time": "2018-05-31T10:17:53+00:00"
4163
        },
4164
        {
4165
            "name": "symfony/polyfill-php70",
4166
            "version": "v1.8.0",
4167
            "source": {
4168
                "type": "git",
4169
                "url": "https://github.com/symfony/polyfill-php70.git",
4170
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
4171
            },
4172
            "dist": {
4173
                "type": "zip",
4174
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
4175
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
4176
                "shasum": ""
4177
            },
4178
            "require": {
4179
                "paragonie/random_compat": "~1.0|~2.0",
4180
                "php": ">=5.3.3"
4181
            },
4182
            "type": "library",
4183
            "extra": {
4184
                "branch-alias": {
4185
                    "dev-master": "1.8-dev"
4186
                }
4187
            },
4188
            "autoload": {
4189
                "psr-4": {
4190
                    "Symfony\\Polyfill\\Php70\\": ""
4191
                },
4192
                "files": [
4193
                    "bootstrap.php"
4194
                ],
4195
                "classmap": [
4196
                    "Resources/stubs"
4197
                ]
4198
            },
4199
            "notification-url": "https://packagist.org/downloads/",
4200
            "license": [
4201
                "MIT"
4202
            ],
4203
            "authors": [
4204
                {
4205
                    "name": "Nicolas Grekas",
4206
                    "email": "[email protected]"
4207
                },
4208
                {
4209
                    "name": "Symfony Community",
4210
                    "homepage": "https://symfony.com/contributors"
4211
                }
4212
            ],
4213
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4214
            "homepage": "https://symfony.com",
4215
            "keywords": [
4216
                "compatibility",
4217
                "polyfill",
4218
                "portable",
4219
                "shim"
4220
            ],
4221
            "time": "2018-04-26T10:06:28+00:00"
4222
        },
4223
        {
4224
            "name": "symfony/stopwatch",
4225
            "version": "v4.1.1",
4226
            "source": {
4227
                "type": "git",
4228
                "url": "https://github.com/symfony/stopwatch.git",
4229
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784"
4230
            },
4231
            "dist": {
4232
                "type": "zip",
4233
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/07463bbbbbfe119045a24c4a516f92ebd2752784",
4234
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784",
4235
                "shasum": ""
4236
            },
4237
            "require": {
4238
                "php": "^7.1.3"
4239
            },
4240
            "type": "library",
4241
            "extra": {
4242
                "branch-alias": {
4243
                    "dev-master": "4.1-dev"
4244
                }
4245
            },
4246
            "autoload": {
4247
                "psr-4": {
4248
                    "Symfony\\Component\\Stopwatch\\": ""
4249
                },
4250
                "exclude-from-classmap": [
4251
                    "/Tests/"
4252
                ]
4253
            },
4254
            "notification-url": "https://packagist.org/downloads/",
4255
            "license": [
4256
                "MIT"
4257
            ],
4258
            "authors": [
4259
                {
4260
                    "name": "Fabien Potencier",
4261
                    "email": "[email protected]"
4262
                },
4263
                {
4264
                    "name": "Symfony Community",
4265
                    "homepage": "https://symfony.com/contributors"
4266
                }
4267
            ],
4268
            "description": "Symfony Stopwatch Component",
4269
            "homepage": "https://symfony.com",
4270
            "time": "2018-02-19T16:51:42+00:00"
4271
        },
4272
        {
4273
            "name": "symfony/yaml",
4274
            "version": "v4.1.1",
4275
            "source": {
4276
                "type": "git",
4277
                "url": "https://github.com/symfony/yaml.git",
4278
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
4279
            },
4280
            "dist": {
4281
                "type": "zip",
4282
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
4283
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
4284
                "shasum": ""
4285
            },
4286
            "require": {
4287
                "php": "^7.1.3",
4288
                "symfony/polyfill-ctype": "~1.8"
4289
            },
4290
            "conflict": {
4291
                "symfony/console": "<3.4"
4292
            },
4293
            "require-dev": {
4294
                "symfony/console": "~3.4|~4.0"
4295
            },
4296
            "suggest": {
4297
                "symfony/console": "For validating YAML files using the lint command"
4298
            },
4299
            "type": "library",
4300
            "extra": {
4301
                "branch-alias": {
4302
                    "dev-master": "4.1-dev"
4303
                }
4304
            },
4305
            "autoload": {
4306
                "psr-4": {
4307
                    "Symfony\\Component\\Yaml\\": ""
4308
                },
4309
                "exclude-from-classmap": [
4310
                    "/Tests/"
4311
                ]
4312
            },
4313
            "notification-url": "https://packagist.org/downloads/",
4314
            "license": [
4315
                "MIT"
4316
            ],
4317
            "authors": [
4318
                {
4319
                    "name": "Fabien Potencier",
4320
                    "email": "[email protected]"
4321
                },
4322
                {
4323
                    "name": "Symfony Community",
4324
                    "homepage": "https://symfony.com/contributors"
4325
                }
4326
            ],
4327
            "description": "Symfony Yaml Component",
4328
            "homepage": "https://symfony.com",
4329
            "time": "2018-05-30T07:26:09+00:00"
4330
        },
4331
        {
4332
            "name": "theseer/tokenizer",
4333
            "version": "1.1.0",
4334
            "source": {
4335
                "type": "git",
4336
                "url": "https://github.com/theseer/tokenizer.git",
4337
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4338
            },
4339
            "dist": {
4340
                "type": "zip",
4341
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4342
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4343
                "shasum": ""
4344
            },
4345
            "require": {
4346
                "ext-dom": "*",
4347
                "ext-tokenizer": "*",
4348
                "ext-xmlwriter": "*",
4349
                "php": "^7.0"
4350
            },
4351
            "type": "library",
4352
            "autoload": {
4353
                "classmap": [
4354
                    "src/"
4355
                ]
4356
            },
4357
            "notification-url": "https://packagist.org/downloads/",
4358
            "license": [
4359
                "BSD-3-Clause"
4360
            ],
4361
            "authors": [
4362
                {
4363
                    "name": "Arne Blankerts",
4364
                    "email": "[email protected]",
4365
                    "role": "Developer"
4366
                }
4367
            ],
4368
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4369
            "time": "2017-04-07T12:08:54+00:00"
4370
        },
4371
        {
4372
            "name": "webmozart/assert",
4373
            "version": "1.3.0",
4374
            "source": {
4375
                "type": "git",
4376
                "url": "https://github.com/webmozart/assert.git",
4377
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4378
            },
4379
            "dist": {
4380
                "type": "zip",
4381
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4382
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4383
                "shasum": ""
4384
            },
4385
            "require": {
4386
                "php": "^5.3.3 || ^7.0"
4387
            },
4388
            "require-dev": {
4389
                "phpunit/phpunit": "^4.6",
4390
                "sebastian/version": "^1.0.1"
4391
            },
4392
            "type": "library",
4393
            "extra": {
4394
                "branch-alias": {
4395
                    "dev-master": "1.3-dev"
4396
                }
4397
            },
4398
            "autoload": {
4399
                "psr-4": {
4400
                    "Webmozart\\Assert\\": "src/"
4401
                }
4402
            },
4403
            "notification-url": "https://packagist.org/downloads/",
4404
            "license": [
4405
                "MIT"
4406
            ],
4407
            "authors": [
4408
                {
4409
                    "name": "Bernhard Schussek",
4410
                    "email": "[email protected]"
4411
                }
4412
            ],
4413
            "description": "Assertions to validate method input/output with nice error messages.",
4414
            "keywords": [
4415
                "assert",
4416
                "check",
4417
                "validate"
4418
            ],
4419
            "time": "2018-01-29T19:49:41+00:00"
4420
        }
4421
    ],
4422
    "aliases": [],
4423
    "minimum-stability": "stable",
4424
    "stability-flags": [],
4425
    "prefer-stable": false,
4426
    "prefer-lowest": false,
4427
    "platform": [],
4428
    "platform-dev": []
4429
}
4430