Completed
Push — master ( 7cfff0...b2d064 )
by Marcin
06:10
created

composer.lock (1 issue)

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

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