Completed
Push — master ( 640e1f...c0b408 )
by Mario
05:09
created

composer.lock (1 issue)

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

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
1241
            "version": "v3.4.8",
1242
            "source": {
1243
                "type": "git",
1244
                "url": "https://github.com/symfony/http-foundation.git",
1245
                "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e"
1246
            },
1247
            "dist": {
1248
                "type": "zip",
1249
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
1250
                "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
1251
                "shasum": ""
1252
            },
1253
            "require": {
1254
                "php": "^5.5.9|>=7.0.8",
1255
                "symfony/polyfill-mbstring": "~1.1",
1256
                "symfony/polyfill-php70": "~1.6"
1257
            },
1258
            "require-dev": {
1259
                "symfony/expression-language": "~2.8|~3.0|~4.0"
1260
            },
1261
            "type": "library",
1262
            "extra": {
1263
                "branch-alias": {
1264
                    "dev-master": "3.4-dev"
1265
                }
1266
            },
1267
            "autoload": {
1268
                "psr-4": {
1269
                    "Symfony\\Component\\HttpFoundation\\": ""
1270
                },
1271
                "exclude-from-classmap": [
1272
                    "/Tests/"
1273
                ]
1274
            },
1275
            "notification-url": "https://packagist.org/downloads/",
1276
            "license": [
1277
                "MIT"
1278
            ],
1279
            "authors": [
1280
                {
1281
                    "name": "Fabien Potencier",
1282
                    "email": "[email protected]"
1283
                },
1284
                {
1285
                    "name": "Symfony Community",
1286
                    "homepage": "https://symfony.com/contributors"
1287
                }
1288
            ],
1289
            "description": "Symfony HttpFoundation Component",
1290
            "homepage": "https://symfony.com",
1291
            "time": "2018-04-03 05:22:50"
1292
        },
1293
        {
1294
            "name": "symfony/http-kernel",
1295
            "version": "v3.4.8",
1296
            "source": {
1297
                "type": "git",
1298
                "url": "https://github.com/symfony/http-kernel.git",
1299
                "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4"
1300
            },
1301
            "dist": {
1302
                "type": "zip",
1303
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3cc2d4374aa9590c09277ad68657671cf49dbbf4",
1304
                "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4",
1305
                "shasum": ""
1306
            },
1307
            "require": {
1308
                "php": "^5.5.9|>=7.0.8",
1309
                "psr/log": "~1.0",
1310
                "symfony/debug": "~2.8|~3.0|~4.0",
1311
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1312
                "symfony/http-foundation": "^3.4.4|^4.0.4"
1313
            },
1314
            "conflict": {
1315
                "symfony/config": "<2.8",
1316
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1317
                "symfony/var-dumper": "<3.3",
1318
                "twig/twig": "<1.34|<2.4,>=2"
1319
            },
1320
            "provide": {
1321
                "psr/log-implementation": "1.0"
1322
            },
1323
            "require-dev": {
1324
                "psr/cache": "~1.0",
1325
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1326
                "symfony/class-loader": "~2.8|~3.0",
1327
                "symfony/config": "~2.8|~3.0|~4.0",
1328
                "symfony/console": "~2.8|~3.0|~4.0",
1329
                "symfony/css-selector": "~2.8|~3.0|~4.0",
1330
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1331
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1332
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1333
                "symfony/finder": "~2.8|~3.0|~4.0",
1334
                "symfony/process": "~2.8|~3.0|~4.0",
1335
                "symfony/routing": "~3.4|~4.0",
1336
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1337
                "symfony/templating": "~2.8|~3.0|~4.0",
1338
                "symfony/translation": "~2.8|~3.0|~4.0",
1339
                "symfony/var-dumper": "~3.3|~4.0"
1340
            },
1341
            "suggest": {
1342
                "symfony/browser-kit": "",
1343
                "symfony/config": "",
1344
                "symfony/console": "",
1345
                "symfony/dependency-injection": "",
1346
                "symfony/finder": "",
1347
                "symfony/var-dumper": ""
1348
            },
1349
            "type": "library",
1350
            "extra": {
1351
                "branch-alias": {
1352
                    "dev-master": "3.4-dev"
1353
                }
1354
            },
1355
            "autoload": {
1356
                "psr-4": {
1357
                    "Symfony\\Component\\HttpKernel\\": ""
1358
                },
1359
                "exclude-from-classmap": [
1360
                    "/Tests/"
1361
                ]
1362
            },
1363
            "notification-url": "https://packagist.org/downloads/",
1364
            "license": [
1365
                "MIT"
1366
            ],
1367
            "authors": [
1368
                {
1369
                    "name": "Fabien Potencier",
1370
                    "email": "[email protected]"
1371
                },
1372
                {
1373
                    "name": "Symfony Community",
1374
                    "homepage": "https://symfony.com/contributors"
1375
                }
1376
            ],
1377
            "description": "Symfony HttpKernel Component",
1378
            "homepage": "https://symfony.com",
1379
            "time": "2018-04-06 15:19:48"
1380
        },
1381
        {
1382
            "name": "symfony/polyfill-mbstring",
1383
            "version": "v1.7.0",
1384
            "source": {
1385
                "type": "git",
1386
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1387
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
1388
            },
1389
            "dist": {
1390
                "type": "zip",
1391
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1392
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1393
                "shasum": ""
1394
            },
1395
            "require": {
1396
                "php": ">=5.3.3"
1397
            },
1398
            "suggest": {
1399
                "ext-mbstring": "For best performance"
1400
            },
1401
            "type": "library",
1402
            "extra": {
1403
                "branch-alias": {
1404
                    "dev-master": "1.7-dev"
1405
                }
1406
            },
1407
            "autoload": {
1408
                "psr-4": {
1409
                    "Symfony\\Polyfill\\Mbstring\\": ""
1410
                },
1411
                "files": [
1412
                    "bootstrap.php"
1413
                ]
1414
            },
1415
            "notification-url": "https://packagist.org/downloads/",
1416
            "license": [
1417
                "MIT"
1418
            ],
1419
            "authors": [
1420
                {
1421
                    "name": "Nicolas Grekas",
1422
                    "email": "[email protected]"
1423
                },
1424
                {
1425
                    "name": "Symfony Community",
1426
                    "homepage": "https://symfony.com/contributors"
1427
                }
1428
            ],
1429
            "description": "Symfony polyfill for the Mbstring extension",
1430
            "homepage": "https://symfony.com",
1431
            "keywords": [
1432
                "compatibility",
1433
                "mbstring",
1434
                "polyfill",
1435
                "portable",
1436
                "shim"
1437
            ],
1438
            "time": "2018-01-30 19:27:44"
1439
        },
1440
        {
1441
            "name": "symfony/polyfill-php70",
1442
            "version": "v1.7.0",
1443
            "source": {
1444
                "type": "git",
1445
                "url": "https://github.com/symfony/polyfill-php70.git",
1446
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
1447
            },
1448
            "dist": {
1449
                "type": "zip",
1450
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
1451
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
1452
                "shasum": ""
1453
            },
1454
            "require": {
1455
                "paragonie/random_compat": "~1.0|~2.0",
1456
                "php": ">=5.3.3"
1457
            },
1458
            "type": "library",
1459
            "extra": {
1460
                "branch-alias": {
1461
                    "dev-master": "1.7-dev"
1462
                }
1463
            },
1464
            "autoload": {
1465
                "psr-4": {
1466
                    "Symfony\\Polyfill\\Php70\\": ""
1467
                },
1468
                "files": [
1469
                    "bootstrap.php"
1470
                ],
1471
                "classmap": [
1472
                    "Resources/stubs"
1473
                ]
1474
            },
1475
            "notification-url": "https://packagist.org/downloads/",
1476
            "license": [
1477
                "MIT"
1478
            ],
1479
            "authors": [
1480
                {
1481
                    "name": "Nicolas Grekas",
1482
                    "email": "[email protected]"
1483
                },
1484
                {
1485
                    "name": "Symfony Community",
1486
                    "homepage": "https://symfony.com/contributors"
1487
                }
1488
            ],
1489
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1490
            "homepage": "https://symfony.com",
1491
            "keywords": [
1492
                "compatibility",
1493
                "polyfill",
1494
                "portable",
1495
                "shim"
1496
            ],
1497
            "time": "2018-01-30 19:27:44"
1498
        },
