Completed
Push — master ( ada6cf...68b891 )
by Marcin
03:34
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": "a2850ef3ff3e378653c3a0cf13747e53",
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.3",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/egulias/EmailValidator.git",
136
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
141
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
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",
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": "2017-11-15T23:40:40+00:00"
186
        },
187
        {
188
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
189
            "version": "1.6.4",
190
            "source": {
191
                "type": "git",
192
                "url": "https://github.com/erusev/parsedown.git",
193
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
194
            },
195
            "dist": {
196
                "type": "zip",
197
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
198
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
199
                "shasum": ""
200
            },
201
            "require": {
202
                "php": ">=5.3.0"
203
            },
204
            "require-dev": {
205
                "phpunit/phpunit": "^4.8.35"
206
            },
207
            "type": "library",
208
            "autoload": {
209
                "psr-0": {
210
                    "Parsedown": ""
211
                }
212
            },
213
            "notification-url": "https://packagist.org/downloads/",
214
            "license": [
215
                "MIT"
216
            ],
217
            "authors": [
218
                {
219
                    "name": "Emanuil Rusev",
220
                    "email": "[email protected]",
221
                    "homepage": "http://erusev.com"
222
                }
223
            ],
224
            "description": "Parser for Markdown.",
225
            "homepage": "http://parsedown.org",
226
            "keywords": [
227
                "markdown",
228
                "parser"
229
            ],
230
            "time": "2017-11-14T20:44:03+00:00"
231
        },
232
        {
233
            "name": "laravel/framework",
234
            "version": "v5.5.28",
235
            "source": {
236
                "type": "git",
237
                "url": "https://github.com/laravel/framework.git",
238
                "reference": "cfafae1f2043208390a7c984e3070696f4969605"
239
            },
240
            "dist": {
241
                "type": "zip",
242
                "url": "https://api.github.com/repos/laravel/framework/zipball/cfafae1f2043208390a7c984e3070696f4969605",
243
                "reference": "cfafae1f2043208390a7c984e3070696f4969605",
244
                "shasum": ""
245
            },
246
            "require": {
247
                "doctrine/inflector": "~1.1",
248
                "erusev/parsedown": "~1.6",
249
                "ext-mbstring": "*",
250
                "ext-openssl": "*",
251
                "league/flysystem": "~1.0",
252
                "monolog/monolog": "~1.12",
253
                "mtdowling/cron-expression": "~1.0",
254
                "nesbot/carbon": "~1.20",
255
                "php": ">=7.0",
256
                "psr/container": "~1.0",
257
                "psr/simple-cache": "^1.0",
258
                "ramsey/uuid": "~3.0",
259
                "swiftmailer/swiftmailer": "~6.0",
260
                "symfony/console": "~3.3",
261
                "symfony/debug": "~3.3",
262
                "symfony/finder": "~3.3",
263
                "symfony/http-foundation": "~3.3",
264
                "symfony/http-kernel": "~3.3",
265
                "symfony/process": "~3.3",
266
                "symfony/routing": "~3.3",
267
                "symfony/var-dumper": "~3.3",
268
                "tijsverkoyen/css-to-inline-styles": "~2.2",
269
                "vlucas/phpdotenv": "~2.2"
270
            },
271
            "replace": {
272
                "illuminate/auth": "self.version",
273
                "illuminate/broadcasting": "self.version",
274
                "illuminate/bus": "self.version",
275
                "illuminate/cache": "self.version",
276
                "illuminate/config": "self.version",
277
                "illuminate/console": "self.version",
278
                "illuminate/container": "self.version",
279
                "illuminate/contracts": "self.version",
280
                "illuminate/cookie": "self.version",
281
                "illuminate/database": "self.version",
282
                "illuminate/encryption": "self.version",
283
                "illuminate/events": "self.version",
284
                "illuminate/filesystem": "self.version",
285
                "illuminate/hashing": "self.version",
286
                "illuminate/http": "self.version",
287
                "illuminate/log": "self.version",
288
                "illuminate/mail": "self.version",
289
                "illuminate/notifications": "self.version",
290
                "illuminate/pagination": "self.version",
291
                "illuminate/pipeline": "self.version",
292
                "illuminate/queue": "self.version",
293
                "illuminate/redis": "self.version",
294
                "illuminate/routing": "self.version",
295
                "illuminate/session": "self.version",
296
                "illuminate/support": "self.version",
297
                "illuminate/translation": "self.version",
298
                "illuminate/validation": "self.version",
299
                "illuminate/view": "self.version",
300
                "tightenco/collect": "self.version"
301
            },
302
            "require-dev": {
303
                "aws/aws-sdk-php": "~3.0",
304
                "doctrine/dbal": "~2.5",
305
                "filp/whoops": "^2.1.4",
306
                "mockery/mockery": "~1.0",
307
                "orchestra/testbench-core": "3.5.*",
308
                "pda/pheanstalk": "~3.0",
309
                "phpunit/phpunit": "~6.0",
310
                "predis/predis": "^1.1.1",
311
                "symfony/css-selector": "~3.3",
312
                "symfony/dom-crawler": "~3.3"
313
            },
314
            "suggest": {
315
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
316
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
317
                "ext-pcntl": "Required to use all features of the queue worker.",
318
                "ext-posix": "Required to use all features of the queue worker.",
319
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
320
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
321
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
322
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
323
                "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
324
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
325
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
326
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
327
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
328
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
329
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
330
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
331
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
332
            },
333
            "type": "library",
334
            "extra": {
335
                "branch-alias": {
336
                    "dev-master": "5.5-dev"
337
                }
338
            },
339
            "autoload": {
340
                "files": [
341
                    "src/Illuminate/Foundation/helpers.php",
342
                    "src/Illuminate/Support/helpers.php"
343
                ],
344
                "psr-4": {
345
                    "Illuminate\\": "src/Illuminate/"
346
                }
347
            },
348
            "notification-url": "https://packagist.org/downloads/",
349
            "license": [
350
                "MIT"
351
            ],
352
            "authors": [
353
                {
354
                    "name": "Taylor Otwell",
355
                    "email": "[email protected]"
356
                }
357
            ],
358
            "description": "The Laravel Framework.",
359
            "homepage": "https://laravel.com",
360
            "keywords": [
361
                "framework",
362
                "laravel"
363
            ],
364
            "time": "2017-12-26T16:24:40+00:00"
365
        },
366
        {
367
            "name": "league/flysystem",
368
            "version": "1.0.41",
369
            "source": {
370
                "type": "git",
371
                "url": "https://github.com/thephpleague/flysystem.git",
372
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
373
            },
374
            "dist": {
375
                "type": "zip",
376
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
377
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
378
                "shasum": ""
379
            },
380
            "require": {
381
                "php": ">=5.5.9"
382
            },
383
            "conflict": {
384
                "league/flysystem-sftp": "<1.0.6"
385
            },
386
            "require-dev": {
387
                "ext-fileinfo": "*",
388
                "mockery/mockery": "~0.9",
389
                "phpspec/phpspec": "^2.2",
390
                "phpunit/phpunit": "~4.8"
391
            },
392
            "suggest": {
393
                "ext-fileinfo": "Required for MimeType",
394
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
395
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
396
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
397
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
398
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
399
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
400
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
401
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
402
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
403
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
404
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
405
            },
406
            "type": "library",
407
            "extra": {
408
                "branch-alias": {
409
                    "dev-master": "1.1-dev"
410
                }
411
            },
412
            "autoload": {
413
                "psr-4": {
414
                    "League\\Flysystem\\": "src/"
415
                }
416
            },
417
            "notification-url": "https://packagist.org/downloads/",
418
            "license": [
419
                "MIT"
420
            ],
421
            "authors": [
422
                {
423
                    "name": "Frank de Jonge",
424
                    "email": "[email protected]"
425
                }
426
            ],
427
            "description": "Filesystem abstraction: Many filesystems, one API.",
428
            "keywords": [
429
                "Cloud Files",
430
                "WebDAV",
431
                "abstraction",
432
                "aws",
433
                "cloud",
434
                "copy.com",
435
                "dropbox",
436
                "file systems",
437
                "files",
438
                "filesystem",
439
                "filesystems",
440
                "ftp",
441
                "rackspace",
442
                "remote",
443
                "s3",
444
                "sftp",
445
                "storage"
446
            ],
447
            "time": "2017-08-06T17:41:04+00:00"
448
        },
449
        {
450
            "name": "mnabialek/laravel-version",
451
            "version": "v1.0",
452
            "source": {
453
                "type": "git",
454
                "url": "https://github.com/mnabialek/laravel-version.git",
455
                "reference": "6400a4826c82ade1b7509af191634f0e99006b56"
456
            },
457
            "dist": {
458
                "type": "zip",
459
                "url": "https://api.github.com/repos/mnabialek/laravel-version/zipball/6400a4826c82ade1b7509af191634f0e99006b56",
460
                "reference": "6400a4826c82ade1b7509af191634f0e99006b56",
461
                "shasum": ""
462
            },
463
            "require": {
464
                "illuminate/contracts": "5.*"
465
            },
466
            "require-dev": {
467
                "friendsofphp/php-cs-fixer": "^2.9",
468
                "mockery/mockery": "^1.0",
469
                "php-coveralls/php-coveralls": "^2.0",
470
                "phpunit/phpunit": "^6.5"
471
            },
472
            "type": "library",
473
            "autoload": {
474
                "psr-4": {
475
                    "Mnabialek\\LaravelVersion\\": "src/"
476
                }
477
            },
478
            "notification-url": "https://packagist.org/downloads/",
479
            "license": [
480
                "MIT"
481
            ],
482
            "authors": [
483
                {
484
                    "name": "Marcin Nabiałek",
485
                    "email": "[email protected]"
486
                }
487
            ],
488
            "description": "Get Laravel/Lumen version",
489
            "keywords": [
490
                "laravel",
491
                "laravel version",
492
                "lumen",
493
                "lumen version"
494
            ],
495
            "time": "2018-01-07T18:09:26+00:00"
496
        },
497
        {
498
            "name": "monolog/monolog",
499
            "version": "1.23.0",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/Seldaek/monolog.git",
503
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
508
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "php": ">=5.3.0",
513
                "psr/log": "~1.0"
514
            },
515
            "provide": {
516
                "psr/log-implementation": "1.0.0"
517
            },
518
            "require-dev": {
519
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
520
                "doctrine/couchdb": "~1.0@dev",
521
                "graylog2/gelf-php": "~1.0",
522
                "jakub-onderka/php-parallel-lint": "0.9",
523
                "php-amqplib/php-amqplib": "~2.4",
524
                "php-console/php-console": "^3.1.3",
525
                "phpunit/phpunit": "~4.5",
526
                "phpunit/phpunit-mock-objects": "2.3.0",
527
                "ruflin/elastica": ">=0.90 <3.0",
528
                "sentry/sentry": "^0.13",
529
                "swiftmailer/swiftmailer": "^5.3|^6.0"
530
            },
531
            "suggest": {
532
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
533
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
534
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
535
                "ext-mongo": "Allow sending log messages to a MongoDB server",
536
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
537
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
538
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
539
                "php-console/php-console": "Allow sending log messages to Google Chrome",
540
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
541
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
542
                "sentry/sentry": "Allow sending log messages to a Sentry server"
543
            },
544
            "type": "library",
545
            "extra": {
546
                "branch-alias": {
547
                    "dev-master": "2.0.x-dev"
548
                }
549
            },
550
            "autoload": {
551
                "psr-4": {
552
                    "Monolog\\": "src/Monolog"
553
                }
554
            },
555
            "notification-url": "https://packagist.org/downloads/",
556
            "license": [
557
                "MIT"
558
            ],
559
            "authors": [
560
                {
561
                    "name": "Jordi Boggiano",
562
                    "email": "[email protected]",
563
                    "homepage": "http://seld.be"
564
                }
565
            ],
566
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
567
            "homepage": "http://github.com/Seldaek/monolog",
568
            "keywords": [
569
                "log",
570
                "logging",
571
                "psr-3"
572
            ],
573
            "time": "2017-06-19T01:22:40+00:00"
574
        },
575
        {
576
            "name": "mtdowling/cron-expression",
577
            "version": "v1.2.1",
578
            "source": {
579
                "type": "git",
580
                "url": "https://github.com/mtdowling/cron-expression.git",
581
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
582
            },
583
            "dist": {
584
                "type": "zip",
585
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
586
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
587
                "shasum": ""
588
            },
589
            "require": {
590
                "php": ">=5.3.2"
591
            },
592
            "require-dev": {
593
                "phpunit/phpunit": "~4.0|~5.0"
594
            },
595
            "type": "library",
596
            "autoload": {
597
                "psr-4": {
598
                    "Cron\\": "src/Cron/"
599
                }
600
            },
601
            "notification-url": "https://packagist.org/downloads/",
602
            "license": [
603
                "MIT"
604
            ],
605
            "authors": [
606
                {
607
                    "name": "Michael Dowling",
608
                    "email": "[email protected]",
609
                    "homepage": "https://github.com/mtdowling"
610
                }
611
            ],
612
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
613
            "keywords": [
614
                "cron",
615
                "schedule"
616
            ],
617
            "time": "2017-01-23T04:29:33+00:00"
618
        },
619
        {
620
            "name": "nesbot/carbon",
621
            "version": "1.22.1",
622
            "source": {
623
                "type": "git",
624
                "url": "https://github.com/briannesbitt/Carbon.git",
625
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
626
            },
627
            "dist": {
628
                "type": "zip",
629
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
630
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
631
                "shasum": ""
632
            },
633
            "require": {
634
                "php": ">=5.3.0",
635
                "symfony/translation": "~2.6 || ~3.0"
636
            },
637
            "require-dev": {
638
                "friendsofphp/php-cs-fixer": "~2",
639
                "phpunit/phpunit": "~4.0 || ~5.0"
640
            },
641
            "type": "library",
642
            "extra": {
643
                "branch-alias": {
644
                    "dev-master": "1.23-dev"
645
                }
646
            },
647
            "autoload": {
648
                "psr-4": {
649
                    "Carbon\\": "src/Carbon/"
650
                }
651
            },
652
            "notification-url": "https://packagist.org/downloads/",
653
            "license": [
654
                "MIT"
655
            ],
656
            "authors": [
657
                {
658
                    "name": "Brian Nesbitt",
659
                    "email": "[email protected]",
660
                    "homepage": "http://nesbot.com"
661
                }
662
            ],
663
            "description": "A simple API extension for DateTime.",
664
            "homepage": "http://carbon.nesbot.com",
665
            "keywords": [
666
                "date",
667
                "datetime",
668
                "time"
669
            ],
670
            "time": "2017-01-16T07:55:07+00:00"
671
        },
672
        {
673
            "name": "paragonie/random_compat",
674
            "version": "v2.0.11",
675
            "source": {
676
                "type": "git",
677
                "url": "https://github.com/paragonie/random_compat.git",
678
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
679
            },
680
            "dist": {
681
                "type": "zip",
682
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
683
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
684
                "shasum": ""
685
            },
686
            "require": {
687
                "php": ">=5.2.0"
688
            },
689
            "require-dev": {
690
                "phpunit/phpunit": "4.*|5.*"
691
            },
692
            "suggest": {
693
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
694
            },
695
            "type": "library",
696
            "autoload": {
697
                "files": [
698
                    "lib/random.php"
699
                ]
700
            },
701
            "notification-url": "https://packagist.org/downloads/",
702
            "license": [
703
                "MIT"
704
            ],
705
            "authors": [
706
                {
707
                    "name": "Paragon Initiative Enterprises",
708
                    "email": "[email protected]",
709
                    "homepage": "https://paragonie.com"
710
                }
711
            ],
712
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
713
            "keywords": [
714
                "csprng",
715
                "pseudorandom",
716
                "random"
717
            ],
718
            "time": "2017-09-27T21:40:39+00:00"
719
        },
