Completed
Push — master ( 8176fd...5fad64 )
by Marcin
02:13
created

composer.lock (2 issues)

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

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

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