Completed
Push — master ( a17c10...09cc32 )
by Maxime
04:10
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.64",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/JayBizzle/Crawler-Detect.git",
469
                "reference": "f62200a42fdc5ea53c873f38c123a8e6b54ca0de"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/f62200a42fdc5ea53c873f38c123a8e6b54ca0de",
474
                "reference": "f62200a42fdc5ea53c873f38c123a8e6b54ca0de",
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-06-22T20:32:56+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",
580
            "version": "v5.6.26",
581
            "source": {
582
                "type": "git",
583
                "url": "https://github.com/laravel/framework.git",
584
                "reference": "7047df295e77cecb6a2f84736a732af66cc6789c"
585
            },
586
            "dist": {
587
                "type": "zip",
588
                "url": "https://api.github.com/repos/laravel/framework/zipball/7047df295e77cecb6a2f84736a732af66cc6789c",
589
                "reference": "7047df295e77cecb6a2f84736a732af66cc6789c",
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-06-20T14:21:11+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": "v2.0.17",
987
            "source": {
988
                "type": "git",
989
                "url": "https://github.com/paragonie/random_compat.git",
990
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
991
            },
992
            "dist": {
993
                "type": "zip",
994
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
995
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
996
                "shasum": ""
997
            },
998
            "require": {
999
                "php": ">=5.2.0"
1000
            },
1001
            "require-dev": {
1002
                "phpunit/phpunit": "4.*|5.*"
1003
            },
1004
            "suggest": {
1005
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1006
            },
1007
            "type": "library",
1008
            "autoload": {
1009
                "files": [
1010
                    "lib/random.php"
1011
                ]
1012
            },
1013
            "notification-url": "https://packagist.org/downloads/",
1014
            "license": [
1015
                "MIT"
1016
            ],
1017
            "authors": [
1018
                {
1019
                    "name": "Paragon Initiative Enterprises",
1020
                    "email": "[email protected]",
1021
                    "homepage": "https://paragonie.com"
1022
                }
1023
            ],
1024
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1025
            "keywords": [
1026
                "csprng",
1027
                "polyfill",
1028
                "pseudorandom",
1029
                "random"
1030
            ],
1031
            "time": "2018-07-04T16:31:37+00:00"
1032
        },
1033
        {
1034
            "name": "psr/container",
1035
            "version": "1.0.0",
1036
            "source": {
1037
                "type": "git",
1038
                "url": "https://github.com/php-fig/container.git",
1039
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1040
            },
1041
            "dist": {
1042
                "type": "zip",
1043
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1044
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1045
                "shasum": ""
1046
            },
1047
            "require": {
1048
                "php": ">=5.3.0"
1049
            },
1050
            "type": "library",
1051
            "extra": {
1052
                "branch-alias": {
1053
                    "dev-master": "1.0.x-dev"
1054
                }
1055
            },
1056
            "autoload": {
1057
                "psr-4": {
1058
                    "Psr\\Container\\": "src/"
1059
                }
1060
            },
1061
            "notification-url": "https://packagist.org/downloads/",
1062
            "license": [
1063
                "MIT"
1064
            ],
1065
            "authors": [
1066
                {
1067
                    "name": "PHP-FIG",
1068
                    "homepage": "http://www.php-fig.org/"
1069
                }
1070
            ],
1071
            "description": "Common Container Interface (PHP FIG PSR-11)",
1072
            "homepage": "https://github.com/php-fig/container",
1073
            "keywords": [
1074
                "PSR-11",
1075
                "container",
1076
                "container-interface",
1077
                "container-interop",
1078
                "psr"
1079
            ],
1080
            "time": "2017-02-14T16:28:37+00:00"
1081
        },
1082
        {
1083
            "name": "psr/http-message",
1084
            "version": "1.0.1",
1085
            "source": {
1086
                "type": "git",
1087
                "url": "https://github.com/php-fig/http-message.git",
1088
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1089
            },
1090
            "dist": {
1091
                "type": "zip",
1092
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1093
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1094
                "shasum": ""
1095
            },
1096
            "require": {
1097
                "php": ">=5.3.0"
1098
            },
1099
            "type": "library",
1100
            "extra": {
1101
                "branch-alias": {
1102
                    "dev-master": "1.0.x-dev"
1103
                }
1104
            },
1105
            "autoload": {
1106
                "psr-4": {
1107
                    "Psr\\Http\\Message\\": "src/"
1108
                }
1109
            },
1110
            "notification-url": "https://packagist.org/downloads/",
1111
            "license": [
1112
                "MIT"
1113
            ],
1114
            "authors": [
1115
                {
1116
                    "name": "PHP-FIG",
1117
                    "homepage": "http://www.php-fig.org/"
1118
                }
1119
            ],
1120
            "description": "Common interface for HTTP messages",
1121
            "homepage": "https://github.com/php-fig/http-message",
1122
            "keywords": [
1123
                "http",
1124
                "http-message",
1125
                "psr",
1126
                "psr-7",
1127
                "request",
1128
                "response"
1129
            ],
1130
            "time": "2016-08-06T14:39:51+00:00"
1131
        },
1132
        {
1133
            "name": "psr/log",
1134
            "version": "1.0.2",
1135
            "source": {
1136
                "type": "git",
1137
                "url": "https://github.com/php-fig/log.git",
1138
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1139
            },
1140
            "dist": {
1141
                "type": "zip",
1142
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1143
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1144
                "shasum": ""
1145
            },
1146
            "require": {
1147
                "php": ">=5.3.0"
1148
            },
1149
            "type": "library",
1150
            "extra": {
1151
                "branch-alias": {
1152
                    "dev-master": "1.0.x-dev"
1153
                }
1154
            },
1155
            "autoload": {
1156
                "psr-4": {
1157
                    "Psr\\Log\\": "Psr/Log/"
1158
                }
1159
            },
1160
            "notification-url": "https://packagist.org/downloads/",
1161
            "license": [
1162
                "MIT"
1163
            ],
1164
            "authors": [
1165
                {
1166
                    "name": "PHP-FIG",
1167
                    "homepage": "http://www.php-fig.org/"
1168
                }
1169
            ],
1170
            "description": "Common interface for logging libraries",
1171
            "homepage": "https://github.com/php-fig/log",
1172
            "keywords": [
1173
                "log",
1174
                "psr",
1175
                "psr-3"
1176
            ],
1177
            "time": "2016-10-10T12:19:37+00:00"
1178
        },
1179
        {
1180
            "name": "psr/simple-cache",
1181
            "version": "1.0.1",
1182
            "source": {
1183
                "type": "git",
1184
                "url": "https://github.com/php-fig/simple-cache.git",
1185
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1186
            },
1187
            "dist": {
1188
                "type": "zip",
1189
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1190
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1191
                "shasum": ""
1192
            },
1193
            "require": {
1194
                "php": ">=5.3.0"
1195
            },
1196
            "type": "library",
1197
            "extra": {
1198
                "branch-alias": {
1199
                    "dev-master": "1.0.x-dev"
1200
                }
1201
            },
1202
            "autoload": {
1203
                "psr-4": {
1204
                    "Psr\\SimpleCache\\": "src/"
1205
                }
1206
            },
1207
            "notification-url": "https://packagist.org/downloads/",
1208
            "license": [
1209
                "MIT"
1210
            ],
1211
            "authors": [
1212
                {
1213
                    "name": "PHP-FIG",
1214
                    "homepage": "http://www.php-fig.org/"
1215
                }
1216
            ],
1217
            "description": "Common interfaces for simple caching",
1218
            "keywords": [
1219
                "cache",
1220
                "caching",
1221
                "psr",
1222
                "psr-16",
1223
                "simple-cache"
1224
            ],
1225
            "time": "2017-10-23T01:57:42+00:00"
1226
        },
1227
        {
1228
            "name": "ramsey/uuid",
1229
            "version": "3.7.3",
1230
            "source": {
1231
                "type": "git",
1232
                "url": "https://github.com/ramsey/uuid.git",
1233
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
1234
            },
1235
            "dist": {
1236
                "type": "zip",
1237
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1238
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1239
                "shasum": ""
1240
            },
1241
            "require": {
1242
                "paragonie/random_compat": "^1.0|^2.0",
1243
                "php": "^5.4 || ^7.0"
1244
            },
1245
            "replace": {
1246
                "rhumsaa/uuid": "self.version"
1247
            },
1248
            "require-dev": {
1249
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1250
                "doctrine/annotations": "~1.2.0",
1251
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
1252
                "ircmaxell/random-lib": "^1.1",
1253
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1254
                "mockery/mockery": "^0.9.9",
1255
                "moontoast/math": "^1.1",
1256
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1257
                "phpunit/phpunit": "^4.7|^5.0",
1258
                "squizlabs/php_codesniffer": "^2.3"
1259
            },
1260
            "suggest": {
1261
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1262
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1263
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1264
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1265
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1266
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1267
            },
1268
            "type": "library",
1269
            "extra": {
1270
                "branch-alias": {
1271
                    "dev-master": "3.x-dev"
1272
                }
1273
            },
1274
            "autoload": {
1275
                "psr-4": {
1276
                    "Ramsey\\Uuid\\": "src/"
1277
                }
1278
            },
1279
            "notification-url": "https://packagist.org/downloads/",
1280
            "license": [
1281
                "MIT"
1282
            ],
1283
            "authors": [
1284
                {
1285
                    "name": "Marijn Huizendveld",
1286
                    "email": "[email protected]"
1287
                },
1288
                {
1289
                    "name": "Thibaud Fabre",
1290
                    "email": "[email protected]"
1291
                },
1292
                {
1293
                    "name": "Ben Ramsey",
1294
                    "email": "[email protected]",
1295
                    "homepage": "https://benramsey.com"
1296
                }
1297
            ],
1298
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1299
            "homepage": "https://github.com/ramsey/uuid",
1300
            "keywords": [
1301
                "guid",
1302
                "identifier",
1303
                "uuid"
1304
            ],
1305
            "time": "2018-01-20T00:28:24+00:00"
1306
        },
1307
        {
1308
            "name": "swiftmailer/swiftmailer",
1309
            "version": "v6.1.1",
1310
            "source": {
1311
                "type": "git",
1312
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1313
                "reference": "aa899fef280b1c1aec8d5d4ac069af7f80c89a23"
1314
            },
1315
            "dist": {
1316
                "type": "zip",
1317
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/aa899fef280b1c1aec8d5d4ac069af7f80c89a23",
1318
                "reference": "aa899fef280b1c1aec8d5d4ac069af7f80c89a23",
1319
                "shasum": ""
1320
            },
1321
            "require": {
1322
                "egulias/email-validator": "~2.0",
1323
                "php": ">=7.0.0"
1324
            },
1325
            "require-dev": {
1326
                "mockery/mockery": "~0.9.1",
1327
                "symfony/phpunit-bridge": "~3.3@dev"
1328
            },
1329
            "suggest": {
1330
                "ext-intl": "Needed to support internationalized email addresses",
1331
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
1332
            },
1333
            "type": "library",
1334
            "extra": {
1335
                "branch-alias": {
1336
                    "dev-master": "6.1-dev"
1337
                }
1338
            },
1339
            "autoload": {
1340
                "files": [
1341
                    "lib/swift_required.php"
1342
                ]
1343
            },
1344
            "notification-url": "https://packagist.org/downloads/",
1345
            "license": [
1346
                "MIT"
1347
            ],
1348
            "authors": [
1349
                {
1350
                    "name": "Chris Corbyn"
1351
                },
1352
                {
1353
                    "name": "Fabien Potencier",
1354
                    "email": "[email protected]"
1355
                }
1356
            ],
1357
            "description": "Swiftmailer, free feature-rich PHP mailer",
1358
            "homepage": "https://swiftmailer.symfony.com",
1359
            "keywords": [
1360
                "email",
1361
                "mail",
1362
                "mailer"
1363
            ],
1364
            "time": "2018-07-04T11:12:44+00:00"
1365
        },