1499
        {
1500
            "name": "symfony/process",
1501
            "version": "v3.4.8",
1502
            "source": {
1503
                "type": "git",
1504
                "url": "https://github.com/symfony/process.git",
1505
                "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
1506
            },
1507
            "dist": {
1508
                "type": "zip",
1509
                "url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
1510
                "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
1511
                "shasum": ""
1512
            },
1513
            "require": {
1514
                "php": "^5.5.9|>=7.0.8"
1515
            },
1516
            "type": "library",
1517
            "extra": {
1518
                "branch-alias": {
1519
                    "dev-master": "3.4-dev"
1520
                }
1521
            },
1522
            "autoload": {
1523
                "psr-4": {
1524
                    "Symfony\\Component\\Process\\": ""
1525
                },
1526
                "exclude-from-classmap": [
1527
                    "/Tests/"
1528
                ]
1529
            },
1530
            "notification-url": "https://packagist.org/downloads/",
1531
            "license": [
1532
                "MIT"
1533
            ],
1534
            "authors": [
1535
                {
1536
                    "name": "Fabien Potencier",
1537
                    "email": "[email protected]"
1538
                },
1539
                {
1540
                    "name": "Symfony Community",
1541
                    "homepage": "https://symfony.com/contributors"
1542
                }
1543
            ],
1544
            "description": "Symfony Process Component",
1545
            "homepage": "https://symfony.com",
1546
            "time": "2018-04-03 05:22:50"
1547
        },
1548
        {
1549
            "name": "symfony/routing",
1550
            "version": "v3.4.8",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/symfony/routing.git",
1554
                "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/symfony/routing/zipball/50f333b707bef9f6972ad04e6df3ec8875c9a67c",
1559
                "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "php": "^5.5.9|>=7.0.8"
1564
            },
1565
            "conflict": {
1566
                "symfony/config": "<3.3.1",
1567
                "symfony/dependency-injection": "<3.3",
1568
                "symfony/yaml": "<3.4"
1569
            },
1570
            "require-dev": {
1571
                "doctrine/annotations": "~1.0",
1572
                "doctrine/common": "~2.2",
1573
                "psr/log": "~1.0",
1574
                "symfony/config": "^3.3.1|~4.0",
1575
                "symfony/dependency-injection": "~3.3|~4.0",
1576
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1577
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
1578
                "symfony/yaml": "~3.4|~4.0"
1579
            },
1580
            "suggest": {
1581
                "doctrine/annotations": "For using the annotation loader",
1582
                "symfony/config": "For using the all-in-one router or any loader",
1583
                "symfony/dependency-injection": "For loading routes from a service",
1584
                "symfony/expression-language": "For using expression matching",
1585
                "symfony/http-foundation": "For using a Symfony Request object",
1586
                "symfony/yaml": "For using the YAML loader"
1587
            },
1588
            "type": "library",
1589
            "extra": {
1590
                "branch-alias": {
1591
                    "dev-master": "3.4-dev"
1592
                }
1593
            },
1594
            "autoload": {
1595
                "psr-4": {
1596
                    "Symfony\\Component\\Routing\\": ""
1597
                },
1598
                "exclude-from-classmap": [
1599
                    "/Tests/"
1600
                ]
1601
            },
1602
            "notification-url": "https://packagist.org/downloads/",
1603
            "license": [
1604
                "MIT"
1605
            ],
1606
            "authors": [
1607
                {
1608
                    "name": "Fabien Potencier",
1609
                    "email": "[email protected]"
1610
                },
1611
                {
1612
                    "name": "Symfony Community",
1613
                    "homepage": "https://symfony.com/contributors"
1614
                }
1615
            ],
1616
            "description": "Symfony Routing Component",
1617
            "homepage": "https://symfony.com",
1618
            "keywords": [
1619
                "router",
1620
                "routing",
1621
                "uri",
1622
                "url"
1623
            ],
1624
            "time": "2018-04-04 13:22:16"
1625
        },
1626
        {
1627
            "name": "symfony/translation",
1628
            "version": "v3.4.8",
1629
            "source": {
1630
                "type": "git",
1631
                "url": "https://github.com/symfony/translation.git",
1632
                "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57"
1633
            },
1634
            "dist": {
1635
                "type": "zip",
1636
                "url": "https://api.github.com/repos/symfony/translation/zipball/80e19eaf12cbb546ac40384e5c55c36306823e57",
1637
                "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57",
1638
                "shasum": ""
1639
            },
1640
            "require": {
1641
                "php": "^5.5.9|>=7.0.8",
1642
                "symfony/polyfill-mbstring": "~1.0"
1643
            },
1644
            "conflict": {
1645
                "symfony/config": "<2.8",
1646
                "symfony/dependency-injection": "<3.4",
1647
                "symfony/yaml": "<3.4"
1648
            },
1649
            "require-dev": {
1650
                "psr/log": "~1.0",
1651
                "symfony/config": "~2.8|~3.0|~4.0",
1652
                "symfony/dependency-injection": "~3.4|~4.0",
1653
                "symfony/finder": "~2.8|~3.0|~4.0",
1654
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
1655
                "symfony/yaml": "~3.4|~4.0"
1656
            },
1657
            "suggest": {
1658
                "psr/log": "To use logging capability in translator",
1659
                "symfony/config": "",
1660
                "symfony/yaml": ""
1661
            },
1662
            "type": "library",
1663
            "extra": {
1664
                "branch-alias": {
1665
                    "dev-master": "3.4-dev"
1666
                }
1667
            },
1668
            "autoload": {
1669
                "psr-4": {
1670
                    "Symfony\\Component\\Translation\\": ""
1671
                },
1672
                "exclude-from-classmap": [
1673
                    "/Tests/"
1674
                ]
1675
            },
1676
            "notification-url": "https://packagist.org/downloads/",
1677
            "license": [
1678
                "MIT"
1679
            ],
1680
            "authors": [
1681
                {
1682
                    "name": "Fabien Potencier",
1683
                    "email": "[email protected]"
1684
                },
1685
                {
1686
                    "name": "Symfony Community",
1687
                    "homepage": "https://symfony.com/contributors"
1688
                }
1689
            ],
1690
            "description": "Symfony Translation Component",
1691
            "homepage": "https://symfony.com",
1692
            "time": "2018-02-22 06:28:18"
1693
        },
1694
        {
1695
            "name": "symfony/var-dumper",
1696
            "version": "v3.4.8",
1697
            "source": {
1698
                "type": "git",
1699
                "url": "https://github.com/symfony/var-dumper.git",
1700
                "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb"
1701
            },
1702
            "dist": {
1703
                "type": "zip",
1704
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/951643091b39a6fd40fce56cd16e21e12bef3feb",
1705
                "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb",
1706
                "shasum": ""
1707
            },
1708
            "require": {
1709
                "php": "^5.5.9|>=7.0.8",
1710
                "symfony/polyfill-mbstring": "~1.0"
1711
            },
1712
            "conflict": {
1713
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1714
            },
1715
            "require-dev": {
1716
                "ext-iconv": "*",
1717
                "twig/twig": "~1.34|~2.4"
1718
            },
1719
            "suggest": {
1720
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1721
                "ext-intl": "To show region name in time zone dump",
1722
                "ext-symfony_debug": ""
1723
            },
1724
            "type": "library",
1725
            "extra": {
1726
                "branch-alias": {
1727
                    "dev-master": "3.4-dev"
1728
                }
1729
            },
1730
            "autoload": {
1731
                "files": [
1732
                    "Resources/functions/dump.php"
1733
                ],
1734
                "psr-4": {
1735
                    "Symfony\\Component\\VarDumper\\": ""
1736
                },
1737
                "exclude-from-classmap": [
1738
                    "/Tests/"
1739
                ]
1740
            },
1741
            "notification-url": "https://packagist.org/downloads/",
1742
            "license": [
1743
                "MIT"
1744
            ],
1745
            "authors": [
1746
                {
1747
                    "name": "Nicolas Grekas",
1748
                    "email": "[email protected]"
1749
                },
1750
                {
1751
                    "name": "Symfony Community",
1752
                    "homepage": "https://symfony.com/contributors"
1753
                }
1754
            ],
1755
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1756
            "homepage": "https://symfony.com",
1757
            "keywords": [
1758
                "debug",
1759
                "dump"
1760
            ],
1761
            "time": "2018-04-03 20:34:11"
1762
        },
1763
        {
1764
            "name": "tijsverkoyen/css-to-inline-styles",
1765
            "version": "2.2.1",
1766
            "source": {
1767
                "type": "git",
1768
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1769
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1770
            },
1771
            "dist": {
1772
                "type": "zip",
1773
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1774
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1775
                "shasum": ""
1776
            },
1777
            "require": {
1778
                "php": "^5.5 || ^7.0",
1779
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1780
            },
1781
            "require-dev": {
1782
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1783
            },
1784
            "type": "library",
1785
            "extra": {
1786
                "branch-alias": {
1787
                    "dev-master": "2.2.x-dev"
1788
                }
1789
            },
1790
            "autoload": {
1791
                "psr-4": {
1792
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1793
                }
1794
            },
1795
            "notification-url": "https://packagist.org/downloads/",
1796
            "license": [
1797
                "BSD-3-Clause"
1798
            ],
1799
            "authors": [
1800
                {
1801
                    "name": "Tijs Verkoyen",
1802
                    "email": "[email protected]",
1803
                    "role": "Developer"
1804
                }
1805
            ],
1806
            "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.",
1807
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1808
            "time": "2017-11-27 11:13:29"
1809
        },
