Completed
Push — master ( 6ea8ec...c24388 )
by Matt
11:32
created

composer.lock (1 issue)

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

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