1366
        {
1367
            "name": "symfony/console",
1368
            "version": "v4.1.1",
1369
            "source": {
1370
                "type": "git",
1371
                "url": "https://github.com/symfony/console.git",
1372
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
1373
            },
1374
            "dist": {
1375
                "type": "zip",
1376
                "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
1377
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
1378
                "shasum": ""
1379
            },
1380
            "require": {
1381
                "php": "^7.1.3",
1382
                "symfony/polyfill-mbstring": "~1.0"
1383
            },
1384
            "conflict": {
1385
                "symfony/dependency-injection": "<3.4",
1386
                "symfony/process": "<3.3"
1387
            },
1388
            "require-dev": {
1389
                "psr/log": "~1.0",
1390
                "symfony/config": "~3.4|~4.0",
1391
                "symfony/dependency-injection": "~3.4|~4.0",
1392
                "symfony/event-dispatcher": "~3.4|~4.0",
1393
                "symfony/lock": "~3.4|~4.0",
1394
                "symfony/process": "~3.4|~4.0"
1395
            },
1396
            "suggest": {
1397
                "psr/log-implementation": "For using the console logger",
1398
                "symfony/event-dispatcher": "",
1399
                "symfony/lock": "",
1400
                "symfony/process": ""
1401
            },
1402
            "type": "library",
1403
            "extra": {
1404
                "branch-alias": {
1405
                    "dev-master": "4.1-dev"
1406
                }
1407
            },
1408
            "autoload": {
1409
                "psr-4": {
1410
                    "Symfony\\Component\\Console\\": ""
1411
                },
1412
                "exclude-from-classmap": [
1413
                    "/Tests/"
1414
                ]
1415
            },
1416
            "notification-url": "https://packagist.org/downloads/",
1417
            "license": [
1418
                "MIT"
1419
            ],
1420
            "authors": [
1421
                {
1422
                    "name": "Fabien Potencier",
1423
                    "email": "[email protected]"
1424
                },
1425
                {
1426
                    "name": "Symfony Community",
1427
                    "homepage": "https://symfony.com/contributors"
1428
                }
1429
            ],
1430
            "description": "Symfony Console Component",
1431
            "homepage": "https://symfony.com",
1432
            "time": "2018-05-31T10:17:53+00:00"
1433
        },
1434
        {
1435
            "name": "symfony/css-selector",
1436
            "version": "v4.1.1",
1437
            "source": {
1438
                "type": "git",
1439
                "url": "https://github.com/symfony/css-selector.git",
1440
                "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4"
1441
            },
1442
            "dist": {
1443
                "type": "zip",
1444
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
1445
                "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
1446
                "shasum": ""
1447
            },
1448
            "require": {
1449
                "php": "^7.1.3"
1450
            },
1451
            "type": "library",
1452
            "extra": {
1453
                "branch-alias": {
1454
                    "dev-master": "4.1-dev"
1455
                }
1456
            },
1457
            "autoload": {
1458
                "psr-4": {
1459
                    "Symfony\\Component\\CssSelector\\": ""
1460
                },
1461
                "exclude-from-classmap": [
1462
                    "/Tests/"
1463
                ]
1464
            },
1465
            "notification-url": "https://packagist.org/downloads/",
1466
            "license": [
1467
                "MIT"
1468
            ],
1469
            "authors": [
1470
                {
1471
                    "name": "Jean-François Simon",
1472
                    "email": "[email protected]"
1473
                },
1474
                {
1475
                    "name": "Fabien Potencier",
1476
                    "email": "[email protected]"
1477
                },
1478
                {
1479
                    "name": "Symfony Community",
1480
                    "homepage": "https://symfony.com/contributors"
1481
                }
1482
            ],
1483
            "description": "Symfony CssSelector Component",
1484
            "homepage": "https://symfony.com",
1485
            "time": "2018-05-30T07:26:09+00:00"
1486
        },
1487
        {
1488
            "name": "symfony/debug",
1489
            "version": "v4.1.1",
1490
            "source": {
1491
                "type": "git",
1492
                "url": "https://github.com/symfony/debug.git",
1493
                "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d"
1494
            },
1495
            "dist": {
1496
                "type": "zip",
1497
                "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1498
                "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
1499
                "shasum": ""
1500
            },
1501
            "require": {
1502
                "php": "^7.1.3",
1503
                "psr/log": "~1.0"
1504
            },
1505
            "conflict": {
1506
                "symfony/http-kernel": "<3.4"
1507
            },
1508
            "require-dev": {
1509
                "symfony/http-kernel": "~3.4|~4.0"
1510
            },
1511
            "type": "library",
1512
            "extra": {
1513
                "branch-alias": {
1514
                    "dev-master": "4.1-dev"
1515
                }
1516
            },
1517
            "autoload": {
1518
                "psr-4": {
1519
                    "Symfony\\Component\\Debug\\": ""
1520
                },
1521
                "exclude-from-classmap": [
1522
                    "/Tests/"
1523
                ]
1524
            },
1525
            "notification-url": "https://packagist.org/downloads/",
1526
            "license": [
1527
                "MIT"
1528
            ],
1529
            "authors": [
1530
                {
1531
                    "name": "Fabien Potencier",
1532
                    "email": "[email protected]"
1533
                },
1534
                {
1535
                    "name": "Symfony Community",
1536
                    "homepage": "https://symfony.com/contributors"
1537
                }
1538
            ],
1539
            "description": "Symfony Debug Component",
1540
            "homepage": "https://symfony.com",
1541
            "time": "2018-06-08T09:39:36+00:00"
1542
        },
1543
        {
1544
            "name": "symfony/event-dispatcher",
1545
            "version": "v4.1.1",
1546
            "source": {
1547
                "type": "git",
1548
                "url": "https://github.com/symfony/event-dispatcher.git",
1549
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
1550
            },
1551
            "dist": {
1552
                "type": "zip",
1553
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
1554
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
1555
                "shasum": ""
1556
            },
1557
            "require": {
1558
                "php": "^7.1.3"
1559
            },
1560
            "conflict": {
1561
                "symfony/dependency-injection": "<3.4"
1562
            },
1563
            "require-dev": {
1564
                "psr/log": "~1.0",
1565
                "symfony/config": "~3.4|~4.0",
1566
                "symfony/dependency-injection": "~3.4|~4.0",
1567
                "symfony/expression-language": "~3.4|~4.0",
1568
                "symfony/stopwatch": "~3.4|~4.0"
1569
            },
1570
            "suggest": {
1571
                "symfony/dependency-injection": "",
1572
                "symfony/http-kernel": ""
1573
            },
1574
            "type": "library",
1575
            "extra": {
1576
                "branch-alias": {
1577
                    "dev-master": "4.1-dev"
1578
                }
1579
            },
1580
            "autoload": {
1581
                "psr-4": {
1582
                    "Symfony\\Component\\EventDispatcher\\": ""
1583
                },
1584
                "exclude-from-classmap": [
1585
                    "/Tests/"
1586
                ]
1587
            },
1588
            "notification-url": "https://packagist.org/downloads/",
1589
            "license": [
1590
                "MIT"
1591
            ],
1592
            "authors": [
1593
                {
1594
                    "name": "Fabien Potencier",
1595
                    "email": "[email protected]"
1596
                },
1597
                {
1598
                    "name": "Symfony Community",
1599
                    "homepage": "https://symfony.com/contributors"
1600
                }
1601
            ],
1602
            "description": "Symfony EventDispatcher Component",
1603
            "homepage": "https://symfony.com",
1604
            "time": "2018-04-06T07:35:57+00:00"
1605
        },
1606
        {
1607
            "name": "symfony/finder",
1608
            "version": "v4.1.1",
1609
            "source": {
1610
                "type": "git",
1611
                "url": "https://github.com/symfony/finder.git",
1612
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
1613
            },
1614
            "dist": {
1615
                "type": "zip",
1616
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
1617
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
1618
                "shasum": ""
1619
            },
1620
            "require": {
1621
                "php": "^7.1.3"
1622
            },
1623
            "type": "library",
1624
            "extra": {
1625
                "branch-alias": {
1626
                    "dev-master": "4.1-dev"
1627
                }
1628
            },
1629
            "autoload": {
1630
                "psr-4": {
1631
                    "Symfony\\Component\\Finder\\": ""
1632
                },
1633
                "exclude-from-classmap": [
1634
                    "/Tests/"
1635
                ]
1636
            },
1637
            "notification-url": "https://packagist.org/downloads/",
1638
            "license": [
1639
                "MIT"
1640
            ],
1641
            "authors": [
1642
                {
1643
                    "name": "Fabien Potencier",
1644
                    "email": "[email protected]"
1645
                },
1646
                {
1647
                    "name": "Symfony Community",
1648
                    "homepage": "https://symfony.com/contributors"
1649
                }
1650
            ],
1651
            "description": "Symfony Finder Component",
1652
            "homepage": "https://symfony.com",
1653
            "time": "2018-06-19T21:38:16+00:00"
1654
        },
1655
        {
1656
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
1657
            "version": "v4.1.1",
1658
            "source": {
1659
                "type": "git",
1660
                "url": "https://github.com/symfony/http-foundation.git",
1661
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
1662
            },
1663
            "dist": {
1664
                "type": "zip",
1665
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
1666
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
1667
                "shasum": ""
1668
            },
1669
            "require": {
1670
                "php": "^7.1.3",
1671
                "symfony/polyfill-mbstring": "~1.1"
1672
            },
1673
            "require-dev": {
1674
                "predis/predis": "~1.0",
1675
                "symfony/expression-language": "~3.4|~4.0"
1676
            },
1677
            "type": "library",
1678
            "extra": {
1679
                "branch-alias": {
1680
                    "dev-master": "4.1-dev"
1681
                }
1682
            },
1683
            "autoload": {
1684
                "psr-4": {
1685
                    "Symfony\\Component\\HttpFoundation\\": ""
1686
                },
1687
                "exclude-from-classmap": [
1688
                    "/Tests/"
1689
                ]
1690
            },
1691
            "notification-url": "https://packagist.org/downloads/",
1692
            "license": [
1693
                "MIT"
1694
            ],
1695
            "authors": [
1696
                {
1697
                    "name": "Fabien Potencier",
1698
                    "email": "[email protected]"
1699
                },
1700
                {
1701
                    "name": "Symfony Community",
1702
                    "homepage": "https://symfony.com/contributors"
1703
                }
1704
            ],
1705
            "description": "Symfony HttpFoundation Component",
1706
            "homepage": "https://symfony.com",
1707
            "time": "2018-06-19T21:38:16+00:00"
1708
        },