1810
        {
1811
            "name": "vlucas/phpdotenv",
1812
            "version": "v2.4.0",
1813
            "source": {
1814
                "type": "git",
1815
                "url": "https://github.com/vlucas/phpdotenv.git",
1816
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1817
            },
1818
            "dist": {
1819
                "type": "zip",
1820
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1821
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1822
                "shasum": ""
1823
            },
1824
            "require": {
1825
                "php": ">=5.3.9"
1826
            },
1827
            "require-dev": {
1828
                "phpunit/phpunit": "^4.8 || ^5.0"
1829
            },
1830
            "type": "library",
1831
            "extra": {
1832
                "branch-alias": {
1833
                    "dev-master": "2.4-dev"
1834
                }
1835
            },
1836
            "autoload": {
1837
                "psr-4": {
1838
                    "Dotenv\\": "src/"
1839
                }
1840
            },
1841
            "notification-url": "https://packagist.org/downloads/",
1842
            "license": [
1843
                "BSD-3-Clause-Attribution"
1844
            ],
1845
            "authors": [
1846
                {
1847
                    "name": "Vance Lucas",
1848
                    "email": "[email protected]",
1849
                    "homepage": "http://www.vancelucas.com"
1850
                }
1851
            ],
1852
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1853
            "keywords": [
1854
                "dotenv",
1855
                "env",
1856
                "environment"
1857
            ],
1858
            "time": "2016-09-01 10:05:43"
1859
        }
1860
    ],
1861
    "packages-dev": [
1862
        {
1863
            "name": "caffeinated/repository",
1864
            "version": "v3.2",
1865
            "source": {
1866
                "type": "git",
1867
                "url": "https://github.com/caffeinated/repository.git",
1868
                "reference": "c6bcc2d64e7f4eeccd518739a31d6383b3b44214"
1869
            },
1870
            "dist": {
1871
                "type": "zip",
1872
                "url": "https://api.github.com/repos/caffeinated/repository/zipball/c6bcc2d64e7f4eeccd518739a31d6383b3b44214",
1873
                "reference": "c6bcc2d64e7f4eeccd518739a31d6383b3b44214",
1874
                "shasum": ""
1875
            },
1876
            "require": {
1877
                "illuminate/config": "5.4.*|5.5.*",
1878
                "illuminate/support": "5.4.*|5.5.*",
1879
                "php": ">=5.6.4"
1880
            },
1881
            "type": "library",
1882
            "autoload": {
1883
                "psr-4": {
1884
                    "Caffeinated\\Repository\\": "src/"
1885
                }
1886
            },
1887
            "notification-url": "https://packagist.org/downloads/",
1888
            "license": [
1889
                "MIT"
1890
            ],
1891
            "authors": [
1892
                {
1893
                    "name": "Shea Lewis",
1894
                    "email": "[email protected]"
1895
                }
1896
            ],
1897
            "description": "Reusable Laravel repository interface.",
1898
            "keywords": [
1899
                "caffeinated",
1900
                "eloquent",
1901
                "laravel",
1902
                "repository"
1903
            ],
1904
            "time": "2017-10-26 21:39:03"
1905
        },
1906
        {
1907
            "name": "doctrine/instantiator",
1908
            "version": "1.0.5",
1909
            "source": {
1910
                "type": "git",
1911
                "url": "https://github.com/doctrine/instantiator.git",
1912
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1913
            },
1914
            "dist": {
1915
                "type": "zip",
1916
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1917
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1918
                "shasum": ""
1919
            },
1920
            "require": {
1921
                "php": ">=5.3,<8.0-DEV"
1922
            },
1923
            "require-dev": {
1924
                "athletic/athletic": "~0.1.8",
1925
                "ext-pdo": "*",
1926
                "ext-phar": "*",
1927
                "phpunit/phpunit": "~4.0",
1928
                "squizlabs/php_codesniffer": "~2.0"
1929
            },
1930
            "type": "library",
1931
            "extra": {
1932
                "branch-alias": {
1933
                    "dev-master": "1.0.x-dev"
1934
                }
1935
            },
1936
            "autoload": {
1937
                "psr-4": {
1938
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1939
                }
1940
            },
1941
            "notification-url": "https://packagist.org/downloads/",
1942
            "license": [
1943
                "MIT"
1944
            ],
1945
            "authors": [
1946
                {
1947
                    "name": "Marco Pivetta",
1948
                    "email": "[email protected]",
1949
                    "homepage": "http://ocramius.github.com/"
1950
                }
1951
            ],
1952
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1953
            "homepage": "https://github.com/doctrine/instantiator",
1954
            "keywords": [
1955
                "constructor",
1956
                "instantiate"
1957
            ],
1958
            "time": "2015-06-14 21:17:01"
1959
        },
1960
        {
1961
            "name": "fzaninotto/faker",
1962
            "version": "v1.7.1",
1963
            "source": {
1964
                "type": "git",
1965
                "url": "https://github.com/fzaninotto/Faker.git",
1966
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
1967
            },
1968
            "dist": {
1969
                "type": "zip",
1970
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1971
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1972
                "shasum": ""
1973
            },
1974
            "require": {
1975
                "php": "^5.3.3 || ^7.0"
1976
            },
1977
            "require-dev": {
1978
                "ext-intl": "*",
1979
                "phpunit/phpunit": "^4.0 || ^5.0",
1980
                "squizlabs/php_codesniffer": "^1.5"
1981
            },
1982
            "type": "library",
1983
            "extra": {
1984
                "branch-alias": {
1985
                    "dev-master": "1.8-dev"
1986
                }
1987
            },
1988
            "autoload": {
1989
                "psr-4": {
1990
                    "Faker\\": "src/Faker/"
1991
                }
1992
            },
1993
            "notification-url": "https://packagist.org/downloads/",
1994
            "license": [
1995
                "MIT"
1996
            ],
1997
            "authors": [
1998
                {
1999
                    "name": "François Zaninotto"
2000
                }
2001
            ],
2002
            "description": "Faker is a PHP library that generates fake data for you.",
2003
            "keywords": [
2004
                "data",
2005
                "faker",
2006
                "fixtures"
2007
            ],
2008
            "time": "2017-08-15 16:48:10"
2009
        },
2010
        {
2011
            "name": "myclabs/deep-copy",
2012
            "version": "1.7.0",
2013
            "source": {
2014
                "type": "git",
2015
                "url": "https://github.com/myclabs/DeepCopy.git",
2016
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2017
            },
2018
            "dist": {
2019
                "type": "zip",
2020
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2021
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2022
                "shasum": ""
2023
            },
2024
            "require": {
2025
                "php": "^5.6 || ^7.0"
2026
            },
2027
            "require-dev": {
2028
                "doctrine/collections": "^1.0",
2029
                "doctrine/common": "^2.6",
2030
                "phpunit/phpunit": "^4.1"
2031
            },
2032
            "type": "library",
2033
            "autoload": {
2034
                "psr-4": {
2035
                    "DeepCopy\\": "src/DeepCopy/"
2036
                },
2037
                "files": [
2038
                    "src/DeepCopy/deep_copy.php"
2039
                ]
2040
            },
2041
            "notification-url": "https://packagist.org/downloads/",
2042
            "license": [
2043
                "MIT"
2044
            ],
2045
            "description": "Create deep copies (clones) of your objects",
2046
            "keywords": [
2047
                "clone",
2048
                "copy",
2049
                "duplicate",
2050
                "object",
2051
                "object graph"
2052
            ],
2053
            "time": "2017-10-19 19:58:43"
2054
        },
2055
        {
2056
            "name": "orchestra/database",
2057
            "version": "v3.5.2",
2058
            "source": {
2059
                "type": "git",
2060
                "url": "https://github.com/orchestral/database.git",
2061
                "reference": "abcfcd827c0b1196cd200315390720e52a4a2a7b"
2062
            },
2063
            "dist": {
2064
                "type": "zip",
2065
                "url": "https://api.github.com/repos/orchestral/database/zipball/abcfcd827c0b1196cd200315390720e52a4a2a7b",
2066
                "reference": "abcfcd827c0b1196cd200315390720e52a4a2a7b",
2067
                "shasum": ""
2068
            },
2069
            "require": {
2070
                "illuminate/contracts": "~5.5.0",
2071
                "illuminate/database": "~5.5.0",
2072
                "php": ">=7.0"
2073
            },
2074
            "type": "library",
2075
            "extra": {
2076
                "branch-alias": {
2077
                    "dev-master": "3.5-dev"
2078
                }
2079
            },
2080
            "autoload": {
2081
                "psr-4": {
2082
                    "Orchestra\\Database\\": ""
2083
                }
2084
            },
2085
            "notification-url": "https://packagist.org/downloads/",
2086
            "license": [
2087
                "MIT"
2088
            ],
2089
            "authors": [
2090
                {
2091
                    "name": "Mior Muhammad Zaki",
2092
                    "email": "[email protected]",
2093
                    "homepage": "https://github.com/crynobone"
2094
                },
2095
                {
2096
                    "name": "Taylor Otwell",
2097
                    "email": "[email protected]",
2098
                    "homepage": "https://github.com/taylorotwell"
2099
                }
2100
            ],
2101
            "description": "Database Component for Orchestra Platform",
2102
            "keywords": [
2103
                "database",
2104
                "orchestra-platform",
2105
                "orchestral"
2106
            ],
2107
            "time": "2017-11-03 02:33:29"
2108
        },
2109
        {
2110
            "name": "orchestra/testbench",
2111
            "version": "v3.5.5",
2112
            "source": {
2113
                "type": "git",
2114
                "url": "https://github.com/orchestral/testbench.git",
2115
                "reference": "fd032489df469d611a264083e62db96677c9061e"
2116
            },
2117
            "dist": {
2118
                "type": "zip",
2119
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/fd032489df469d611a264083e62db96677c9061e",
2120
                "reference": "fd032489df469d611a264083e62db96677c9061e",
2121
                "shasum": ""
2122
            },
2123
            "require": {
2124
                "laravel/framework": "~5.5.34",
2125
                "orchestra/testbench-core": "~3.5.9",
2126
                "php": ">=7.0",
2127
                "phpunit/phpunit": "~6.0"
2128
            },
2129
            "require-dev": {
2130
                "mockery/mockery": "~1.0",
2131
                "orchestra/database": "~3.5.0"
2132
            },
2133
            "suggest": {
2134
                "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.5)."
2135
            },
2136
            "type": "library",
2137
            "extra": {
2138
                "branch-alias": {
2139
                    "dev-master": "3.5-dev"
2140
                }
2141
            },
2142
            "notification-url": "https://packagist.org/downloads/",
2143
            "license": [
2144
                "MIT"
2145
            ],
2146
            "authors": [
2147
                {
2148
                    "name": "Mior Muhammad Zaki",
2149
                    "email": "[email protected]",
2150
                    "homepage": "https://github.com/crynobone"
2151
                }
2152
            ],
2153
            "description": "Laravel Testing Helper for Packages Development",
2154
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2155
            "keywords": [
2156
                "BDD",
2157
                "TDD",
2158
                "laravel",
2159
                "orchestra-platform",
2160
                "orchestral",
2161
                "testing"
2162
            ],
2163
            "time": "2018-02-20 05:30:39"
2164
        },
2165
        {
2166
            "name": "orchestra/testbench-core",
2167
            "version": "v3.5.10",
2168
            "source": {
2169
                "type": "git",
2170
                "url": "https://github.com/orchestral/testbench-core.git",
2171
                "reference": "09a57dc446a24fd19a75ff57b679b86094251f8e"
2172
            },
2173
            "dist": {
2174
                "type": "zip",
2175
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/09a57dc446a24fd19a75ff57b679b86094251f8e",
2176
                "reference": "09a57dc446a24fd19a75ff57b679b86094251f8e",
2177
                "shasum": ""
2178
            },
2179
            "require": {
2180
                "fzaninotto/faker": "~1.4",
2181
                "php": ">=7.0"
2182
            },
2183
            "require-dev": {
2184
                "laravel/framework": "~5.5.0",
2185
                "mockery/mockery": "~1.0",
2186
                "orchestra/database": "~3.5.0",
2187
                "phpunit/phpunit": "~6.0"
2188
            },
2189
            "suggest": {
2190
                "laravel/framework": "Required for testing (~5.5.0).",
2191
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
2192
                "orchestra/database": "Allow to use --realpath migration for testing (~3.5).",
2193
                "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.5).",
2194
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.5).",
2195
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~6.0)."
2196
            },