720
        {
721
            "name": "psr/container",
722
            "version": "1.0.0",
723
            "source": {
724
                "type": "git",
725
                "url": "https://github.com/php-fig/container.git",
726
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
727
            },
728
            "dist": {
729
                "type": "zip",
730
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
731
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
732
                "shasum": ""
733
            },
734
            "require": {
735
                "php": ">=5.3.0"
736
            },
737
            "type": "library",
738
            "extra": {
739
                "branch-alias": {
740
                    "dev-master": "1.0.x-dev"
741
                }
742
            },
743
            "autoload": {
744
                "psr-4": {
745
                    "Psr\\Container\\": "src/"
746
                }
747
            },
748
            "notification-url": "https://packagist.org/downloads/",
749
            "license": [
750
                "MIT"
751
            ],
752
            "authors": [
753
                {
754
                    "name": "PHP-FIG",
755
                    "homepage": "http://www.php-fig.org/"
756
                }
757
            ],
758
            "description": "Common Container Interface (PHP FIG PSR-11)",
759
            "homepage": "https://github.com/php-fig/container",
760
            "keywords": [
761
                "PSR-11",
762
                "container",
763
                "container-interface",
764
                "container-interop",
765
                "psr"
766
            ],
767
            "time": "2017-02-14T16:28:37+00:00"
768
        },
769
        {
770
            "name": "psr/log",
771
            "version": "1.0.2",
772
            "source": {
773
                "type": "git",
774
                "url": "https://github.com/php-fig/log.git",
775
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
776
            },
777
            "dist": {
778
                "type": "zip",
779
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
780
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
781
                "shasum": ""
782
            },
783
            "require": {
784
                "php": ">=5.3.0"
785
            },
786
            "type": "library",
787
            "extra": {
788
                "branch-alias": {
789
                    "dev-master": "1.0.x-dev"
790
                }
791
            },
792
            "autoload": {
793
                "psr-4": {
794
                    "Psr\\Log\\": "Psr/Log/"
795
                }
796
            },
797
            "notification-url": "https://packagist.org/downloads/",
798
            "license": [
799
                "MIT"
800
            ],
801
            "authors": [
802
                {
803
                    "name": "PHP-FIG",
804
                    "homepage": "http://www.php-fig.org/"
805
                }
806
            ],
807
            "description": "Common interface for logging libraries",
808
            "homepage": "https://github.com/php-fig/log",
809
            "keywords": [
810
                "log",
811
                "psr",
812
                "psr-3"
813
            ],
814
            "time": "2016-10-10T12:19:37+00:00"
815
        },
816
        {
817
            "name": "psr/simple-cache",
818
            "version": "1.0.0",
819
            "source": {
820
                "type": "git",
821
                "url": "https://github.com/php-fig/simple-cache.git",
822
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
823
            },
824
            "dist": {
825
                "type": "zip",
826
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
827
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
828
                "shasum": ""
829
            },
830
            "require": {
831
                "php": ">=5.3.0"
832
            },
833
            "type": "library",
834
            "extra": {
835
                "branch-alias": {
836
                    "dev-master": "1.0.x-dev"
837
                }
838
            },
839
            "autoload": {
840
                "psr-4": {
841
                    "Psr\\SimpleCache\\": "src/"
842
                }
843
            },
844
            "notification-url": "https://packagist.org/downloads/",
845
            "license": [
846
                "MIT"
847
            ],
848
            "authors": [
849
                {
850
                    "name": "PHP-FIG",
851
                    "homepage": "http://www.php-fig.org/"
852
                }
853
            ],
854
            "description": "Common interfaces for simple caching",
855
            "keywords": [
856
                "cache",
857
                "caching",
858
                "psr",
859
                "psr-16",
860
                "simple-cache"
861
            ],
862
            "time": "2017-01-02T13:31:39+00:00"
863
        },
864
        {
865
            "name": "ramsey/uuid",
866
            "version": "3.7.1",
867
            "source": {
868
                "type": "git",
869
                "url": "https://github.com/ramsey/uuid.git",
870
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334"
871
            },
872
            "dist": {
873
                "type": "zip",
874
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334",
875
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334",
876
                "shasum": ""
877
            },
878
            "require": {
879
                "paragonie/random_compat": "^1.0|^2.0",
880
                "php": "^5.4 || ^7.0"
881
            },
882
            "replace": {
883
                "rhumsaa/uuid": "self.version"
884
            },
885
            "require-dev": {
886
                "apigen/apigen": "^4.1",
887
                "codeception/aspect-mock": "^1.0 | ^2.0",
888
                "doctrine/annotations": "~1.2.0",
889
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
890
                "ircmaxell/random-lib": "^1.1",
891
                "jakub-onderka/php-parallel-lint": "^0.9.0",
892
                "mockery/mockery": "^0.9.4",
893
                "moontoast/math": "^1.1",
894
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
895
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
896
                "satooshi/php-coveralls": "^0.6.1",
897
                "squizlabs/php_codesniffer": "^2.3"
898
            },
899
            "suggest": {
900
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
901
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
902
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
903
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
904
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
905
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
906
            },
907
            "type": "library",
908
            "extra": {
909
                "branch-alias": {
910
                    "dev-master": "3.x-dev"
911
                }
912
            },
913
            "autoload": {
914
                "psr-4": {
915
                    "Ramsey\\Uuid\\": "src/"
916
                }
917
            },
918
            "notification-url": "https://packagist.org/downloads/",
919
            "license": [
920
                "MIT"
921
            ],
922
            "authors": [
923
                {
924
                    "name": "Marijn Huizendveld",
925
                    "email": "[email protected]"
926
                },
927
                {
928
                    "name": "Thibaud Fabre",
929
                    "email": "[email protected]"
930
                },
931
                {
932
                    "name": "Ben Ramsey",
933
                    "email": "[email protected]",
934
                    "homepage": "https://benramsey.com"
935
                }
936
            ],
937
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
938
            "homepage": "https://github.com/ramsey/uuid",
939
            "keywords": [
940
                "guid",
941
                "identifier",
942
                "uuid"
943
            ],
944
            "time": "2017-09-22T20:46:04+00:00"
945
        },
946
        {
947
            "name": "swiftmailer/swiftmailer",
948
            "version": "v6.0.2",
949
            "source": {
950
                "type": "git",
951
                "url": "https://github.com/swiftmailer/swiftmailer.git",
952
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
953
            },
954
            "dist": {
955
                "type": "zip",
956
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
957
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
958
                "shasum": ""
959
            },
960
            "require": {
961
                "egulias/email-validator": "~2.0",
962
                "php": ">=7.0.0"
963
            },
964
            "require-dev": {
965
                "mockery/mockery": "~0.9.1",
966
                "symfony/phpunit-bridge": "~3.3@dev"
967
            },
968
            "type": "library",
969
            "extra": {
970
                "branch-alias": {
971
                    "dev-master": "6.0-dev"
972
                }
973
            },
974
            "autoload": {
975
                "files": [
976
                    "lib/swift_required.php"
977
                ]
978
            },
979
            "notification-url": "https://packagist.org/downloads/",
980
            "license": [
981
                "MIT"
982
            ],
983
            "authors": [
984
                {
985
                    "name": "Chris Corbyn"
986
                },
987
                {
988
                    "name": "Fabien Potencier",
989
                    "email": "[email protected]"
990
                }
991
            ],
992
            "description": "Swiftmailer, free feature-rich PHP mailer",
993
            "homepage": "http://swiftmailer.symfony.com",
994
            "keywords": [
995
                "email",
996
                "mail",
997
                "mailer"
998
            ],
999
            "time": "2017-09-30T22:39:41+00:00"
1000
        },
1001
        {
1002
            "name": "symfony/console",
1003
            "version": "v3.4.3",
1004
            "source": {
1005
                "type": "git",
1006
                "url": "https://github.com/symfony/console.git",
1007
                "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d"
1008
            },
1009
            "dist": {
1010
                "type": "zip",
1011
                "url": "https://api.github.com/repos/symfony/console/zipball/8394c8ef121949e8f858f13bc1e34f05169e4e7d",
1012
                "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d",
1013
                "shasum": ""
1014
            },
1015
            "require": {
1016
                "php": "^5.5.9|>=7.0.8",
1017
                "symfony/debug": "~2.8|~3.0|~4.0",
1018
                "symfony/polyfill-mbstring": "~1.0"
1019
            },
1020
            "conflict": {
1021
                "symfony/dependency-injection": "<3.4",
1022
                "symfony/process": "<3.3"
1023
            },
1024
            "require-dev": {
1025
                "psr/log": "~1.0",
1026
                "symfony/config": "~3.3|~4.0",
1027
                "symfony/dependency-injection": "~3.4|~4.0",
1028
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1029
                "symfony/lock": "~3.4|~4.0",
1030
                "symfony/process": "~3.3|~4.0"
1031
            },
1032
            "suggest": {
1033
                "psr/log": "For using the console logger",
1034
                "symfony/event-dispatcher": "",
1035
                "symfony/lock": "",
1036
                "symfony/process": ""
1037
            },
1038
            "type": "library",
1039
            "extra": {
1040
                "branch-alias": {
1041
                    "dev-master": "3.4-dev"
1042
                }
1043
            },
1044
            "autoload": {
1045
                "psr-4": {
1046
                    "Symfony\\Component\\Console\\": ""
1047
                },
1048
                "exclude-from-classmap": [
1049
                    "/Tests/"
1050
                ]
1051
            },
1052
            "notification-url": "https://packagist.org/downloads/",
1053
            "license": [
1054
                "MIT"
1055
            ],
1056
            "authors": [
1057
                {
1058
                    "name": "Fabien Potencier",
1059
                    "email": "[email protected]"
1060
                },
1061
                {
1062
                    "name": "Symfony Community",
1063
                    "homepage": "https://symfony.com/contributors"
1064
                }
1065
            ],
1066
            "description": "Symfony Console Component",
1067
            "homepage": "https://symfony.com",
1068
            "time": "2018-01-03T07:37:34+00:00"
1069
        },
1070
        {
1071
            "name": "symfony/css-selector",
1072
            "version": "v3.4.3",
1073
            "source": {
1074
                "type": "git",
1075
                "url": "https://github.com/symfony/css-selector.git",
1076
                "reference": "e66394bc7610e69279bfdb3ab11b4fe65403f556"
1077
            },
1078
            "dist": {
1079
                "type": "zip",
1080
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/e66394bc7610e69279bfdb3ab11b4fe65403f556",
1081
                "reference": "e66394bc7610e69279bfdb3ab11b4fe65403f556",
1082
                "shasum": ""
1083
            },
1084
            "require": {
1085
                "php": "^5.5.9|>=7.0.8"
1086
            },
1087
            "type": "library",
1088
            "extra": {
1089
                "branch-alias": {
1090
                    "dev-master": "3.4-dev"
1091
                }
1092
            },
1093
            "autoload": {
1094
                "psr-4": {
1095
                    "Symfony\\Component\\CssSelector\\": ""
1096
                },
1097
                "exclude-from-classmap": [
1098
                    "/Tests/"
1099
                ]
1100
            },
1101
            "notification-url": "https://packagist.org/downloads/",
1102
            "license": [
1103
                "MIT"
1104
            ],
1105
            "authors": [
1106
                {
1107
                    "name": "Jean-François Simon",
1108
                    "email": "[email protected]"
1109
                },
1110
                {
1111
                    "name": "Fabien Potencier",
1112
                    "email": "[email protected]"
1113
                },
1114
                {
1115
                    "name": "Symfony Community",
1116
                    "homepage": "https://symfony.com/contributors"
1117
                }
1118
            ],
1119
            "description": "Symfony CssSelector Component",
1120
            "homepage": "https://symfony.com",
1121
            "time": "2018-01-03T07:37:34+00:00"
1122
        },
1123
        {
1124
            "name": "symfony/debug",
1125
            "version": "v3.4.3",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/symfony/debug.git",
1129
                "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/symfony/debug/zipball/603b95dda8b00020e4e6e60dc906e7b715b1c245",
1134
                "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245",
1135
                "shasum": ""
1136
            },
1137
            "require": {
1138
                "php": "^5.5.9|>=7.0.8",
1139
                "psr/log": "~1.0"
1140
            },
1141
            "conflict": {
1142
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1143
            },
1144
            "require-dev": {
1145
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1146
            },
1147
            "type": "library",
1148
            "extra": {
1149
                "branch-alias": {
1150
                    "dev-master": "3.4-dev"
1151
                }
1152
            },
1153
            "autoload": {
1154
                "psr-4": {
1155
                    "Symfony\\Component\\Debug\\": ""
1156
                },
1157
                "exclude-from-classmap": [
1158
                    "/Tests/"
1159
                ]
1160
            },
1161
            "notification-url": "https://packagist.org/downloads/",
1162
            "license": [
1163
                "MIT"
1164
            ],
1165
            "authors": [
1166
                {
1167
                    "name": "Fabien Potencier",
1168
                    "email": "[email protected]"
1169
                },
1170
                {
1171
                    "name": "Symfony Community",
1172
                    "homepage": "https://symfony.com/contributors"
1173
                }
1174
            ],
1175
            "description": "Symfony Debug Component",
1176
            "homepage": "https://symfony.com",
1177
            "time": "2018-01-03T17:14:19+00:00"
1178
        },
1179
        {
1180
            "name": "symfony/event-dispatcher",
1181
            "version": "v3.4.3",
1182
            "source": {
1183
                "type": "git",
1184
                "url": "https://github.com/symfony/event-dispatcher.git",
1185
                "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca"
1186
            },
1187
            "dist": {
1188
                "type": "zip",
1189
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca",
1190
                "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca",
1191
                "shasum": ""
1192
            },
1193
            "require": {
1194
                "php": "^5.5.9|>=7.0.8"
1195
            },
1196
            "conflict": {
1197
                "symfony/dependency-injection": "<3.3"
1198
            },
1199
            "require-dev": {
1200
                "psr/log": "~1.0",
1201
                "symfony/config": "~2.8|~3.0|~4.0",
1202
                "symfony/dependency-injection": "~3.3|~4.0",
1203
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1204
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1205
            },
1206
            "suggest": {
1207
                "symfony/dependency-injection": "",
1208
                "symfony/http-kernel": ""
1209
            },
1210
            "type": "library",
1211
            "extra": {
1212
                "branch-alias": {
1213
                    "dev-master": "3.4-dev"
1214
                }
1215
            },
1216
            "autoload": {
1217
                "psr-4": {
1218
                    "Symfony\\Component\\EventDispatcher\\": ""
1219
                },
1220
                "exclude-from-classmap": [
1221
                    "/Tests/"
1222
                ]
1223
            },
1224
            "notification-url": "https://packagist.org/downloads/",
1225
            "license": [
1226
                "MIT"
1227
            ],
1228
            "authors": [
1229
                {
1230
                    "name": "Fabien Potencier",
1231
                    "email": "[email protected]"
1232
                },
1233
                {
1234
                    "name": "Symfony Community",
1235
                    "homepage": "https://symfony.com/contributors"
1236
                }
1237
            ],
1238
            "description": "Symfony EventDispatcher Component",
1239
            "homepage": "https://symfony.com",
1240
            "time": "2018-01-03T07:37:34+00:00"
1241
        },
1242
        {
1243
            "name": "symfony/finder",
1244
            "version": "v3.4.3",
1245
            "source": {
1246
                "type": "git",
1247
                "url": "https://github.com/symfony/finder.git",
1248
                "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f"
1249
            },
1250
            "dist": {
1251
                "type": "zip",
1252
                "url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f",
1253
                "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f",
1254
                "shasum": ""
1255
            },
1256
            "require": {
1257
                "php": "^5.5.9|>=7.0.8"
1258
            },
1259
            "type": "library",
1260
            "extra": {
1261
                "branch-alias": {
1262
                    "dev-master": "3.4-dev"
1263
                }
1264
            },
1265
            "autoload": {
1266
                "psr-4": {
1267
                    "Symfony\\Component\\Finder\\": ""
1268
                },
1269
                "exclude-from-classmap": [
1270
                    "/Tests/"
1271
                ]
1272
            },
1273
            "notification-url": "https://packagist.org/downloads/",
1274
            "license": [
1275
                "MIT"
1276
            ],
1277
            "authors": [
1278
                {
1279
                    "name": "Fabien Potencier",
1280
                    "email": "[email protected]"
1281
                },
1282
                {
1283
                    "name": "Symfony Community",
1284
                    "homepage": "https://symfony.com/contributors"
1285
                }
1286
            ],
1287
            "description": "Symfony Finder Component",
1288
            "homepage": "https://symfony.com",
1289
            "time": "2018-01-03T07:37:34+00:00"
1290
        },