1709
        {
1710
            "name": "symfony/http-kernel",
1711
            "version": "v4.1.1",
1712
            "source": {
1713
                "type": "git",
1714
                "url": "https://github.com/symfony/http-kernel.git",
1715
                "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955"
1716
            },
1717
            "dist": {
1718
                "type": "zip",
1719
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955",
1720
                "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955",
1721
                "shasum": ""
1722
            },
1723
            "require": {
1724
                "php": "^7.1.3",
1725
                "psr/log": "~1.0",
1726
                "symfony/debug": "~3.4|~4.0",
1727
                "symfony/event-dispatcher": "~4.1",
1728
                "symfony/http-foundation": "^4.1.1",
1729
                "symfony/polyfill-ctype": "~1.8"
1730
            },
1731
            "conflict": {
1732
                "symfony/config": "<3.4",
1733
                "symfony/dependency-injection": "<4.1",
1734
                "symfony/var-dumper": "<4.1.1",
1735
                "twig/twig": "<1.34|<2.4,>=2"
1736
            },
1737
            "provide": {
1738
                "psr/log-implementation": "1.0"
1739
            },
1740
            "require-dev": {
1741
                "psr/cache": "~1.0",
1742
                "symfony/browser-kit": "~3.4|~4.0",
1743
                "symfony/config": "~3.4|~4.0",
1744
                "symfony/console": "~3.4|~4.0",
1745
                "symfony/css-selector": "~3.4|~4.0",
1746
                "symfony/dependency-injection": "^4.1",
1747
                "symfony/dom-crawler": "~3.4|~4.0",
1748
                "symfony/expression-language": "~3.4|~4.0",
1749
                "symfony/finder": "~3.4|~4.0",
1750
                "symfony/process": "~3.4|~4.0",
1751
                "symfony/routing": "~3.4|~4.0",
1752
                "symfony/stopwatch": "~3.4|~4.0",
1753
                "symfony/templating": "~3.4|~4.0",
1754
                "symfony/translation": "~3.4|~4.0",
1755
                "symfony/var-dumper": "^4.1.1"
1756
            },
1757
            "suggest": {
1758
                "symfony/browser-kit": "",
1759
                "symfony/config": "",
1760
                "symfony/console": "",
1761
                "symfony/dependency-injection": "",
1762
                "symfony/var-dumper": ""
1763
            },
1764
            "type": "library",
1765
            "extra": {
1766
                "branch-alias": {
1767
                    "dev-master": "4.1-dev"
1768
                }
1769
            },
1770
            "autoload": {
1771
                "psr-4": {
1772
                    "Symfony\\Component\\HttpKernel\\": ""
1773
                },
1774
                "exclude-from-classmap": [
1775
                    "/Tests/"
1776
                ]
1777
            },
1778
            "notification-url": "https://packagist.org/downloads/",
1779
            "license": [
1780
                "MIT"
1781
            ],
1782
            "authors": [
1783
                {
1784
                    "name": "Fabien Potencier",
1785
                    "email": "[email protected]"
1786
                },
1787
                {
1788
                    "name": "Symfony Community",
1789
                    "homepage": "https://symfony.com/contributors"
1790
                }
1791
            ],
1792
            "description": "Symfony HttpKernel Component",
1793
            "homepage": "https://symfony.com",
1794
            "time": "2018-06-25T13:06:45+00:00"
1795
        },
1796
        {
1797
            "name": "symfony/polyfill-ctype",
1798
            "version": "v1.8.0",
1799
            "source": {
1800
                "type": "git",
1801
                "url": "https://github.com/symfony/polyfill-ctype.git",
1802
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1803
            },
1804
            "dist": {
1805
                "type": "zip",
1806
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1807
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1808
                "shasum": ""
1809
            },
1810
            "require": {
1811
                "php": ">=5.3.3"
1812
            },
1813
            "type": "library",
1814
            "extra": {
1815
                "branch-alias": {
1816
                    "dev-master": "1.8-dev"
1817
                }
1818
            },
1819
            "autoload": {
1820
                "psr-4": {
1821
                    "Symfony\\Polyfill\\Ctype\\": ""
1822
                },
1823
                "files": [
1824
                    "bootstrap.php"
1825
                ]
1826
            },
1827
            "notification-url": "https://packagist.org/downloads/",
1828
            "license": [
1829
                "MIT"
1830
            ],
1831
            "authors": [
1832
                {
1833
                    "name": "Symfony Community",
1834
                    "homepage": "https://symfony.com/contributors"
1835
                },
1836
                {
1837
                    "name": "Gert de Pagter",
1838
                    "email": "[email protected]"
1839
                }
1840
            ],
1841
            "description": "Symfony polyfill for ctype functions",
1842
            "homepage": "https://symfony.com",
1843
            "keywords": [
1844
                "compatibility",
1845
                "ctype",
1846
                "polyfill",
1847
                "portable"
1848
            ],
1849
            "time": "2018-04-30T19:57:29+00:00"
1850
        },
1851
        {
1852
            "name": "symfony/polyfill-mbstring",
1853
            "version": "v1.8.0",
1854
            "source": {
1855
                "type": "git",
1856
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1857
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1858
            },
1859
            "dist": {
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1862
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1863
                "shasum": ""
1864
            },
1865
            "require": {
1866
                "php": ">=5.3.3"
1867
            },
1868
            "suggest": {
1869
                "ext-mbstring": "For best performance"
1870
            },
1871
            "type": "library",
1872
            "extra": {
1873
                "branch-alias": {
1874
                    "dev-master": "1.8-dev"
1875
                }
1876
            },
1877
            "autoload": {
1878
                "psr-4": {
1879
                    "Symfony\\Polyfill\\Mbstring\\": ""
1880
                },
1881
                "files": [
1882
                    "bootstrap.php"
1883
                ]
1884
            },
1885
            "notification-url": "https://packagist.org/downloads/",
1886
            "license": [
1887
                "MIT"
1888
            ],
1889
            "authors": [
1890
                {
1891
                    "name": "Nicolas Grekas",
1892
                    "email": "[email protected]"
1893
                },
1894
                {
1895
                    "name": "Symfony Community",
1896
                    "homepage": "https://symfony.com/contributors"
1897
                }
1898
            ],
1899
            "description": "Symfony polyfill for the Mbstring extension",
1900
            "homepage": "https://symfony.com",
1901
            "keywords": [
1902
                "compatibility",
1903
                "mbstring",
1904
                "polyfill",
1905
                "portable",
1906
                "shim"
1907
            ],
1908
            "time": "2018-04-26T10:06:28+00:00"
1909
        },
1910
        {
1911
            "name": "symfony/polyfill-php72",
1912
            "version": "v1.8.0",
1913
            "source": {
1914
                "type": "git",
1915
                "url": "https://github.com/symfony/polyfill-php72.git",
1916
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1917
            },
1918
            "dist": {
1919
                "type": "zip",
1920
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1921
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1922
                "shasum": ""
1923
            },
1924
            "require": {
1925
                "php": ">=5.3.3"
1926
            },
1927
            "type": "library",
1928
            "extra": {
1929
                "branch-alias": {
1930
                    "dev-master": "1.8-dev"
1931
                }
1932
            },
1933
            "autoload": {
1934
                "psr-4": {
1935
                    "Symfony\\Polyfill\\Php72\\": ""
1936
                },
1937
                "files": [
1938
                    "bootstrap.php"
1939
                ]
1940
            },
1941
            "notification-url": "https://packagist.org/downloads/",
1942
            "license": [
1943
                "MIT"
1944
            ],
1945
            "authors": [
1946
                {
1947
                    "name": "Nicolas Grekas",
1948
                    "email": "[email protected]"
1949
                },
1950
                {
1951
                    "name": "Symfony Community",
1952
                    "homepage": "https://symfony.com/contributors"
1953
                }
1954
            ],
1955
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1956
            "homepage": "https://symfony.com",
1957
            "keywords": [
1958
                "compatibility",
1959
                "polyfill",
1960
                "portable",
1961
                "shim"
1962
            ],
1963
            "time": "2018-04-26T10:06:28+00:00"
1964
        },
1965
        {
1966
            "name": "symfony/process",
1967
            "version": "v4.1.1",
1968
            "source": {
1969
                "type": "git",
1970
                "url": "https://github.com/symfony/process.git",
1971
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
1972
            },
1973
            "dist": {
1974
                "type": "zip",
1975
                "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
1976
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
1977
                "shasum": ""
1978
            },
1979
            "require": {
1980
                "php": "^7.1.3"
1981
            },
1982
            "type": "library",
1983
            "extra": {
1984
                "branch-alias": {
1985
                    "dev-master": "4.1-dev"
1986
                }
1987
            },
1988
            "autoload": {
1989
                "psr-4": {
1990
                    "Symfony\\Component\\Process\\": ""
1991
                },
1992
                "exclude-from-classmap": [
1993
                    "/Tests/"
1994
                ]
1995
            },
1996
            "notification-url": "https://packagist.org/downloads/",
1997
            "license": [
1998
                "MIT"
1999
            ],
2000
            "authors": [
2001
                {
2002
                    "name": "Fabien Potencier",
2003
                    "email": "[email protected]"
2004
                },
2005
                {
2006
                    "name": "Symfony Community",
2007
                    "homepage": "https://symfony.com/contributors"
2008
                }
2009
            ],
2010
            "description": "Symfony Process Component",
2011
            "homepage": "https://symfony.com",
2012
            "time": "2018-05-31T10:17:53+00:00"
2013
        },
2014
        {
2015
            "name": "symfony/routing",
2016
            "version": "v4.1.1",
2017
            "source": {
2018
                "type": "git",
2019
                "url": "https://github.com/symfony/routing.git",
2020
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
2021
            },
2022
            "dist": {
2023
                "type": "zip",
2024
                "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
2025
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
2026
                "shasum": ""
2027
            },
2028
            "require": {
2029
                "php": "^7.1.3"
2030
            },
2031
            "conflict": {
2032
                "symfony/config": "<3.4",
2033
                "symfony/dependency-injection": "<3.4",
2034
                "symfony/yaml": "<3.4"
2035
            },
2036
            "require-dev": {
2037
                "doctrine/annotations": "~1.0",
2038
                "psr/log": "~1.0",
2039
                "symfony/config": "~3.4|~4.0",
2040
                "symfony/dependency-injection": "~3.4|~4.0",
2041
                "symfony/expression-language": "~3.4|~4.0",
2042
                "symfony/http-foundation": "~3.4|~4.0",
2043
                "symfony/yaml": "~3.4|~4.0"
2044
            },
2045
            "suggest": {
2046
                "doctrine/annotations": "For using the annotation loader",
2047
                "symfony/config": "For using the all-in-one router or any loader",
2048
                "symfony/dependency-injection": "For loading routes from a service",
2049
                "symfony/expression-language": "For using expression matching",
2050
                "symfony/http-foundation": "For using a Symfony Request object",
2051
                "symfony/yaml": "For using the YAML loader"
2052
            },
2053
            "type": "library",
2054
            "extra": {
2055
                "branch-alias": {
2056
                    "dev-master": "4.1-dev"
2057
                }
2058
            },
2059
            "autoload": {
2060
                "psr-4": {
2061
                    "Symfony\\Component\\Routing\\": ""
2062
                },
2063
                "exclude-from-classmap": [
2064
                    "/Tests/"
2065
                ]
2066
            },
2067
            "notification-url": "https://packagist.org/downloads/",
2068
            "license": [
2069
                "MIT"
2070
            ],
2071
            "authors": [
2072
                {
2073
                    "name": "Fabien Potencier",
2074
                    "email": "[email protected]"
2075
                },
2076
                {
2077
                    "name": "Symfony Community",
2078
                    "homepage": "https://symfony.com/contributors"
2079
                }
2080
            ],
2081
            "description": "Symfony Routing Component",
2082
            "homepage": "https://symfony.com",
2083
            "keywords": [
2084
                "router",
2085
                "routing",
2086
                "uri",
2087
                "url"
2088
            ],
2089
            "time": "2018-06-19T21:38:16+00:00"
2090
        },