2197
            "type": "library",
2198
            "extra": {
2199
                "branch-alias": {
2200
                    "dev-master": "3.5-dev"
2201
                }
2202
            },
2203
            "autoload": {
2204
                "psr-4": {
2205
                    "Orchestra\\Testbench\\": "src/"
2206
                }
2207
            },
2208
            "notification-url": "https://packagist.org/downloads/",
2209
            "license": [
2210
                "MIT"
2211
            ],
2212
            "authors": [
2213
                {
2214
                    "name": "Mior Muhammad Zaki",
2215
                    "email": "[email protected]",
2216
                    "homepage": "https://github.com/crynobone"
2217
                }
2218
            ],
2219
            "description": "Testing Helper for Laravel Development",
2220
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2221
            "keywords": [
2222
                "BDD",
2223
                "TDD",
2224
                "laravel",
2225
                "orchestra-platform",
2226
                "orchestral",
2227
                "testing"
2228
            ],
2229
            "time": "2018-03-13 02:35:58"
2230
        },
2231
        {
2232
            "name": "phar-io/manifest",
2233
            "version": "1.0.1",
2234
            "source": {
2235
                "type": "git",
2236
                "url": "https://github.com/phar-io/manifest.git",
2237
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2238
            },
2239
            "dist": {
2240
                "type": "zip",
2241
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2242
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2243
                "shasum": ""
2244
            },
2245
            "require": {
2246
                "ext-dom": "*",
2247
                "ext-phar": "*",
2248
                "phar-io/version": "^1.0.1",
2249
                "php": "^5.6 || ^7.0"
2250
            },
2251
            "type": "library",
2252
            "extra": {
2253
                "branch-alias": {
2254
                    "dev-master": "1.0.x-dev"
2255
                }
2256
            },
2257
            "autoload": {
2258
                "classmap": [
2259
                    "src/"
2260
                ]
2261
            },
2262
            "notification-url": "https://packagist.org/downloads/",
2263
            "license": [
2264
                "BSD-3-Clause"
2265
            ],
2266
            "authors": [
2267
                {
2268
                    "name": "Arne Blankerts",
2269
                    "email": "[email protected]",
2270
                    "role": "Developer"
2271
                },
2272
                {
2273
                    "name": "Sebastian Heuer",
2274
                    "email": "[email protected]",
2275
                    "role": "Developer"
2276
                },
2277
                {
2278
                    "name": "Sebastian Bergmann",
2279
                    "email": "[email protected]",
2280
                    "role": "Developer"
2281
                }
2282
            ],
2283
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2284
            "time": "2017-03-05 18:14:27"
2285
        },
2286
        {
2287
            "name": "phar-io/version",
2288
            "version": "1.0.1",
2289
            "source": {
2290
                "type": "git",
2291
                "url": "https://github.com/phar-io/version.git",
2292
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2293
            },
2294
            "dist": {
2295
                "type": "zip",
2296
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2297
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2298
                "shasum": ""
2299
            },
2300
            "require": {
2301
                "php": "^5.6 || ^7.0"
2302
            },
2303
            "type": "library",
2304
            "autoload": {
2305
                "classmap": [
2306
                    "src/"
2307
                ]
2308
            },
2309
            "notification-url": "https://packagist.org/downloads/",
2310
            "license": [
2311
                "BSD-3-Clause"
2312
            ],
2313
            "authors": [
2314
                {
2315
                    "name": "Arne Blankerts",
2316
                    "email": "[email protected]",
2317
                    "role": "Developer"
2318
                },
2319
                {
2320
                    "name": "Sebastian Heuer",
2321
                    "email": "[email protected]",
2322
                    "role": "Developer"
2323
                },
2324
                {
2325
                    "name": "Sebastian Bergmann",
2326
                    "email": "[email protected]",
2327
                    "role": "Developer"
2328
                }
2329
            ],
2330
            "description": "Library for handling version information and constraints",
2331
            "time": "2017-03-05 17:38:23"
2332
        },
2333
        {
2334
            "name": "phpdocumentor/reflection-common",
2335
            "version": "1.0.1",
2336
            "source": {
2337
                "type": "git",
2338
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2339
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2340
            },
2341
            "dist": {
2342
                "type": "zip",
2343
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2344
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2345
                "shasum": ""
2346
            },
2347
            "require": {
2348
                "php": ">=5.5"
2349
            },
2350
            "require-dev": {
2351
                "phpunit/phpunit": "^4.6"
2352
            },
2353
            "type": "library",
2354
            "extra": {
2355
                "branch-alias": {
2356
                    "dev-master": "1.0.x-dev"
2357
                }
2358
            },
2359
            "autoload": {
2360
                "psr-4": {
2361
                    "phpDocumentor\\Reflection\\": [
2362
                        "src"
2363
                    ]
2364
                }
2365
            },
2366
            "notification-url": "https://packagist.org/downloads/",
2367
            "license": [
2368
                "MIT"
2369
            ],
2370
            "authors": [
2371
                {
2372
                    "name": "Jaap van Otterdijk",
2373
                    "email": "[email protected]"
2374
                }
2375
            ],
2376
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2377
            "homepage": "http://www.phpdoc.org",
2378
            "keywords": [
2379
                "FQSEN",
2380
                "phpDocumentor",
2381
                "phpdoc",
2382
                "reflection",
2383
                "static analysis"
2384
            ],
2385
            "time": "2017-09-11 18:02:19"
2386
        },
