Completed
Push — master ( 110493...8c0c1c )
by Avtandil
02:46
created

composer.lock (1 issue)

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": "33134b7e9eb92fd81f099fdec784bf98",
8
    "packages": [
9
        {
10
            "name": "barryvdh/laravel-debugbar",
11
            "version": "v3.1.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/barryvdh/laravel-debugbar.git",
15
                "reference": "f0018d359a2ad6968ad11b283283a925e017f3c9"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/f0018d359a2ad6968ad11b283283a925e017f3c9",
20
                "reference": "f0018d359a2ad6968ad11b283283a925e017f3c9",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "illuminate/routing": "5.5.x|5.6.x",
25
                "illuminate/session": "5.5.x|5.6.x",
26
                "illuminate/support": "5.5.x|5.6.x",
27
                "maximebf/debugbar": "~1.15.0",
28
                "php": ">=7.0",
29
                "symfony/debug": "^3|^4",
30
                "symfony/finder": "^3|^4"
31
            },
32
            "require-dev": {
33
                "illuminate/framework": "5.5.x"
34
            },
35
            "type": "library",
36
            "extra": {
37
                "branch-alias": {
38
                    "dev-master": "3.2-dev"
39
                },
40
                "laravel": {
41
                    "providers": [
42
                        "Barryvdh\\Debugbar\\ServiceProvider"
43
                    ],
44
                    "aliases": {
45
                        "Debugbar": "Barryvdh\\Debugbar\\Facade"
46
                    }
47
                }
48
            },
49
            "autoload": {
50
                "psr-4": {
51
                    "Barryvdh\\Debugbar\\": "src/"
52
                },
53
                "files": [
54
                    "src/helpers.php"
55
                ]
56
            },
57
            "notification-url": "https://packagist.org/downloads/",
58
            "license": [
59
                "MIT"
60
            ],
61
            "authors": [
62
                {
63
                    "name": "Barry vd. Heuvel",
64
                    "email": "[email protected]"
65
                }
66
            ],
67
            "description": "PHP Debugbar integration for Laravel",
68
            "keywords": [
69
                "debug",
70
                "debugbar",
71
                "laravel",
72
                "profiler",
73
                "webprofiler"
74
            ],
75
            "time": "2018-02-07T08:29:09+00:00"
76
        },
77
        {
78
            "name": "doctrine/inflector",
79
            "version": "v1.3.0",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/inflector.git",
83
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
88
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": "^7.1"
93
            },
94
            "require-dev": {
95
                "phpunit/phpunit": "^6.2"
96
            },
97
            "type": "library",
98
            "extra": {
99
                "branch-alias": {
100
                    "dev-master": "1.3.x-dev"
101
                }
102
            },
103
            "autoload": {
104
                "psr-4": {
105
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
106
                }
107
            },
108
            "notification-url": "https://packagist.org/downloads/",
109
            "license": [
110
                "MIT"
111
            ],
112
            "authors": [
113
                {
114
                    "name": "Roman Borschel",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Benjamin Eberlei",
119
                    "email": "[email protected]"
120
                },
121
                {
122
                    "name": "Guilherme Blanco",
123
                    "email": "[email protected]"
124
                },
125
                {
126
                    "name": "Jonathan Wage",
127
                    "email": "[email protected]"
128
                },
129
                {
130
                    "name": "Johannes Schmitt",
131
                    "email": "[email protected]"
132
                }
133
            ],
134
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
135
            "homepage": "http://www.doctrine-project.org",
136
            "keywords": [
137
                "inflection",
138
                "pluralize",
139
                "singularize",
140
                "string"
141
            ],
142
            "time": "2018-01-09T20:05:19+00:00"
143
        },
144
        {
145
            "name": "doctrine/lexer",
146
            "version": "v1.0.1",
147
            "source": {
148
                "type": "git",
149
                "url": "https://github.com/doctrine/lexer.git",
150
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
151
            },
152
            "dist": {
153
                "type": "zip",
154
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
155
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
156
                "shasum": ""
157
            },
158
            "require": {
159
                "php": ">=5.3.2"
160
            },
161
            "type": "library",
162
            "extra": {
163
                "branch-alias": {
164
                    "dev-master": "1.0.x-dev"
165
                }
166
            },
167
            "autoload": {
168
                "psr-0": {
169
                    "Doctrine\\Common\\Lexer\\": "lib/"
170
                }
171
            },
172
            "notification-url": "https://packagist.org/downloads/",
173
            "license": [
174
                "MIT"
175
            ],
176
            "authors": [
177
                {
178
                    "name": "Roman Borschel",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Guilherme Blanco",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Johannes Schmitt",
187
                    "email": "[email protected]"
188
                }
189
            ],
190
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
191
            "homepage": "http://www.doctrine-project.org",
192
            "keywords": [
193
                "lexer",
194
                "parser"
195
            ],
196
            "time": "2014-09-09T13:34:57+00:00"
197
        },
198
        {
199
            "name": "egulias/email-validator",
200
            "version": "2.1.3",
201
            "source": {
202
                "type": "git",
203
                "url": "https://github.com/egulias/EmailValidator.git",
204
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
205
            },
206
            "dist": {
207
                "type": "zip",
208
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
209
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
210
                "shasum": ""
211
            },
212
            "require": {
213
                "doctrine/lexer": "^1.0.1",
214
                "php": ">= 5.5"
215
            },
216
            "require-dev": {
217
                "dominicsayers/isemail": "dev-master",
218
                "phpunit/phpunit": "^4.8.35",
219
                "satooshi/php-coveralls": "^1.0.1"
220
            },
221
            "suggest": {
222
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
223
            },
224
            "type": "library",
225
            "extra": {
226
                "branch-alias": {
227
                    "dev-master": "2.0.x-dev"
228
                }
229
            },
230
            "autoload": {
231
                "psr-4": {
232
                    "Egulias\\EmailValidator\\": "EmailValidator"
233
                }
234
            },
235
            "notification-url": "https://packagist.org/downloads/",
236
            "license": [
237
                "MIT"
238
            ],
239
            "authors": [
240
                {
241
                    "name": "Eduardo Gulias Davis"
242
                }
243
            ],
244
            "description": "A library for validating emails against several RFCs",
245
            "homepage": "https://github.com/egulias/EmailValidator",
246
            "keywords": [
247
                "email",
248
                "emailvalidation",
249
                "emailvalidator",
250
                "validation",
251
                "validator"
252
            ],
253
            "time": "2017-11-15T23:40:40+00:00"
254
        },
255
        {
256
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

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