2091
        {
2092
            "name": "symfony/translation",
2093
            "version": "v4.1.1",
2094
            "source": {
2095
                "type": "git",
2096
                "url": "https://github.com/symfony/translation.git",
2097
                "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854"
2098
            },
2099
            "dist": {
2100
                "type": "zip",
2101
                "url": "https://api.github.com/repos/symfony/translation/zipball/b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
2102
                "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854",
2103
                "shasum": ""
2104
            },
2105
            "require": {
2106
                "php": "^7.1.3",
2107
                "symfony/polyfill-mbstring": "~1.0"
2108
            },
2109
            "conflict": {
2110
                "symfony/config": "<3.4",
2111
                "symfony/dependency-injection": "<3.4",
2112
                "symfony/yaml": "<3.4"
2113
            },
2114
            "require-dev": {
2115
                "psr/log": "~1.0",
2116
                "symfony/config": "~3.4|~4.0",
2117
                "symfony/console": "~3.4|~4.0",
2118
                "symfony/dependency-injection": "~3.4|~4.0",
2119
                "symfony/finder": "~2.8|~3.0|~4.0",
2120
                "symfony/intl": "~3.4|~4.0",
2121
                "symfony/yaml": "~3.4|~4.0"
2122
            },
2123
            "suggest": {
2124
                "psr/log-implementation": "To use logging capability in translator",
2125
                "symfony/config": "",
2126
                "symfony/yaml": ""
2127
            },
2128
            "type": "library",
2129
            "extra": {
2130
                "branch-alias": {
2131
                    "dev-master": "4.1-dev"
2132
                }
2133
            },
2134
            "autoload": {
2135
                "psr-4": {
2136
                    "Symfony\\Component\\Translation\\": ""
2137
                },
2138
                "exclude-from-classmap": [
2139
                    "/Tests/"
2140
                ]
2141
            },
2142
            "notification-url": "https://packagist.org/downloads/",
2143
            "license": [
2144
                "MIT"
2145
            ],
2146
            "authors": [
2147
                {
2148
                    "name": "Fabien Potencier",
2149
                    "email": "[email protected]"
2150
                },
2151
                {
2152
                    "name": "Symfony Community",
2153
                    "homepage": "https://symfony.com/contributors"
2154
                }
2155
            ],
2156
            "description": "Symfony Translation Component",
2157
            "homepage": "https://symfony.com",
2158
            "time": "2018-06-22T08:59:39+00:00"
2159
        },
2160
        {
2161
            "name": "symfony/var-dumper",
2162
            "version": "v4.1.1",
2163
            "source": {
2164
                "type": "git",
2165
                "url": "https://github.com/symfony/var-dumper.git",
2166
                "reference": "b2eebaec085d1f2cafbad7644733d494a3bbbc9b"
2167
            },
2168
            "dist": {
2169
                "type": "zip",
2170
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2eebaec085d1f2cafbad7644733d494a3bbbc9b",
2171
                "reference": "b2eebaec085d1f2cafbad7644733d494a3bbbc9b",
2172
                "shasum": ""
2173
            },
2174
            "require": {
2175
                "php": "^7.1.3",
2176
                "symfony/polyfill-mbstring": "~1.0",
2177
                "symfony/polyfill-php72": "~1.5"
2178
            },
2179
            "conflict": {
2180
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2181
                "symfony/console": "<3.4"
2182
            },
2183
            "require-dev": {
2184
                "ext-iconv": "*",
2185
                "symfony/process": "~3.4|~4.0",
2186
                "twig/twig": "~1.34|~2.4"
2187
            },
2188
            "suggest": {
2189
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2190
                "ext-intl": "To show region name in time zone dump",
2191
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2192
            },
2193
            "bin": [
2194
                "Resources/bin/var-dump-server"
2195
            ],
2196
            "type": "library",
2197
            "extra": {
2198
                "branch-alias": {
2199
                    "dev-master": "4.1-dev"
2200
                }
2201
            },
2202
            "autoload": {
2203
                "files": [
2204
                    "Resources/functions/dump.php"
2205
                ],
2206
                "psr-4": {
2207
                    "Symfony\\Component\\VarDumper\\": ""
2208
                },
2209
                "exclude-from-classmap": [
2210
                    "/Tests/"
2211
                ]
2212
            },
2213
            "notification-url": "https://packagist.org/downloads/",
2214
            "license": [
2215
                "MIT"
2216
            ],
2217
            "authors": [
2218
                {
2219
                    "name": "Nicolas Grekas",
2220
                    "email": "[email protected]"
2221
                },
2222
                {
2223
                    "name": "Symfony Community",
2224
                    "homepage": "https://symfony.com/contributors"
2225
                }
2226
            ],
2227
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2228
            "homepage": "https://symfony.com",
2229
            "keywords": [
2230
                "debug",
2231
                "dump"
2232
            ],
2233
            "time": "2018-06-23T12:23:56+00:00"
2234
        },
2235
        {
2236
            "name": "tijsverkoyen/css-to-inline-styles",
2237
            "version": "2.2.1",
2238
            "source": {
2239
                "type": "git",
2240
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2241
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2242
            },
2243
            "dist": {
2244
                "type": "zip",
2245
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2246
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2247
                "shasum": ""
2248
            },
2249
            "require": {
2250
                "php": "^5.5 || ^7.0",
2251
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2252
            },
2253
            "require-dev": {
2254
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2255
            },
2256
            "type": "library",
2257
            "extra": {
2258
                "branch-alias": {
2259
                    "dev-master": "2.2.x-dev"
2260
                }
2261
            },
2262
            "autoload": {
2263
                "psr-4": {
2264
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
2265
                }
2266
            },
2267
            "notification-url": "https://packagist.org/downloads/",
2268
            "license": [
2269
                "BSD-3-Clause"
2270
            ],
2271
            "authors": [
2272
                {
2273
                    "name": "Tijs Verkoyen",
2274
                    "email": "[email protected]",
2275
                    "role": "Developer"
2276
                }
2277
            ],
2278
            "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.",
2279
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2280
            "time": "2017-11-27T11:13:29+00:00"
2281
        },
2282
        {
2283
            "name": "vlucas/phpdotenv",
2284
            "version": "v2.5.0",
2285
            "source": {
2286
                "type": "git",
2287
                "url": "https://github.com/vlucas/phpdotenv.git",
2288
                "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a"
2289
            },
2290
            "dist": {
2291
                "type": "zip",
2292
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
2293
                "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
2294
                "shasum": ""
2295
            },
2296
            "require": {
2297
                "php": ">=5.3.9"
2298
            },
2299
            "require-dev": {
2300
                "phpunit/phpunit": "^4.8.35 || ^5.0"
2301
            },
2302
            "type": "library",
2303
            "extra": {
2304
                "branch-alias": {
2305
                    "dev-master": "2.5-dev"
2306
                }
2307
            },
2308
            "autoload": {
2309
                "psr-4": {
2310
                    "Dotenv\\": "src/"
2311
                }
2312
            },
2313
            "notification-url": "https://packagist.org/downloads/",
2314
            "license": [
2315
                "BSD-3-Clause"
2316
            ],
2317
            "authors": [
2318
                {
2319
                    "name": "Vance Lucas",
2320
                    "email": "[email protected]",
2321
                    "homepage": "http://www.vancelucas.com"
2322
                }
2323
            ],
2324
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2325
            "keywords": [
2326
                "dotenv",
2327
                "env",
2328
                "environment"
2329
            ],
2330
            "time": "2018-07-01T10:25:50+00:00"
2331
        }
2332
    ],