2387
        {
2388
            "name": "phpdocumentor/reflection-docblock",
2389
            "version": "4.3.0",
2390
            "source": {
2391
                "type": "git",
2392
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2393
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2394
            },
2395
            "dist": {
2396
                "type": "zip",
2397
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2398
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2399
                "shasum": ""
2400
            },
2401
            "require": {
2402
                "php": "^7.0",
2403
                "phpdocumentor/reflection-common": "^1.0.0",
2404
                "phpdocumentor/type-resolver": "^0.4.0",
2405
                "webmozart/assert": "^1.0"
2406
            },
2407
            "require-dev": {
2408
                "doctrine/instantiator": "~1.0.5",
2409
                "mockery/mockery": "^1.0",
2410
                "phpunit/phpunit": "^6.4"
2411
            },
2412
            "type": "library",
2413
            "extra": {
2414
                "branch-alias": {
2415
                    "dev-master": "4.x-dev"
2416
                }
2417
            },
2418
            "autoload": {
2419
                "psr-4": {
2420
                    "phpDocumentor\\Reflection\\": [
2421
                        "src/"
2422
                    ]
2423
                }
2424
            },
2425
            "notification-url": "https://packagist.org/downloads/",
2426
            "license": [
2427
                "MIT"
2428
            ],
2429
            "authors": [
2430
                {
2431
                    "name": "Mike van Riel",
2432
                    "email": "[email protected]"
2433
                }
2434
            ],
2435
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2436
            "time": "2017-11-30 07:14:17"
2437
        },
2438
        {
2439
            "name": "phpdocumentor/type-resolver",
2440
            "version": "0.4.0",
2441
            "source": {
2442
                "type": "git",
2443
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2444
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2445
            },
2446
            "dist": {
2447
                "type": "zip",
2448
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2449
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2450
                "shasum": ""
2451
            },
2452
            "require": {
2453
                "php": "^5.5 || ^7.0",
2454
                "phpdocumentor/reflection-common": "^1.0"
2455
            },
2456
            "require-dev": {
2457
                "mockery/mockery": "^0.9.4",
2458
                "phpunit/phpunit": "^5.2||^4.8.24"
2459
            },
2460
            "type": "library",
2461
            "extra": {
2462
                "branch-alias": {
2463
                    "dev-master": "1.0.x-dev"
2464
                }
2465
            },
2466
            "autoload": {
2467
                "psr-4": {
2468
                    "phpDocumentor\\Reflection\\": [
2469
                        "src/"
2470
                    ]
2471
                }
2472
            },
2473
            "notification-url": "https://packagist.org/downloads/",
2474
            "license": [
2475
                "MIT"
2476
            ],
2477
            "authors": [
2478
                {
2479
                    "name": "Mike van Riel",
2480
                    "email": "[email protected]"
2481
                }
2482
            ],
2483
            "time": "2017-07-14 14:27:02"
2484
        },
2485
        {
2486
            "name": "phpspec/prophecy",
2487
            "version": "1.7.6",
2488
            "source": {
2489
                "type": "git",
2490
                "url": "https://github.com/phpspec/prophecy.git",
2491
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2492
            },
2493
            "dist": {
2494
                "type": "zip",
2495
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2496
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2497
                "shasum": ""
2498
            },
2499
            "require": {
2500
                "doctrine/instantiator": "^1.0.2",
2501
                "php": "^5.3|^7.0",
2502
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2503
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2504
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2505
            },
2506
            "require-dev": {
2507
                "phpspec/phpspec": "^2.5|^3.2",
2508
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2509
            },
2510
            "type": "library",
2511
            "extra": {
2512
                "branch-alias": {
2513
                    "dev-master": "1.7.x-dev"
2514
                }
2515
            },
2516
            "autoload": {
2517
                "psr-0": {
2518
                    "Prophecy\\": "src/"
2519
                }
2520
            },
2521
            "notification-url": "https://packagist.org/downloads/",
2522
            "license": [
2523
                "MIT"
2524
            ],
2525
            "authors": [
2526
                {
2527
                    "name": "Konstantin Kudryashov",
2528
                    "email": "[email protected]",
2529
                    "homepage": "http://everzet.com"
2530
                },
2531
                {
2532
                    "name": "Marcello Duarte",
2533
                    "email": "[email protected]"
2534
                }
2535
            ],
2536
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2537
            "homepage": "https://github.com/phpspec/prophecy",
2538
            "keywords": [
2539
                "Double",
2540
                "Dummy",
2541
                "fake",
2542
                "mock",
2543
                "spy",
2544
                "stub"
2545
            ],
2546
            "time": "2018-04-18 13:57:24"
2547
        },
2548
        {
2549
            "name": "phpunit/php-code-coverage",
2550
            "version": "5.3.2",
2551
            "source": {
2552
                "type": "git",
2553
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2554
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2555
            },
2556
            "dist": {
2557
                "type": "zip",
2558
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2559
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2560
                "shasum": ""
2561
            },
2562
            "require": {
2563
                "ext-dom": "*",
2564
                "ext-xmlwriter": "*",
2565
                "php": "^7.0",
2566
                "phpunit/php-file-iterator": "^1.4.2",
2567
                "phpunit/php-text-template": "^1.2.1",
2568
                "phpunit/php-token-stream": "^2.0.1",
2569
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2570
                "sebastian/environment": "^3.0",
2571
                "sebastian/version": "^2.0.1",
2572
                "theseer/tokenizer": "^1.1"
2573
            },
2574
            "require-dev": {
2575
                "phpunit/phpunit": "^6.0"
2576
            },
2577
            "suggest": {
2578
                "ext-xdebug": "^2.5.5"
2579
            },
2580
            "type": "library",
2581
            "extra": {
2582
                "branch-alias": {
2583
                    "dev-master": "5.3.x-dev"
2584
                }
2585
            },
2586
            "autoload": {
2587
                "classmap": [
2588
                    "src/"
2589
                ]
2590
            },
2591
            "notification-url": "https://packagist.org/downloads/",
2592
            "license": [
2593
                "BSD-3-Clause"
2594
            ],
2595
            "authors": [
2596
                {
2597
                    "name": "Sebastian Bergmann",
2598
                    "email": "[email protected]",
2599
                    "role": "lead"
2600
                }
2601
            ],
2602
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2603
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2604
            "keywords": [
2605
                "coverage",
2606
                "testing",
2607
                "xunit"
2608
            ],
2609
            "time": "2018-04-06 15:36:58"
2610
        },
2611
        {
2612
            "name": "phpunit/php-file-iterator",
2613
            "version": "1.4.5",
2614
            "source": {
2615
                "type": "git",
2616
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2617
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2618
            },
2619
            "dist": {
2620
                "type": "zip",
2621
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2622
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2623
                "shasum": ""
2624
            },
2625
            "require": {
2626
                "php": ">=5.3.3"
2627
            },
2628
            "type": "library",
2629
            "extra": {
2630
                "branch-alias": {
2631
                    "dev-master": "1.4.x-dev"
2632
                }
2633
            },
2634
            "autoload": {
2635
                "classmap": [
2636
                    "src/"
2637
                ]
2638
            },
2639
            "notification-url": "https://packagist.org/downloads/",
2640
            "license": [
2641
                "BSD-3-Clause"
2642
            ],
2643
            "authors": [
2644
                {
2645
                    "name": "Sebastian Bergmann",
2646
                    "email": "[email protected]",
2647
                    "role": "lead"
2648
                }
2649
            ],
2650
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2651
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2652
            "keywords": [
2653
                "filesystem",
2654
                "iterator"
2655
            ],
2656
            "time": "2017-11-27 13:52:08"
2657
        },
2658
        {
2659
            "name": "phpunit/php-text-template",
2660
            "version": "1.2.1",
2661
            "source": {
2662
                "type": "git",
2663
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2664
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2665
            },
2666
            "dist": {
2667
                "type": "zip",
2668
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2669
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2670
                "shasum": ""
2671
            },
2672
            "require": {
2673
                "php": ">=5.3.3"
2674
            },
2675
            "type": "library",
2676
            "autoload": {
2677
                "classmap": [
2678
                    "src/"
2679
                ]
2680
            },
2681
            "notification-url": "https://packagist.org/downloads/",
2682
            "license": [
2683
                "BSD-3-Clause"
2684
            ],
2685
            "authors": [
2686
                {
2687
                    "name": "Sebastian Bergmann",
2688
                    "email": "[email protected]",
2689
                    "role": "lead"
2690
                }
2691
            ],
2692
            "description": "Simple template engine.",
2693
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2694
            "keywords": [
2695
                "template"
2696
            ],
2697
            "time": "2015-06-21 13:50:34"
2698
        },
