Completed
Push — master ( a2c931...7905ad )
by Maxime
07:31 queued 04:40
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "1d72cc49732bef3d75221bf64212a4fe",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "dragonmantank/cron-expression",
132
            "version": "v2.2.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
141
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": ">=7.0.0"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": "~6.4"
149
            },
150
            "type": "library",
151
            "autoload": {
152
                "psr-4": {
153
                    "Cron\\": "src/Cron/"
154
                }
155
            },
156
            "notification-url": "https://packagist.org/downloads/",
157
            "license": [
158
                "MIT"
159
            ],
160
            "authors": [
161
                {
162
                    "name": "Michael Dowling",
163
                    "email": "[email protected]",
164
                    "homepage": "https://github.com/mtdowling"
165
                },
166
                {
167
                    "name": "Chris Tankersley",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/dragonmantank"
170
                }
171
            ],
172
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
173
            "keywords": [
174
                "cron",
175
                "schedule"
176
            ],
177
            "time": "2018-06-06T03:12:17+00:00"
178
        },
179
        {
180
            "name": "egulias/email-validator",
181
            "version": "2.1.4",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/egulias/EmailValidator.git",
185
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
190
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "doctrine/lexer": "^1.0.1",
195
                "php": ">= 5.5"
196
            },
197
            "require-dev": {
198
                "dominicsayers/isemail": "dev-master",
199
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
200
                "satooshi/php-coveralls": "^1.0.1"
201
            },
202
            "suggest": {
203
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "2.0.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Egulias\\EmailValidator\\": "EmailValidator"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Eduardo Gulias Davis"
223
                }
224
            ],
225
            "description": "A library for validating emails against several RFCs",
226
            "homepage": "https://github.com/egulias/EmailValidator",
227
            "keywords": [
228
                "email",
229
                "emailvalidation",
230
                "emailvalidator",
231
                "validation",
232
                "validator"
233
            ],
234
            "time": "2018-04-10T10:11:19+00:00"
235
        },
236
        {
237
            "name": "erusev/parsedown",
238
            "version": "1.7.1",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
247
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "ext-mbstring": "*",
252
                "php": ">=5.3.0"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "^4.8.35"
256
            },
257
            "type": "library",
258
            "autoload": {
259
                "psr-0": {
260
                    "Parsedown": ""
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "authors": [
268
                {
269
                    "name": "Emanuil Rusev",
270
                    "email": "[email protected]",
271
                    "homepage": "http://erusev.com"
272
                }
273
            ],
274
            "description": "Parser for Markdown.",
275
            "homepage": "http://parsedown.org",
276
            "keywords": [
277
                "markdown",
278
                "parser"
279
            ],
280
            "time": "2018-03-08T01:11:30+00:00"
281
        },
282
        {
283
            "name": "guzzlehttp/guzzle",
284
            "version": "6.3.3",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/guzzle/guzzle.git",
288
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
293
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "guzzlehttp/promises": "^1.0",
298
                "guzzlehttp/psr7": "^1.4",
299
                "php": ">=5.5"
300
            },
301
            "require-dev": {
302
                "ext-curl": "*",
303
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
304
                "psr/log": "^1.0"
305
            },
306
            "suggest": {
307
                "psr/log": "Required for using the Log middleware"
308
            },
309
            "type": "library",
310
            "extra": {
311
                "branch-alias": {
312
                    "dev-master": "6.3-dev"
313
                }
314
            },
315
            "autoload": {
316
                "files": [
317
                    "src/functions_include.php"
318
                ],
319
                "psr-4": {
320
                    "GuzzleHttp\\": "src/"
321
                }
322
            },
323
            "notification-url": "https://packagist.org/downloads/",
324
            "license": [
325
                "MIT"
326
            ],
327
            "authors": [
328
                {
329
                    "name": "Michael Dowling",
330
                    "email": "[email protected]",
331
                    "homepage": "https://github.com/mtdowling"
332
                }
333
            ],
334
            "description": "Guzzle is a PHP HTTP client library",
335
            "homepage": "http://guzzlephp.org/",
336
            "keywords": [
337
                "client",
338
                "curl",
339
                "framework",
340
                "http",
341
                "http client",
342
                "rest",
343
                "web service"
344
            ],
345
            "time": "2018-04-22T15:46:56+00:00"
346
        },
347
        {
348
            "name": "guzzlehttp/promises",
349
            "version": "v1.3.1",
350
            "source": {
351
                "type": "git",
352
                "url": "https://github.com/guzzle/promises.git",
353
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
354
            },
355
            "dist": {
356
                "type": "zip",
357
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
358
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
359
                "shasum": ""
360
            },
361
            "require": {
362
                "php": ">=5.5.0"
363
            },
364
            "require-dev": {
365
                "phpunit/phpunit": "^4.0"
366
            },
367
            "type": "library",
368
            "extra": {
369
                "branch-alias": {
370
                    "dev-master": "1.4-dev"
371
                }
372
            },
373
            "autoload": {
374
                "psr-4": {
375
                    "GuzzleHttp\\Promise\\": "src/"
376
                },
377
                "files": [
378
                    "src/functions_include.php"
379
                ]
380
            },
381
            "notification-url": "https://packagist.org/downloads/",
382
            "license": [
383
                "MIT"
384
            ],
385
            "authors": [
386
                {
387
                    "name": "Michael Dowling",
388
                    "email": "[email protected]",
389
                    "homepage": "https://github.com/mtdowling"
390
                }
391
            ],
392
            "description": "Guzzle promises library",
393
            "keywords": [
394
                "promise"
395
            ],
396
            "time": "2016-12-20T10:07:11+00:00"
397
        },