2333
    "packages-dev": [
2334
        {
2335
            "name": "doctrine/instantiator",
2336
            "version": "1.1.0",
2337
            "source": {
2338
                "type": "git",
2339
                "url": "https://github.com/doctrine/instantiator.git",
2340
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2341
            },
2342
            "dist": {
2343
                "type": "zip",
2344
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2345
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2346
                "shasum": ""
2347
            },
2348
            "require": {
2349
                "php": "^7.1"
2350
            },
2351
            "require-dev": {
2352
                "athletic/athletic": "~0.1.8",
2353
                "ext-pdo": "*",
2354
                "ext-phar": "*",
2355
                "phpunit/phpunit": "^6.2.3",
2356
                "squizlabs/php_codesniffer": "^3.0.2"
2357
            },
2358
            "type": "library",
2359
            "extra": {
2360
                "branch-alias": {
2361
                    "dev-master": "1.2.x-dev"
2362
                }
2363
            },
2364
            "autoload": {
2365
                "psr-4": {
2366
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2367
                }
2368
            },
2369
            "notification-url": "https://packagist.org/downloads/",
2370
            "license": [
2371
                "MIT"
2372
            ],
2373
            "authors": [
2374
                {
2375
                    "name": "Marco Pivetta",
2376
                    "email": "[email protected]",
2377
                    "homepage": "http://ocramius.github.com/"
2378
                }
2379
            ],
2380
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2381
            "homepage": "https://github.com/doctrine/instantiator",
2382
            "keywords": [
2383
                "constructor",
2384
                "instantiate"
2385
            ],
2386
            "time": "2017-07-22T11:58:36+00:00"
2387
        },
2388
        {
2389
            "name": "fzaninotto/faker",
2390
            "version": "v1.7.1",
2391
            "source": {
2392
                "type": "git",
2393
                "url": "https://github.com/fzaninotto/Faker.git",
2394
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
2395
            },
2396
            "dist": {
2397
                "type": "zip",
2398
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2399
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2400
                "shasum": ""
2401
            },
2402
            "require": {
2403
                "php": "^5.3.3 || ^7.0"
2404
            },
2405
            "require-dev": {
2406
                "ext-intl": "*",
2407
                "phpunit/phpunit": "^4.0 || ^5.0",
2408
                "squizlabs/php_codesniffer": "^1.5"
2409
            },
2410
            "type": "library",
2411
            "extra": {
2412
                "branch-alias": {
2413
                    "dev-master": "1.8-dev"
2414
                }
2415
            },
2416
            "autoload": {
2417
                "psr-4": {
2418
                    "Faker\\": "src/Faker/"
2419
                }
2420
            },
2421
            "notification-url": "https://packagist.org/downloads/",
2422
            "license": [
2423
                "MIT"
2424
            ],
2425
            "authors": [
2426
                {
2427
                    "name": "François Zaninotto"
2428
                }
2429
            ],
2430
            "description": "Faker is a PHP library that generates fake data for you.",
2431
            "keywords": [
2432
                "data",
2433
                "faker",
2434
                "fixtures"
2435
            ],
2436
            "time": "2017-08-15T16:48:10+00:00"
2437
        },
2438
        {
2439
            "name": "hamcrest/hamcrest-php",
2440
            "version": "v2.0.0",
2441
            "source": {
2442
                "type": "git",
2443
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2444
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2445
            },
2446
            "dist": {
2447
                "type": "zip",
2448
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2449
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2450
                "shasum": ""
2451
            },
2452
            "require": {
2453
                "php": "^5.3|^7.0"
2454
            },
2455
            "replace": {
2456
                "cordoval/hamcrest-php": "*",
2457
                "davedevelopment/hamcrest-php": "*",
2458
                "kodova/hamcrest-php": "*"
2459
            },
2460
            "require-dev": {
2461
                "phpunit/php-file-iterator": "1.3.3",
2462
                "phpunit/phpunit": "~4.0",
2463
                "satooshi/php-coveralls": "^1.0"
2464
            },
2465
            "type": "library",
2466
            "extra": {
2467
                "branch-alias": {
2468
                    "dev-master": "2.0-dev"
2469
                }
2470
            },
2471
            "autoload": {
2472
                "classmap": [
2473
                    "hamcrest"
2474
                ]
2475
            },
2476
            "notification-url": "https://packagist.org/downloads/",
2477
            "license": [
2478
                "BSD"
2479
            ],
2480
            "description": "This is the PHP port of Hamcrest Matchers",
2481
            "keywords": [
2482
                "test"
2483
            ],
2484
            "time": "2016-01-20T08:20:44+00:00"
2485
        },
2486
        {
2487
            "name": "mockery/mockery",
2488
            "version": "1.1.0",
2489
            "source": {
2490
                "type": "git",
2491
                "url": "https://github.com/mockery/mockery.git",
2492
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
2493
            },
2494
            "dist": {
2495
                "type": "zip",
2496
                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
2497
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
2498
                "shasum": ""
2499
            },
2500
            "require": {
2501
                "hamcrest/hamcrest-php": "~2.0",
2502
                "lib-pcre": ">=7.0",
2503
                "php": ">=5.6.0"
2504
            },
2505
            "require-dev": {
2506
                "phpdocumentor/phpdocumentor": "^2.9",
2507
                "phpunit/phpunit": "~5.7.10|~6.5"
2508
            },
2509
            "type": "library",
2510
            "extra": {
2511
                "branch-alias": {
2512
                    "dev-master": "1.0.x-dev"
2513
                }
2514
            },
2515
            "autoload": {
2516
                "psr-0": {
2517
                    "Mockery": "library/"
2518
                }
2519
            },
2520
            "notification-url": "https://packagist.org/downloads/",
2521
            "license": [
2522
                "BSD-3-Clause"
2523
            ],
2524
            "authors": [
2525
                {
2526
                    "name": "Pádraic Brady",
2527
                    "email": "[email protected]",
2528
                    "homepage": "http://blog.astrumfutura.com"
2529
                },
2530
                {
2531
                    "name": "Dave Marshall",
2532
                    "email": "[email protected]",
2533
                    "homepage": "http://davedevelopment.co.uk"
2534
                }
2535
            ],
2536
            "description": "Mockery is a simple yet flexible PHP mock object framework",
2537
            "homepage": "https://github.com/mockery/mockery",
2538
            "keywords": [
2539
                "BDD",
2540
                "TDD",
2541
                "library",
2542
                "mock",
2543
                "mock objects",
2544
                "mockery",
2545
                "stub",
2546
                "test",
2547
                "test double",
2548
                "testing"
2549
            ],
2550
            "time": "2018-05-08T08:54:48+00:00"
2551
        },
2552
        {
2553
            "name": "myclabs/deep-copy",
2554
            "version": "1.8.1",
2555
            "source": {
2556
                "type": "git",
2557
                "url": "https://github.com/myclabs/DeepCopy.git",
2558
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2559
            },
2560
            "dist": {
2561
                "type": "zip",
2562
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2563
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2564
                "shasum": ""
2565
            },
2566
            "require": {
2567
                "php": "^7.1"
2568
            },
2569
            "replace": {
2570
                "myclabs/deep-copy": "self.version"
2571
            },
2572
            "require-dev": {
2573
                "doctrine/collections": "^1.0",
2574
                "doctrine/common": "^2.6",
2575
                "phpunit/phpunit": "^7.1"
2576
            },
2577
            "type": "library",
2578
            "autoload": {
2579
                "psr-4": {
2580
                    "DeepCopy\\": "src/DeepCopy/"
2581
                },
2582
                "files": [
2583
                    "src/DeepCopy/deep_copy.php"
2584
                ]
2585
            },
2586
            "notification-url": "https://packagist.org/downloads/",
2587
            "license": [
2588
                "MIT"
2589
            ],
2590
            "description": "Create deep copies (clones) of your objects",
2591
            "keywords": [
2592
                "clone",
2593
                "copy",
2594
                "duplicate",
2595
                "object",
2596
                "object graph"
2597
            ],
2598
            "time": "2018-06-11T23:09:50+00:00"
2599
        },
2600
        {
2601
            "name": "orchestra/database",
2602
            "version": "v3.6.1",
2603
            "source": {
2604
                "type": "git",
2605
                "url": "https://github.com/orchestral/database.git",
2606
                "reference": "158d8c24734157eb6e138575ca72ce4adea32131"
2607
            },
2608
            "dist": {
2609
                "type": "zip",
2610
                "url": "https://api.github.com/repos/orchestral/database/zipball/158d8c24734157eb6e138575ca72ce4adea32131",
2611
                "reference": "158d8c24734157eb6e138575ca72ce4adea32131",
2612
                "shasum": ""
2613
            },
2614
            "require": {
2615
                "illuminate/contracts": "~5.6.0",
2616
                "illuminate/database": "~5.6.0",
2617
                "php": ">=7.1"
2618
            },
2619
            "type": "library",
2620
            "extra": {
2621
                "branch-alias": {
2622
                    "dev-master": "3.6-dev"
2623
                }
2624
            },
2625
            "autoload": {
2626
                "psr-4": {
2627
                    "Orchestra\\Database\\": ""
2628
                }
2629
            },
2630
            "notification-url": "https://packagist.org/downloads/",
2631
            "license": [
2632
                "MIT"
2633
            ],
2634
            "authors": [
2635
                {
2636
                    "name": "Mior Muhammad Zaki",
2637
                    "email": "[email protected]",
2638
                    "homepage": "https://github.com/crynobone"
2639
                },
2640
                {
2641
                    "name": "Taylor Otwell",
2642
                    "email": "[email protected]",
2643
                    "homepage": "https://github.com/taylorotwell"
2644
                }
2645
            ],
2646
            "description": "Database Component for Orchestra Platform",
2647
            "keywords": [
2648
                "database",
2649
                "orchestra-platform",
2650
                "orchestral"
2651
            ],
2652
            "time": "2018-04-06T01:19:16+00:00"
2653
        },
2654
        {
2655
            "name": "orchestra/testbench",
2656
            "version": "v3.6.4",
2657
            "source": {
2658
                "type": "git",
2659
                "url": "https://github.com/orchestral/testbench.git",
2660
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73"
2661
            },
2662
            "dist": {
2663
                "type": "zip",
2664
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/242cc47d2e5d86ababe36d22519e2b948eff8f73",
2665
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73",
2666
                "shasum": ""
2667
            },
2668
            "require": {
2669
                "laravel/framework": "~5.6.13",
2670
                "orchestra/testbench-core": "~3.6.5",
2671
                "php": ">=7.1",
2672
                "phpunit/phpunit": "~7.0"
2673
            },
2674
            "require-dev": {
2675
                "mockery/mockery": "~1.0"
2676
            },
2677
            "type": "library",
2678
            "extra": {
2679
                "branch-alias": {
2680
                    "dev-master": "3.6-dev"
2681
                }
2682
            },
2683
            "notification-url": "https://packagist.org/downloads/",
2684
            "license": [
2685
                "MIT"
2686
            ],
2687
            "authors": [
2688
                {
2689
                    "name": "Mior Muhammad Zaki",
2690
                    "email": "[email protected]",
2691
                    "homepage": "https://github.com/crynobone"
2692
                }
2693
            ],
2694
            "description": "Laravel Testing Helper for Packages Development",
2695
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2696
            "keywords": [
2697
                "BDD",
2698
                "TDD",
2699
                "laravel",
2700
                "orchestra-platform",
2701
                "orchestral",
2702
                "testing"
2703
            ],
2704
            "time": "2018-03-27T09:27:00+00:00"
2705
        },
2706
        {
2707
            "name": "orchestra/testbench-core",
2708
            "version": "v3.6.5",
2709
            "source": {
2710
                "type": "git",
2711
                "url": "https://github.com/orchestral/testbench-core.git",
2712
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52"
2713
            },
2714
            "dist": {
2715
                "type": "zip",
2716
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/d089f0fd32a81764fbd98044148a193db828dd52",
2717
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52",
2718
                "shasum": ""
2719
            },
2720
            "require": {
2721
                "fzaninotto/faker": "~1.4",
2722
                "php": ">=7.1"
2723
            },
2724
            "require-dev": {
2725
                "laravel/framework": "~5.6.13",
2726
                "mockery/mockery": "~1.0",
2727
                "phpunit/phpunit": "~7.0"
2728
            },
2729
            "suggest": {
2730
                "laravel/framework": "Required for testing (~5.6.13).",
2731
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
2732
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).",
2733
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).",
2734
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)."
2735
            },
2736
            "type": "library",
2737
            "extra": {
2738
                "branch-alias": {
2739
                    "dev-master": "3.6-dev"
2740
                }
2741
            },
2742
            "autoload": {
2743
                "psr-4": {
2744
                    "Orchestra\\Testbench\\": "src/"
2745
                }
2746
            },
2747
            "notification-url": "https://packagist.org/downloads/",
2748
            "license": [
2749
                "MIT"
2750
            ],
2751
            "authors": [
2752
                {
2753
                    "name": "Mior Muhammad Zaki",
2754
                    "email": "[email protected]",
2755
                    "homepage": "https://github.com/crynobone"
2756
                }
2757
            ],
2758
            "description": "Testing Helper for Laravel Development",
2759
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2760
            "keywords": [
2761
                "BDD",
2762
                "TDD",
2763
                "laravel",
2764
                "orchestra-platform",
2765
                "orchestral",
2766
                "testing"
2767
            ],
2768
            "time": "2018-03-27T08:00:28+00:00"
2769
        },
2770
        {
2771
            "name": "phar-io/manifest",
2772
            "version": "1.0.1",
2773
            "source": {
2774
                "type": "git",
2775
                "url": "https://github.com/phar-io/manifest.git",
2776
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2777
            },
2778
            "dist": {
2779
                "type": "zip",
2780
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2781
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2782
                "shasum": ""
2783
            },
2784
            "require": {
2785
                "ext-dom": "*",
2786
                "ext-phar": "*",
2787
                "phar-io/version": "^1.0.1",
2788
                "php": "^5.6 || ^7.0"
2789
            },
2790
            "type": "library",
2791
            "extra": {
2792
                "branch-alias": {
2793
                    "dev-master": "1.0.x-dev"
2794
                }
2795
            },
2796
            "autoload": {
2797
                "classmap": [
2798
                    "src/"
2799
                ]
2800
            },
2801
            "notification-url": "https://packagist.org/downloads/",
2802
            "license": [
2803
                "BSD-3-Clause"
2804
            ],
2805
            "authors": [
2806
                {
2807
                    "name": "Arne Blankerts",
2808
                    "email": "[email protected]",
2809
                    "role": "Developer"
2810
                },
2811
                {
2812
                    "name": "Sebastian Heuer",
2813
                    "email": "[email protected]",
2814
                    "role": "Developer"
2815
                },
2816
                {
2817
                    "name": "Sebastian Bergmann",
2818
                    "email": "[email protected]",
2819
                    "role": "Developer"
2820
                }
2821
            ],
2822
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2823
            "time": "2017-03-05T18:14:27+00:00"
2824
        },
2825
        {
2826
            "name": "phar-io/version",
2827
            "version": "1.0.1",
2828
            "source": {
2829
                "type": "git",
2830
                "url": "https://github.com/phar-io/version.git",
2831
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2832
            },
2833
            "dist": {
2834
                "type": "zip",
2835
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2836
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2837
                "shasum": ""
2838
            },
2839
            "require": {
2840
                "php": "^5.6 || ^7.0"
2841
            },
2842
            "type": "library",
2843
            "autoload": {
2844
                "classmap": [
2845
                    "src/"
2846
                ]
2847
            },
2848
            "notification-url": "https://packagist.org/downloads/",
2849
            "license": [
2850
                "BSD-3-Clause"
2851
            ],
2852
            "authors": [
2853
                {
2854
                    "name": "Arne Blankerts",
2855
                    "email": "[email protected]",
2856
                    "role": "Developer"
2857
                },
2858
                {
2859
                    "name": "Sebastian Heuer",
2860
                    "email": "[email protected]",
2861
                    "role": "Developer"
2862
                },
2863
                {
2864
                    "name": "Sebastian Bergmann",
2865
                    "email": "[email protected]",
2866
                    "role": "Developer"
2867
                }
2868
            ],
2869
            "description": "Library for handling version information and constraints",
2870
            "time": "2017-03-05T17:38:23+00:00"
2871
        },