2699
        {
2700
            "name": "phpunit/php-timer",
2701
            "version": "1.0.9",
2702
            "source": {
2703
                "type": "git",
2704
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2705
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2706
            },
2707
            "dist": {
2708
                "type": "zip",
2709
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2710
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2711
                "shasum": ""
2712
            },
2713
            "require": {
2714
                "php": "^5.3.3 || ^7.0"
2715
            },
2716
            "require-dev": {
2717
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2718
            },
2719
            "type": "library",
2720
            "extra": {
2721
                "branch-alias": {
2722
                    "dev-master": "1.0-dev"
2723
                }
2724
            },
2725
            "autoload": {
2726
                "classmap": [
2727
                    "src/"
2728
                ]
2729
            },
2730
            "notification-url": "https://packagist.org/downloads/",
2731
            "license": [
2732
                "BSD-3-Clause"
2733
            ],
2734
            "authors": [
2735
                {
2736
                    "name": "Sebastian Bergmann",
2737
                    "email": "[email protected]",
2738
                    "role": "lead"
2739
                }
2740
            ],
2741
            "description": "Utility class for timing",
2742
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2743
            "keywords": [
2744
                "timer"
2745
            ],
2746
            "time": "2017-02-26 11:10:40"
2747
        },
2748
        {
2749
            "name": "phpunit/php-token-stream",
2750
            "version": "2.0.2",
2751
            "source": {
2752
                "type": "git",
2753
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2754
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2755
            },
2756
            "dist": {
2757
                "type": "zip",
2758
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2759
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2760
                "shasum": ""
2761
            },
2762
            "require": {
2763
                "ext-tokenizer": "*",
2764
                "php": "^7.0"
2765
            },
2766
            "require-dev": {
2767
                "phpunit/phpunit": "^6.2.4"
2768
            },
2769
            "type": "library",
2770
            "extra": {
2771
                "branch-alias": {
2772
                    "dev-master": "2.0-dev"
2773
                }
2774
            },
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": "Sebastian Bergmann",
2787
                    "email": "[email protected]"
2788
                }
2789
            ],
2790
            "description": "Wrapper around PHP's tokenizer extension.",
2791
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2792
            "keywords": [
2793
                "tokenizer"
2794
            ],
2795
            "time": "2017-11-27 05:48:46"
2796
        },
2797
        {
2798
            "name": "phpunit/phpunit",
2799
            "version": "6.5.8",
2800
            "source": {
2801
                "type": "git",
2802
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2803
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
2804
            },
2805
            "dist": {
2806
                "type": "zip",
2807
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
2808
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
2809
                "shasum": ""
2810
            },
2811
            "require": {
2812
                "ext-dom": "*",
2813
                "ext-json": "*",
2814
                "ext-libxml": "*",
2815
                "ext-mbstring": "*",
2816
                "ext-xml": "*",
2817
                "myclabs/deep-copy": "^1.6.1",
2818
                "phar-io/manifest": "^1.0.1",
2819
                "phar-io/version": "^1.0",
2820
                "php": "^7.0",
2821
                "phpspec/prophecy": "^1.7",
2822
                "phpunit/php-code-coverage": "^5.3",
2823
                "phpunit/php-file-iterator": "^1.4.3",
2824
                "phpunit/php-text-template": "^1.2.1",
2825
                "phpunit/php-timer": "^1.0.9",
2826
                "phpunit/phpunit-mock-objects": "^5.0.5",
2827
                "sebastian/comparator": "^2.1",
2828
                "sebastian/diff": "^2.0",
2829
                "sebastian/environment": "^3.1",
2830
                "sebastian/exporter": "^3.1",
2831
                "sebastian/global-state": "^2.0",
2832
                "sebastian/object-enumerator": "^3.0.3",
2833
                "sebastian/resource-operations": "^1.0",
2834
                "sebastian/version": "^2.0.1"
2835
            },
2836
            "conflict": {
2837
                "phpdocumentor/reflection-docblock": "3.0.2",
2838
                "phpunit/dbunit": "<3.0"
2839
            },
2840
            "require-dev": {
2841
                "ext-pdo": "*"
2842
            },
2843
            "suggest": {
2844
                "ext-xdebug": "*",
2845
                "phpunit/php-invoker": "^1.1"
2846
            },
2847
            "bin": [
2848
                "phpunit"
2849
            ],
2850
            "type": "library",
2851
            "extra": {
2852
                "branch-alias": {
2853
                    "dev-master": "6.5.x-dev"
2854
                }
2855
            },
2856
            "autoload": {
2857
                "classmap": [
2858
                    "src/"
2859
                ]
2860
            },
2861
            "notification-url": "https://packagist.org/downloads/",
2862
            "license": [
2863
                "BSD-3-Clause"
2864
            ],
2865
            "authors": [
2866
                {
2867
                    "name": "Sebastian Bergmann",
2868
                    "email": "[email protected]",
2869
                    "role": "lead"
2870
                }
2871
            ],
2872
            "description": "The PHP Unit Testing framework.",
2873
            "homepage": "https://phpunit.de/",
2874
            "keywords": [
2875
                "phpunit",
2876
                "testing",
2877
                "xunit"
2878
            ],
2879
            "time": "2018-04-10 11:38:34"
2880
        },
2881
        {
2882
            "name": "phpunit/phpunit-mock-objects",
2883
            "version": "5.0.6",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2887
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
2892
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "doctrine/instantiator": "^1.0.5",
2897
                "php": "^7.0",
2898
                "phpunit/php-text-template": "^1.2.1",
2899
                "sebastian/exporter": "^3.1"
2900
            },
2901
            "conflict": {
2902
                "phpunit/phpunit": "<6.0"
2903
            },
2904
            "require-dev": {
2905
                "phpunit/phpunit": "^6.5"
2906
            },
2907
            "suggest": {
2908
                "ext-soap": "*"
2909
            },
2910
            "type": "library",
2911
            "extra": {
2912
                "branch-alias": {
2913
                    "dev-master": "5.0.x-dev"
2914
                }
2915
            },
2916
            "autoload": {
2917
                "classmap": [
2918
                    "src/"
2919
                ]
2920
            },
2921
            "notification-url": "https://packagist.org/downloads/",
2922
            "license": [
2923
                "BSD-3-Clause"
2924
            ],
2925
            "authors": [
2926
                {
2927
                    "name": "Sebastian Bergmann",
2928
                    "email": "[email protected]",
2929
                    "role": "lead"
2930
                }
2931
            ],
2932
            "description": "Mock Object library for PHPUnit",
2933
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2934
            "keywords": [
2935
                "mock",
2936
                "xunit"
2937
            ],
2938
            "time": "2018-01-06 05:45:45"
2939
        },
2940
        {
2941
            "name": "sebastian/code-unit-reverse-lookup",
2942
            "version": "1.0.1",
2943
            "source": {
2944
                "type": "git",
2945
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2946
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2947
            },
2948
            "dist": {
2949
                "type": "zip",
2950
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2951
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2952
                "shasum": ""
2953
            },
2954
            "require": {
2955
                "php": "^5.6 || ^7.0"
2956
            },
2957
            "require-dev": {
2958
                "phpunit/phpunit": "^5.7 || ^6.0"
2959
            },
2960
            "type": "library",
2961
            "extra": {
2962
                "branch-alias": {
2963
                    "dev-master": "1.0.x-dev"
2964
                }
2965
            },
2966
            "autoload": {
2967
                "classmap": [
2968
                    "src/"
2969
                ]
2970
            },
2971
            "notification-url": "https://packagist.org/downloads/",
2972
            "license": [
2973
                "BSD-3-Clause"
2974
            ],
2975
            "authors": [
2976
                {
2977
                    "name": "Sebastian Bergmann",
2978
                    "email": "[email protected]"
2979
                }
2980
            ],
2981
            "description": "Looks up which function or method a line of code belongs to",
2982
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2983
            "time": "2017-03-04 06:30:41"
2984
        },