398
        {
399
            "name": "guzzlehttp/psr7",
400
            "version": "1.4.2",
401
            "source": {
402
                "type": "git",
403
                "url": "https://github.com/guzzle/psr7.git",
404
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
405
            },
406
            "dist": {
407
                "type": "zip",
408
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
409
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
410
                "shasum": ""
411
            },
412
            "require": {
413
                "php": ">=5.4.0",
414
                "psr/http-message": "~1.0"
415
            },
416
            "provide": {
417
                "psr/http-message-implementation": "1.0"
418
            },
419
            "require-dev": {
420
                "phpunit/phpunit": "~4.0"
421
            },
422
            "type": "library",
423
            "extra": {
424
                "branch-alias": {
425
                    "dev-master": "1.4-dev"
426
                }
427
            },
428
            "autoload": {
429
                "psr-4": {
430
                    "GuzzleHttp\\Psr7\\": "src/"
431
                },
432
                "files": [
433
                    "src/functions_include.php"
434
                ]
435
            },
436
            "notification-url": "https://packagist.org/downloads/",
437
            "license": [
438
                "MIT"
439
            ],
440
            "authors": [
441
                {
442
                    "name": "Michael Dowling",
443
                    "email": "[email protected]",
444
                    "homepage": "https://github.com/mtdowling"
445
                },
446
                {
447
                    "name": "Tobias Schultze",
448
                    "homepage": "https://github.com/Tobion"
449
                }
450
            ],
451
            "description": "PSR-7 message implementation that also provides common utility methods",
452
            "keywords": [
453
                "http",
454
                "message",
455
                "request",
456
                "response",
457
                "stream",
458
                "uri",
459
                "url"
460
            ],
461
            "time": "2017-03-20T17:10:46+00:00"
462
        },
463
        {
464
            "name": "jaybizzle/crawler-detect",
465
            "version": "v1.2.66",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/JayBizzle/Crawler-Detect.git",
469
                "reference": "55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1",
474
                "reference": "55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "php": ">=5.3.0"
479
            },
480
            "require-dev": {
481
                "phpunit/phpunit": "^4.8|^5.5|^6.5",
482
                "satooshi/php-coveralls": "1.*"
483
            },
484
            "type": "library",
485
            "autoload": {
486
                "psr-4": {
487
                    "Jaybizzle\\CrawlerDetect\\": "src/"
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "MIT"
493
            ],
494
            "authors": [
495
                {
496
                    "name": "Mark Beech",
497
                    "email": "[email protected]",
498
                    "role": "Developer"
499
                }
500
            ],
501
            "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
502
            "homepage": "https://github.com/JayBizzle/Crawler-Detect/",
503
            "keywords": [
504
                "crawler",
505
                "crawler detect",
506
                "crawler detector",
507
                "crawlerdetect",
508
                "php crawler detect"
509
            ],
510
            "time": "2018-07-30T20:23:10+00:00"
511
        },
512
        {
513
            "name": "jenssegers/agent",
514
            "version": "v2.6.0",
515
            "source": {
516
                "type": "git",
517
                "url": "https://github.com/jenssegers/agent.git",
518
                "reference": "df71082ed2a95fc8a82ba30832ccf72df939f02a"
519
            },
520
            "dist": {
521
                "type": "zip",
522
                "url": "https://api.github.com/repos/jenssegers/agent/zipball/df71082ed2a95fc8a82ba30832ccf72df939f02a",
523
                "reference": "df71082ed2a95fc8a82ba30832ccf72df939f02a",
524
                "shasum": ""
525
            },
526
            "require": {
527
                "jaybizzle/crawler-detect": "^1.2",
528
                "mobiledetect/mobiledetectlib": "^2.7.6",
529
                "php": ">=5.4.0"
530
            },
531
            "require-dev": {
532
                "phpunit/phpunit": "^4.0|^5.0|^6.0",
533
                "satooshi/php-coveralls": "^1.0"
534
            },
535
            "type": "library",
536
            "extra": {
537
                "branch-alias": {
538
                    "dev-master": "3.0-dev"
539
                },
540
                "laravel": {
541
                    "providers": [
542
                        "Jenssegers\\Agent\\AgentServiceProvider"
543
                    ],
544
                    "aliases": {
545
                        "Agent": "Jenssegers\\Agent\\Facades\\Agent"
546
                    }
547
                }
548
            },
549
            "autoload": {
550
                "psr-4": {
551
                    "Jenssegers\\Agent\\": "src/"
552
                }
553
            },
554
            "notification-url": "https://packagist.org/downloads/",
555
            "license": [
556
                "MIT"
557
            ],
558
            "authors": [
559
                {
560
                    "name": "Jens Segers",
561
                    "homepage": "https://jenssegers.com"
562
                }
563
            ],
564
            "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect",
565
            "homepage": "https://github.com/jenssegers/agent",
566
            "keywords": [
567
                "Agent",
568
                "browser",
569
                "desktop",
570
                "laravel",
571
                "mobile",
572
                "platform",
573
                "user agent",
574
                "useragent"
575
            ],
576
            "time": "2017-11-10T10:35:35+00:00"
577
        },
578
        {
579
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

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