2872
        {
2873
            "name": "phpdocumentor/reflection-common",
2874
            "version": "1.0.1",
2875
            "source": {
2876
                "type": "git",
2877
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2878
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2879
            },
2880
            "dist": {
2881
                "type": "zip",
2882
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2883
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2884
                "shasum": ""
2885
            },
2886
            "require": {
2887
                "php": ">=5.5"
2888
            },
2889
            "require-dev": {
2890
                "phpunit/phpunit": "^4.6"
2891
            },
2892
            "type": "library",
2893
            "extra": {
2894
                "branch-alias": {
2895
                    "dev-master": "1.0.x-dev"
2896
                }
2897
            },
2898
            "autoload": {
2899
                "psr-4": {
2900
                    "phpDocumentor\\Reflection\\": [
2901
                        "src"
2902
                    ]
2903
                }
2904
            },
2905
            "notification-url": "https://packagist.org/downloads/",
2906
            "license": [
2907
                "MIT"
2908
            ],
2909
            "authors": [
2910
                {
2911
                    "name": "Jaap van Otterdijk",
2912
                    "email": "[email protected]"
2913
                }
2914
            ],
2915
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2916
            "homepage": "http://www.phpdoc.org",
2917
            "keywords": [
2918
                "FQSEN",
2919
                "phpDocumentor",
2920
                "phpdoc",
2921
                "reflection",
2922
                "static analysis"
2923
            ],
2924
            "time": "2017-09-11T18:02:19+00:00"
2925
        },
2926
        {
2927
            "name": "phpdocumentor/reflection-docblock",
2928
            "version": "4.3.0",
2929
            "source": {
2930
                "type": "git",
2931
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2932
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2933
            },
2934
            "dist": {
2935
                "type": "zip",
2936
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2937
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2938
                "shasum": ""
2939
            },
2940
            "require": {
2941
                "php": "^7.0",
2942
                "phpdocumentor/reflection-common": "^1.0.0",
2943
                "phpdocumentor/type-resolver": "^0.4.0",
2944
                "webmozart/assert": "^1.0"
2945
            },
2946
            "require-dev": {
2947
                "doctrine/instantiator": "~1.0.5",
2948
                "mockery/mockery": "^1.0",
2949
                "phpunit/phpunit": "^6.4"
2950
            },
2951
            "type": "library",
2952
            "extra": {
2953
                "branch-alias": {
2954
                    "dev-master": "4.x-dev"
2955
                }
2956
            },
2957
            "autoload": {
2958
                "psr-4": {
2959
                    "phpDocumentor\\Reflection\\": [
2960
                        "src/"
2961
                    ]
2962
                }
2963
            },
2964
            "notification-url": "https://packagist.org/downloads/",
2965
            "license": [
2966
                "MIT"
2967
            ],
2968
            "authors": [
2969
                {
2970
                    "name": "Mike van Riel",
2971
                    "email": "[email protected]"
2972
                }
2973
            ],
2974
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2975
            "time": "2017-11-30T07:14:17+00:00"
2976
        },
2977
        {
2978
            "name": "phpdocumentor/type-resolver",
2979
            "version": "0.4.0",
2980
            "source": {
2981
                "type": "git",
2982
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2983
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2984
            },
2985
            "dist": {
2986
                "type": "zip",
2987
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2988
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2989
                "shasum": ""
2990
            },
2991
            "require": {
2992
                "php": "^5.5 || ^7.0",
2993
                "phpdocumentor/reflection-common": "^1.0"
2994
            },
2995
            "require-dev": {
2996
                "mockery/mockery": "^0.9.4",
2997
                "phpunit/phpunit": "^5.2||^4.8.24"
2998
            },
2999
            "type": "library",
3000
            "extra": {
3001
                "branch-alias": {
3002
                    "dev-master": "1.0.x-dev"
3003
                }
3004
            },
3005
            "autoload": {
3006
                "psr-4": {
3007
                    "phpDocumentor\\Reflection\\": [
3008
                        "src/"
3009
                    ]
3010
                }
3011
            },
3012
            "notification-url": "https://packagist.org/downloads/",
3013
            "license": [
3014
                "MIT"
3015
            ],
3016
            "authors": [
3017
                {
3018
                    "name": "Mike van Riel",
3019
                    "email": "[email protected]"
3020
                }
3021
            ],
3022
            "time": "2017-07-14T14:27:02+00:00"
3023
        },
3024
        {
3025
            "name": "phpspec/prophecy",
3026
            "version": "1.7.6",
3027
            "source": {
3028
                "type": "git",
3029
                "url": "https://github.com/phpspec/prophecy.git",
3030
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
3031
            },
3032
            "dist": {
3033
                "type": "zip",
3034
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3035
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3036
                "shasum": ""
3037
            },
3038
            "require": {
3039
                "doctrine/instantiator": "^1.0.2",
3040
                "php": "^5.3|^7.0",
3041
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3042
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3043
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3044
            },
3045
            "require-dev": {
3046
                "phpspec/phpspec": "^2.5|^3.2",
3047
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3048
            },
3049
            "type": "library",
3050
            "extra": {
3051
                "branch-alias": {
3052
                    "dev-master": "1.7.x-dev"
3053
                }
3054
            },
3055
            "autoload": {
3056
                "psr-0": {
3057
                    "Prophecy\\": "src/"
3058
                }
3059
            },
3060
            "notification-url": "https://packagist.org/downloads/",
3061
            "license": [
3062
                "MIT"
3063
            ],
3064
            "authors": [
3065
                {
3066
                    "name": "Konstantin Kudryashov",
3067
                    "email": "[email protected]",
3068
                    "homepage": "http://everzet.com"
3069
                },
3070
                {
3071
                    "name": "Marcello Duarte",
3072
                    "email": "[email protected]"
3073
                }
3074
            ],
3075
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3076
            "homepage": "https://github.com/phpspec/prophecy",
3077
            "keywords": [
3078
                "Double",
3079
                "Dummy",
3080
                "fake",
3081
                "mock",
3082
                "spy",
3083
                "stub"
3084
            ],
3085
            "time": "2018-04-18T13:57:24+00:00"
3086
        },
3087
        {
3088
            "name": "phpunit/php-code-coverage",
3089
            "version": "6.0.7",
3090
            "source": {
3091
                "type": "git",
3092
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3093
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
3094
            },
3095
            "dist": {
3096
                "type": "zip",
3097
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
3098
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
3099
                "shasum": ""
3100
            },
3101
            "require": {
3102
                "ext-dom": "*",
3103
                "ext-xmlwriter": "*",
3104
                "php": "^7.1",
3105
                "phpunit/php-file-iterator": "^2.0",
3106
                "phpunit/php-text-template": "^1.2.1",
3107
                "phpunit/php-token-stream": "^3.0",
3108
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3109
                "sebastian/environment": "^3.1",
3110
                "sebastian/version": "^2.0.1",
3111
                "theseer/tokenizer": "^1.1"
3112
            },
3113
            "require-dev": {
3114
                "phpunit/phpunit": "^7.0"
3115
            },
3116
            "suggest": {
3117
                "ext-xdebug": "^2.6.0"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "6.0-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "classmap": [
3127
                    "src/"
3128
                ]
3129
            },
3130
            "notification-url": "https://packagist.org/downloads/",
3131
            "license": [
3132
                "BSD-3-Clause"
3133
            ],
3134
            "authors": [
3135
                {
3136
                    "name": "Sebastian Bergmann",
3137
                    "email": "[email protected]",
3138
                    "role": "lead"
3139
                }
3140
            ],
3141
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3142
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3143
            "keywords": [
3144
                "coverage",
3145
                "testing",
3146
                "xunit"
3147
            ],
3148
            "time": "2018-06-01T07:51:50+00:00"
3149
        },
3150
        {
3151
            "name": "phpunit/php-file-iterator",
3152
            "version": "2.0.1",
3153
            "source": {
3154
                "type": "git",
3155
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3156
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
3157
            },
3158
            "dist": {
3159
                "type": "zip",
3160
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3161
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3162
                "shasum": ""
3163
            },
3164
            "require": {
3165
                "php": "^7.1"
3166
            },
3167
            "type": "library",
3168
            "extra": {
3169
                "branch-alias": {
3170
                    "dev-master": "2.0.x-dev"
3171
                }
3172
            },
3173
            "autoload": {
3174
                "classmap": [
3175
                    "src/"
3176
                ]
3177
            },
3178
            "notification-url": "https://packagist.org/downloads/",
3179
            "license": [
3180
                "BSD-3-Clause"
3181
            ],
3182
            "authors": [
3183
                {
3184
                    "name": "Sebastian Bergmann",
3185
                    "email": "[email protected]",
3186
                    "role": "lead"
3187
                }
3188
            ],
3189
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3190
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3191
            "keywords": [
3192
                "filesystem",
3193
                "iterator"
3194
            ],
3195
            "time": "2018-06-11T11:44:00+00:00"
3196
        },
3197
        {
3198
            "name": "phpunit/php-text-template",
3199
            "version": "1.2.1",
3200
            "source": {
3201
                "type": "git",
3202
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3203
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3204
            },
3205
            "dist": {
3206
                "type": "zip",
3207
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3208
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3209
                "shasum": ""
3210
            },
3211
            "require": {
3212
                "php": ">=5.3.3"
3213
            },
3214
            "type": "library",
3215
            "autoload": {
3216
                "classmap": [
3217
                    "src/"
3218
                ]
3219
            },
3220
            "notification-url": "https://packagist.org/downloads/",
3221
            "license": [
3222
                "BSD-3-Clause"
3223
            ],
3224
            "authors": [
3225
                {
3226
                    "name": "Sebastian Bergmann",
3227
                    "email": "[email protected]",
3228
                    "role": "lead"
3229
                }
3230
            ],
3231
            "description": "Simple template engine.",
3232
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3233
            "keywords": [
3234
                "template"
3235
            ],
3236
            "time": "2015-06-21T13:50:34+00:00"
3237
        },
3238
        {
3239
            "name": "phpunit/php-timer",
3240
            "version": "2.0.0",
3241
            "source": {
3242
                "type": "git",
3243
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3244
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3245
            },
3246
            "dist": {
3247
                "type": "zip",
3248
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3249
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3250
                "shasum": ""
3251
            },
3252
            "require": {
3253
                "php": "^7.1"
3254
            },
3255
            "require-dev": {
3256
                "phpunit/phpunit": "^7.0"
3257
            },
3258
            "type": "library",
3259
            "extra": {
3260
                "branch-alias": {
3261
                    "dev-master": "2.0-dev"
3262
                }
3263
            },
3264
            "autoload": {
3265
                "classmap": [
3266
                    "src/"
3267
                ]
3268
            },
3269
            "notification-url": "https://packagist.org/downloads/",
3270
            "license": [
3271
                "BSD-3-Clause"
3272
            ],
3273
            "authors": [
3274
                {
3275
                    "name": "Sebastian Bergmann",
3276
                    "email": "[email protected]",
3277
                    "role": "lead"
3278
                }
3279
            ],
3280
            "description": "Utility class for timing",
3281
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3282
            "keywords": [
3283
                "timer"
3284
            ],
3285
            "time": "2018-02-01T13:07:23+00:00"
3286
        },
