GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( b9fcfb...300e55 )
by Amr
07:27
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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

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