1291
        {
1292
            "name": "symfony/http-foundation",
1293
            "version": "v3.4.3",
1294
            "source": {
1295
                "type": "git",
1296
                "url": "https://github.com/symfony/http-foundation.git",
1297
                "reference": "4a213be1cc8598089b8c7451529a2927b49b5d26"
1298
            },
1299
            "dist": {
1300
                "type": "zip",
1301
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4a213be1cc8598089b8c7451529a2927b49b5d26",
1302
                "reference": "4a213be1cc8598089b8c7451529a2927b49b5d26",
1303
                "shasum": ""
1304
            },
1305
            "require": {
1306
                "php": "^5.5.9|>=7.0.8",
1307
                "symfony/polyfill-mbstring": "~1.1",
1308
                "symfony/polyfill-php70": "~1.6"
1309
            },
1310
            "require-dev": {
1311
                "symfony/expression-language": "~2.8|~3.0|~4.0"
1312
            },
1313
            "type": "library",
1314
            "extra": {
1315
                "branch-alias": {
1316
                    "dev-master": "3.4-dev"
1317
                }
1318
            },
1319
            "autoload": {
1320
                "psr-4": {
1321
                    "Symfony\\Component\\HttpFoundation\\": ""
1322
                },
1323
                "exclude-from-classmap": [
1324
                    "/Tests/"
1325
                ]
1326
            },
1327
            "notification-url": "https://packagist.org/downloads/",
1328
            "license": [
1329
                "MIT"
1330
            ],
1331
            "authors": [
1332
                {
1333
                    "name": "Fabien Potencier",
1334
                    "email": "[email protected]"
1335
                },
1336
                {
1337
                    "name": "Symfony Community",
1338
                    "homepage": "https://symfony.com/contributors"
1339
                }
1340
            ],
1341
            "description": "Symfony HttpFoundation Component",
1342
            "homepage": "https://symfony.com",
1343
            "time": "2018-01-03T17:14:19+00:00"
1344
        },
1345
        {
1346
            "name": "symfony/http-kernel",
1347
            "version": "v3.4.3",
1348
            "source": {
1349
                "type": "git",
1350
                "url": "https://github.com/symfony/http-kernel.git",
1351
                "reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e"
1352
            },
1353
            "dist": {
1354
                "type": "zip",
1355
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e",
1356
                "reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e",
1357
                "shasum": ""
1358
            },
1359
            "require": {
1360
                "php": "^5.5.9|>=7.0.8",
1361
                "psr/log": "~1.0",
1362
                "symfony/debug": "~2.8|~3.0|~4.0",
1363
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1364
                "symfony/http-foundation": "^3.3.11|~4.0"
1365
            },
1366
            "conflict": {
1367
                "symfony/config": "<2.8",
1368
                "symfony/dependency-injection": "<3.4",
1369
                "symfony/var-dumper": "<3.3",
1370
                "twig/twig": "<1.34|<2.4,>=2"
1371
            },
1372
            "provide": {
1373
                "psr/log-implementation": "1.0"
1374
            },
1375
            "require-dev": {
1376
                "psr/cache": "~1.0",
1377
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1378
                "symfony/class-loader": "~2.8|~3.0",
1379
                "symfony/config": "~2.8|~3.0|~4.0",
1380
                "symfony/console": "~2.8|~3.0|~4.0",
1381
                "symfony/css-selector": "~2.8|~3.0|~4.0",
1382
                "symfony/dependency-injection": "~3.4|~4.0",
1383
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1384
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1385
                "symfony/finder": "~2.8|~3.0|~4.0",
1386
                "symfony/process": "~2.8|~3.0|~4.0",
1387
                "symfony/routing": "~3.4|~4.0",
1388
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1389
                "symfony/templating": "~2.8|~3.0|~4.0",
1390
                "symfony/translation": "~2.8|~3.0|~4.0",
1391
                "symfony/var-dumper": "~3.3|~4.0"
1392
            },
1393
            "suggest": {
1394
                "symfony/browser-kit": "",
1395
                "symfony/config": "",
1396
                "symfony/console": "",
1397
                "symfony/dependency-injection": "",
1398
                "symfony/finder": "",
1399
                "symfony/var-dumper": ""
1400
            },
1401
            "type": "library",
1402
            "extra": {
1403
                "branch-alias": {
1404
                    "dev-master": "3.4-dev"
1405
                }
1406
            },
1407
            "autoload": {
1408
                "psr-4": {
1409
                    "Symfony\\Component\\HttpKernel\\": ""
1410
                },
1411
                "exclude-from-classmap": [
1412
                    "/Tests/"
1413
                ]
1414
            },
1415
            "notification-url": "https://packagist.org/downloads/",
1416
            "license": [
1417
                "MIT"
1418
            ],
1419
            "authors": [
1420
                {
1421
                    "name": "Fabien Potencier",
1422
                    "email": "[email protected]"
1423
                },
1424
                {
1425
                    "name": "Symfony Community",
1426
                    "homepage": "https://symfony.com/contributors"
1427
                }
1428
            ],
1429
            "description": "Symfony HttpKernel Component",
1430
            "homepage": "https://symfony.com",
1431
            "time": "2018-01-05T08:33:00+00:00"
1432
        },
1433
        {
1434
            "name": "symfony/polyfill-mbstring",
1435
            "version": "v1.6.0",
1436
            "source": {
1437
                "type": "git",
1438
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1439
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
1440
            },
1441
            "dist": {
1442
                "type": "zip",
1443
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
1444
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
1445
                "shasum": ""
1446
            },
1447
            "require": {
1448
                "php": ">=5.3.3"
1449
            },
1450
            "suggest": {
1451
                "ext-mbstring": "For best performance"
1452
            },
1453
            "type": "library",
1454
            "extra": {
1455
                "branch-alias": {
1456
                    "dev-master": "1.6-dev"
1457
                }
1458
            },
1459
            "autoload": {
1460
                "psr-4": {
1461
                    "Symfony\\Polyfill\\Mbstring\\": ""
1462
                },
1463
                "files": [
1464
                    "bootstrap.php"
1465
                ]
1466
            },
1467
            "notification-url": "https://packagist.org/downloads/",
1468
            "license": [
1469
                "MIT"
1470
            ],
1471
            "authors": [
1472
                {
1473
                    "name": "Nicolas Grekas",
1474
                    "email": "[email protected]"
1475
                },
1476
                {
1477
                    "name": "Symfony Community",
1478
                    "homepage": "https://symfony.com/contributors"
1479
                }
1480
            ],
1481
            "description": "Symfony polyfill for the Mbstring extension",
1482
            "homepage": "https://symfony.com",
1483
            "keywords": [
1484
                "compatibility",
1485
                "mbstring",
1486
                "polyfill",
1487
                "portable",
1488
                "shim"
1489
            ],
1490
            "time": "2017-10-11T12:05:26+00:00"
1491
        },
1492
        {
1493
            "name": "symfony/polyfill-php70",
1494
            "version": "v1.6.0",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/symfony/polyfill-php70.git",
1498
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
1503
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "paragonie/random_compat": "~1.0|~2.0",
1508
                "php": ">=5.3.3"
1509
            },
1510
            "type": "library",
1511
            "extra": {
1512
                "branch-alias": {
1513
                    "dev-master": "1.6-dev"
1514
                }
1515
            },
1516
            "autoload": {
1517
                "psr-4": {
1518
                    "Symfony\\Polyfill\\Php70\\": ""
1519
                },
1520
                "files": [
1521
                    "bootstrap.php"
1522
                ],
1523
                "classmap": [
1524
                    "Resources/stubs"
1525
                ]
1526
            },
1527
            "notification-url": "https://packagist.org/downloads/",
1528
            "license": [
1529
                "MIT"
1530
            ],
1531
            "authors": [
1532
                {
1533
                    "name": "Nicolas Grekas",
1534
                    "email": "[email protected]"
1535
                },
1536
                {
1537
                    "name": "Symfony Community",
1538
                    "homepage": "https://symfony.com/contributors"
1539
                }
1540
            ],
1541
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1542
            "homepage": "https://symfony.com",
1543
            "keywords": [
1544
                "compatibility",
1545
                "polyfill",
1546
                "portable",
1547
                "shim"
1548
            ],
1549
            "time": "2017-10-11T12:05:26+00:00"
1550
        },
1551
        {
1552
            "name": "symfony/process",
1553
            "version": "v3.4.3",
1554
            "source": {
1555
                "type": "git",
1556
                "url": "https://github.com/symfony/process.git",
1557
                "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba"
1558
            },
1559
            "dist": {
1560
                "type": "zip",
1561
                "url": "https://api.github.com/repos/symfony/process/zipball/ff69f110c6b33fd33cd2089ba97d6112f44ef0ba",
1562
                "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba",
1563
                "shasum": ""
1564
            },
1565
            "require": {
1566
                "php": "^5.5.9|>=7.0.8"
1567
            },
1568
            "type": "library",
1569
            "extra": {
1570
                "branch-alias": {
1571
                    "dev-master": "3.4-dev"
1572
                }
1573
            },
1574
            "autoload": {
1575
                "psr-4": {
1576
                    "Symfony\\Component\\Process\\": ""
1577
                },
1578
                "exclude-from-classmap": [
1579
                    "/Tests/"
1580
                ]
1581
            },
1582
            "notification-url": "https://packagist.org/downloads/",
1583
            "license": [
1584
                "MIT"
1585
            ],
1586
            "authors": [
1587
                {
1588
                    "name": "Fabien Potencier",
1589
                    "email": "[email protected]"
1590
                },
1591
                {
1592
                    "name": "Symfony Community",
1593
                    "homepage": "https://symfony.com/contributors"
1594
                }
1595
            ],
1596
            "description": "Symfony Process Component",
1597
            "homepage": "https://symfony.com",
1598
            "time": "2018-01-03T07:37:34+00:00"
1599
        },
1600
        {
1601
            "name": "symfony/routing",
1602
            "version": "v3.4.3",
1603
            "source": {
1604
                "type": "git",
1605
                "url": "https://github.com/symfony/routing.git",
1606
                "reference": "e2b6d6fe7b090c7af720b75c7722c6dfa7a52658"
1607
            },
1608
            "dist": {
1609
                "type": "zip",
1610
                "url": "https://api.github.com/repos/symfony/routing/zipball/e2b6d6fe7b090c7af720b75c7722c6dfa7a52658",
1611
                "reference": "e2b6d6fe7b090c7af720b75c7722c6dfa7a52658",
1612
                "shasum": ""
1613
            },
1614
            "require": {
1615
                "php": "^5.5.9|>=7.0.8"
1616
            },
1617
            "conflict": {
1618
                "symfony/config": "<2.8",
1619
                "symfony/dependency-injection": "<3.3",
1620
                "symfony/yaml": "<3.4"
1621
            },
1622
            "require-dev": {
1623
                "doctrine/annotations": "~1.0",
1624
                "doctrine/common": "~2.2",
1625
                "psr/log": "~1.0",
1626
                "symfony/config": "~2.8|~3.0|~4.0",
1627
                "symfony/dependency-injection": "~3.3|~4.0",
1628
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1629
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
1630
                "symfony/yaml": "~3.4|~4.0"
1631
            },
1632
            "suggest": {
1633
                "doctrine/annotations": "For using the annotation loader",
1634
                "symfony/config": "For using the all-in-one router or any loader",
1635
                "symfony/dependency-injection": "For loading routes from a service",
1636
                "symfony/expression-language": "For using expression matching",
1637
                "symfony/http-foundation": "For using a Symfony Request object",
1638
                "symfony/yaml": "For using the YAML loader"
1639
            },
1640
            "type": "library",
1641
            "extra": {
1642
                "branch-alias": {
1643
                    "dev-master": "3.4-dev"
1644
                }
1645
            },
1646
            "autoload": {
1647
                "psr-4": {
1648
                    "Symfony\\Component\\Routing\\": ""
1649
                },
1650
                "exclude-from-classmap": [
1651
                    "/Tests/"
1652
                ]
1653
            },
1654
            "notification-url": "https://packagist.org/downloads/",
1655
            "license": [
1656
                "MIT"
1657
            ],
1658
            "authors": [
1659
                {
1660
                    "name": "Fabien Potencier",
1661
                    "email": "[email protected]"
1662
                },
1663
                {
1664
                    "name": "Symfony Community",
1665
                    "homepage": "https://symfony.com/contributors"
1666
                }
1667
            ],
1668
            "description": "Symfony Routing Component",
1669
            "homepage": "https://symfony.com",
1670
            "keywords": [
1671
                "router",
1672
                "routing",
1673
                "uri",
1674
                "url"
1675
            ],
1676
            "time": "2018-01-04T15:09:34+00:00"
1677
        },
1678
        {
1679
            "name": "symfony/translation",
1680
            "version": "v3.4.3",
1681
            "source": {
1682
                "type": "git",
1683
                "url": "https://github.com/symfony/translation.git",
1684
                "reference": "17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a"
1685
            },
1686
            "dist": {
1687
                "type": "zip",
1688
                "url": "https://api.github.com/repos/symfony/translation/zipball/17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a",
1689
                "reference": "17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a",
1690
                "shasum": ""
1691
            },
1692
            "require": {
1693
                "php": "^5.5.9|>=7.0.8",
1694
                "symfony/polyfill-mbstring": "~1.0"
1695
            },
1696
            "conflict": {
1697
                "symfony/config": "<2.8",
1698
                "symfony/dependency-injection": "<3.4",
1699
                "symfony/yaml": "<3.4"
1700
            },
1701
            "require-dev": {
1702
                "psr/log": "~1.0",
1703
                "symfony/config": "~2.8|~3.0|~4.0",
1704
                "symfony/dependency-injection": "~3.4|~4.0",
1705
                "symfony/finder": "~2.8|~3.0|~4.0",
1706
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
1707
                "symfony/yaml": "~3.4|~4.0"
1708
            },
1709
            "suggest": {
1710
                "psr/log": "To use logging capability in translator",
1711
                "symfony/config": "",
1712
                "symfony/yaml": ""
1713
            },
1714
            "type": "library",
1715
            "extra": {
1716
                "branch-alias": {
1717
                    "dev-master": "3.4-dev"
1718
                }
1719
            },
1720
            "autoload": {
1721
                "psr-4": {
1722
                    "Symfony\\Component\\Translation\\": ""
1723
                },
1724
                "exclude-from-classmap": [
1725
                    "/Tests/"
1726
                ]
1727
            },
1728
            "notification-url": "https://packagist.org/downloads/",
1729
            "license": [
1730
                "MIT"
1731
            ],
1732
            "authors": [
1733
                {
1734
                    "name": "Fabien Potencier",
1735
                    "email": "[email protected]"
1736
                },
1737
                {
1738
                    "name": "Symfony Community",
1739
                    "homepage": "https://symfony.com/contributors"
1740
                }
1741
            ],
1742
            "description": "Symfony Translation Component",
1743
            "homepage": "https://symfony.com",
1744
            "time": "2018-01-03T07:37:34+00:00"
1745
        },