2985
        {
2986
            "name": "sebastian/comparator",
2987
            "version": "2.1.3",
2988
            "source": {
2989
                "type": "git",
2990
                "url": "https://github.com/sebastianbergmann/comparator.git",
2991
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2992
            },
2993
            "dist": {
2994
                "type": "zip",
2995
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
2996
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2997
                "shasum": ""
2998
            },
2999
            "require": {
3000
                "php": "^7.0",
3001
                "sebastian/diff": "^2.0 || ^3.0",
3002
                "sebastian/exporter": "^3.1"
3003
            },
3004
            "require-dev": {
3005
                "phpunit/phpunit": "^6.4"
3006
            },
3007
            "type": "library",
3008
            "extra": {
3009
                "branch-alias": {
3010
                    "dev-master": "2.1.x-dev"
3011
                }
3012
            },
3013
            "autoload": {
3014
                "classmap": [
3015
                    "src/"
3016
                ]
3017
            },
3018
            "notification-url": "https://packagist.org/downloads/",
3019
            "license": [
3020
                "BSD-3-Clause"
3021
            ],
3022
            "authors": [
3023
                {
3024
                    "name": "Jeff Welch",
3025
                    "email": "[email protected]"
3026
                },
3027
                {
3028
                    "name": "Volker Dusch",
3029
                    "email": "[email protected]"
3030
                },
3031
                {
3032
                    "name": "Bernhard Schussek",
3033
                    "email": "[email protected]"
3034
                },
3035
                {
3036
                    "name": "Sebastian Bergmann",
3037
                    "email": "[email protected]"
3038
                }
3039
            ],
3040
            "description": "Provides the functionality to compare PHP values for equality",
3041
            "homepage": "https://github.com/sebastianbergmann/comparator",
3042
            "keywords": [
3043
                "comparator",
3044
                "compare",
3045
                "equality"
3046
            ],
3047
            "time": "2018-02-01 13:46:46"
3048
        },
3049
        {
3050
            "name": "sebastian/diff",
3051
            "version": "2.0.1",
3052
            "source": {
3053
                "type": "git",
3054
                "url": "https://github.com/sebastianbergmann/diff.git",
3055
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3056
            },
3057
            "dist": {
3058
                "type": "zip",
3059
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3060
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3061
                "shasum": ""
3062
            },
3063
            "require": {
3064
                "php": "^7.0"
3065
            },
3066
            "require-dev": {
3067
                "phpunit/phpunit": "^6.2"
3068
            },
3069
            "type": "library",
3070
            "extra": {
3071
                "branch-alias": {
3072
                    "dev-master": "2.0-dev"
3073
                }
3074
            },
3075
            "autoload": {
3076
                "classmap": [
3077
                    "src/"
3078
                ]
3079
            },
3080
            "notification-url": "https://packagist.org/downloads/",
3081
            "license": [
3082
                "BSD-3-Clause"
3083
            ],
3084
            "authors": [
3085
                {
3086
                    "name": "Kore Nordmann",
3087
                    "email": "[email protected]"
3088
                },
3089
                {
3090
                    "name": "Sebastian Bergmann",
3091
                    "email": "[email protected]"
3092
                }
3093
            ],
3094
            "description": "Diff implementation",
3095
            "homepage": "https://github.com/sebastianbergmann/diff",
3096
            "keywords": [
3097
                "diff"
3098
            ],
3099
            "time": "2017-08-03 08:09:46"
3100
        },
3101
        {
3102
            "name": "sebastian/environment",
3103
            "version": "3.1.0",
3104
            "source": {
3105
                "type": "git",
3106
                "url": "https://github.com/sebastianbergmann/environment.git",
3107
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3108
            },
3109
            "dist": {
3110
                "type": "zip",
3111
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3112
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3113
                "shasum": ""
3114
            },
3115
            "require": {
3116
                "php": "^7.0"
3117
            },
3118
            "require-dev": {
3119
                "phpunit/phpunit": "^6.1"
3120
            },
3121
            "type": "library",
3122
            "extra": {
3123
                "branch-alias": {
3124
                    "dev-master": "3.1.x-dev"
3125
                }
3126
            },
3127
            "autoload": {
3128
                "classmap": [
3129
                    "src/"
3130
                ]
3131
            },
3132
            "notification-url": "https://packagist.org/downloads/",
3133
            "license": [
3134
                "BSD-3-Clause"
3135
            ],
3136
            "authors": [
3137
                {
3138
                    "name": "Sebastian Bergmann",
3139
                    "email": "[email protected]"
3140
                }
3141
            ],
3142
            "description": "Provides functionality to handle HHVM/PHP environments",
3143
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3144
            "keywords": [
3145
                "Xdebug",
3146
                "environment",
3147
                "hhvm"
3148
            ],
3149
            "time": "2017-07-01 08:51:00"
3150
        },
3151
        {
3152
            "name": "sebastian/exporter",
3153
            "version": "3.1.0",
3154
            "source": {
3155
                "type": "git",
3156
                "url": "https://github.com/sebastianbergmann/exporter.git",
3157
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3158
            },
3159
            "dist": {
3160
                "type": "zip",
3161
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3162
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3163
                "shasum": ""
3164
            },
3165
            "require": {
3166
                "php": "^7.0",
3167
                "sebastian/recursion-context": "^3.0"
3168
            },
3169
            "require-dev": {
3170
                "ext-mbstring": "*",
3171
                "phpunit/phpunit": "^6.0"
3172
            },
3173
            "type": "library",
3174
            "extra": {
3175
                "branch-alias": {
3176
                    "dev-master": "3.1.x-dev"
3177
                }
3178
            },
3179
            "autoload": {
3180
                "classmap": [
3181
                    "src/"
3182
                ]
3183
            },
3184
            "notification-url": "https://packagist.org/downloads/",
3185
            "license": [
3186
                "BSD-3-Clause"
3187
            ],
3188
            "authors": [
3189
                {
3190
                    "name": "Jeff Welch",
3191
                    "email": "[email protected]"
3192
                },
3193
                {
3194
                    "name": "Volker Dusch",
3195
                    "email": "[email protected]"
3196
                },
3197
                {
3198
                    "name": "Bernhard Schussek",
3199
                    "email": "[email protected]"
3200
                },
3201
                {
3202
                    "name": "Sebastian Bergmann",
3203
                    "email": "[email protected]"
3204
                },
3205
                {
3206
                    "name": "Adam Harvey",
3207
                    "email": "[email protected]"
3208
                }
3209
            ],
3210
            "description": "Provides the functionality to export PHP variables for visualization",
3211
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3212
            "keywords": [
3213
                "export",
3214
                "exporter"
3215
            ],
3216
            "time": "2017-04-03 13:19:02"
3217
        },
3218
        {
3219
            "name": "sebastian/global-state",
3220
            "version": "2.0.0",
3221
            "source": {
3222
                "type": "git",
3223
                "url": "https://github.com/sebastianbergmann/global-state.git",
3224
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3225
            },
3226
            "dist": {
3227
                "type": "zip",
3228
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3229
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3230
                "shasum": ""
3231
            },
3232
            "require": {
3233
                "php": "^7.0"
3234
            },
3235
            "require-dev": {
3236
                "phpunit/phpunit": "^6.0"
3237
            },
3238
            "suggest": {
3239
                "ext-uopz": "*"
3240
            },
3241
            "type": "library",
3242
            "extra": {
3243
                "branch-alias": {
3244
                    "dev-master": "2.0-dev"
3245
                }
3246
            },
3247
            "autoload": {
3248
                "classmap": [
3249
                    "src/"
3250
                ]
3251
            },
3252
            "notification-url": "https://packagist.org/downloads/",
3253
            "license": [
3254
                "BSD-3-Clause"
3255
            ],
3256
            "authors": [
3257
                {
3258
                    "name": "Sebastian Bergmann",
3259
                    "email": "[email protected]"
3260
                }
3261
            ],
3262
            "description": "Snapshotting of global state",
3263
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3264
            "keywords": [
3265
                "global state"
3266
            ],
3267
            "time": "2017-04-27 15:39:26"
3268
        },
3269
        {
3270
            "name": "sebastian/object-enumerator",
3271
            "version": "3.0.3",
3272
            "source": {
3273
                "type": "git",
3274
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3275
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3276
            },
3277
            "dist": {
3278
                "type": "zip",
3279
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3280
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3281
                "shasum": ""
3282
            },
3283
            "require": {
3284
                "php": "^7.0",
3285
                "sebastian/object-reflector": "^1.1.1",
3286
                "sebastian/recursion-context": "^3.0"
3287
            },
3288
            "require-dev": {
3289
                "phpunit/phpunit": "^6.0"
3290
            },
3291
            "type": "library",
3292
            "extra": {
3293
                "branch-alias": {
3294
                    "dev-master": "3.0.x-dev"
3295
                }
3296
            },
3297
            "autoload": {
3298
                "classmap": [
3299
                    "src/"
3300
                ]
3301
            },
3302
            "notification-url": "https://packagist.org/downloads/",
3303
            "license": [
3304
                "BSD-3-Clause"
3305
            ],
3306
            "authors": [
3307
                {
3308
                    "name": "Sebastian Bergmann",
3309
                    "email": "[email protected]"
3310
                }
3311
            ],
3312
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3313
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3314
            "time": "2017-08-03 12:35:26"
3315
        },