3287
        {
3288
            "name": "phpunit/php-token-stream",
3289
            "version": "3.0.0",
3290
            "source": {
3291
                "type": "git",
3292
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3293
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3294
            },
3295
            "dist": {
3296
                "type": "zip",
3297
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3298
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3299
                "shasum": ""
3300
            },
3301
            "require": {
3302
                "ext-tokenizer": "*",
3303
                "php": "^7.1"
3304
            },
3305
            "require-dev": {
3306
                "phpunit/phpunit": "^7.0"
3307
            },
3308
            "type": "library",
3309
            "extra": {
3310
                "branch-alias": {
3311
                    "dev-master": "3.0-dev"
3312
                }
3313
            },
3314
            "autoload": {
3315
                "classmap": [
3316
                    "src/"
3317
                ]
3318
            },
3319
            "notification-url": "https://packagist.org/downloads/",
3320
            "license": [
3321
                "BSD-3-Clause"
3322
            ],
3323
            "authors": [
3324
                {
3325
                    "name": "Sebastian Bergmann",
3326
                    "email": "[email protected]"
3327
                }
3328
            ],
3329
            "description": "Wrapper around PHP's tokenizer extension.",
3330
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3331
            "keywords": [
3332
                "tokenizer"
3333
            ],
3334
            "time": "2018-02-01T13:16:43+00:00"
3335
        },
3336
        {
3337
            "name": "phpunit/phpunit",
3338
            "version": "7.2.6",
3339
            "source": {
3340
                "type": "git",
3341
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3342
                "reference": "400a3836ee549ae6f665323ac3f21e27eac7155f"
3343
            },
3344
            "dist": {
3345
                "type": "zip",
3346
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/400a3836ee549ae6f665323ac3f21e27eac7155f",
3347
                "reference": "400a3836ee549ae6f665323ac3f21e27eac7155f",
3348
                "shasum": ""
3349
            },
3350
            "require": {
3351
                "doctrine/instantiator": "^1.1",
3352
                "ext-dom": "*",
3353
                "ext-json": "*",
3354
                "ext-libxml": "*",
3355
                "ext-mbstring": "*",
3356
                "ext-xml": "*",
3357
                "myclabs/deep-copy": "^1.7",
3358
                "phar-io/manifest": "^1.0.1",
3359
                "phar-io/version": "^1.0",
3360
                "php": "^7.1",
3361
                "phpspec/prophecy": "^1.7",
3362
                "phpunit/php-code-coverage": "^6.0.7",
3363
                "phpunit/php-file-iterator": "^2.0.1",
3364
                "phpunit/php-text-template": "^1.2.1",
3365
                "phpunit/php-timer": "^2.0",
3366
                "sebastian/comparator": "^3.0",
3367
                "sebastian/diff": "^3.0",
3368
                "sebastian/environment": "^3.1",
3369
                "sebastian/exporter": "^3.1",
3370
                "sebastian/global-state": "^2.0",
3371
                "sebastian/object-enumerator": "^3.0.3",
3372
                "sebastian/resource-operations": "^1.0",
3373
                "sebastian/version": "^2.0.1"
3374
            },
3375
            "conflict": {
3376
                "phpunit/phpunit-mock-objects": "*"
3377
            },
3378
            "require-dev": {
3379
                "ext-pdo": "*"
3380
            },
3381
            "suggest": {
3382
                "ext-soap": "*",
3383
                "ext-xdebug": "*",
3384
                "phpunit/php-invoker": "^2.0"
3385
            },
3386
            "bin": [
3387
                "phpunit"
3388
            ],
3389
            "type": "library",
3390
            "extra": {
3391
                "branch-alias": {
3392
                    "dev-master": "7.2-dev"
3393
                }
3394
            },
3395
            "autoload": {
3396
                "classmap": [
3397
                    "src/"
3398
                ]
3399
            },
3400
            "notification-url": "https://packagist.org/downloads/",
3401
            "license": [
3402
                "BSD-3-Clause"
3403
            ],
3404
            "authors": [
3405
                {
3406
                    "name": "Sebastian Bergmann",
3407
                    "email": "[email protected]",
3408
                    "role": "lead"
3409
                }
3410
            ],
3411
            "description": "The PHP Unit Testing framework.",
3412
            "homepage": "https://phpunit.de/",
3413
            "keywords": [
3414
                "phpunit",
3415
                "testing",
3416
                "xunit"
3417
            ],
3418
            "time": "2018-06-21T13:13:39+00:00"
3419
        },
3420
        {
3421
            "name": "sebastian/code-unit-reverse-lookup",
3422
            "version": "1.0.1",
3423
            "source": {
3424
                "type": "git",
3425
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3426
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3427
            },
3428
            "dist": {
3429
                "type": "zip",
3430
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3431
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3432
                "shasum": ""
3433
            },
3434
            "require": {
3435
                "php": "^5.6 || ^7.0"
3436
            },
3437
            "require-dev": {
3438
                "phpunit/phpunit": "^5.7 || ^6.0"
3439
            },
3440
            "type": "library",
3441
            "extra": {
3442
                "branch-alias": {
3443
                    "dev-master": "1.0.x-dev"
3444
                }
3445
            },
3446
            "autoload": {
3447
                "classmap": [
3448
                    "src/"
3449
                ]
3450
            },
3451
            "notification-url": "https://packagist.org/downloads/",
3452
            "license": [
3453
                "BSD-3-Clause"
3454
            ],
3455
            "authors": [
3456
                {
3457
                    "name": "Sebastian Bergmann",
3458
                    "email": "[email protected]"
3459
                }
3460
            ],
3461
            "description": "Looks up which function or method a line of code belongs to",
3462
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3463
            "time": "2017-03-04T06:30:41+00:00"
3464
        },
3465
        {
3466
            "name": "sebastian/comparator",
3467
            "version": "3.0.1",
3468
            "source": {
3469
                "type": "git",
3470
                "url": "https://github.com/sebastianbergmann/comparator.git",
3471
                "reference": "591a30922f54656695e59b1f39501aec513403da"
3472
            },
3473
            "dist": {
3474
                "type": "zip",
3475
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/591a30922f54656695e59b1f39501aec513403da",
3476
                "reference": "591a30922f54656695e59b1f39501aec513403da",
3477
                "shasum": ""
3478
            },
3479
            "require": {
3480
                "php": "^7.1",
3481
                "sebastian/diff": "^3.0",
3482
                "sebastian/exporter": "^3.1"
3483
            },
3484
            "require-dev": {
3485
                "phpunit/phpunit": "^7.1"
3486
            },
3487
            "type": "library",
3488
            "extra": {
3489
                "branch-alias": {
3490
                    "dev-master": "3.0-dev"
3491
                }
3492
            },
3493
            "autoload": {
3494
                "classmap": [
3495
                    "src/"
3496
                ]
3497
            },
3498
            "notification-url": "https://packagist.org/downloads/",
3499
            "license": [
3500
                "BSD-3-Clause"
3501
            ],
3502
            "authors": [
3503
                {
3504
                    "name": "Jeff Welch",
3505
                    "email": "[email protected]"
3506
                },
3507
                {
3508
                    "name": "Volker Dusch",
3509
                    "email": "[email protected]"
3510
                },
3511
                {
3512
                    "name": "Bernhard Schussek",
3513
                    "email": "[email protected]"
3514
                },
3515
                {
3516
                    "name": "Sebastian Bergmann",
3517
                    "email": "[email protected]"
3518
                }
3519
            ],
3520
            "description": "Provides the functionality to compare PHP values for equality",
3521
            "homepage": "https://github.com/sebastianbergmann/comparator",
3522
            "keywords": [
3523
                "comparator",
3524
                "compare",
3525
                "equality"
3526
            ],
3527
            "time": "2018-06-14T15:05:28+00:00"
3528
        },
3529
        {
3530
            "name": "sebastian/diff",
3531
            "version": "3.0.1",
3532
            "source": {
3533
                "type": "git",
3534
                "url": "https://github.com/sebastianbergmann/diff.git",
3535
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
3536
            },
3537
            "dist": {
3538
                "type": "zip",
3539
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
3540
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
3541
                "shasum": ""
3542
            },
3543
            "require": {
3544
                "php": "^7.1"
3545
            },
3546
            "require-dev": {
3547
                "phpunit/phpunit": "^7.0",
3548
                "symfony/process": "^2 || ^3.3 || ^4"
3549
            },
3550
            "type": "library",
3551
            "extra": {
3552
                "branch-alias": {
3553
                    "dev-master": "3.0-dev"
3554
                }
3555
            },
3556
            "autoload": {
3557
                "classmap": [
3558
                    "src/"
3559
                ]
3560
            },
3561
            "notification-url": "https://packagist.org/downloads/",
3562
            "license": [
3563
                "BSD-3-Clause"
3564
            ],
3565
            "authors": [
3566
                {
3567
                    "name": "Kore Nordmann",
3568
                    "email": "[email protected]"
3569
                },
3570
                {
3571
                    "name": "Sebastian Bergmann",
3572
                    "email": "[email protected]"
3573
                }
3574
            ],
3575
            "description": "Diff implementation",
3576
            "homepage": "https://github.com/sebastianbergmann/diff",
3577
            "keywords": [
3578
                "diff",
3579
                "udiff",
3580
                "unidiff",
3581
                "unified diff"
3582
            ],
3583
            "time": "2018-06-10T07:54:39+00:00"
3584
        },
3585
        {
3586
            "name": "sebastian/environment",
3587
            "version": "3.1.0",
3588
            "source": {
3589
                "type": "git",
3590
                "url": "https://github.com/sebastianbergmann/environment.git",
3591
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3592
            },
3593
            "dist": {
3594
                "type": "zip",
3595
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3596
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3597
                "shasum": ""
3598
            },
3599
            "require": {
3600
                "php": "^7.0"
3601
            },
3602
            "require-dev": {
3603
                "phpunit/phpunit": "^6.1"
3604
            },
3605
            "type": "library",
3606
            "extra": {
3607
                "branch-alias": {
3608
                    "dev-master": "3.1.x-dev"
3609
                }
3610
            },
3611
            "autoload": {
3612
                "classmap": [
3613
                    "src/"
3614
                ]
3615
            },
3616
            "notification-url": "https://packagist.org/downloads/",
3617
            "license": [
3618
                "BSD-3-Clause"
3619
            ],
3620
            "authors": [
3621
                {
3622
                    "name": "Sebastian Bergmann",
3623
                    "email": "[email protected]"
3624
                }
3625
            ],
3626
            "description": "Provides functionality to handle HHVM/PHP environments",
3627
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3628
            "keywords": [
3629
                "Xdebug",
3630
                "environment",
3631
                "hhvm"
3632
            ],
3633
            "time": "2017-07-01T08:51:00+00:00"
3634
        },