1746
        {
1747
            "name": "symfony/var-dumper",
1748
            "version": "v3.4.3",
1749
            "source": {
1750
                "type": "git",
1751
                "url": "https://github.com/symfony/var-dumper.git",
1752
                "reference": "545be7e78ccbec43e599f10ff7500d0b09eda9d0"
1753
            },
1754
            "dist": {
1755
                "type": "zip",
1756
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/545be7e78ccbec43e599f10ff7500d0b09eda9d0",
1757
                "reference": "545be7e78ccbec43e599f10ff7500d0b09eda9d0",
1758
                "shasum": ""
1759
            },
1760
            "require": {
1761
                "php": "^5.5.9|>=7.0.8",
1762
                "symfony/polyfill-mbstring": "~1.0"
1763
            },
1764
            "conflict": {
1765
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1766
            },
1767
            "require-dev": {
1768
                "ext-iconv": "*",
1769
                "twig/twig": "~1.34|~2.4"
1770
            },
1771
            "suggest": {
1772
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1773
                "ext-intl": "To show region name in time zone dump",
1774
                "ext-symfony_debug": ""
1775
            },
1776
            "type": "library",
1777
            "extra": {
1778
                "branch-alias": {
1779
                    "dev-master": "3.4-dev"
1780
                }
1781
            },
1782
            "autoload": {
1783
                "files": [
1784
                    "Resources/functions/dump.php"
1785
                ],
1786
                "psr-4": {
1787
                    "Symfony\\Component\\VarDumper\\": ""
1788
                },
1789
                "exclude-from-classmap": [
1790
                    "/Tests/"
1791
                ]
1792
            },
1793
            "notification-url": "https://packagist.org/downloads/",
1794
            "license": [
1795
                "MIT"
1796
            ],
1797
            "authors": [
1798
                {
1799
                    "name": "Nicolas Grekas",
1800
                    "email": "[email protected]"
1801
                },
1802
                {
1803
                    "name": "Symfony Community",
1804
                    "homepage": "https://symfony.com/contributors"
1805
                }
1806
            ],
1807
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1808
            "homepage": "https://symfony.com",
1809
            "keywords": [
1810
                "debug",
1811
                "dump"
1812
            ],
1813
            "time": "2018-01-03T17:14:19+00:00"
1814
        },
1815
        {
1816
            "name": "tijsverkoyen/css-to-inline-styles",
1817
            "version": "2.2.0",
1818
            "source": {
1819
                "type": "git",
1820
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1821
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
1822
            },
1823
            "dist": {
1824
                "type": "zip",
1825
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
1826
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
1827
                "shasum": ""
1828
            },
1829
            "require": {
1830
                "php": "^5.5 || ^7",
1831
                "symfony/css-selector": "^2.7|~3.0"
1832
            },
1833
            "require-dev": {
1834
                "phpunit/phpunit": "~4.8|5.1.*"
1835
            },
1836
            "type": "library",
1837
            "extra": {
1838
                "branch-alias": {
1839
                    "dev-master": "2.0.x-dev"
1840
                }
1841
            },
1842
            "autoload": {
1843
                "psr-4": {
1844
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1845
                }
1846
            },
1847
            "notification-url": "https://packagist.org/downloads/",
1848
            "license": [
1849
                "BSD-3-Clause"
1850
            ],
1851
            "authors": [
1852
                {
1853
                    "name": "Tijs Verkoyen",
1854
                    "email": "[email protected]",
1855
                    "role": "Developer"
1856
                }
1857
            ],
1858
            "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.",
1859
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1860
            "time": "2016-09-20T12:50:39+00:00"
1861
        },
1862
        {
1863
            "name": "vlucas/phpdotenv",
1864
            "version": "v2.4.0",
1865
            "source": {
1866
                "type": "git",
1867
                "url": "https://github.com/vlucas/phpdotenv.git",
1868
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1869
            },
1870
            "dist": {
1871
                "type": "zip",
1872
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1873
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1874
                "shasum": ""
1875
            },
1876
            "require": {
1877
                "php": ">=5.3.9"
1878
            },
1879
            "require-dev": {
1880
                "phpunit/phpunit": "^4.8 || ^5.0"
1881
            },
1882
            "type": "library",
1883
            "extra": {
1884
                "branch-alias": {
1885
                    "dev-master": "2.4-dev"
1886
                }
1887
            },
1888
            "autoload": {
1889
                "psr-4": {
1890
                    "Dotenv\\": "src/"
1891
                }
1892
            },
1893
            "notification-url": "https://packagist.org/downloads/",
1894
            "license": [
1895
                "BSD-3-Clause-Attribution"
1896
            ],
1897
            "authors": [
1898
                {
1899
                    "name": "Vance Lucas",
1900
                    "email": "[email protected]",
1901
                    "homepage": "http://www.vancelucas.com"
1902
                }
1903
            ],
1904
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1905
            "keywords": [
1906
                "dotenv",
1907
                "env",
1908
                "environment"
1909
            ],
1910
            "time": "2016-09-01T10:05:43+00:00"
1911
        }
1912
    ],
