Passed
Push — master ( 1b8711...f8bf6d )
by Mario
04:02
created

composer.lock (1 issue)

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

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