3635
        {
3636
            "name": "sebastian/exporter",
3637
            "version": "3.1.0",
3638
            "source": {
3639
                "type": "git",
3640
                "url": "https://github.com/sebastianbergmann/exporter.git",
3641
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3642
            },
3643
            "dist": {
3644
                "type": "zip",
3645
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3646
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3647
                "shasum": ""
3648
            },
3649
            "require": {
3650
                "php": "^7.0",
3651
                "sebastian/recursion-context": "^3.0"
3652
            },
3653
            "require-dev": {
3654
                "ext-mbstring": "*",
3655
                "phpunit/phpunit": "^6.0"
3656
            },
3657
            "type": "library",
3658
            "extra": {
3659
                "branch-alias": {
3660
                    "dev-master": "3.1.x-dev"
3661
                }
3662
            },
3663
            "autoload": {
3664
                "classmap": [
3665
                    "src/"
3666
                ]
3667
            },
3668
            "notification-url": "https://packagist.org/downloads/",
3669
            "license": [
3670
                "BSD-3-Clause"
3671
            ],
3672
            "authors": [
3673
                {
3674
                    "name": "Jeff Welch",
3675
                    "email": "[email protected]"
3676
                },
3677
                {
3678
                    "name": "Volker Dusch",
3679
                    "email": "[email protected]"
3680
                },
3681
                {
3682
                    "name": "Bernhard Schussek",
3683
                    "email": "[email protected]"
3684
                },
3685
                {
3686
                    "name": "Sebastian Bergmann",
3687
                    "email": "[email protected]"
3688
                },
3689
                {
3690
                    "name": "Adam Harvey",
3691
                    "email": "[email protected]"
3692
                }
3693
            ],
3694
            "description": "Provides the functionality to export PHP variables for visualization",
3695
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3696
            "keywords": [
3697
                "export",
3698
                "exporter"
3699
            ],
3700
            "time": "2017-04-03T13:19:02+00:00"
3701
        },
3702
        {
3703
            "name": "sebastian/global-state",
3704
            "version": "2.0.0",
3705
            "source": {
3706
                "type": "git",
3707
                "url": "https://github.com/sebastianbergmann/global-state.git",
3708
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3709
            },
3710
            "dist": {
3711
                "type": "zip",
3712
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3713
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3714
                "shasum": ""
3715
            },
3716
            "require": {
3717
                "php": "^7.0"
3718
            },
3719
            "require-dev": {
3720
                "phpunit/phpunit": "^6.0"
3721
            },
3722
            "suggest": {
3723
                "ext-uopz": "*"
3724
            },
3725
            "type": "library",
3726
            "extra": {
3727
                "branch-alias": {
3728
                    "dev-master": "2.0-dev"
3729
                }
3730
            },
3731
            "autoload": {
3732
                "classmap": [
3733
                    "src/"
3734
                ]
3735
            },
3736
            "notification-url": "https://packagist.org/downloads/",
3737
            "license": [
3738
                "BSD-3-Clause"
3739
            ],
3740
            "authors": [
3741
                {
3742
                    "name": "Sebastian Bergmann",
3743
                    "email": "[email protected]"
3744
                }
3745
            ],
3746
            "description": "Snapshotting of global state",
3747
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3748
            "keywords": [
3749
                "global state"
3750
            ],
3751
            "time": "2017-04-27T15:39:26+00:00"
3752
        },
3753
        {
3754
            "name": "sebastian/object-enumerator",
3755
            "version": "3.0.3",
3756
            "source": {
3757
                "type": "git",
3758
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3759
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3760
            },
3761
            "dist": {
3762
                "type": "zip",
3763
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3764
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3765
                "shasum": ""
3766
            },
3767
            "require": {
3768
                "php": "^7.0",
3769
                "sebastian/object-reflector": "^1.1.1",
3770
                "sebastian/recursion-context": "^3.0"
3771
            },
3772
            "require-dev": {
3773
                "phpunit/phpunit": "^6.0"
3774
            },
3775
            "type": "library",
3776
            "extra": {
3777
                "branch-alias": {
3778
                    "dev-master": "3.0.x-dev"
3779
                }
3780
            },
3781
            "autoload": {
3782
                "classmap": [
3783
                    "src/"
3784
                ]
3785
            },
3786
            "notification-url": "https://packagist.org/downloads/",
3787
            "license": [
3788
                "BSD-3-Clause"
3789
            ],
3790
            "authors": [
3791
                {
3792
                    "name": "Sebastian Bergmann",
3793
                    "email": "[email protected]"
3794
                }
3795
            ],
3796
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3797
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3798
            "time": "2017-08-03T12:35:26+00:00"
3799
        },
3800
        {
3801
            "name": "sebastian/object-reflector",
3802
            "version": "1.1.1",
3803
            "source": {
3804
                "type": "git",
3805
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3806
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3807
            },
3808
            "dist": {
3809
                "type": "zip",
3810
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3811
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3812
                "shasum": ""
3813
            },
3814
            "require": {
3815
                "php": "^7.0"
3816
            },
3817
            "require-dev": {
3818
                "phpunit/phpunit": "^6.0"
3819
            },
3820
            "type": "library",
3821
            "extra": {
3822
                "branch-alias": {
3823
                    "dev-master": "1.1-dev"
3824
                }
3825
            },
3826
            "autoload": {
3827
                "classmap": [
3828
                    "src/"
3829
                ]
3830
            },
3831
            "notification-url": "https://packagist.org/downloads/",
3832
            "license": [
3833
                "BSD-3-Clause"
3834
            ],
3835
            "authors": [
3836
                {
3837
                    "name": "Sebastian Bergmann",
3838
                    "email": "[email protected]"
3839
                }
3840
            ],
3841
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3842
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3843
            "time": "2017-03-29T09:07:27+00:00"
3844
        },
3845
        {
3846
            "name": "sebastian/recursion-context",
3847
            "version": "3.0.0",
3848
            "source": {
3849
                "type": "git",
3850
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3851
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3852
            },
3853
            "dist": {
3854
                "type": "zip",
3855
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3856
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3857
                "shasum": ""
3858
            },
3859
            "require": {
3860
                "php": "^7.0"
3861
            },
3862
            "require-dev": {
3863
                "phpunit/phpunit": "^6.0"
3864
            },
3865
            "type": "library",
3866
            "extra": {
3867
                "branch-alias": {
3868
                    "dev-master": "3.0.x-dev"
3869
                }
3870
            },
3871
            "autoload": {
3872
                "classmap": [
3873
                    "src/"
3874
                ]
3875
            },
3876
            "notification-url": "https://packagist.org/downloads/",
3877
            "license": [
3878
                "BSD-3-Clause"
3879
            ],
3880
            "authors": [
3881
                {
3882
                    "name": "Jeff Welch",
3883
                    "email": "[email protected]"
3884
                },
3885
                {
3886
                    "name": "Sebastian Bergmann",
3887
                    "email": "[email protected]"
3888
                },
3889
                {
3890
                    "name": "Adam Harvey",
3891
                    "email": "[email protected]"
3892
                }
3893
            ],
3894
            "description": "Provides functionality to recursively process PHP variables",
3895
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3896
            "time": "2017-03-03T06:23:57+00:00"
3897
        },
3898
        {
3899
            "name": "sebastian/resource-operations",
3900
            "version": "1.0.0",
3901
            "source": {
3902
                "type": "git",
3903
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3904
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3905
            },
3906
            "dist": {
3907
                "type": "zip",
3908
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3909
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3910
                "shasum": ""
3911
            },
3912
            "require": {
3913
                "php": ">=5.6.0"
3914
            },
3915
            "type": "library",
3916
            "extra": {
3917
                "branch-alias": {
3918
                    "dev-master": "1.0.x-dev"
3919
                }
3920
            },
3921
            "autoload": {
3922
                "classmap": [
3923
                    "src/"
3924
                ]
3925
            },
3926
            "notification-url": "https://packagist.org/downloads/",
3927
            "license": [
3928
                "BSD-3-Clause"
3929
            ],
3930
            "authors": [
3931
                {
3932
                    "name": "Sebastian Bergmann",
3933
                    "email": "[email protected]"
3934
                }
3935
            ],
3936
            "description": "Provides a list of PHP built-in functions that operate on resources",
3937
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3938
            "time": "2015-07-28T20:34:47+00:00"
3939
        },
3940
        {
3941
            "name": "sebastian/version",
3942
            "version": "2.0.1",
3943
            "source": {
3944
                "type": "git",
3945
                "url": "https://github.com/sebastianbergmann/version.git",
3946
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3947
            },
3948
            "dist": {
3949
                "type": "zip",
3950
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3951
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3952
                "shasum": ""
3953
            },
3954
            "require": {
3955
                "php": ">=5.6"
3956
            },
3957
            "type": "library",
3958
            "extra": {
3959
                "branch-alias": {
3960
                    "dev-master": "2.0.x-dev"
3961
                }
3962
            },
3963
            "autoload": {
3964
                "classmap": [
3965
                    "src/"
3966
                ]
3967
            },
3968
            "notification-url": "https://packagist.org/downloads/",
3969
            "license": [
3970
                "BSD-3-Clause"
3971
            ],
3972
            "authors": [
3973
                {
3974
                    "name": "Sebastian Bergmann",
3975
                    "email": "[email protected]",
3976
                    "role": "lead"
3977
                }
3978
            ],
3979
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3980
            "homepage": "https://github.com/sebastianbergmann/version",
3981
            "time": "2016-10-03T07:35:21+00:00"
3982
        },
3983
        {
3984
            "name": "theseer/tokenizer",
3985
            "version": "1.1.0",
3986
            "source": {
3987
                "type": "git",
3988
                "url": "https://github.com/theseer/tokenizer.git",
3989
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3990
            },
3991
            "dist": {
3992
                "type": "zip",
3993
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3994
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3995
                "shasum": ""
3996
            },
3997
            "require": {
3998
                "ext-dom": "*",
3999
                "ext-tokenizer": "*",
4000
                "ext-xmlwriter": "*",
4001
                "php": "^7.0"
4002
            },
4003
            "type": "library",
4004
            "autoload": {
4005
                "classmap": [
4006
                    "src/"
4007
                ]
4008
            },
4009
            "notification-url": "https://packagist.org/downloads/",
4010
            "license": [
4011
                "BSD-3-Clause"
4012
            ],
4013
            "authors": [
4014
                {
4015
                    "name": "Arne Blankerts",
4016
                    "email": "[email protected]",
4017
                    "role": "Developer"
4018
                }
4019
            ],
4020
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4021
            "time": "2017-04-07T12:08:54+00:00"
4022
        },
4023
        {
4024
            "name": "webmozart/assert",
4025
            "version": "1.3.0",
4026
            "source": {
4027
                "type": "git",
4028
                "url": "https://github.com/webmozart/assert.git",
4029
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4030
            },
4031
            "dist": {
4032
                "type": "zip",
4033
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4034
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4035
                "shasum": ""
4036
            },
4037
            "require": {
4038
                "php": "^5.3.3 || ^7.0"
4039
            },
4040
            "require-dev": {
4041
                "phpunit/phpunit": "^4.6",
4042
                "sebastian/version": "^1.0.1"
4043
            },
4044
            "type": "library",
4045
            "extra": {
4046
                "branch-alias": {
4047
                    "dev-master": "1.3-dev"
4048
                }
4049
            },
4050
            "autoload": {
4051
                "psr-4": {
4052
                    "Webmozart\\Assert\\": "src/"
4053
                }
4054
            },
4055
            "notification-url": "https://packagist.org/downloads/",
4056
            "license": [
4057
                "MIT"
4058
            ],
4059
            "authors": [
4060
                {
4061
                    "name": "Bernhard Schussek",
4062
                    "email": "[email protected]"
4063
                }
4064
            ],
4065
            "description": "Assertions to validate method input/output with nice error messages.",
4066
            "keywords": [
4067
                "assert",
4068
                "check",
4069
                "validate"
4070
            ],
4071
            "time": "2018-01-29T19:49:41+00:00"
4072
        }
4073
    ],
4074
    "aliases": [],
4075
    "minimum-stability": "stable",
4076
    "stability-flags": [],
4077
    "prefer-stable": false,
4078
    "prefer-lowest": false,
4079
    "platform": {
4080
        "php": ">=7.1.3"
4081
    },
4082
    "platform-dev": []
4083
}
4084