1913
    "packages-dev": [
1914
        {
1915
            "name": "composer/semver",
1916
            "version": "1.4.2",
1917
            "source": {
1918
                "type": "git",
1919
                "url": "https://github.com/composer/semver.git",
1920
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1921
            },
1922
            "dist": {
1923
                "type": "zip",
1924
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1925
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1926
                "shasum": ""
1927
            },
1928
            "require": {
1929
                "php": "^5.3.2 || ^7.0"
1930
            },
1931
            "require-dev": {
1932
                "phpunit/phpunit": "^4.5 || ^5.0.5",
1933
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1934
            },
1935
            "type": "library",
1936
            "extra": {
1937
                "branch-alias": {
1938
                    "dev-master": "1.x-dev"
1939
                }
1940
            },
1941
            "autoload": {
1942
                "psr-4": {
1943
                    "Composer\\Semver\\": "src"
1944
                }
1945
            },
1946
            "notification-url": "https://packagist.org/downloads/",
1947
            "license": [
1948
                "MIT"
1949
            ],
1950
            "authors": [
1951
                {
1952
                    "name": "Nils Adermann",
1953
                    "email": "[email protected]",
1954
                    "homepage": "http://www.naderman.de"
1955
                },
1956
                {
1957
                    "name": "Jordi Boggiano",
1958
                    "email": "[email protected]",
1959
                    "homepage": "http://seld.be"
1960
                },
1961
                {
1962
                    "name": "Rob Bast",
1963
                    "email": "[email protected]",
1964
                    "homepage": "http://robbast.nl"
1965
                }
1966
            ],
1967
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
1968
            "keywords": [
1969
                "semantic",
1970
                "semver",
1971
                "validation",
1972
                "versioning"
1973
            ],
1974
            "time": "2016-08-30T16:08:34+00:00"
1975
        },
1976
        {
1977
            "name": "doctrine/annotations",
1978
            "version": "v1.4.0",
1979
            "source": {
1980
                "type": "git",
1981
                "url": "https://github.com/doctrine/annotations.git",
1982
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1983
            },
1984
            "dist": {
1985
                "type": "zip",
1986
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1987
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1988
                "shasum": ""
1989
            },
1990
            "require": {
1991
                "doctrine/lexer": "1.*",
1992
                "php": "^5.6 || ^7.0"
1993
            },
1994
            "require-dev": {
1995
                "doctrine/cache": "1.*",
1996
                "phpunit/phpunit": "^5.7"
1997
            },
1998
            "type": "library",
1999
            "extra": {
2000
                "branch-alias": {
2001
                    "dev-master": "1.4.x-dev"
2002
                }
2003
            },
2004
            "autoload": {
2005
                "psr-4": {
2006
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2007
                }
2008
            },
2009
            "notification-url": "https://packagist.org/downloads/",
2010
            "license": [
2011
                "MIT"
2012
            ],
2013
            "authors": [
2014
                {
2015
                    "name": "Roman Borschel",
2016
                    "email": "[email protected]"
2017
                },
2018
                {
2019
                    "name": "Benjamin Eberlei",
2020
                    "email": "[email protected]"
2021
                },
2022
                {
2023
                    "name": "Guilherme Blanco",
2024
                    "email": "[email protected]"
2025
                },
2026
                {
2027
                    "name": "Jonathan Wage",
2028
                    "email": "[email protected]"
2029
                },
2030
                {
2031
                    "name": "Johannes Schmitt",
2032
                    "email": "[email protected]"
2033
                }
2034
            ],
2035
            "description": "Docblock Annotations Parser",
2036
            "homepage": "http://www.doctrine-project.org",
2037
            "keywords": [
2038
                "annotations",
2039
                "docblock",
2040
                "parser"
2041
            ],
2042
            "time": "2017-02-24T16:22:25+00:00"
2043
        },
2044
        {
2045
            "name": "doctrine/instantiator",
2046
            "version": "1.0.5",
2047
            "source": {
2048
                "type": "git",
2049
                "url": "https://github.com/doctrine/instantiator.git",
2050
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2051
            },
2052
            "dist": {
2053
                "type": "zip",
2054
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2055
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2056
                "shasum": ""
2057
            },
2058
            "require": {
2059
                "php": ">=5.3,<8.0-DEV"
2060
            },
2061
            "require-dev": {
2062
                "athletic/athletic": "~0.1.8",
2063
                "ext-pdo": "*",
2064
                "ext-phar": "*",
2065
                "phpunit/phpunit": "~4.0",
2066
                "squizlabs/php_codesniffer": "~2.0"
2067
            },
2068
            "type": "library",
2069
            "extra": {
2070
                "branch-alias": {
2071
                    "dev-master": "1.0.x-dev"
2072
                }
2073
            },
2074
            "autoload": {
2075
                "psr-4": {
2076
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2077
                }
2078
            },
2079
            "notification-url": "https://packagist.org/downloads/",
2080
            "license": [
2081
                "MIT"
2082
            ],
2083
            "authors": [
2084
                {
2085
                    "name": "Marco Pivetta",
2086
                    "email": "[email protected]",
2087
                    "homepage": "http://ocramius.github.com/"
2088
                }
2089
            ],
2090
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2091
            "homepage": "https://github.com/doctrine/instantiator",
2092
            "keywords": [
2093
                "constructor",
2094
                "instantiate"
2095
            ],
2096
            "time": "2015-06-14T21:17:01+00:00"
2097
        },
2098
        {
2099
            "name": "friendsofphp/php-cs-fixer",
2100
            "version": "v2.9.0",
2101
            "source": {
2102
                "type": "git",
2103
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2104
                "reference": "454ddbe65da6a9297446f442bad244e8a99a9a38"
2105
            },
2106
            "dist": {
2107
                "type": "zip",
2108
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/454ddbe65da6a9297446f442bad244e8a99a9a38",
2109
                "reference": "454ddbe65da6a9297446f442bad244e8a99a9a38",
2110
                "shasum": ""
2111
            },
2112
            "require": {
2113
                "composer/semver": "^1.4",
2114
                "doctrine/annotations": "^1.2",
2115
                "ext-json": "*",
2116
                "ext-tokenizer": "*",
2117
                "gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
2118
                "php": "^5.6 || >=7.0 <7.3",
2119
                "php-cs-fixer/diff": "^1.2",
2120
                "symfony/console": "^3.2 || ^4.0",
2121
                "symfony/event-dispatcher": "^3.0 || ^4.0",
2122
                "symfony/filesystem": "^3.0 || ^4.0",
2123
                "symfony/finder": "^3.0 || ^4.0",
2124
                "symfony/options-resolver": "^3.0 || ^4.0",
2125
                "symfony/polyfill-php70": "^1.0",
2126
                "symfony/polyfill-php72": "^1.4",
2127
                "symfony/process": "^3.0 || ^4.0",
2128
                "symfony/stopwatch": "^3.0 || ^4.0"
2129
            },
2130
            "conflict": {
2131
                "hhvm": "*"
2132
            },
2133
            "require-dev": {
2134
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
2135
                "justinrainbow/json-schema": "^5.0",
2136
                "mikey179/vfsstream": "^1.6",
2137
                "php-coveralls/php-coveralls": "^2.0",
2138
                "php-cs-fixer/accessible-object": "^1.0",
2139
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2140
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
2141
            },
2142
            "suggest": {
2143
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
2144
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
2145
            },
2146
            "bin": [
2147
                "php-cs-fixer"
2148
            ],
2149
            "type": "application",
2150
            "autoload": {
2151
                "psr-4": {
2152
                    "PhpCsFixer\\": "src/"
2153
                },
2154
                "classmap": [
2155
                    "tests/Test/Assert/AssertTokensTrait.php",
2156
                    "tests/Test/AbstractFixerTestCase.php",
2157
                    "tests/Test/AbstractIntegrationTestCase.php",
2158
                    "tests/Test/IntegrationCase.php",
2159
                    "tests/Test/IntegrationCaseFactory.php"
2160
                ]
2161
            },
2162
            "notification-url": "https://packagist.org/downloads/",
2163
            "license": [
2164
                "MIT"
2165
            ],
2166
            "authors": [
2167
                {
2168
                    "name": "Dariusz Rumiński",
2169
                    "email": "[email protected]"
2170
                },
2171
                {
2172
                    "name": "Fabien Potencier",
2173
                    "email": "[email protected]"
2174
                }
2175
            ],
2176
            "description": "A tool to automatically fix PHP code style",
2177
            "time": "2017-12-08T16:36:20+00:00"
2178
        },
2179
        {
2180
            "name": "gecko-packages/gecko-php-unit",
2181
            "version": "v3.0",
2182
            "source": {
2183
                "type": "git",
2184
                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
2185
                "reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3"
2186
            },
2187
            "dist": {
2188
                "type": "zip",
2189
                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/6a866551dffc2154c1b091bae3a7877d39c25ca3",
2190
                "reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3",
2191
                "shasum": ""
2192
            },
2193
            "require": {
2194
                "php": "^7.0"
2195
            },
2196
            "require-dev": {
2197
                "phpunit/phpunit": "^6.0"
2198
            },
2199
            "suggest": {
2200
                "ext-dom": "When testing with xml.",
2201
                "ext-libxml": "When testing with xml.",
2202
                "phpunit/phpunit": "This is an extension for it so make sure you have it some way."
2203
            },
2204
            "type": "library",
2205
            "extra": {
2206
                "branch-alias": {
2207
                    "dev-master": "3.0-dev"
2208
                }
2209
            },
2210
            "autoload": {
2211
                "psr-4": {
2212
                    "GeckoPackages\\PHPUnit\\": "src/PHPUnit"
2213
                }
2214
            },
2215
            "notification-url": "https://packagist.org/downloads/",
2216
            "license": [
2217
                "MIT"
2218
            ],
2219
            "description": "Additional PHPUnit asserts and constraints.",
2220
            "homepage": "https://github.com/GeckoPackages",
2221
            "keywords": [
2222
                "extension",
2223
                "filesystem",
2224
                "phpunit"
2225
            ],
2226
            "time": "2017-08-23T07:46:41+00:00"
2227
        },
2228
        {
2229
            "name": "guzzlehttp/guzzle",
2230
            "version": "6.3.0",
2231
            "source": {
2232
                "type": "git",
2233
                "url": "https://github.com/guzzle/guzzle.git",
2234
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
2235
            },
2236
            "dist": {
2237
                "type": "zip",
2238
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
2239
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
2240
                "shasum": ""
2241
            },
2242
            "require": {
2243
                "guzzlehttp/promises": "^1.0",
2244
                "guzzlehttp/psr7": "^1.4",
2245
                "php": ">=5.5"
2246
            },
2247
            "require-dev": {
2248
                "ext-curl": "*",
2249
                "phpunit/phpunit": "^4.0 || ^5.0",
2250
                "psr/log": "^1.0"
2251
            },
2252
            "suggest": {
2253
                "psr/log": "Required for using the Log middleware"
2254
            },
2255
            "type": "library",
2256
            "extra": {
2257
                "branch-alias": {
2258
                    "dev-master": "6.2-dev"
2259
                }
2260
            },
2261
            "autoload": {
2262
                "files": [
2263
                    "src/functions_include.php"
2264
                ],
2265
                "psr-4": {
2266
                    "GuzzleHttp\\": "src/"
2267
                }
2268
            },
2269
            "notification-url": "https://packagist.org/downloads/",
2270
            "license": [
2271
                "MIT"
2272
            ],
2273
            "authors": [
2274
                {
2275
                    "name": "Michael Dowling",
2276
                    "email": "[email protected]",
2277
                    "homepage": "https://github.com/mtdowling"
2278
                }
2279
            ],
2280
            "description": "Guzzle is a PHP HTTP client library",
2281
            "homepage": "http://guzzlephp.org/",
2282
            "keywords": [
2283
                "client",
2284
                "curl",
2285
                "framework",
2286
                "http",
2287
                "http client",
2288
                "rest",
2289
                "web service"
2290
            ],
2291
            "time": "2017-06-22T18:50:49+00:00"
2292
        },
2293
        {
2294
            "name": "guzzlehttp/promises",
2295
            "version": "v1.3.1",
2296
            "source": {
2297
                "type": "git",
2298
                "url": "https://github.com/guzzle/promises.git",
2299
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2300
            },
2301
            "dist": {
2302
                "type": "zip",
2303
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2304
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2305
                "shasum": ""
2306
            },
2307
            "require": {
2308
                "php": ">=5.5.0"
2309
            },
2310
            "require-dev": {
2311
                "phpunit/phpunit": "^4.0"
2312
            },
2313
            "type": "library",
2314
            "extra": {
2315
                "branch-alias": {
2316
                    "dev-master": "1.4-dev"
2317
                }
2318
            },
2319
            "autoload": {
2320
                "psr-4": {
2321
                    "GuzzleHttp\\Promise\\": "src/"
2322
                },
2323
                "files": [
2324
                    "src/functions_include.php"
2325
                ]
2326
            },
2327
            "notification-url": "https://packagist.org/downloads/",
2328
            "license": [
2329
                "MIT"
2330
            ],
2331
            "authors": [
2332
                {
2333
                    "name": "Michael Dowling",
2334
                    "email": "[email protected]",
2335
                    "homepage": "https://github.com/mtdowling"
2336
                }
2337
            ],
2338
            "description": "Guzzle promises library",
2339
            "keywords": [
2340
                "promise"
2341
            ],
2342
            "time": "2016-12-20T10:07:11+00:00"
2343
        },
2344
        {
2345
            "name": "guzzlehttp/psr7",
2346
            "version": "1.4.2",
2347
            "source": {
2348
                "type": "git",
2349
                "url": "https://github.com/guzzle/psr7.git",
2350
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2351
            },
2352
            "dist": {
2353
                "type": "zip",
2354
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2355
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2356
                "shasum": ""
2357
            },
2358
            "require": {
2359
                "php": ">=5.4.0",
2360
                "psr/http-message": "~1.0"
2361
            },
2362
            "provide": {
2363
                "psr/http-message-implementation": "1.0"
2364
            },
2365
            "require-dev": {
2366
                "phpunit/phpunit": "~4.0"
2367
            },
2368
            "type": "library",
2369
            "extra": {
2370
                "branch-alias": {
2371
                    "dev-master": "1.4-dev"
2372
                }
2373
            },
2374
            "autoload": {
2375
                "psr-4": {
2376
                    "GuzzleHttp\\Psr7\\": "src/"
2377
                },
2378
                "files": [
2379
                    "src/functions_include.php"
2380
                ]
2381
            },
2382
            "notification-url": "https://packagist.org/downloads/",
2383
            "license": [
2384
                "MIT"
2385
            ],
2386
            "authors": [
2387
                {
2388
                    "name": "Michael Dowling",
2389
                    "email": "[email protected]",
2390
                    "homepage": "https://github.com/mtdowling"
2391
                },
2392
                {
2393
                    "name": "Tobias Schultze",
2394
                    "homepage": "https://github.com/Tobion"
2395
                }
2396
            ],
2397
            "description": "PSR-7 message implementation that also provides common utility methods",
2398
            "keywords": [
2399
                "http",
2400
                "message",
2401
                "request",
2402
                "response",
2403
                "stream",
2404
                "uri",
2405
                "url"
2406
            ],
2407
            "time": "2017-03-20T17:10:46+00:00"
2408
        },
2409
        {
2410
            "name": "hamcrest/hamcrest-php",
2411
            "version": "v2.0.0",
2412
            "source": {
2413
                "type": "git",
2414
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2415
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2416
            },
2417
            "dist": {
2418
                "type": "zip",
2419
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2420
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2421
                "shasum": ""
2422
            },
2423
            "require": {
2424
                "php": "^5.3|^7.0"
2425
            },
2426
            "replace": {
2427
                "cordoval/hamcrest-php": "*",
2428
                "davedevelopment/hamcrest-php": "*",
2429
                "kodova/hamcrest-php": "*"
2430
            },
2431
            "require-dev": {
2432
                "phpunit/php-file-iterator": "1.3.3",
2433
                "phpunit/phpunit": "~4.0",
2434
                "satooshi/php-coveralls": "^1.0"
2435
            },
2436
            "type": "library",
2437
            "extra": {
2438
                "branch-alias": {
2439
                    "dev-master": "2.0-dev"
2440
                }
2441
            },
2442
            "autoload": {
2443
                "classmap": [
2444
                    "hamcrest"
2445
                ]
2446
            },
2447
            "notification-url": "https://packagist.org/downloads/",
2448
            "license": [
2449
                "BSD"
2450
            ],
2451
            "description": "This is the PHP port of Hamcrest Matchers",
2452
            "keywords": [
2453
                "test"
2454
            ],
2455
            "time": "2016-01-20T08:20:44+00:00"
2456
        },
2457
        {
2458
            "name": "mockery/mockery",
2459
            "version": "1.0",
2460
            "source": {
2461
                "type": "git",
2462
                "url": "https://github.com/mockery/mockery.git",
2463
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
2464
            },
2465
            "dist": {
2466
                "type": "zip",
2467
                "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
2468
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
2469
                "shasum": ""
2470
            },
2471
            "require": {
2472
                "hamcrest/hamcrest-php": "~2.0",
2473
                "lib-pcre": ">=7.0",
2474
                "php": ">=5.6.0"
2475
            },
2476
            "require-dev": {
2477
                "phpunit/phpunit": "~5.7|~6.1"
2478
            },
2479
            "type": "library",
2480
            "extra": {
2481
                "branch-alias": {
2482
                    "dev-master": "1.0.x-dev"
2483
                }
2484
            },
2485
            "autoload": {
2486
                "psr-0": {
2487
                    "Mockery": "library/"
2488
                }
2489
            },
2490
            "notification-url": "https://packagist.org/downloads/",
2491
            "license": [
2492
                "BSD-3-Clause"
2493
            ],
2494
            "authors": [
2495
                {
2496
                    "name": "Pádraic Brady",
2497
                    "email": "[email protected]",
2498
                    "homepage": "http://blog.astrumfutura.com"
2499
                },
2500
                {
2501
                    "name": "Dave Marshall",
2502
                    "email": "[email protected]",
2503
                    "homepage": "http://davedevelopment.co.uk"
2504
                }
2505
            ],
2506
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2507
            "homepage": "http://github.com/mockery/mockery",
2508
            "keywords": [
2509
                "BDD",
2510
                "TDD",
2511
                "library",
2512
                "mock",
2513
                "mock objects",
2514
                "mockery",
2515
                "stub",
2516
                "test",
2517
                "test double",
2518
                "testing"
2519
            ],
2520
            "time": "2017-10-06T16:20:43+00:00"
2521
        },
2522
        {
2523
            "name": "myclabs/deep-copy",
2524
            "version": "1.7.0",
2525
            "source": {
2526
                "type": "git",
2527
                "url": "https://github.com/myclabs/DeepCopy.git",
2528
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2529
            },
2530
            "dist": {
2531
                "type": "zip",
2532
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2533
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2534
                "shasum": ""
2535
            },
2536
            "require": {
2537
                "php": "^5.6 || ^7.0"
2538
            },
2539
            "require-dev": {
2540
                "doctrine/collections": "^1.0",
2541
                "doctrine/common": "^2.6",
2542
                "phpunit/phpunit": "^4.1"
2543
            },
2544
            "type": "library",
2545
            "autoload": {
2546
                "psr-4": {
2547
                    "DeepCopy\\": "src/DeepCopy/"
2548
                },
2549
                "files": [
2550
                    "src/DeepCopy/deep_copy.php"
2551
                ]
2552
            },
2553
            "notification-url": "https://packagist.org/downloads/",
2554
            "license": [
2555
                "MIT"
2556
            ],
2557
            "description": "Create deep copies (clones) of your objects",
2558
            "keywords": [
2559
                "clone",
2560
                "copy",
2561
                "duplicate",
2562
                "object",
2563
                "object graph"
2564
            ],
2565
            "time": "2017-10-19T19:58:43+00:00"
2566
        },
2567
        {
2568
            "name": "phar-io/manifest",
2569
            "version": "1.0.1",
2570
            "source": {
2571
                "type": "git",
2572
                "url": "https://github.com/phar-io/manifest.git",
2573
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2574
            },
2575
            "dist": {
2576
                "type": "zip",
2577
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2578
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2579
                "shasum": ""
2580
            },
2581
            "require": {
2582
                "ext-dom": "*",
2583
                "ext-phar": "*",
2584
                "phar-io/version": "^1.0.1",
2585
                "php": "^5.6 || ^7.0"
2586
            },
2587
            "type": "library",
2588
            "extra": {
2589
                "branch-alias": {
2590
                    "dev-master": "1.0.x-dev"
2591
                }
2592
            },
2593
            "autoload": {
2594
                "classmap": [
2595
                    "src/"
2596
                ]
2597
            },
2598
            "notification-url": "https://packagist.org/downloads/",
2599
            "license": [
2600
                "BSD-3-Clause"
2601
            ],
2602
            "authors": [
2603
                {
2604
                    "name": "Arne Blankerts",
2605
                    "email": "[email protected]",
2606
                    "role": "Developer"
2607
                },
2608
                {
2609
                    "name": "Sebastian Heuer",
2610
                    "email": "[email protected]",
2611
                    "role": "Developer"
2612
                },
2613
                {
2614
                    "name": "Sebastian Bergmann",
2615
                    "email": "[email protected]",
2616
                    "role": "Developer"
2617
                }
2618
            ],
2619
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2620
            "time": "2017-03-05T18:14:27+00:00"
2621
        },
2622
        {
2623
            "name": "phar-io/version",
2624
            "version": "1.0.1",
2625
            "source": {
2626
                "type": "git",
2627
                "url": "https://github.com/phar-io/version.git",
2628
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2629
            },
2630
            "dist": {
2631
                "type": "zip",
2632
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2633
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2634
                "shasum": ""
2635
            },
2636
            "require": {
2637
                "php": "^5.6 || ^7.0"
2638
            },
2639
            "type": "library",
2640
            "autoload": {
2641
                "classmap": [
2642
                    "src/"
2643
                ]
2644
            },
2645
            "notification-url": "https://packagist.org/downloads/",
2646
            "license": [
2647
                "BSD-3-Clause"
2648
            ],
2649
            "authors": [
2650
                {
2651
                    "name": "Arne Blankerts",
2652
                    "email": "[email protected]",
2653
                    "role": "Developer"
2654
                },
2655
                {
2656
                    "name": "Sebastian Heuer",
2657
                    "email": "[email protected]",
2658
                    "role": "Developer"
2659
                },
2660
                {
2661
                    "name": "Sebastian Bergmann",
2662
                    "email": "[email protected]",
2663
                    "role": "Developer"
2664
                }
2665
            ],
2666
            "description": "Library for handling version information and constraints",
2667
            "time": "2017-03-05T17:38:23+00:00"
2668
        },
2669
        {
2670
            "name": "php-coveralls/php-coveralls",
2671
            "version": "v2.0.0",
2672
            "source": {
2673
                "type": "git",
2674
                "url": "https://github.com/php-coveralls/php-coveralls.git",
2675
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
2676
            },
2677
            "dist": {
2678
                "type": "zip",
2679
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
2680
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
2681
                "shasum": ""
2682
            },
2683
            "require": {
2684
                "ext-json": "*",
2685
                "ext-simplexml": "*",
2686
                "guzzlehttp/guzzle": "^6.0",
2687
                "php": "^5.5 || ^7.0",
2688
                "psr/log": "^1.0",
2689
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2690
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2691
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2692
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2693
            },
2694
            "require-dev": {
2695
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2696
            },
2697
            "suggest": {
2698
                "symfony/http-kernel": "Allows Symfony integration"
2699
            },
2700
            "bin": [
2701
                "bin/php-coveralls"
2702
            ],
2703
            "type": "library",
2704
            "extra": {
2705
                "branch-alias": {
2706
                    "dev-master": "2.0-dev"
2707
                }
2708
            },
2709
            "autoload": {
2710
                "psr-4": {
2711
                    "PhpCoveralls\\": "src/"
2712
                }
2713
            },
2714
            "notification-url": "https://packagist.org/downloads/",
2715
            "license": [
2716
                "MIT"
2717
            ],
2718
            "authors": [
2719
                {
2720
                    "name": "Kitamura Satoshi",
2721
                    "email": "[email protected]",
2722
                    "homepage": "https://www.facebook.com/satooshi.jp",
2723
                    "role": "Original creator"
2724
                },
2725
                {
2726
                    "name": "Takashi Matsuo",
2727
                    "email": "[email protected]"
2728
                },
2729
                {
2730
                    "name": "Google Inc"
2731
                },
2732
                {
2733
                    "name": "Dariusz Ruminski",
2734
                    "email": "[email protected]",
2735
                    "homepage": "https://github.com/keradus"
2736
                },
2737
                {
2738
                    "name": "Contributors",
2739
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2740
                }
2741
            ],
2742
            "description": "PHP client library for Coveralls API",
2743
            "homepage": "https://github.com/php-coveralls/php-coveralls",
2744
            "keywords": [
2745
                "ci",
2746
                "coverage",
2747
                "github",
2748
                "test"
2749
            ],
2750
            "time": "2017-12-08T14:28:16+00:00"
2751
        },
2752
        {
2753
            "name": "php-cs-fixer/diff",
2754
            "version": "v1.2.0",
2755
            "source": {
2756
                "type": "git",
2757
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
2758
                "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b"
2759
            },
2760
            "dist": {
2761
                "type": "zip",
2762
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
2763
                "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
2764
                "shasum": ""
2765
            },
2766
            "require": {
2767
                "php": "^5.6 || ^7.0"
2768
            },
2769
            "require-dev": {
2770
                "phpunit/phpunit": "^4.8.35 || ^5.4.3",
2771
                "symfony/process": "^3.3"
2772
            },
2773
            "type": "library",
2774
            "autoload": {
2775
                "classmap": [
2776
                    "src/"
2777
                ]
2778
            },
2779
            "notification-url": "https://packagist.org/downloads/",
2780
            "authors": [
2781
                {
2782
                    "name": "Kore Nordmann",
2783
                    "email": "[email protected]"
2784
                },
2785
                {
2786
                    "name": "Sebastian Bergmann",
2787
                    "email": "[email protected]"
2788
                },
2789
                {
2790
                    "name": "SpacePossum"
2791
                }
2792
            ],
2793
            "description": "sebastian/diff v2 backport support for PHP5.6",
2794
            "homepage": "https://github.com/PHP-CS-Fixer",
2795
            "keywords": [
2796
                "diff"
2797
            ],
2798
            "time": "2017-10-19T09:58:18+00:00"
2799
        },
2800
        {
2801
            "name": "phpdocumentor/reflection-common",
2802
            "version": "1.0.1",
2803
            "source": {
2804
                "type": "git",
2805
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2806
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2807
            },
2808
            "dist": {
2809
                "type": "zip",
2810
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2811
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2812
                "shasum": ""
2813
            },
2814
            "require": {
2815
                "php": ">=5.5"
2816
            },
2817
            "require-dev": {
2818
                "phpunit/phpunit": "^4.6"
2819
            },
2820
            "type": "library",
2821
            "extra": {
2822
                "branch-alias": {
2823
                    "dev-master": "1.0.x-dev"
2824
                }
2825
            },
2826
            "autoload": {
2827
                "psr-4": {
2828
                    "phpDocumentor\\Reflection\\": [
2829
                        "src"
2830
                    ]
2831
                }
2832
            },
2833
            "notification-url": "https://packagist.org/downloads/",
2834
            "license": [
2835
                "MIT"
2836
            ],
2837
            "authors": [
2838
                {
2839
                    "name": "Jaap van Otterdijk",
2840
                    "email": "[email protected]"
2841
                }
2842
            ],
2843
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2844
            "homepage": "http://www.phpdoc.org",
2845
            "keywords": [
2846
                "FQSEN",
2847
                "phpDocumentor",
2848
                "phpdoc",
2849
                "reflection",
2850
                "static analysis"
2851
            ],
2852
            "time": "2017-09-11T18:02:19+00:00"
2853
        },
2854
        {
2855
            "name": "phpdocumentor/reflection-docblock",
2856
            "version": "4.2.0",
2857
            "source": {
2858
                "type": "git",
2859
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2860
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
2861
            },
2862
            "dist": {
2863
                "type": "zip",
2864
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
2865
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
2866
                "shasum": ""
2867
            },
2868
            "require": {
2869
                "php": "^7.0",
2870
                "phpdocumentor/reflection-common": "^1.0.0",
2871
                "phpdocumentor/type-resolver": "^0.4.0",
2872
                "webmozart/assert": "^1.0"
2873
            },
2874
            "require-dev": {
2875
                "doctrine/instantiator": "~1.0.5",
2876
                "mockery/mockery": "^1.0",
2877
                "phpunit/phpunit": "^6.4"
2878
            },
2879
            "type": "library",
2880
            "extra": {
2881
                "branch-alias": {
2882
                    "dev-master": "4.x-dev"
2883
                }
2884
            },
2885
            "autoload": {
2886
                "psr-4": {
2887
                    "phpDocumentor\\Reflection\\": [
2888
                        "src/"
2889
                    ]
2890
                }
2891
            },
2892
            "notification-url": "https://packagist.org/downloads/",
2893
            "license": [
2894
                "MIT"
2895
            ],
2896
            "authors": [
2897
                {
2898
                    "name": "Mike van Riel",
2899
                    "email": "[email protected]"
2900
                }
2901
            ],
2902
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2903
            "time": "2017-11-27T17:38:31+00:00"
2904
        },
2905
        {
2906
            "name": "phpdocumentor/type-resolver",
2907
            "version": "0.4.0",
2908
            "source": {
2909
                "type": "git",
2910
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2911
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2912
            },
2913
            "dist": {
2914
                "type": "zip",
2915
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2916
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2917
                "shasum": ""
2918
            },
2919
            "require": {
2920
                "php": "^5.5 || ^7.0",
2921
                "phpdocumentor/reflection-common": "^1.0"
2922
            },
2923
            "require-dev": {
2924
                "mockery/mockery": "^0.9.4",
2925
                "phpunit/phpunit": "^5.2||^4.8.24"
2926
            },
2927
            "type": "library",
2928
            "extra": {
2929
                "branch-alias": {
2930
                    "dev-master": "1.0.x-dev"
2931
                }
2932
            },
2933
            "autoload": {
2934
                "psr-4": {
2935
                    "phpDocumentor\\Reflection\\": [
2936
                        "src/"
2937
                    ]
2938
                }
2939
            },
2940
            "notification-url": "https://packagist.org/downloads/",
2941
            "license": [
2942
                "MIT"
2943
            ],
2944
            "authors": [
2945
                {
2946
                    "name": "Mike van Riel",
2947
                    "email": "[email protected]"
2948
                }
2949
            ],
2950
            "time": "2017-07-14T14:27:02+00:00"
2951
        },
2952
        {
2953
            "name": "phpspec/prophecy",
2954
            "version": "1.7.3",
2955
            "source": {
2956
                "type": "git",
2957
                "url": "https://github.com/phpspec/prophecy.git",
2958
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
2959
            },
2960
            "dist": {
2961
                "type": "zip",
2962
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
2963
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
2964
                "shasum": ""
2965
            },
2966
            "require": {
2967
                "doctrine/instantiator": "^1.0.2",
2968
                "php": "^5.3|^7.0",
2969
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2970
                "sebastian/comparator": "^1.1|^2.0",
2971
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2972
            },
2973
            "require-dev": {
2974
                "phpspec/phpspec": "^2.5|^3.2",
2975
                "phpunit/phpunit": "^4.8.35 || ^5.7"
2976
            },
2977
            "type": "library",
2978
            "extra": {
2979
                "branch-alias": {
2980
                    "dev-master": "1.7.x-dev"
2981
                }
2982
            },
2983
            "autoload": {
2984
                "psr-0": {
2985
                    "Prophecy\\": "src/"
2986
                }
2987
            },
2988
            "notification-url": "https://packagist.org/downloads/",
2989
            "license": [
2990
                "MIT"
2991
            ],
2992
            "authors": [
2993
                {
2994
                    "name": "Konstantin Kudryashov",
2995
                    "email": "[email protected]",
2996
                    "homepage": "http://everzet.com"
2997
                },
2998
                {
2999
                    "name": "Marcello Duarte",
3000
                    "email": "[email protected]"
3001
                }
3002
            ],
3003
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3004
            "homepage": "https://github.com/phpspec/prophecy",
3005
            "keywords": [
3006
                "Double",
3007
                "Dummy",
3008
                "fake",
3009
                "mock",
3010
                "spy",
3011
                "stub"
3012
            ],
3013
            "time": "2017-11-24T13:59:53+00:00"
3014
        },
3015
        {
3016
            "name": "phpunit/php-code-coverage",
3017
            "version": "5.3.0",
3018
            "source": {
3019
                "type": "git",
3020
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3021
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
3022
            },
3023
            "dist": {
3024
                "type": "zip",
3025
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3026
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3027
                "shasum": ""
3028
            },
3029
            "require": {
3030
                "ext-dom": "*",
3031
                "ext-xmlwriter": "*",
3032
                "php": "^7.0",
3033
                "phpunit/php-file-iterator": "^1.4.2",
3034
                "phpunit/php-text-template": "^1.2.1",
3035
                "phpunit/php-token-stream": "^2.0.1",
3036
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3037
                "sebastian/environment": "^3.0",
3038
                "sebastian/version": "^2.0.1",
3039
                "theseer/tokenizer": "^1.1"
3040
            },
3041
            "require-dev": {
3042
                "phpunit/phpunit": "^6.0"
3043
            },
3044
            "suggest": {
3045
                "ext-xdebug": "^2.5.5"
3046
            },
3047
            "type": "library",
3048
            "extra": {
3049
                "branch-alias": {
3050
                    "dev-master": "5.3.x-dev"
3051
                }
3052
            },
3053
            "autoload": {
3054
                "classmap": [
3055
                    "src/"
3056
                ]
3057
            },
3058
            "notification-url": "https://packagist.org/downloads/",
3059
            "license": [
3060
                "BSD-3-Clause"
3061
            ],
3062
            "authors": [
3063
                {
3064
                    "name": "Sebastian Bergmann",
3065
                    "email": "[email protected]",
3066
                    "role": "lead"
3067
                }
3068
            ],
3069
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3070
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3071
            "keywords": [
3072
                "coverage",
3073
                "testing",
3074
                "xunit"
3075
            ],
3076
            "time": "2017-12-06T09:29:45+00:00"
3077
        },
3078
        {
3079
            "name": "phpunit/php-file-iterator",
3080
            "version": "1.4.5",
3081
            "source": {
3082
                "type": "git",
3083
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3084
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3085
            },
3086
            "dist": {
3087
                "type": "zip",
3088
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3089
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3090
                "shasum": ""
3091
            },
3092
            "require": {
3093
                "php": ">=5.3.3"
3094
            },
3095
            "type": "library",
3096
            "extra": {
3097
                "branch-alias": {
3098
                    "dev-master": "1.4.x-dev"
3099
                }
3100
            },
3101
            "autoload": {
3102
                "classmap": [
3103
                    "src/"
3104
                ]
3105
            },
3106
            "notification-url": "https://packagist.org/downloads/",
3107
            "license": [
3108
                "BSD-3-Clause"
3109
            ],
3110
            "authors": [
3111
                {
3112
                    "name": "Sebastian Bergmann",
3113
                    "email": "[email protected]",
3114
                    "role": "lead"
3115
                }
3116
            ],
3117
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3118
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3119
            "keywords": [
3120
                "filesystem",
3121
                "iterator"
3122
            ],
3123
            "time": "2017-11-27T13:52:08+00:00"
3124
        },
3125
        {
3126
            "name": "phpunit/php-text-template",
3127
            "version": "1.2.1",
3128
            "source": {
3129
                "type": "git",
3130
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3131
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3132
            },
3133
            "dist": {
3134
                "type": "zip",
3135
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3136
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3137
                "shasum": ""
3138
            },
3139
            "require": {
3140
                "php": ">=5.3.3"
3141
            },
3142
            "type": "library",
3143
            "autoload": {
3144
                "classmap": [
3145
                    "src/"
3146
                ]
3147
            },
3148
            "notification-url": "https://packagist.org/downloads/",
3149
            "license": [
3150
                "BSD-3-Clause"
3151
            ],
3152
            "authors": [
3153
                {
3154
                    "name": "Sebastian Bergmann",
3155
                    "email": "[email protected]",
3156
                    "role": "lead"
3157
                }
3158
            ],
3159
            "description": "Simple template engine.",
3160
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3161
            "keywords": [
3162
                "template"
3163
            ],
3164
            "time": "2015-06-21T13:50:34+00:00"
3165
        },
3166
        {
3167
            "name": "phpunit/php-timer",
3168
            "version": "1.0.9",
3169
            "source": {
3170
                "type": "git",
3171
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3172
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3173
            },
3174
            "dist": {
3175
                "type": "zip",
3176
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3177
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3178
                "shasum": ""
3179
            },
3180
            "require": {
3181
                "php": "^5.3.3 || ^7.0"
3182
            },
3183
            "require-dev": {
3184
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3185
            },
3186
            "type": "library",
3187
            "extra": {
3188
                "branch-alias": {
3189
                    "dev-master": "1.0-dev"
3190
                }
3191
            },
3192
            "autoload": {
3193
                "classmap": [
3194
                    "src/"
3195
                ]
3196
            },
3197
            "notification-url": "https://packagist.org/downloads/",
3198
            "license": [
3199
                "BSD-3-Clause"
3200
            ],
3201
            "authors": [
3202
                {
3203
                    "name": "Sebastian Bergmann",
3204
                    "email": "[email protected]",
3205
                    "role": "lead"
3206
                }
3207
            ],
3208
            "description": "Utility class for timing",
3209
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3210
            "keywords": [
3211
                "timer"
3212
            ],
3213
            "time": "2017-02-26T11:10:40+00:00"
3214
        },
3215
        {
3216
            "name": "phpunit/php-token-stream",
3217
            "version": "2.0.2",
3218
            "source": {
3219
                "type": "git",
3220
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3221
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
3222
            },
3223
            "dist": {
3224
                "type": "zip",
3225
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
3226
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
3227
                "shasum": ""
3228
            },
3229
            "require": {
3230
                "ext-tokenizer": "*",
3231
                "php": "^7.0"
3232
            },
3233
            "require-dev": {
3234
                "phpunit/phpunit": "^6.2.4"
3235
            },
3236
            "type": "library",
3237
            "extra": {
3238
                "branch-alias": {
3239
                    "dev-master": "2.0-dev"
3240
                }
3241
            },
3242
            "autoload": {
3243
                "classmap": [
3244
                    "src/"
3245
                ]
3246
            },
3247
            "notification-url": "https://packagist.org/downloads/",
3248
            "license": [
3249
                "BSD-3-Clause"
3250
            ],
3251
            "authors": [
3252
                {
3253
                    "name": "Sebastian Bergmann",
3254
                    "email": "[email protected]"
3255
                }
3256
            ],
3257
            "description": "Wrapper around PHP's tokenizer extension.",
3258
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3259
            "keywords": [
3260
                "tokenizer"
3261
            ],
3262
            "time": "2017-11-27T05:48:46+00:00"
3263
        },
3264
        {
3265
            "name": "phpunit/phpunit",
3266
            "version": "6.5.5",
3267
            "source": {
3268
                "type": "git",
3269
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3270
                "reference": "83d27937a310f2984fd575686138597147bdc7df"
3271
            },
3272
            "dist": {
3273
                "type": "zip",
3274
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df",
3275
                "reference": "83d27937a310f2984fd575686138597147bdc7df",
3276
                "shasum": ""
3277
            },
3278
            "require": {
3279
                "ext-dom": "*",
3280
                "ext-json": "*",
3281
                "ext-libxml": "*",
3282
                "ext-mbstring": "*",
3283
                "ext-xml": "*",
3284
                "myclabs/deep-copy": "^1.6.1",
3285
                "phar-io/manifest": "^1.0.1",
3286
                "phar-io/version": "^1.0",
3287
                "php": "^7.0",
3288
                "phpspec/prophecy": "^1.7",
3289
                "phpunit/php-code-coverage": "^5.3",
3290
                "phpunit/php-file-iterator": "^1.4.3",
3291
                "phpunit/php-text-template": "^1.2.1",
3292
                "phpunit/php-timer": "^1.0.9",
3293
                "phpunit/phpunit-mock-objects": "^5.0.5",
3294
                "sebastian/comparator": "^2.1",
3295
                "sebastian/diff": "^2.0",
3296
                "sebastian/environment": "^3.1",
3297
                "sebastian/exporter": "^3.1",
3298
                "sebastian/global-state": "^2.0",
3299
                "sebastian/object-enumerator": "^3.0.3",
3300
                "sebastian/resource-operations": "^1.0",
3301
                "sebastian/version": "^2.0.1"
3302
            },
3303
            "conflict": {
3304
                "phpdocumentor/reflection-docblock": "3.0.2",
3305
                "phpunit/dbunit": "<3.0"
3306
            },
3307
            "require-dev": {
3308
                "ext-pdo": "*"
3309
            },
3310
            "suggest": {
3311
                "ext-xdebug": "*",
3312
                "phpunit/php-invoker": "^1.1"
3313
            },
3314
            "bin": [
3315
                "phpunit"
3316
            ],
3317
            "type": "library",
3318
            "extra": {
3319
                "branch-alias": {
3320
                    "dev-master": "6.5.x-dev"
3321
                }
3322
            },
3323
            "autoload": {
3324
                "classmap": [
3325
                    "src/"
3326
                ]
3327
            },
3328
            "notification-url": "https://packagist.org/downloads/",
3329
            "license": [
3330
                "BSD-3-Clause"
3331
            ],
3332
            "authors": [
3333
                {
3334
                    "name": "Sebastian Bergmann",
3335
                    "email": "[email protected]",
3336
                    "role": "lead"
3337
                }
3338
            ],
3339
            "description": "The PHP Unit Testing framework.",
3340
            "homepage": "https://phpunit.de/",
3341
            "keywords": [
3342
                "phpunit",
3343
                "testing",
3344
                "xunit"
3345
            ],
3346
            "time": "2017-12-17T06:31:19+00:00"
3347
        },
3348
        {
3349
            "name": "phpunit/phpunit-mock-objects",
3350
            "version": "5.0.6",
3351
            "source": {
3352
                "type": "git",
3353
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3354
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
3355
            },
3356
            "dist": {
3357
                "type": "zip",
3358
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
3359
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
3360
                "shasum": ""
3361
            },
3362
            "require": {
3363
                "doctrine/instantiator": "^1.0.5",
3364
                "php": "^7.0",
3365
                "phpunit/php-text-template": "^1.2.1",
3366
                "sebastian/exporter": "^3.1"
3367
            },
3368
            "conflict": {
3369
                "phpunit/phpunit": "<6.0"
3370
            },
3371
            "require-dev": {
3372
                "phpunit/phpunit": "^6.5"
3373
            },
3374
            "suggest": {
3375
                "ext-soap": "*"
3376
            },
3377
            "type": "library",
3378
            "extra": {
3379
                "branch-alias": {
3380
                    "dev-master": "5.0.x-dev"
3381
                }
3382
            },
3383
            "autoload": {
3384
                "classmap": [
3385
                    "src/"
3386
                ]
3387
            },
3388
            "notification-url": "https://packagist.org/downloads/",
3389
            "license": [
3390
                "BSD-3-Clause"
3391
            ],
3392
            "authors": [
3393
                {
3394
                    "name": "Sebastian Bergmann",
3395
                    "email": "[email protected]",
3396
                    "role": "lead"
3397
                }
3398
            ],
3399
            "description": "Mock Object library for PHPUnit",
3400
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3401
            "keywords": [
3402
                "mock",
3403
                "xunit"
3404
            ],
3405
            "time": "2018-01-06T05:45:45+00:00"
3406
        },
3407
        {
3408
            "name": "psr/http-message",
3409
            "version": "1.0.1",
3410
            "source": {
3411
                "type": "git",
3412
                "url": "https://github.com/php-fig/http-message.git",
3413
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3414
            },
3415
            "dist": {
3416
                "type": "zip",
3417
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3418
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3419
                "shasum": ""
3420
            },
3421
            "require": {
3422
                "php": ">=5.3.0"
3423
            },
3424
            "type": "library",
3425
            "extra": {
3426
                "branch-alias": {
3427
                    "dev-master": "1.0.x-dev"
3428
                }
3429
            },
3430
            "autoload": {
3431
                "psr-4": {
3432
                    "Psr\\Http\\Message\\": "src/"
3433
                }
3434
            },
3435
            "notification-url": "https://packagist.org/downloads/",
3436
            "license": [
3437
                "MIT"
3438
            ],
3439
            "authors": [
3440
                {
3441
                    "name": "PHP-FIG",
3442
                    "homepage": "http://www.php-fig.org/"
3443
                }
3444
            ],
3445
            "description": "Common interface for HTTP messages",
3446
            "homepage": "https://github.com/php-fig/http-message",
3447
            "keywords": [
3448
                "http",
3449
                "http-message",
3450
                "psr",
3451
                "psr-7",
3452
                "request",
3453
                "response"
3454
            ],
3455
            "time": "2016-08-06T14:39:51+00:00"
3456
        },
3457
        {
3458
            "name": "sebastian/code-unit-reverse-lookup",
3459
            "version": "1.0.1",
3460
            "source": {
3461
                "type": "git",
3462
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3463
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3464
            },
3465
            "dist": {
3466
                "type": "zip",
3467
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3468
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3469
                "shasum": ""
3470
            },
3471
            "require": {
3472
                "php": "^5.6 || ^7.0"
3473
            },
3474
            "require-dev": {
3475
                "phpunit/phpunit": "^5.7 || ^6.0"
3476
            },
3477
            "type": "library",
3478
            "extra": {
3479
                "branch-alias": {
3480
                    "dev-master": "1.0.x-dev"
3481
                }
3482
            },
3483
            "autoload": {
3484
                "classmap": [
3485
                    "src/"
3486
                ]
3487
            },
3488
            "notification-url": "https://packagist.org/downloads/",
3489
            "license": [
3490
                "BSD-3-Clause"
3491
            ],
3492
            "authors": [
3493
                {
3494
                    "name": "Sebastian Bergmann",
3495
                    "email": "[email protected]"
3496
                }
3497
            ],
3498
            "description": "Looks up which function or method a line of code belongs to",
3499
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3500
            "time": "2017-03-04T06:30:41+00:00"
3501
        },
3502
        {
3503
            "name": "sebastian/comparator",
3504
            "version": "2.1.1",
3505
            "source": {
3506
                "type": "git",
3507
                "url": "https://github.com/sebastianbergmann/comparator.git",
3508
                "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f"
3509
            },
3510
            "dist": {
3511
                "type": "zip",
3512
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
3513
                "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
3514
                "shasum": ""
3515
            },
3516
            "require": {
3517
                "php": "^7.0",
3518
                "sebastian/diff": "^2.0",
3519
                "sebastian/exporter": "^3.1"
3520
            },
3521
            "require-dev": {
3522
                "phpunit/phpunit": "^6.4"
3523
            },
3524
            "type": "library",
3525
            "extra": {
3526
                "branch-alias": {
3527
                    "dev-master": "2.1.x-dev"
3528
                }
3529
            },
3530
            "autoload": {
3531
                "classmap": [
3532
                    "src/"
3533
                ]
3534
            },
3535
            "notification-url": "https://packagist.org/downloads/",
3536
            "license": [
3537
                "BSD-3-Clause"
3538
            ],
3539
            "authors": [
3540
                {
3541
                    "name": "Jeff Welch",
3542
                    "email": "[email protected]"
3543
                },
3544
                {
3545
                    "name": "Volker Dusch",
3546
                    "email": "[email protected]"
3547
                },
3548
                {
3549
                    "name": "Bernhard Schussek",
3550
                    "email": "[email protected]"
3551
                },
3552
                {
3553
                    "name": "Sebastian Bergmann",
3554
                    "email": "[email protected]"
3555
                }
3556
            ],
3557
            "description": "Provides the functionality to compare PHP values for equality",
3558
            "homepage": "https://github.com/sebastianbergmann/comparator",
3559
            "keywords": [
3560
                "comparator",
3561
                "compare",
3562
                "equality"
3563
            ],
3564
            "time": "2017-12-22T14:50:35+00:00"
3565
        },
3566
        {
3567
            "name": "sebastian/diff",
3568
            "version": "2.0.1",
3569
            "source": {
3570
                "type": "git",
3571
                "url": "https://github.com/sebastianbergmann/diff.git",
3572
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3573
            },
3574
            "dist": {
3575
                "type": "zip",
3576
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3577
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3578
                "shasum": ""
3579
            },
3580
            "require": {
3581
                "php": "^7.0"
3582
            },
3583
            "require-dev": {
3584
                "phpunit/phpunit": "^6.2"
3585
            },
3586
            "type": "library",
3587
            "extra": {
3588
                "branch-alias": {
3589
                    "dev-master": "2.0-dev"
3590
                }
3591
            },
3592
            "autoload": {
3593
                "classmap": [
3594
                    "src/"
3595
                ]
3596
            },
3597
            "notification-url": "https://packagist.org/downloads/",
3598
            "license": [
3599
                "BSD-3-Clause"
3600
            ],
3601
            "authors": [
3602
                {
3603
                    "name": "Kore Nordmann",
3604
                    "email": "[email protected]"
3605
                },
3606
                {
3607
                    "name": "Sebastian Bergmann",
3608
                    "email": "[email protected]"
3609
                }
3610
            ],
3611
            "description": "Diff implementation",
3612
            "homepage": "https://github.com/sebastianbergmann/diff",
3613
            "keywords": [
3614
                "diff"
3615
            ],
3616
            "time": "2017-08-03T08:09:46+00:00"
3617
        },
3618
        {
3619
            "name": "sebastian/environment",
3620
            "version": "3.1.0",
3621
            "source": {
3622
                "type": "git",
3623
                "url": "https://github.com/sebastianbergmann/environment.git",
3624
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3625
            },
3626
            "dist": {
3627
                "type": "zip",
3628
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3629
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3630
                "shasum": ""
3631
            },
3632
            "require": {
3633
                "php": "^7.0"
3634
            },
3635
            "require-dev": {
3636
                "phpunit/phpunit": "^6.1"
3637
            },
3638
            "type": "library",
3639
            "extra": {
3640
                "branch-alias": {
3641
                    "dev-master": "3.1.x-dev"
3642
                }
3643
            },
3644
            "autoload": {
3645
                "classmap": [
3646
                    "src/"
3647
                ]
3648
            },
3649
            "notification-url": "https://packagist.org/downloads/",
3650
            "license": [
3651
                "BSD-3-Clause"
3652
            ],
3653
            "authors": [
3654
                {
3655
                    "name": "Sebastian Bergmann",
3656
                    "email": "[email protected]"
3657
                }
3658
            ],
3659
            "description": "Provides functionality to handle HHVM/PHP environments",
3660
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3661
            "keywords": [
3662
                "Xdebug",
3663
                "environment",
3664
                "hhvm"
3665
            ],
3666
            "time": "2017-07-01T08:51:00+00:00"
3667
        },
3668
        {
3669
            "name": "sebastian/exporter",
3670
            "version": "3.1.0",
3671
            "source": {
3672
                "type": "git",
3673
                "url": "https://github.com/sebastianbergmann/exporter.git",
3674
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3675
            },
3676
            "dist": {
3677
                "type": "zip",
3678
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3679
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3680
                "shasum": ""
3681
            },
3682
            "require": {
3683
                "php": "^7.0",
3684
                "sebastian/recursion-context": "^3.0"
3685
            },
3686
            "require-dev": {
3687
                "ext-mbstring": "*",
3688
                "phpunit/phpunit": "^6.0"
3689
            },
3690
            "type": "library",
3691
            "extra": {
3692
                "branch-alias": {
3693
                    "dev-master": "3.1.x-dev"
3694
                }
3695
            },
3696
            "autoload": {
3697
                "classmap": [
3698
                    "src/"
3699
                ]
3700
            },
3701
            "notification-url": "https://packagist.org/downloads/",
3702
            "license": [
3703
                "BSD-3-Clause"
3704
            ],
3705
            "authors": [
3706
                {
3707
                    "name": "Jeff Welch",
3708
                    "email": "[email protected]"
3709
                },
3710
                {
3711
                    "name": "Volker Dusch",
3712
                    "email": "[email protected]"
3713
                },
3714
                {
3715
                    "name": "Bernhard Schussek",
3716
                    "email": "[email protected]"
3717
                },
3718
                {
3719
                    "name": "Sebastian Bergmann",
3720
                    "email": "[email protected]"
3721
                },
3722
                {
3723
                    "name": "Adam Harvey",
3724
                    "email": "[email protected]"
3725
                }
3726
            ],
3727
            "description": "Provides the functionality to export PHP variables for visualization",
3728
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3729
            "keywords": [
3730
                "export",
3731
                "exporter"
3732
            ],
3733
            "time": "2017-04-03T13:19:02+00:00"
3734
        },
3735
        {
3736
            "name": "sebastian/global-state",
3737
            "version": "2.0.0",
3738
            "source": {
3739
                "type": "git",
3740
                "url": "https://github.com/sebastianbergmann/global-state.git",
3741
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3742
            },
3743
            "dist": {
3744
                "type": "zip",
3745
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3746
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3747
                "shasum": ""
3748
            },
3749
            "require": {
3750
                "php": "^7.0"
3751
            },
3752
            "require-dev": {
3753
                "phpunit/phpunit": "^6.0"
3754
            },
3755
            "suggest": {
3756
                "ext-uopz": "*"
3757
            },
3758
            "type": "library",
3759
            "extra": {
3760
                "branch-alias": {
3761
                    "dev-master": "2.0-dev"
3762
                }
3763
            },
3764
            "autoload": {
3765
                "classmap": [
3766
                    "src/"
3767
                ]
3768
            },
3769
            "notification-url": "https://packagist.org/downloads/",
3770
            "license": [
3771
                "BSD-3-Clause"
3772
            ],
3773
            "authors": [
3774
                {
3775
                    "name": "Sebastian Bergmann",
3776
                    "email": "[email protected]"
3777
                }
3778
            ],
3779
            "description": "Snapshotting of global state",
3780
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3781
            "keywords": [
3782
                "global state"
3783
            ],
3784
            "time": "2017-04-27T15:39:26+00:00"
3785
        },
3786
        {
3787
            "name": "sebastian/object-enumerator",
3788
            "version": "3.0.3",
3789
            "source": {
3790
                "type": "git",
3791
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3792
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3793
            },
3794
            "dist": {
3795
                "type": "zip",
3796
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3797
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3798
                "shasum": ""
3799
            },
3800
            "require": {
3801
                "php": "^7.0",
3802
                "sebastian/object-reflector": "^1.1.1",
3803
                "sebastian/recursion-context": "^3.0"
3804
            },
3805
            "require-dev": {
3806
                "phpunit/phpunit": "^6.0"
3807
            },
3808
            "type": "library",
3809
            "extra": {
3810
                "branch-alias": {
3811
                    "dev-master": "3.0.x-dev"
3812
                }
3813
            },
3814
            "autoload": {
3815
                "classmap": [
3816
                    "src/"
3817
                ]
3818
            },
3819
            "notification-url": "https://packagist.org/downloads/",
3820
            "license": [
3821
                "BSD-3-Clause"
3822
            ],
3823
            "authors": [
3824
                {
3825
                    "name": "Sebastian Bergmann",
3826
                    "email": "[email protected]"
3827
                }
3828
            ],
3829
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3830
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3831
            "time": "2017-08-03T12:35:26+00:00"
3832
        },
3833
        {
3834
            "name": "sebastian/object-reflector",
3835
            "version": "1.1.1",
3836
            "source": {
3837
                "type": "git",
3838
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3839
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3840
            },
3841
            "dist": {
3842
                "type": "zip",
3843
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3844
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3845
                "shasum": ""
3846
            },
3847
            "require": {
3848
                "php": "^7.0"
3849
            },
3850
            "require-dev": {
3851
                "phpunit/phpunit": "^6.0"
3852
            },
3853
            "type": "library",
3854
            "extra": {
3855
                "branch-alias": {
3856
                    "dev-master": "1.1-dev"
3857
                }
3858
            },
3859
            "autoload": {
3860
                "classmap": [
3861
                    "src/"
3862
                ]
3863
            },
3864
            "notification-url": "https://packagist.org/downloads/",
3865
            "license": [
3866
                "BSD-3-Clause"
3867
            ],
3868
            "authors": [
3869
                {
3870
                    "name": "Sebastian Bergmann",
3871
                    "email": "[email protected]"
3872
                }
3873
            ],
3874
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3875
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3876
            "time": "2017-03-29T09:07:27+00:00"
3877
        },
3878
        {
3879
            "name": "sebastian/recursion-context",
3880
            "version": "3.0.0",
3881
            "source": {
3882
                "type": "git",
3883
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3884
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3885
            },
3886
            "dist": {
3887
                "type": "zip",
3888
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3889
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3890
                "shasum": ""
3891
            },
3892
            "require": {
3893
                "php": "^7.0"
3894
            },
3895
            "require-dev": {
3896
                "phpunit/phpunit": "^6.0"
3897
            },
3898
            "type": "library",
3899
            "extra": {
3900
                "branch-alias": {
3901
                    "dev-master": "3.0.x-dev"
3902
                }
3903
            },
3904
            "autoload": {
3905
                "classmap": [
3906
                    "src/"
3907
                ]
3908
            },
3909
            "notification-url": "https://packagist.org/downloads/",
3910
            "license": [
3911
                "BSD-3-Clause"
3912
            ],
3913
            "authors": [
3914
                {
3915
                    "name": "Jeff Welch",
3916
                    "email": "[email protected]"
3917
                },
3918
                {
3919
                    "name": "Sebastian Bergmann",
3920
                    "email": "[email protected]"
3921
                },
3922
                {
3923
                    "name": "Adam Harvey",
3924
                    "email": "[email protected]"
3925
                }
3926
            ],
3927
            "description": "Provides functionality to recursively process PHP variables",
3928
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3929
            "time": "2017-03-03T06:23:57+00:00"
3930
        },
3931
        {
3932
            "name": "sebastian/resource-operations",
3933
            "version": "1.0.0",
3934
            "source": {
3935
                "type": "git",
3936
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3937
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3938
            },
3939
            "dist": {
3940
                "type": "zip",
3941
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3942
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3943
                "shasum": ""
3944
            },
3945
            "require": {
3946
                "php": ">=5.6.0"
3947
            },
3948
            "type": "library",
3949
            "extra": {
3950
                "branch-alias": {
3951
                    "dev-master": "1.0.x-dev"
3952
                }
3953
            },
3954
            "autoload": {
3955
                "classmap": [
3956
                    "src/"
3957
                ]
3958
            },
3959
            "notification-url": "https://packagist.org/downloads/",
3960
            "license": [
3961
                "BSD-3-Clause"
3962
            ],
3963
            "authors": [
3964
                {
3965
                    "name": "Sebastian Bergmann",
3966
                    "email": "[email protected]"
3967
                }
3968
            ],
3969
            "description": "Provides a list of PHP built-in functions that operate on resources",
3970
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3971
            "time": "2015-07-28T20:34:47+00:00"
3972
        },
3973
        {
3974
            "name": "sebastian/version",
3975
            "version": "2.0.1",
3976
            "source": {
3977
                "type": "git",
3978
                "url": "https://github.com/sebastianbergmann/version.git",
3979
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3980
            },
3981
            "dist": {
3982
                "type": "zip",
3983
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3984
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3985
                "shasum": ""
3986
            },
3987
            "require": {
3988
                "php": ">=5.6"
3989
            },
3990
            "type": "library",
3991
            "extra": {
3992
                "branch-alias": {
3993
                    "dev-master": "2.0.x-dev"
3994
                }
3995
            },
3996
            "autoload": {
3997
                "classmap": [
3998
                    "src/"
3999
                ]
4000
            },
4001
            "notification-url": "https://packagist.org/downloads/",
4002
            "license": [
4003
                "BSD-3-Clause"
4004
            ],
4005
            "authors": [
4006
                {
4007
                    "name": "Sebastian Bergmann",
4008
                    "email": "[email protected]",
4009
                    "role": "lead"
4010
                }
4011
            ],
4012
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4013
            "homepage": "https://github.com/sebastianbergmann/version",
4014
            "time": "2016-10-03T07:35:21+00:00"
4015
        },
4016
        {
4017
            "name": "symfony/config",
4018
            "version": "v3.4.3",
4019
            "source": {
4020
                "type": "git",
4021
                "url": "https://github.com/symfony/config.git",
4022
                "reference": "cfd5c972f7b4992a5df41673d25d980ab077aa5b"
4023
            },
4024
            "dist": {
4025
                "type": "zip",
4026
                "url": "https://api.github.com/repos/symfony/config/zipball/cfd5c972f7b4992a5df41673d25d980ab077aa5b",
4027
                "reference": "cfd5c972f7b4992a5df41673d25d980ab077aa5b",
4028
                "shasum": ""
4029
            },
4030
            "require": {
4031
                "php": "^5.5.9|>=7.0.8",
4032
                "symfony/filesystem": "~2.8|~3.0|~4.0"
4033
            },
4034
            "conflict": {
4035
                "symfony/dependency-injection": "<3.3",
4036
                "symfony/finder": "<3.3"
4037
            },
4038
            "require-dev": {
4039
                "symfony/dependency-injection": "~3.3|~4.0",
4040
                "symfony/finder": "~3.3|~4.0",
4041
                "symfony/yaml": "~3.0|~4.0"
4042
            },
4043
            "suggest": {
4044
                "symfony/yaml": "To use the yaml reference dumper"
4045
            },
4046
            "type": "library",
4047
            "extra": {
4048
                "branch-alias": {
4049
                    "dev-master": "3.4-dev"
4050
                }
4051
            },
4052
            "autoload": {
4053
                "psr-4": {
4054
                    "Symfony\\Component\\Config\\": ""
4055
                },
4056
                "exclude-from-classmap": [
4057
                    "/Tests/"
4058
                ]
4059
            },
4060
            "notification-url": "https://packagist.org/downloads/",
4061
            "license": [
4062
                "MIT"
4063
            ],
4064
            "authors": [
4065
                {
4066
                    "name": "Fabien Potencier",
4067
                    "email": "[email protected]"
4068
                },
4069
                {
4070
                    "name": "Symfony Community",
4071
                    "homepage": "https://symfony.com/contributors"
4072
                }
4073
            ],
4074
            "description": "Symfony Config Component",
4075
            "homepage": "https://symfony.com",
4076
            "time": "2018-01-03T07:37:34+00:00"
4077
        },
4078
        {
4079
            "name": "symfony/filesystem",
4080
            "version": "v3.4.3",
4081
            "source": {
4082
                "type": "git",
4083
                "url": "https://github.com/symfony/filesystem.git",
4084
                "reference": "e078773ad6354af38169faf31c21df0f18ace03d"
4085
            },
4086
            "dist": {
4087
                "type": "zip",
4088
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d",
4089
                "reference": "e078773ad6354af38169faf31c21df0f18ace03d",
4090
                "shasum": ""
4091
            },
4092
            "require": {
4093
                "php": "^5.5.9|>=7.0.8"
4094
            },
4095
            "type": "library",
4096
            "extra": {
4097
                "branch-alias": {
4098
                    "dev-master": "3.4-dev"
4099
                }
4100
            },
4101
            "autoload": {
4102
                "psr-4": {
4103
                    "Symfony\\Component\\Filesystem\\": ""
4104
                },
4105
                "exclude-from-classmap": [
4106
                    "/Tests/"
4107
                ]
4108
            },
4109
            "notification-url": "https://packagist.org/downloads/",
4110
            "license": [
4111
                "MIT"
4112
            ],
4113
            "authors": [
4114
                {
4115
                    "name": "Fabien Potencier",
4116
                    "email": "[email protected]"
4117
                },
4118
                {
4119
                    "name": "Symfony Community",
4120
                    "homepage": "https://symfony.com/contributors"
4121
                }
4122
            ],
4123
            "description": "Symfony Filesystem Component",
4124
            "homepage": "https://symfony.com",
4125
            "time": "2018-01-03T07:37:34+00:00"
4126
        },
4127
        {
4128
            "name": "symfony/options-resolver",
4129
            "version": "v3.4.3",
4130
            "source": {
4131
                "type": "git",
4132
                "url": "https://github.com/symfony/options-resolver.git",
4133
                "reference": "f31f4d3ce4eaf7597abc41bd5ba53d634c2fdb0e"
4134
            },
4135
            "dist": {
4136
                "type": "zip",
4137
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f31f4d3ce4eaf7597abc41bd5ba53d634c2fdb0e",
4138
                "reference": "f31f4d3ce4eaf7597abc41bd5ba53d634c2fdb0e",
4139
                "shasum": ""
4140
            },
4141
            "require": {
4142
                "php": "^5.5.9|>=7.0.8"
4143
            },
4144
            "type": "library",
4145
            "extra": {
4146
                "branch-alias": {
4147
                    "dev-master": "3.4-dev"
4148
                }
4149
            },
4150
            "autoload": {
4151
                "psr-4": {
4152
                    "Symfony\\Component\\OptionsResolver\\": ""
4153
                },
4154
                "exclude-from-classmap": [
4155
                    "/Tests/"
4156
                ]
4157
            },
4158
            "notification-url": "https://packagist.org/downloads/",
4159
            "license": [
4160
                "MIT"
4161
            ],
4162
            "authors": [
4163
                {
4164
                    "name": "Fabien Potencier",
4165
                    "email": "[email protected]"
4166
                },
4167
                {
4168
                    "name": "Symfony Community",
4169
                    "homepage": "https://symfony.com/contributors"
4170
                }
4171
            ],
4172
            "description": "Symfony OptionsResolver Component",
4173
            "homepage": "https://symfony.com",
4174
            "keywords": [
4175
                "config",
4176
                "configuration",
4177
                "options"
4178
            ],
4179
            "time": "2018-01-03T07:37:34+00:00"
4180
        },
4181
        {
4182
            "name": "symfony/polyfill-php72",
4183
            "version": "v1.6.0",
4184
            "source": {
4185
                "type": "git",
4186
                "url": "https://github.com/symfony/polyfill-php72.git",
4187
                "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254"
4188
            },
4189
            "dist": {
4190
                "type": "zip",
4191
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254",
4192
                "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254",
4193
                "shasum": ""
4194
            },
4195
            "require": {
4196
                "php": ">=5.3.3"
4197
            },
4198
            "type": "library",
4199
            "extra": {
4200
                "branch-alias": {
4201
                    "dev-master": "1.6-dev"
4202
                }
4203
            },
4204
            "autoload": {
4205
                "psr-4": {
4206
                    "Symfony\\Polyfill\\Php72\\": ""
4207
                },
4208
                "files": [
4209
                    "bootstrap.php"
4210
                ]
4211
            },
4212
            "notification-url": "https://packagist.org/downloads/",
4213
            "license": [
4214
                "MIT"
4215
            ],
4216
            "authors": [
4217
                {
4218
                    "name": "Nicolas Grekas",
4219
                    "email": "[email protected]"
4220
                },
4221
                {
4222
                    "name": "Symfony Community",
4223
                    "homepage": "https://symfony.com/contributors"
4224
                }
4225
            ],
4226
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4227
            "homepage": "https://symfony.com",
4228
            "keywords": [
4229
                "compatibility",
4230
                "polyfill",
4231
                "portable",
4232
                "shim"
4233
            ],
4234
            "time": "2017-10-11T12:05:26+00:00"
4235
        },
4236
        {
4237
            "name": "symfony/stopwatch",
4238
            "version": "v3.4.3",
4239
            "source": {
4240
                "type": "git",
4241
                "url": "https://github.com/symfony/stopwatch.git",
4242
                "reference": "c865551df7c17e63fc1f09f763db04387f91ae4d"
4243
            },
4244
            "dist": {
4245
                "type": "zip",
4246
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c865551df7c17e63fc1f09f763db04387f91ae4d",
4247
                "reference": "c865551df7c17e63fc1f09f763db04387f91ae4d",
4248
                "shasum": ""
4249
            },
4250
            "require": {
4251
                "php": "^5.5.9|>=7.0.8"
4252
            },
4253
            "type": "library",
4254
            "extra": {
4255
                "branch-alias": {
4256
                    "dev-master": "3.4-dev"
4257
                }
4258
            },
4259
            "autoload": {
4260
                "psr-4": {
4261
                    "Symfony\\Component\\Stopwatch\\": ""
4262
                },
4263
                "exclude-from-classmap": [
4264
                    "/Tests/"
4265
                ]
4266
            },
4267
            "notification-url": "https://packagist.org/downloads/",
4268
            "license": [
4269
                "MIT"
4270
            ],
4271
            "authors": [
4272
                {
4273
                    "name": "Fabien Potencier",
4274
                    "email": "[email protected]"
4275
                },
4276
                {
4277
                    "name": "Symfony Community",
4278
                    "homepage": "https://symfony.com/contributors"
4279
                }
4280
            ],
4281
            "description": "Symfony Stopwatch Component",
4282
            "homepage": "https://symfony.com",
4283
            "time": "2018-01-03T07:37:34+00:00"
4284
        },
4285
        {
4286
            "name": "symfony/yaml",
4287
            "version": "v3.4.3",
4288
            "source": {
4289
                "type": "git",
4290
                "url": "https://github.com/symfony/yaml.git",
4291
                "reference": "25c192f25721a74084272671f658797d9e0e0146"
4292
            },
4293
            "dist": {
4294
                "type": "zip",
4295
                "url": "https://api.github.com/repos/symfony/yaml/zipball/25c192f25721a74084272671f658797d9e0e0146",
4296
                "reference": "25c192f25721a74084272671f658797d9e0e0146",
4297
                "shasum": ""
4298
            },
4299
            "require": {
4300
                "php": "^5.5.9|>=7.0.8"
4301
            },
4302
            "conflict": {
4303
                "symfony/console": "<3.4"
4304
            },
4305
            "require-dev": {
4306
                "symfony/console": "~3.4|~4.0"
4307
            },
4308
            "suggest": {
4309
                "symfony/console": "For validating YAML files using the lint command"
4310
            },
4311
            "type": "library",
4312
            "extra": {
4313
                "branch-alias": {
4314
                    "dev-master": "3.4-dev"
4315
                }
4316
            },
4317
            "autoload": {
4318
                "psr-4": {
4319
                    "Symfony\\Component\\Yaml\\": ""
4320
                },
4321
                "exclude-from-classmap": [
4322
                    "/Tests/"
4323
                ]
4324
            },
4325
            "notification-url": "https://packagist.org/downloads/",
4326
            "license": [
4327
                "MIT"
4328
            ],
4329
            "authors": [
4330
                {
4331
                    "name": "Fabien Potencier",
4332
                    "email": "[email protected]"
4333
                },
4334
                {
4335
                    "name": "Symfony Community",
4336
                    "homepage": "https://symfony.com/contributors"
4337
                }
4338
            ],
4339
            "description": "Symfony Yaml Component",
4340
            "homepage": "https://symfony.com",
4341
            "time": "2018-01-03T07:37:34+00:00"
4342
        },
4343
        {
4344
            "name": "theseer/tokenizer",
4345
            "version": "1.1.0",
4346
            "source": {
4347
                "type": "git",
4348
                "url": "https://github.com/theseer/tokenizer.git",
4349
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4350
            },
4351
            "dist": {
4352
                "type": "zip",
4353
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4354
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4355
                "shasum": ""
4356
            },
4357
            "require": {
4358
                "ext-dom": "*",
4359
                "ext-tokenizer": "*",
4360
                "ext-xmlwriter": "*",
4361
                "php": "^7.0"
4362
            },
4363
            "type": "library",
4364
            "autoload": {
4365
                "classmap": [
4366
                    "src/"
4367
                ]
4368
            },
4369
            "notification-url": "https://packagist.org/downloads/",
4370
            "license": [
4371
                "BSD-3-Clause"
4372
            ],
4373
            "authors": [
4374
                {
4375
                    "name": "Arne Blankerts",
4376
                    "email": "[email protected]",
4377
                    "role": "Developer"
4378
                }
4379
            ],
4380
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4381
            "time": "2017-04-07T12:08:54+00:00"
4382
        },
4383
        {
4384
            "name": "webmozart/assert",
4385
            "version": "1.2.0",
4386
            "source": {
4387
                "type": "git",
4388
                "url": "https://github.com/webmozart/assert.git",
4389
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4390
            },
4391
            "dist": {
4392
                "type": "zip",
4393
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4394
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4395
                "shasum": ""
4396
            },
4397
            "require": {
4398
                "php": "^5.3.3 || ^7.0"
4399
            },
4400
            "require-dev": {
4401
                "phpunit/phpunit": "^4.6",
4402
                "sebastian/version": "^1.0.1"
4403
            },
4404
            "type": "library",
4405
            "extra": {
4406
                "branch-alias": {
4407
                    "dev-master": "1.3-dev"
4408
                }
4409
            },
4410
            "autoload": {
4411
                "psr-4": {
4412
                    "Webmozart\\Assert\\": "src/"
4413
                }
4414
            },
4415
            "notification-url": "https://packagist.org/downloads/",
4416
            "license": [
4417
                "MIT"
4418
            ],
4419
            "authors": [
4420
                {
4421
                    "name": "Bernhard Schussek",
4422
                    "email": "[email protected]"
4423
                }
4424
            ],
4425
            "description": "Assertions to validate method input/output with nice error messages.",
4426
            "keywords": [
4427
                "assert",
4428
                "check",
4429
                "validate"
4430
            ],
4431
            "time": "2016-11-23T20:04:58+00:00"
4432
        }
4433
    ],
4434
    "aliases": [],
4435
    "minimum-stability": "stable",
4436
    "stability-flags": [],
4437
    "prefer-stable": false,
4438
    "prefer-lowest": false,
4439
    "platform": [],
4440
    "platform-dev": []
4441
}
4442