3316
        {
3317
            "name": "sebastian/object-reflector",
3318
            "version": "1.1.1",
3319
            "source": {
3320
                "type": "git",
3321
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3322
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3323
            },
3324
            "dist": {
3325
                "type": "zip",
3326
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3327
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3328
                "shasum": ""
3329
            },
3330
            "require": {
3331
                "php": "^7.0"
3332
            },
3333
            "require-dev": {
3334
                "phpunit/phpunit": "^6.0"
3335
            },
3336
            "type": "library",
3337
            "extra": {
3338
                "branch-alias": {
3339
                    "dev-master": "1.1-dev"
3340
                }
3341
            },
3342
            "autoload": {
3343
                "classmap": [
3344
                    "src/"
3345
                ]
3346
            },
3347
            "notification-url": "https://packagist.org/downloads/",
3348
            "license": [
3349
                "BSD-3-Clause"
3350
            ],
3351
            "authors": [
3352
                {
3353
                    "name": "Sebastian Bergmann",
3354
                    "email": "[email protected]"
3355
                }
3356
            ],
3357
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3358
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3359
            "time": "2017-03-29 09:07:27"
3360
        },
3361
        {
3362
            "name": "sebastian/recursion-context",
3363
            "version": "3.0.0",
3364
            "source": {
3365
                "type": "git",
3366
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3367
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3368
            },
3369
            "dist": {
3370
                "type": "zip",
3371
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3372
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3373
                "shasum": ""
3374
            },
3375
            "require": {
3376
                "php": "^7.0"
3377
            },
3378
            "require-dev": {
3379
                "phpunit/phpunit": "^6.0"
3380
            },
3381
            "type": "library",
3382
            "extra": {
3383
                "branch-alias": {
3384
                    "dev-master": "3.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": "Jeff Welch",
3399
                    "email": "[email protected]"
3400
                },
3401
                {
3402
                    "name": "Sebastian Bergmann",
3403
                    "email": "[email protected]"
3404
                },
3405
                {
3406
                    "name": "Adam Harvey",
3407
                    "email": "[email protected]"
3408
                }
3409
            ],
3410
            "description": "Provides functionality to recursively process PHP variables",
3411
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3412
            "time": "2017-03-03 06:23:57"
3413
        },
3414
        {
3415
            "name": "sebastian/resource-operations",
3416
            "version": "1.0.0",
3417
            "source": {
3418
                "type": "git",
3419
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3420
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3421
            },
3422
            "dist": {
3423
                "type": "zip",
3424
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3425
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3426
                "shasum": ""
3427
            },
3428
            "require": {
3429
                "php": ">=5.6.0"
3430
            },
3431
            "type": "library",
3432
            "extra": {
3433
                "branch-alias": {
3434
                    "dev-master": "1.0.x-dev"
3435
                }
3436
            },
3437
            "autoload": {
3438
                "classmap": [
3439
                    "src/"
3440
                ]
3441
            },
3442
            "notification-url": "https://packagist.org/downloads/",
3443
            "license": [
3444
                "BSD-3-Clause"
3445
            ],
3446
            "authors": [
3447
                {
3448
                    "name": "Sebastian Bergmann",
3449
                    "email": "[email protected]"
3450
                }
3451
            ],
3452
            "description": "Provides a list of PHP built-in functions that operate on resources",
3453
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3454
            "time": "2015-07-28 20:34:47"
3455
        },
3456
        {
3457
            "name": "sebastian/version",
3458
            "version": "2.0.1",
3459
            "source": {
3460
                "type": "git",
3461
                "url": "https://github.com/sebastianbergmann/version.git",
3462
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3463
            },
3464
            "dist": {
3465
                "type": "zip",
3466
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3467
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3468
                "shasum": ""
3469
            },
3470
            "require": {
3471
                "php": ">=5.6"
3472
            },
3473
            "type": "library",
3474
            "extra": {
3475
                "branch-alias": {
3476
                    "dev-master": "2.0.x-dev"
3477
                }
3478
            },
3479
            "autoload": {
3480
                "classmap": [
3481
                    "src/"
3482
                ]
3483
            },
3484
            "notification-url": "https://packagist.org/downloads/",
3485
            "license": [
3486
                "BSD-3-Clause"
3487
            ],
3488
            "authors": [
3489
                {
3490
                    "name": "Sebastian Bergmann",
3491
                    "email": "[email protected]",
3492
                    "role": "lead"
3493
                }
3494
            ],
3495
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3496
            "homepage": "https://github.com/sebastianbergmann/version",
3497
            "time": "2016-10-03 07:35:21"
3498
        },
3499
        {
3500
            "name": "squizlabs/php_codesniffer",
3501
            "version": "3.2.3",
3502
            "source": {
3503
                "type": "git",
3504
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3505
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
3506
            },
3507
            "dist": {
3508
                "type": "zip",
3509
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
3510
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
3511
                "shasum": ""
3512
            },
3513
            "require": {
3514
                "ext-simplexml": "*",
3515
                "ext-tokenizer": "*",
3516
                "ext-xmlwriter": "*",
3517
                "php": ">=5.4.0"
3518
            },
3519
            "require-dev": {
3520
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3521
            },
3522
            "bin": [
3523
                "bin/phpcs",
3524
                "bin/phpcbf"
3525
            ],
3526
            "type": "library",
3527
            "extra": {
3528
                "branch-alias": {
3529
                    "dev-master": "3.x-dev"
3530
                }
3531
            },
3532
            "notification-url": "https://packagist.org/downloads/",
3533
            "license": [
3534
                "BSD-3-Clause"
3535
            ],
3536
            "authors": [
3537
                {
3538
                    "name": "Greg Sherwood",
3539
                    "role": "lead"
3540
                }
3541
            ],
3542
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3543
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3544
            "keywords": [
3545
                "phpcs",
3546
                "standards"
3547
            ],
3548
            "time": "2018-02-20 21:35:23"
3549
        },
3550
        {
3551
            "name": "theseer/tokenizer",
3552
            "version": "1.1.0",
3553
            "source": {
3554
                "type": "git",
3555
                "url": "https://github.com/theseer/tokenizer.git",
3556
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3557
            },
3558
            "dist": {
3559
                "type": "zip",
3560
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3561
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3562
                "shasum": ""
3563
            },
3564
            "require": {
3565
                "ext-dom": "*",
3566
                "ext-tokenizer": "*",
3567
                "ext-xmlwriter": "*",
3568
                "php": "^7.0"
3569
            },
3570
            "type": "library",
3571
            "autoload": {
3572
                "classmap": [
3573
                    "src/"
3574
                ]
3575
            },
3576
            "notification-url": "https://packagist.org/downloads/",
3577
            "license": [
3578
                "BSD-3-Clause"
3579
            ],
3580
            "authors": [
3581
                {
3582
                    "name": "Arne Blankerts",
3583
                    "email": "[email protected]",
3584
                    "role": "Developer"
3585
                }
3586
            ],
3587
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3588
            "time": "2017-04-07 12:08:54"
3589
        },
3590
        {
3591
            "name": "webmozart/assert",
3592
            "version": "1.3.0",
3593
            "source": {
3594
                "type": "git",
3595
                "url": "https://github.com/webmozart/assert.git",
3596
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3597
            },
3598
            "dist": {
3599
                "type": "zip",
3600
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3601
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3602
                "shasum": ""
3603
            },
3604
            "require": {
3605
                "php": "^5.3.3 || ^7.0"
3606
            },
3607
            "require-dev": {
3608
                "phpunit/phpunit": "^4.6",
3609
                "sebastian/version": "^1.0.1"
3610
            },
3611
            "type": "library",
3612
            "extra": {
3613
                "branch-alias": {
3614
                    "dev-master": "1.3-dev"
3615
                }
3616
            },
3617
            "autoload": {
3618
                "psr-4": {
3619
                    "Webmozart\\Assert\\": "src/"
3620
                }
3621
            },
3622
            "notification-url": "https://packagist.org/downloads/",
3623
            "license": [
3624
                "MIT"
3625
            ],
3626
            "authors": [
3627
                {
3628
                    "name": "Bernhard Schussek",
3629
                    "email": "[email protected]"
3630
                }
3631
            ],
3632
            "description": "Assertions to validate method input/output with nice error messages.",
3633
            "keywords": [
3634
                "assert",
3635
                "check",
3636
                "validate"
3637
            ],
3638
            "time": "2018-01-29 19:49:41"
3639
        }
3640
    ],
3641
    "aliases": [],
3642
    "minimum-stability": "stable",
3643
    "stability-flags": [],
3644
    "prefer-stable": false,
3645
    "prefer-lowest": false,
3646
    "platform": {
3647
        "php": ">=7.0.0"
3648
    },
3649
    "platform-dev": []
3650
}
3651