Passed
Push — master ( f4ebdd...dfd859 )
by Roberto
03:09
created

composer.lock (1 issue)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "e8fcd8b903dbc16960ed94610ef257ed",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "erusev/parsedown",
78
            "version": "1.7.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/erusev/parsedown.git",
82
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
87
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "ext-mbstring": "*",
92
                "php": ">=5.3.0"
93
            },
94
            "require-dev": {
95
                "phpunit/phpunit": "^4.8.35"
96
            },
97
            "type": "library",
98
            "autoload": {
99
                "psr-0": {
100
                    "Parsedown": ""
101
                }
102
            },
103
            "notification-url": "https://packagist.org/downloads/",
104
            "license": [
105
                "MIT"
106
            ],
107
            "authors": [
108
                {
109
                    "name": "Emanuil Rusev",
110
                    "email": "[email protected]",
111
                    "homepage": "http://erusev.com"
112
                }
113
            ],
114
            "description": "Parser for Markdown.",
115
            "homepage": "http://parsedown.org",
116
            "keywords": [
117
                "markdown",
118
                "parser"
119
            ],
120
            "time": "2018-03-08T01:11:30+00:00"
121
        },
122
        {
123
            "name": "laravel/framework",
0 ignored issues
show
There are 3 security advisories for your installed version of laravel/framework:

- Exploit of encryption failure vulnerability
- Cookie serialization vulnerability
- Timing attack vector for remember me token
Loading history...
124
            "version": "v5.4.36",
125
            "source": {
126
                "type": "git",
127
                "url": "https://github.com/laravel/framework.git",
128
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9"
129
            },
130
            "dist": {
131
                "type": "zip",
132
                "url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9",
133
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9",
134
                "shasum": ""
135
            },
136
            "require": {
137
                "doctrine/inflector": "~1.1",
138
                "erusev/parsedown": "~1.6",
139
                "ext-mbstring": "*",
140
                "ext-openssl": "*",
141
                "league/flysystem": "~1.0",
142
                "monolog/monolog": "~1.11",
143
                "mtdowling/cron-expression": "~1.0",
144
                "nesbot/carbon": "~1.20",
145
                "paragonie/random_compat": "~1.4|~2.0",
146
                "php": ">=5.6.4",
147
                "ramsey/uuid": "~3.0",
148
                "swiftmailer/swiftmailer": "~5.4",
149
                "symfony/console": "~3.2",
150
                "symfony/debug": "~3.2",
151
                "symfony/finder": "~3.2",
152
                "symfony/http-foundation": "~3.2",
153
                "symfony/http-kernel": "~3.2",
154
                "symfony/process": "~3.2",
155
                "symfony/routing": "~3.2",
156
                "symfony/var-dumper": "~3.2",
157
                "tijsverkoyen/css-to-inline-styles": "~2.2",
158
                "vlucas/phpdotenv": "~2.2"
159
            },
160
            "replace": {
161
                "illuminate/auth": "self.version",
162
                "illuminate/broadcasting": "self.version",
163
                "illuminate/bus": "self.version",
164
                "illuminate/cache": "self.version",
165
                "illuminate/config": "self.version",
166
                "illuminate/console": "self.version",
167
                "illuminate/container": "self.version",
168
                "illuminate/contracts": "self.version",
169
                "illuminate/cookie": "self.version",
170
                "illuminate/database": "self.version",
171
                "illuminate/encryption": "self.version",
172
                "illuminate/events": "self.version",
173
                "illuminate/exception": "self.version",
174
                "illuminate/filesystem": "self.version",
175
                "illuminate/hashing": "self.version",
176
                "illuminate/http": "self.version",
177
                "illuminate/log": "self.version",
178
                "illuminate/mail": "self.version",
179
                "illuminate/notifications": "self.version",
180
                "illuminate/pagination": "self.version",
181
                "illuminate/pipeline": "self.version",
182
                "illuminate/queue": "self.version",
183
                "illuminate/redis": "self.version",
184
                "illuminate/routing": "self.version",
185
                "illuminate/session": "self.version",
186
                "illuminate/support": "self.version",
187
                "illuminate/translation": "self.version",
188
                "illuminate/validation": "self.version",
189
                "illuminate/view": "self.version",
190
                "tightenco/collect": "self.version"
191
            },
192
            "require-dev": {
193
                "aws/aws-sdk-php": "~3.0",
194
                "doctrine/dbal": "~2.5",
195
                "mockery/mockery": "~0.9.4",
196
                "pda/pheanstalk": "~3.0",
197
                "phpunit/phpunit": "~5.7",
198
                "predis/predis": "~1.0",
199
                "symfony/css-selector": "~3.2",
200
                "symfony/dom-crawler": "~3.2"
201
            },
202
            "suggest": {
203
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
204
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
205
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
206
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
207
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
208
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
209
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
210
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
211
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
212
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
213
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
214
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
215
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
216
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
217
            },
218
            "type": "library",
219
            "extra": {
220
                "branch-alias": {
221
                    "dev-master": "5.4-dev"
222
                }
223
            },
224
            "autoload": {
225
                "files": [
226
                    "src/Illuminate/Foundation/helpers.php",
227
                    "src/Illuminate/Support/helpers.php"
228
                ],
229
                "psr-4": {
230
                    "Illuminate\\": "src/Illuminate/"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "MIT"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Taylor Otwell",
240
                    "email": "[email protected]"
241
                }
242
            ],
243
            "description": "The Laravel Framework.",
244
            "homepage": "https://laravel.com",
245
            "keywords": [
246
                "framework",
247
                "laravel"
248
            ],
249
            "time": "2017-08-30T09:26:16+00:00"
250
        },
251
        {
252
            "name": "league/flysystem",
253
            "version": "1.0.46",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/thephpleague/flysystem.git",
257
                "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
262
                "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "php": ">=5.5.9"
267
            },
268
            "conflict": {
269
                "league/flysystem-sftp": "<1.0.6"
270
            },
271
            "require-dev": {
272
                "ext-fileinfo": "*",
273
                "phpspec/phpspec": "^3.4",
274
                "phpunit/phpunit": "^5.7.10"
275
            },
276
            "suggest": {
277
                "ext-fileinfo": "Required for MimeType",
278
                "ext-ftp": "Allows you to use FTP server storage",
279
                "ext-openssl": "Allows you to use FTPS server storage",
280
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
281
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
282
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
283
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
284
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
285
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
286
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
287
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
288
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
289
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
290
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "1.1-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-4": {
300
                    "League\\Flysystem\\": "src/"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Frank de Jonge",
310
                    "email": "[email protected]"
311
                }
312
            ],
313
            "description": "Filesystem abstraction: Many filesystems, one API.",
314
            "keywords": [
315
                "Cloud Files",
316
                "WebDAV",
317
                "abstraction",
318
                "aws",
319
                "cloud",
320
                "copy.com",
321
                "dropbox",
322
                "file systems",
323
                "files",
324
                "filesystem",
325
                "filesystems",
326
                "ftp",
327
                "rackspace",
328
                "remote",
329
                "s3",
330
                "sftp",
331
                "storage"
332
            ],
333
            "time": "2018-08-22T07:45:22+00:00"
334
        },
335
        {
336
            "name": "monolog/monolog",
337
            "version": "1.23.0",
338
            "source": {
339
                "type": "git",
340
                "url": "https://github.com/Seldaek/monolog.git",
341
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
342
            },
343
            "dist": {
344
                "type": "zip",
345
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
346
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
347
                "shasum": ""
348
            },
349
            "require": {
350
                "php": ">=5.3.0",
351
                "psr/log": "~1.0"
352
            },
353
            "provide": {
354
                "psr/log-implementation": "1.0.0"
355
            },
356
            "require-dev": {
357
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
358
                "doctrine/couchdb": "~1.0@dev",
359
                "graylog2/gelf-php": "~1.0",
360
                "jakub-onderka/php-parallel-lint": "0.9",
361
                "php-amqplib/php-amqplib": "~2.4",
362
                "php-console/php-console": "^3.1.3",
363
                "phpunit/phpunit": "~4.5",
364
                "phpunit/phpunit-mock-objects": "2.3.0",
365
                "ruflin/elastica": ">=0.90 <3.0",
366
                "sentry/sentry": "^0.13",
367
                "swiftmailer/swiftmailer": "^5.3|^6.0"
368
            },
369
            "suggest": {
370
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
371
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
372
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
373
                "ext-mongo": "Allow sending log messages to a MongoDB server",
374
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
375
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
376
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
377
                "php-console/php-console": "Allow sending log messages to Google Chrome",
378
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
379
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
380
                "sentry/sentry": "Allow sending log messages to a Sentry server"
381
            },
382
            "type": "library",
383
            "extra": {
384
                "branch-alias": {
385
                    "dev-master": "2.0.x-dev"
386
                }
387
            },
388
            "autoload": {
389
                "psr-4": {
390
                    "Monolog\\": "src/Monolog"
391
                }
392
            },
393
            "notification-url": "https://packagist.org/downloads/",
394
            "license": [
395
                "MIT"
396
            ],
397
            "authors": [
398
                {
399
                    "name": "Jordi Boggiano",
400
                    "email": "[email protected]",
401
                    "homepage": "http://seld.be"
402
                }
403
            ],
404
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
405
            "homepage": "http://github.com/Seldaek/monolog",
406
            "keywords": [
407
                "log",
408
                "logging",
409
                "psr-3"
410
            ],
411
            "time": "2017-06-19T01:22:40+00:00"
412
        },
413
        {
414
            "name": "mtdowling/cron-expression",
415
            "version": "v1.2.1",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/mtdowling/cron-expression.git",
419
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
424
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "php": ">=5.3.2"
429
            },
430
            "require-dev": {
431
                "phpunit/phpunit": "~4.0|~5.0"
432
            },
433
            "type": "library",
434
            "autoload": {
435
                "psr-4": {
436
                    "Cron\\": "src/Cron/"
437
                }
438
            },
439
            "notification-url": "https://packagist.org/downloads/",
440
            "license": [
441
                "MIT"
442
            ],
443
            "authors": [
444
                {
445
                    "name": "Michael Dowling",
446
                    "email": "[email protected]",
447
                    "homepage": "https://github.com/mtdowling"
448
                }
449
            ],
450
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
451
            "keywords": [
452
                "cron",
453
                "schedule"
454
            ],
455
            "time": "2017-01-23T04:29:33+00:00"
456
        },
457
        {
458
            "name": "nesbot/carbon",
459
            "version": "1.33.0",
460
            "source": {
461
                "type": "git",
462
                "url": "https://github.com/briannesbitt/Carbon.git",
463
                "reference": "55667c1007a99e82030874b1bb14d24d07108413"
464
            },
465
            "dist": {
466
                "type": "zip",
467
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/55667c1007a99e82030874b1bb14d24d07108413",
468
                "reference": "55667c1007a99e82030874b1bb14d24d07108413",
469
                "shasum": ""
470
            },
471
            "require": {
472
                "php": ">=5.3.9",
473
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
474
            },
475
            "require-dev": {
476
                "friendsofphp/php-cs-fixer": "~2",
477
                "phpunit/phpunit": "^4.8.35 || ^5.7"
478
            },
479
            "type": "library",
480
            "extra": {
481
                "laravel": {
482
                    "providers": [
483
                        "Carbon\\Laravel\\ServiceProvider"
484
                    ]
485
                }
486
            },
487
            "autoload": {
488
                "psr-4": {
489
                    "": "src/"
490
                }
491
            },
492
            "notification-url": "https://packagist.org/downloads/",
493
            "license": [
494
                "MIT"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Brian Nesbitt",
499
                    "email": "[email protected]",
500
                    "homepage": "http://nesbot.com"
501
                }
502
            ],
503
            "description": "A simple API extension for DateTime.",
504
            "homepage": "http://carbon.nesbot.com",
505
            "keywords": [
506
                "date",
507
                "datetime",
508
                "time"
509
            ],
510
            "time": "2018-08-07T08:39:47+00:00"
511
        },
512
        {
513
            "name": "paragonie/random_compat",
514
            "version": "v2.0.17",
515
            "source": {
516
                "type": "git",
517
                "url": "https://github.com/paragonie/random_compat.git",
518
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
519
            },
520
            "dist": {
521
                "type": "zip",
522
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
523
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
524
                "shasum": ""
525
            },
526
            "require": {
527
                "php": ">=5.2.0"
528
            },
529
            "require-dev": {
530
                "phpunit/phpunit": "4.*|5.*"
531
            },
532
            "suggest": {
533
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
534
            },
535
            "type": "library",
536
            "autoload": {
537
                "files": [
538
                    "lib/random.php"
539
                ]
540
            },
541
            "notification-url": "https://packagist.org/downloads/",
542
            "license": [
543
                "MIT"
544
            ],
545
            "authors": [
546
                {
547
                    "name": "Paragon Initiative Enterprises",
548
                    "email": "[email protected]",
549
                    "homepage": "https://paragonie.com"
550
                }
551
            ],
552
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
553
            "keywords": [
554
                "csprng",
555
                "polyfill",
556
                "pseudorandom",
557
                "random"
558
            ],
559
            "time": "2018-07-04T16:31:37+00:00"
560
        },
561
        {
562
            "name": "psr/log",
563
            "version": "1.0.2",
564
            "source": {
565
                "type": "git",
566
                "url": "https://github.com/php-fig/log.git",
567
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
568
            },
569
            "dist": {
570
                "type": "zip",
571
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
572
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
573
                "shasum": ""
574
            },
575
            "require": {
576
                "php": ">=5.3.0"
577
            },
578
            "type": "library",
579
            "extra": {
580
                "branch-alias": {
581
                    "dev-master": "1.0.x-dev"
582
                }
583
            },
584
            "autoload": {
585
                "psr-4": {
586
                    "Psr\\Log\\": "Psr/Log/"
587
                }
588
            },
589
            "notification-url": "https://packagist.org/downloads/",
590
            "license": [
591
                "MIT"
592
            ],
593
            "authors": [
594
                {
595
                    "name": "PHP-FIG",
596
                    "homepage": "http://www.php-fig.org/"
597
                }
598
            ],
599
            "description": "Common interface for logging libraries",
600
            "homepage": "https://github.com/php-fig/log",
601
            "keywords": [
602
                "log",
603
                "psr",
604
                "psr-3"
605
            ],
606
            "time": "2016-10-10T12:19:37+00:00"
607
        },
608
        {
609
            "name": "ramsey/uuid",
610
            "version": "3.8.0",
611
            "source": {
612
                "type": "git",
613
                "url": "https://github.com/ramsey/uuid.git",
614
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
615
            },
616
            "dist": {
617
                "type": "zip",
618
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
619
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
620
                "shasum": ""
621
            },
622
            "require": {
623
                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
624
                "php": "^5.4 || ^7.0",
625
                "symfony/polyfill-ctype": "^1.8"
626
            },
627
            "replace": {
628
                "rhumsaa/uuid": "self.version"
629
            },
630
            "require-dev": {
631
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
632
                "doctrine/annotations": "~1.2.0",
633
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
634
                "ircmaxell/random-lib": "^1.1",
635
                "jakub-onderka/php-parallel-lint": "^0.9.0",
636
                "mockery/mockery": "^0.9.9",
637
                "moontoast/math": "^1.1",
638
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
639
                "phpunit/phpunit": "^4.7|^5.0|^6.5",
640
                "squizlabs/php_codesniffer": "^2.3"
641
            },
642
            "suggest": {
643
                "ext-ctype": "Provides support for PHP Ctype functions",
644
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
645
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
646
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
647
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
648
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
649
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
650
            },
651
            "type": "library",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "3.x-dev"
655
                }
656
            },
657
            "autoload": {
658
                "psr-4": {
659
                    "Ramsey\\Uuid\\": "src/"
660
                }
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "MIT"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "Marijn Huizendveld",
669
                    "email": "[email protected]"
670
                },
671
                {
672
                    "name": "Thibaud Fabre",
673
                    "email": "[email protected]"
674
                },
675
                {
676
                    "name": "Ben Ramsey",
677
                    "email": "[email protected]",
678
                    "homepage": "https://benramsey.com"
679
                }
680
            ],
681
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
682
            "homepage": "https://github.com/ramsey/uuid",
683
            "keywords": [
684
                "guid",
685
                "identifier",
686
                "uuid"
687
            ],
688
            "time": "2018-07-19T23:38:55+00:00"
689
        },
690
        {
691
            "name": "swiftmailer/swiftmailer",
692
            "version": "v5.4.12",
693
            "source": {
694
                "type": "git",
695
                "url": "https://github.com/swiftmailer/swiftmailer.git",
696
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
697
            },
698
            "dist": {
699
                "type": "zip",
700
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
701
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
702
                "shasum": ""
703
            },
704
            "require": {
705
                "php": ">=5.3.3"
706
            },
707
            "require-dev": {
708
                "mockery/mockery": "~0.9.1",
709
                "symfony/phpunit-bridge": "~3.2"
710
            },
711
            "type": "library",
712
            "extra": {
713
                "branch-alias": {
714
                    "dev-master": "5.4-dev"
715
                }
716
            },
717
            "autoload": {
718
                "files": [
719
                    "lib/swift_required.php"
720
                ]
721
            },
722
            "notification-url": "https://packagist.org/downloads/",
723
            "license": [
724
                "MIT"
725
            ],
726
            "authors": [
727
                {
728
                    "name": "Chris Corbyn"
729
                },
730
                {
731
                    "name": "Fabien Potencier",
732
                    "email": "[email protected]"
733
                }
734
            ],
735
            "description": "Swiftmailer, free feature-rich PHP mailer",
736
            "homepage": "https://swiftmailer.symfony.com",
737
            "keywords": [
738
                "email",
739
                "mail",
740
                "mailer"
741
            ],
742
            "time": "2018-07-31T09:26:32+00:00"
743
        },
744
        {
745
            "name": "symfony/console",
746
            "version": "v3.4.15",
747
            "source": {
748
                "type": "git",
749
                "url": "https://github.com/symfony/console.git",
750
                "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73"
751
            },
752
            "dist": {
753
                "type": "zip",
754
                "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73",
755
                "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73",
756
                "shasum": ""
757
            },
758
            "require": {
759
                "php": "^5.5.9|>=7.0.8",
760
                "symfony/debug": "~2.8|~3.0|~4.0",
761
                "symfony/polyfill-mbstring": "~1.0"
762
            },
763
            "conflict": {
764
                "symfony/dependency-injection": "<3.4",
765
                "symfony/process": "<3.3"
766
            },
767
            "require-dev": {
768
                "psr/log": "~1.0",
769
                "symfony/config": "~3.3|~4.0",
770
                "symfony/dependency-injection": "~3.4|~4.0",
771
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
772
                "symfony/lock": "~3.4|~4.0",
773
                "symfony/process": "~3.3|~4.0"
774
            },
775
            "suggest": {
776
                "psr/log-implementation": "For using the console logger",
777
                "symfony/event-dispatcher": "",
778
                "symfony/lock": "",
779
                "symfony/process": ""
780
            },
781
            "type": "library",
782
            "extra": {
783
                "branch-alias": {
784
                    "dev-master": "3.4-dev"
785
                }
786
            },
787
            "autoload": {
788
                "psr-4": {
789
                    "Symfony\\Component\\Console\\": ""
790
                },
791
                "exclude-from-classmap": [
792
                    "/Tests/"
793
                ]
794
            },
795
            "notification-url": "https://packagist.org/downloads/",
796
            "license": [
797
                "MIT"
798
            ],
799
            "authors": [
800
                {
801
                    "name": "Fabien Potencier",
802
                    "email": "[email protected]"
803
                },
804
                {
805
                    "name": "Symfony Community",
806
                    "homepage": "https://symfony.com/contributors"
807
                }
808
            ],
809
            "description": "Symfony Console Component",
810
            "homepage": "https://symfony.com",
811
            "time": "2018-07-26T11:19:56+00:00"
812
        },
813
        {
814
            "name": "symfony/css-selector",
815
            "version": "v4.1.4",
816
            "source": {
817
                "type": "git",
818
                "url": "https://github.com/symfony/css-selector.git",
819
                "reference": "2a4df7618f869b456f9096781e78c57b509d76c7"
820
            },
821
            "dist": {
822
                "type": "zip",
823
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/2a4df7618f869b456f9096781e78c57b509d76c7",
824
                "reference": "2a4df7618f869b456f9096781e78c57b509d76c7",
825
                "shasum": ""
826
            },
827
            "require": {
828
                "php": "^7.1.3"
829
            },
830
            "type": "library",
831
            "extra": {
832
                "branch-alias": {
833
                    "dev-master": "4.1-dev"
834
                }
835
            },
836
            "autoload": {
837
                "psr-4": {
838
                    "Symfony\\Component\\CssSelector\\": ""
839
                },
840
                "exclude-from-classmap": [
841
                    "/Tests/"
842
                ]
843
            },
844
            "notification-url": "https://packagist.org/downloads/",
845
            "license": [
846
                "MIT"
847
            ],
848
            "authors": [
849
                {
850
                    "name": "Jean-François Simon",
851
                    "email": "[email protected]"
852
                },
853
                {
854
                    "name": "Fabien Potencier",
855
                    "email": "[email protected]"
856
                },
857
                {
858
                    "name": "Symfony Community",
859
                    "homepage": "https://symfony.com/contributors"
860
                }
861
            ],
862
            "description": "Symfony CssSelector Component",
863
            "homepage": "https://symfony.com",
864
            "time": "2018-07-26T09:10:45+00:00"
865
        },
866
        {
867
            "name": "symfony/debug",
868
            "version": "v3.4.15",
869
            "source": {
870
                "type": "git",
871
                "url": "https://github.com/symfony/debug.git",
872
                "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd"
873
            },
874
            "dist": {
875
                "type": "zip",
876
                "url": "https://api.github.com/repos/symfony/debug/zipball/c4625e75341e4fb309ce0c049cbf7fb84b8897cd",
877
                "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd",
878
                "shasum": ""
879
            },
880
            "require": {
881
                "php": "^5.5.9|>=7.0.8",
882
                "psr/log": "~1.0"
883
            },
884
            "conflict": {
885
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
886
            },
887
            "require-dev": {
888
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
889
            },
890
            "type": "library",
891
            "extra": {
892
                "branch-alias": {
893
                    "dev-master": "3.4-dev"
894
                }
895
            },
896
            "autoload": {
897
                "psr-4": {
898
                    "Symfony\\Component\\Debug\\": ""
899
                },
900
                "exclude-from-classmap": [
901
                    "/Tests/"
902
                ]
903
            },
904
            "notification-url": "https://packagist.org/downloads/",
905
            "license": [
906
                "MIT"
907
            ],
908
            "authors": [
909
                {
910
                    "name": "Fabien Potencier",
911
                    "email": "[email protected]"
912
                },
913
                {
914
                    "name": "Symfony Community",
915
                    "homepage": "https://symfony.com/contributors"
916
                }
917
            ],
918
            "description": "Symfony Debug Component",
919
            "homepage": "https://symfony.com",
920
            "time": "2018-08-03T10:42:44+00:00"
921
        },
922
        {
923
            "name": "symfony/event-dispatcher",
924
            "version": "v4.1.4",
925
            "source": {
926
                "type": "git",
927
                "url": "https://github.com/symfony/event-dispatcher.git",
928
                "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e"
929
            },
930
            "dist": {
931
                "type": "zip",
932
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
933
                "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
934
                "shasum": ""
935
            },
936
            "require": {
937
                "php": "^7.1.3"
938
            },
939
            "conflict": {
940
                "symfony/dependency-injection": "<3.4"
941
            },
942
            "require-dev": {
943
                "psr/log": "~1.0",
944
                "symfony/config": "~3.4|~4.0",
945
                "symfony/dependency-injection": "~3.4|~4.0",
946
                "symfony/expression-language": "~3.4|~4.0",
947
                "symfony/stopwatch": "~3.4|~4.0"
948
            },
949
            "suggest": {
950
                "symfony/dependency-injection": "",
951
                "symfony/http-kernel": ""
952
            },
953
            "type": "library",
954
            "extra": {
955
                "branch-alias": {
956
                    "dev-master": "4.1-dev"
957
                }
958
            },
959
            "autoload": {
960
                "psr-4": {
961
                    "Symfony\\Component\\EventDispatcher\\": ""
962
                },
963
                "exclude-from-classmap": [
964
                    "/Tests/"
965
                ]
966
            },
967
            "notification-url": "https://packagist.org/downloads/",
968
            "license": [
969
                "MIT"
970
            ],
971
            "authors": [
972
                {
973
                    "name": "Fabien Potencier",
974
                    "email": "[email protected]"
975
                },
976
                {
977
                    "name": "Symfony Community",
978
                    "homepage": "https://symfony.com/contributors"
979
                }
980
            ],
981
            "description": "Symfony EventDispatcher Component",
982
            "homepage": "https://symfony.com",
983
            "time": "2018-07-26T09:10:45+00:00"
984
        },
985
        {
986
            "name": "symfony/finder",
987
            "version": "v3.4.15",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/symfony/finder.git",
991
                "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a",
996
                "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "php": "^5.5.9|>=7.0.8"
1001
            },
1002
            "type": "library",
1003
            "extra": {
1004
                "branch-alias": {
1005
                    "dev-master": "3.4-dev"
1006
                }
1007
            },
1008
            "autoload": {
1009
                "psr-4": {
1010
                    "Symfony\\Component\\Finder\\": ""
1011
                },
1012
                "exclude-from-classmap": [
1013
                    "/Tests/"
1014
                ]
1015
            },
1016
            "notification-url": "https://packagist.org/downloads/",
1017
            "license": [
1018
                "MIT"
1019
            ],
1020
            "authors": [
1021
                {
1022
                    "name": "Fabien Potencier",
1023
                    "email": "[email protected]"
1024
                },
1025
                {
1026
                    "name": "Symfony Community",
1027
                    "homepage": "https://symfony.com/contributors"
1028
                }
1029
            ],
1030
            "description": "Symfony Finder Component",
1031
            "homepage": "https://symfony.com",
1032
            "time": "2018-07-26T11:19:56+00:00"
1033
        },
1034
        {
1035
            "name": "symfony/http-foundation",
1036
            "version": "v3.4.15",
1037
            "source": {
1038
                "type": "git",
1039
                "url": "https://github.com/symfony/http-foundation.git",
1040
                "reference": "2fb33cb6eefe6e790e4023f7c534a9e4214252fc"
1041
            },
1042
            "dist": {
1043
                "type": "zip",
1044
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2fb33cb6eefe6e790e4023f7c534a9e4214252fc",
1045
                "reference": "2fb33cb6eefe6e790e4023f7c534a9e4214252fc",
1046
                "shasum": ""
1047
            },
1048
            "require": {
1049
                "php": "^5.5.9|>=7.0.8",
1050
                "symfony/polyfill-mbstring": "~1.1",
1051
                "symfony/polyfill-php70": "~1.6"
1052
            },
1053
            "require-dev": {
1054
                "symfony/expression-language": "~2.8|~3.0|~4.0"
1055
            },
1056
            "type": "library",
1057
            "extra": {
1058
                "branch-alias": {
1059
                    "dev-master": "3.4-dev"
1060
                }
1061
            },
1062
            "autoload": {
1063
                "psr-4": {
1064
                    "Symfony\\Component\\HttpFoundation\\": ""
1065
                },
1066
                "exclude-from-classmap": [
1067
                    "/Tests/"
1068
                ]
1069
            },
1070
            "notification-url": "https://packagist.org/downloads/",
1071
            "license": [
1072
                "MIT"
1073
            ],
1074
            "authors": [
1075
                {
1076
                    "name": "Fabien Potencier",
1077
                    "email": "[email protected]"
1078
                },
1079
                {
1080
                    "name": "Symfony Community",
1081
                    "homepage": "https://symfony.com/contributors"
1082
                }
1083
            ],
1084
            "description": "Symfony HttpFoundation Component",
1085
            "homepage": "https://symfony.com",
1086
            "time": "2018-08-27T17:45:33+00:00"
1087
        },
1088
        {
1089
            "name": "symfony/http-kernel",
1090
            "version": "v3.4.15",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/symfony/http-kernel.git",
1094
                "reference": "2819693b25f480966cbfa13b651abccfed4871ca"
1095
            },
1096
            "dist": {
1097
                "type": "zip",
1098
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2819693b25f480966cbfa13b651abccfed4871ca",
1099
                "reference": "2819693b25f480966cbfa13b651abccfed4871ca",
1100
                "shasum": ""
1101
            },
1102
            "require": {
1103
                "php": "^5.5.9|>=7.0.8",
1104
                "psr/log": "~1.0",
1105
                "symfony/debug": "~2.8|~3.0|~4.0",
1106
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1107
                "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
1108
                "symfony/polyfill-ctype": "~1.8"
1109
            },
1110
            "conflict": {
1111
                "symfony/config": "<2.8",
1112
                "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
1113
                "symfony/var-dumper": "<3.3",
1114
                "twig/twig": "<1.34|<2.4,>=2"
1115
            },
1116
            "provide": {
1117
                "psr/log-implementation": "1.0"
1118
            },
1119
            "require-dev": {
1120
                "psr/cache": "~1.0",
1121
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1122
                "symfony/class-loader": "~2.8|~3.0",
1123
                "symfony/config": "~2.8|~3.0|~4.0",
1124
                "symfony/console": "~2.8|~3.0|~4.0",
1125
                "symfony/css-selector": "~2.8|~3.0|~4.0",
1126
                "symfony/dependency-injection": "^3.4.10|^4.0.10",
1127
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1128
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1129
                "symfony/finder": "~2.8|~3.0|~4.0",
1130
                "symfony/process": "~2.8|~3.0|~4.0",
1131
                "symfony/routing": "~3.4|~4.0",
1132
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1133
                "symfony/templating": "~2.8|~3.0|~4.0",
1134
                "symfony/translation": "~2.8|~3.0|~4.0",
1135
                "symfony/var-dumper": "~3.3|~4.0"
1136
            },
1137
            "suggest": {
1138
                "symfony/browser-kit": "",
1139
                "symfony/config": "",
1140
                "symfony/console": "",
1141
                "symfony/dependency-injection": "",
1142
                "symfony/finder": "",
1143
                "symfony/var-dumper": ""
1144
            },
1145
            "type": "library",
1146
            "extra": {
1147
                "branch-alias": {
1148
                    "dev-master": "3.4-dev"
1149
                }
1150
            },
1151
            "autoload": {
1152
                "psr-4": {
1153
                    "Symfony\\Component\\HttpKernel\\": ""
1154
                },
1155
                "exclude-from-classmap": [
1156
                    "/Tests/"
1157
                ]
1158
            },
1159
            "notification-url": "https://packagist.org/downloads/",
1160
            "license": [
1161
                "MIT"
1162
            ],
1163
            "authors": [
1164
                {
1165
                    "name": "Fabien Potencier",
1166
                    "email": "[email protected]"
1167
                },
1168
                {
1169
                    "name": "Symfony Community",
1170
                    "homepage": "https://symfony.com/contributors"
1171
                }
1172
            ],
1173
            "description": "Symfony HttpKernel Component",
1174
            "homepage": "https://symfony.com",
1175
            "time": "2018-08-28T06:06:12+00:00"
1176
        },
1177
        {
1178
            "name": "symfony/polyfill-ctype",
1179
            "version": "v1.9.0",
1180
            "source": {
1181
                "type": "git",
1182
                "url": "https://github.com/symfony/polyfill-ctype.git",
1183
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
1184
            },
1185
            "dist": {
1186
                "type": "zip",
1187
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
1188
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
1189
                "shasum": ""
1190
            },
1191
            "require": {
1192
                "php": ">=5.3.3"
1193
            },
1194
            "suggest": {
1195
                "ext-ctype": "For best performance"
1196
            },
1197
            "type": "library",
1198
            "extra": {
1199
                "branch-alias": {
1200
                    "dev-master": "1.9-dev"
1201
                }
1202
            },
1203
            "autoload": {
1204
                "psr-4": {
1205
                    "Symfony\\Polyfill\\Ctype\\": ""
1206
                },
1207
                "files": [
1208
                    "bootstrap.php"
1209
                ]
1210
            },
1211
            "notification-url": "https://packagist.org/downloads/",
1212
            "license": [
1213
                "MIT"
1214
            ],
1215
            "authors": [
1216
                {
1217
                    "name": "Symfony Community",
1218
                    "homepage": "https://symfony.com/contributors"
1219
                },
1220
                {
1221
                    "name": "Gert de Pagter",
1222
                    "email": "[email protected]"
1223
                }
1224
            ],
1225
            "description": "Symfony polyfill for ctype functions",
1226
            "homepage": "https://symfony.com",
1227
            "keywords": [
1228
                "compatibility",
1229
                "ctype",
1230
                "polyfill",
1231
                "portable"
1232
            ],
1233
            "time": "2018-08-06T14:22:27+00:00"
1234
        },
1235
        {
1236
            "name": "symfony/polyfill-mbstring",
1237
            "version": "v1.9.0",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1241
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
1246
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "php": ">=5.3.3"
1251
            },
1252
            "suggest": {
1253
                "ext-mbstring": "For best performance"
1254
            },
1255
            "type": "library",
1256
            "extra": {
1257
                "branch-alias": {
1258
                    "dev-master": "1.9-dev"
1259
                }
1260
            },
1261
            "autoload": {
1262
                "psr-4": {
1263
                    "Symfony\\Polyfill\\Mbstring\\": ""
1264
                },
1265
                "files": [
1266
                    "bootstrap.php"
1267
                ]
1268
            },
1269
            "notification-url": "https://packagist.org/downloads/",
1270
            "license": [
1271
                "MIT"
1272
            ],
1273
            "authors": [
1274
                {
1275
                    "name": "Nicolas Grekas",
1276
                    "email": "[email protected]"
1277
                },
1278
                {
1279
                    "name": "Symfony Community",
1280
                    "homepage": "https://symfony.com/contributors"
1281
                }
1282
            ],
1283
            "description": "Symfony polyfill for the Mbstring extension",
1284
            "homepage": "https://symfony.com",
1285
            "keywords": [
1286
                "compatibility",
1287
                "mbstring",
1288
                "polyfill",
1289
                "portable",
1290
                "shim"
1291
            ],
1292
            "time": "2018-08-06T14:22:27+00:00"
1293
        },
1294
        {
1295
            "name": "symfony/polyfill-php70",
1296
            "version": "v1.9.0",
1297
            "source": {
1298
                "type": "git",
1299
                "url": "https://github.com/symfony/polyfill-php70.git",
1300
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
1301
            },
1302
            "dist": {
1303
                "type": "zip",
1304
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
1305
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
1306
                "shasum": ""
1307
            },
1308
            "require": {
1309
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
1310
                "php": ">=5.3.3"
1311
            },
1312
            "type": "library",
1313
            "extra": {
1314
                "branch-alias": {
1315
                    "dev-master": "1.9-dev"
1316
                }
1317
            },
1318
            "autoload": {
1319
                "psr-4": {
1320
                    "Symfony\\Polyfill\\Php70\\": ""
1321
                },
1322
                "files": [
1323
                    "bootstrap.php"
1324
                ],
1325
                "classmap": [
1326
                    "Resources/stubs"
1327
                ]
1328
            },
1329
            "notification-url": "https://packagist.org/downloads/",
1330
            "license": [
1331
                "MIT"
1332
            ],
1333
            "authors": [
1334
                {
1335
                    "name": "Nicolas Grekas",
1336
                    "email": "[email protected]"
1337
                },
1338
                {
1339
                    "name": "Symfony Community",
1340
                    "homepage": "https://symfony.com/contributors"
1341
                }
1342
            ],
1343
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1344
            "homepage": "https://symfony.com",
1345
            "keywords": [
1346
                "compatibility",
1347
                "polyfill",
1348
                "portable",
1349
                "shim"
1350
            ],
1351
            "time": "2018-08-06T14:22:27+00:00"
1352
        },
1353
        {
1354
            "name": "symfony/process",
1355
            "version": "v3.4.15",
1356
            "source": {
1357
                "type": "git",
1358
                "url": "https://github.com/symfony/process.git",
1359
                "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7"
1360
            },
1361
            "dist": {
1362
                "type": "zip",
1363
                "url": "https://api.github.com/repos/symfony/process/zipball/4d6b125d5293cbceedc2aa10f2c71617e76262e7",
1364
                "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7",
1365
                "shasum": ""
1366
            },
1367
            "require": {
1368
                "php": "^5.5.9|>=7.0.8"
1369
            },
1370
            "type": "library",
1371
            "extra": {
1372
                "branch-alias": {
1373
                    "dev-master": "3.4-dev"
1374
                }
1375
            },
1376
            "autoload": {
1377
                "psr-4": {
1378
                    "Symfony\\Component\\Process\\": ""
1379
                },
1380
                "exclude-from-classmap": [
1381
                    "/Tests/"
1382
                ]
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "MIT"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Fabien Potencier",
1391
                    "email": "[email protected]"
1392
                },
1393
                {
1394
                    "name": "Symfony Community",
1395
                    "homepage": "https://symfony.com/contributors"
1396
                }
1397
            ],
1398
            "description": "Symfony Process Component",
1399
            "homepage": "https://symfony.com",
1400
            "time": "2018-08-03T10:42:44+00:00"
1401
        },
1402
        {
1403
            "name": "symfony/routing",
1404
            "version": "v3.4.15",
1405
            "source": {
1406
                "type": "git",
1407
                "url": "https://github.com/symfony/routing.git",
1408
                "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911"
1409
            },
1410
            "dist": {
1411
                "type": "zip",
1412
                "url": "https://api.github.com/repos/symfony/routing/zipball/e20f4bb79502c3c0db86d572f7683a30d4143911",
1413
                "reference": "e20f4bb79502c3c0db86d572f7683a30d4143911",
1414
                "shasum": ""
1415
            },
1416
            "require": {
1417
                "php": "^5.5.9|>=7.0.8"
1418
            },
1419
            "conflict": {
1420
                "symfony/config": "<3.3.1",
1421
                "symfony/dependency-injection": "<3.3",
1422
                "symfony/yaml": "<3.4"
1423
            },
1424
            "require-dev": {
1425
                "doctrine/annotations": "~1.0",
1426
                "psr/log": "~1.0",
1427
                "symfony/config": "^3.3.1|~4.0",
1428
                "symfony/dependency-injection": "~3.3|~4.0",
1429
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1430
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
1431
                "symfony/yaml": "~3.4|~4.0"
1432
            },
1433
            "suggest": {
1434
                "doctrine/annotations": "For using the annotation loader",
1435
                "symfony/config": "For using the all-in-one router or any loader",
1436
                "symfony/dependency-injection": "For loading routes from a service",
1437
                "symfony/expression-language": "For using expression matching",
1438
                "symfony/http-foundation": "For using a Symfony Request object",
1439
                "symfony/yaml": "For using the YAML loader"
1440
            },
1441
            "type": "library",
1442
            "extra": {
1443
                "branch-alias": {
1444
                    "dev-master": "3.4-dev"
1445
                }
1446
            },
1447
            "autoload": {
1448
                "psr-4": {
1449
                    "Symfony\\Component\\Routing\\": ""
1450
                },
1451
                "exclude-from-classmap": [
1452
                    "/Tests/"
1453
                ]
1454
            },
1455
            "notification-url": "https://packagist.org/downloads/",
1456
            "license": [
1457
                "MIT"
1458
            ],
1459
            "authors": [
1460
                {
1461
                    "name": "Fabien Potencier",
1462
                    "email": "[email protected]"
1463
                },
1464
                {
1465
                    "name": "Symfony Community",
1466
                    "homepage": "https://symfony.com/contributors"
1467
                }
1468
            ],
1469
            "description": "Symfony Routing Component",
1470
            "homepage": "https://symfony.com",
1471
            "keywords": [
1472
                "router",
1473
                "routing",
1474
                "uri",
1475
                "url"
1476
            ],
1477
            "time": "2018-07-26T11:19:56+00:00"
1478
        },
1479
        {
1480
            "name": "symfony/translation",
1481
            "version": "v4.1.4",
1482
            "source": {
1483
                "type": "git",
1484
                "url": "https://github.com/symfony/translation.git",
1485
                "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f"
1486
            },
1487
            "dist": {
1488
                "type": "zip",
1489
                "url": "https://api.github.com/repos/symfony/translation/zipball/fa2182669f7983b7aa5f1a770d053f79f0ef144f",
1490
                "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f",
1491
                "shasum": ""
1492
            },
1493
            "require": {
1494
                "php": "^7.1.3",
1495
                "symfony/polyfill-mbstring": "~1.0"
1496
            },
1497
            "conflict": {
1498
                "symfony/config": "<3.4",
1499
                "symfony/dependency-injection": "<3.4",
1500
                "symfony/yaml": "<3.4"
1501
            },
1502
            "require-dev": {
1503
                "psr/log": "~1.0",
1504
                "symfony/config": "~3.4|~4.0",
1505
                "symfony/console": "~3.4|~4.0",
1506
                "symfony/dependency-injection": "~3.4|~4.0",
1507
                "symfony/finder": "~2.8|~3.0|~4.0",
1508
                "symfony/intl": "~3.4|~4.0",
1509
                "symfony/yaml": "~3.4|~4.0"
1510
            },
1511
            "suggest": {
1512
                "psr/log-implementation": "To use logging capability in translator",
1513
                "symfony/config": "",
1514
                "symfony/yaml": ""
1515
            },
1516
            "type": "library",
1517
            "extra": {
1518
                "branch-alias": {
1519
                    "dev-master": "4.1-dev"
1520
                }
1521
            },
1522
            "autoload": {
1523
                "psr-4": {
1524
                    "Symfony\\Component\\Translation\\": ""
1525
                },
1526
                "exclude-from-classmap": [
1527
                    "/Tests/"
1528
                ]
1529
            },
1530
            "notification-url": "https://packagist.org/downloads/",
1531
            "license": [
1532
                "MIT"
1533
            ],
1534
            "authors": [
1535
                {
1536
                    "name": "Fabien Potencier",
1537
                    "email": "[email protected]"
1538
                },
1539
                {
1540
                    "name": "Symfony Community",
1541
                    "homepage": "https://symfony.com/contributors"
1542
                }
1543
            ],
1544
            "description": "Symfony Translation Component",
1545
            "homepage": "https://symfony.com",
1546
            "time": "2018-08-07T12:45:11+00:00"
1547
        },
1548
        {
1549
            "name": "symfony/var-dumper",
1550
            "version": "v3.4.15",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/symfony/var-dumper.git",
1554
                "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f62a394bd3de96f2f5e8f4c7d685035897fb3cb3",
1559
                "reference": "f62a394bd3de96f2f5e8f4c7d685035897fb3cb3",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "php": "^5.5.9|>=7.0.8",
1564
                "symfony/polyfill-mbstring": "~1.0"
1565
            },
1566
            "conflict": {
1567
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1568
            },
1569
            "require-dev": {
1570
                "ext-iconv": "*",
1571
                "twig/twig": "~1.34|~2.4"
1572
            },
1573
            "suggest": {
1574
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1575
                "ext-intl": "To show region name in time zone dump",
1576
                "ext-symfony_debug": ""
1577
            },
1578
            "type": "library",
1579
            "extra": {
1580
                "branch-alias": {
1581
                    "dev-master": "3.4-dev"
1582
                }
1583
            },
1584
            "autoload": {
1585
                "files": [
1586
                    "Resources/functions/dump.php"
1587
                ],
1588
                "psr-4": {
1589
                    "Symfony\\Component\\VarDumper\\": ""
1590
                },
1591
                "exclude-from-classmap": [
1592
                    "/Tests/"
1593
                ]
1594
            },
1595
            "notification-url": "https://packagist.org/downloads/",
1596
            "license": [
1597
                "MIT"
1598
            ],
1599
            "authors": [
1600
                {
1601
                    "name": "Nicolas Grekas",
1602
                    "email": "[email protected]"
1603
                },
1604
                {
1605
                    "name": "Symfony Community",
1606
                    "homepage": "https://symfony.com/contributors"
1607
                }
1608
            ],
1609
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1610
            "homepage": "https://symfony.com",
1611
            "keywords": [
1612
                "debug",
1613
                "dump"
1614
            ],
1615
            "time": "2018-07-26T11:19:56+00:00"
1616
        },
1617
        {
1618
            "name": "tijsverkoyen/css-to-inline-styles",
1619
            "version": "2.2.1",
1620
            "source": {
1621
                "type": "git",
1622
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1623
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1624
            },
1625
            "dist": {
1626
                "type": "zip",
1627
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1628
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1629
                "shasum": ""
1630
            },
1631
            "require": {
1632
                "php": "^5.5 || ^7.0",
1633
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1634
            },
1635
            "require-dev": {
1636
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1637
            },
1638
            "type": "library",
1639
            "extra": {
1640
                "branch-alias": {
1641
                    "dev-master": "2.2.x-dev"
1642
                }
1643
            },
1644
            "autoload": {
1645
                "psr-4": {
1646
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1647
                }
1648
            },
1649
            "notification-url": "https://packagist.org/downloads/",
1650
            "license": [
1651
                "BSD-3-Clause"
1652
            ],
1653
            "authors": [
1654
                {
1655
                    "name": "Tijs Verkoyen",
1656
                    "email": "[email protected]",
1657
                    "role": "Developer"
1658
                }
1659
            ],
1660
            "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.",
1661
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1662
            "time": "2017-11-27T11:13:29+00:00"
1663
        },
1664
        {
1665
            "name": "vlucas/phpdotenv",
1666
            "version": "v2.5.1",
1667
            "source": {
1668
                "type": "git",
1669
                "url": "https://github.com/vlucas/phpdotenv.git",
1670
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
1671
            },
1672
            "dist": {
1673
                "type": "zip",
1674
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
1675
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
1676
                "shasum": ""
1677
            },
1678
            "require": {
1679
                "php": ">=5.3.9"
1680
            },
1681
            "require-dev": {
1682
                "phpunit/phpunit": "^4.8.35 || ^5.0"
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "2.5-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-4": {
1692
                    "Dotenv\\": "src/"
1693
                }
1694
            },
1695
            "notification-url": "https://packagist.org/downloads/",
1696
            "license": [
1697
                "BSD-3-Clause"
1698
            ],
1699
            "authors": [
1700
                {
1701
                    "name": "Vance Lucas",
1702
                    "email": "[email protected]",
1703
                    "homepage": "http://www.vancelucas.com"
1704
                }
1705
            ],
1706
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1707
            "keywords": [
1708
                "dotenv",
1709
                "env",
1710
                "environment"
1711
            ],
1712
            "time": "2018-07-29T20:33:41+00:00"
1713
        }
1714
    ],
1715
    "packages-dev": [
1716
        {
1717
            "name": "doctrine/instantiator",
1718
            "version": "1.1.0",
1719
            "source": {
1720
                "type": "git",
1721
                "url": "https://github.com/doctrine/instantiator.git",
1722
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1723
            },
1724
            "dist": {
1725
                "type": "zip",
1726
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1727
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1728
                "shasum": ""
1729
            },
1730
            "require": {
1731
                "php": "^7.1"
1732
            },
1733
            "require-dev": {
1734
                "athletic/athletic": "~0.1.8",
1735
                "ext-pdo": "*",
1736
                "ext-phar": "*",
1737
                "phpunit/phpunit": "^6.2.3",
1738
                "squizlabs/php_codesniffer": "^3.0.2"
1739
            },
1740
            "type": "library",
1741
            "extra": {
1742
                "branch-alias": {
1743
                    "dev-master": "1.2.x-dev"
1744
                }
1745
            },
1746
            "autoload": {
1747
                "psr-4": {
1748
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1749
                }
1750
            },
1751
            "notification-url": "https://packagist.org/downloads/",
1752
            "license": [
1753
                "MIT"
1754
            ],
1755
            "authors": [
1756
                {
1757
                    "name": "Marco Pivetta",
1758
                    "email": "[email protected]",
1759
                    "homepage": "http://ocramius.github.com/"
1760
                }
1761
            ],
1762
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1763
            "homepage": "https://github.com/doctrine/instantiator",
1764
            "keywords": [
1765
                "constructor",
1766
                "instantiate"
1767
            ],
1768
            "time": "2017-07-22T11:58:36+00:00"
1769
        },
1770
        {
1771
            "name": "fzaninotto/faker",
1772
            "version": "v1.8.0",
1773
            "source": {
1774
                "type": "git",
1775
                "url": "https://github.com/fzaninotto/Faker.git",
1776
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
1777
            },
1778
            "dist": {
1779
                "type": "zip",
1780
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
1781
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
1782
                "shasum": ""
1783
            },
1784
            "require": {
1785
                "php": "^5.3.3 || ^7.0"
1786
            },
1787
            "require-dev": {
1788
                "ext-intl": "*",
1789
                "phpunit/phpunit": "^4.8.35 || ^5.7",
1790
                "squizlabs/php_codesniffer": "^1.5"
1791
            },
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "1.8-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-4": {
1800
                    "Faker\\": "src/Faker/"
1801
                }
1802
            },
1803
            "notification-url": "https://packagist.org/downloads/",
1804
            "license": [
1805
                "MIT"
1806
            ],
1807
            "authors": [
1808
                {
1809
                    "name": "François Zaninotto"
1810
                }
1811
            ],
1812
            "description": "Faker is a PHP library that generates fake data for you.",
1813
            "keywords": [
1814
                "data",
1815
                "faker",
1816
                "fixtures"
1817
            ],
1818
            "time": "2018-07-12T10:23:15+00:00"
1819
        },
1820
        {
1821
            "name": "orchestra/testbench",
1822
            "version": "v3.4.12",
1823
            "source": {
1824
                "type": "git",
1825
                "url": "https://github.com/orchestral/testbench.git",
1826
                "reference": "1a040537b09fa3e5a6c6a703a1180cf6b29e1f0e"
1827
            },
1828
            "dist": {
1829
                "type": "zip",
1830
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/1a040537b09fa3e5a6c6a703a1180cf6b29e1f0e",
1831
                "reference": "1a040537b09fa3e5a6c6a703a1180cf6b29e1f0e",
1832
                "shasum": ""
1833
            },
1834
            "require": {
1835
                "fzaninotto/faker": "~1.4",
1836
                "laravel/framework": "~5.4.36",
1837
                "orchestra/testbench-core": "~3.4.6",
1838
                "php": ">=5.6.0"
1839
            },
1840
            "require-dev": {
1841
                "mockery/mockery": "^0.9.4 || ~1.0",
1842
                "orchestra/database": "~3.4.0",
1843
                "phpunit/phpunit": "~5.7"
1844
            },
1845
            "suggest": {
1846
                "mockery/mockery": "Allow to use Mockery for testing (^0.9.4).",
1847
                "orchestra/database": "Allow to use --realpath migration for testing (~3.4).",
1848
                "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.4).",
1849
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~5.7)."
1850
            },
1851
            "type": "library",
1852
            "extra": {
1853
                "branch-alias": {
1854
                    "dev-master": "3.4-dev"
1855
                }
1856
            },
1857
            "notification-url": "https://packagist.org/downloads/",
1858
            "license": [
1859
                "MIT"
1860
            ],
1861
            "authors": [
1862
                {
1863
                    "name": "Mior Muhammad Zaki",
1864
                    "email": "[email protected]",
1865
                    "homepage": "https://github.com/crynobone"
1866
                }
1867
            ],
1868
            "description": "Laravel Testing Helper for Packages Development",
1869
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
1870
            "keywords": [
1871
                "BDD",
1872
                "TDD",
1873
                "laravel",
1874
                "orchestra-platform",
1875
                "orchestral",
1876
                "testing"
1877
            ],
1878
            "time": "2018-02-20T05:27:50+00:00"
1879
        },
1880
        {
1881
            "name": "orchestra/testbench-core",
1882
            "version": "v3.4.6",
1883
            "source": {
1884
                "type": "git",
1885
                "url": "https://github.com/orchestral/testbench-core.git",
1886
                "reference": "07f5fca738b7f1a5745e4f9e4049df048019f790"
1887
            },
1888
            "dist": {
1889
                "type": "zip",
1890
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/07f5fca738b7f1a5745e4f9e4049df048019f790",
1891
                "reference": "07f5fca738b7f1a5745e4f9e4049df048019f790",
1892
                "shasum": ""
1893
            },
1894
            "require": {
1895
                "fzaninotto/faker": "~1.4",
1896
                "php": ">=5.6.0"
1897
            },
1898
            "require-dev": {
1899
                "laravel/framework": "~5.4.17",
1900
                "mockery/mockery": "^0.9.4",
1901
                "orchestra/database": "~3.4.0",
1902
                "phpunit/phpunit": "~5.7 || ~6.0"
1903
            },
1904
            "suggest": {
1905
                "laravel/framework": "Required for testing (~5.4.0).",
1906
                "mockery/mockery": "Allow to use Mockery for testing (^0.9.4).",
1907
                "orchestra/database": "Allow to use --realpath migration for testing (~3.4).",
1908
                "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.4).",
1909
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.4).",
1910
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~6.0)."
1911
            },
1912
            "type": "library",
1913
            "extra": {
1914
                "branch-alias": {
1915
                    "dev-master": "3.5-dev"
1916
                }
1917
            },
1918
            "autoload": {
1919
                "psr-4": {
1920
                    "Orchestra\\Testbench\\": "src/"
1921
                }
1922
            },
1923
            "notification-url": "https://packagist.org/downloads/",
1924
            "license": [
1925
                "MIT"
1926
            ],
1927
            "authors": [
1928
                {
1929
                    "name": "Mior Muhammad Zaki",
1930
                    "email": "[email protected]",
1931
                    "homepage": "https://github.com/crynobone"
1932
                }
1933
            ],
1934
            "description": "Testing Helper for Laravel Development",
1935
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
1936
            "keywords": [
1937
                "BDD",
1938
                "TDD",
1939
                "laravel",
1940
                "orchestra-platform",
1941
                "orchestral",
1942
                "testing"
1943
            ],
1944
            "time": "2018-02-20T04:05:07+00:00"
1945
        },
1946
        {
1947
            "name": "phpdocumentor/reflection-common",
1948
            "version": "1.0.1",
1949
            "source": {
1950
                "type": "git",
1951
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1952
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1953
            },
1954
            "dist": {
1955
                "type": "zip",
1956
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1957
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1958
                "shasum": ""
1959
            },
1960
            "require": {
1961
                "php": ">=5.5"
1962
            },
1963
            "require-dev": {
1964
                "phpunit/phpunit": "^4.6"
1965
            },
1966
            "type": "library",
1967
            "extra": {
1968
                "branch-alias": {
1969
                    "dev-master": "1.0.x-dev"
1970
                }
1971
            },
1972
            "autoload": {
1973
                "psr-4": {
1974
                    "phpDocumentor\\Reflection\\": [
1975
                        "src"
1976
                    ]
1977
                }
1978
            },
1979
            "notification-url": "https://packagist.org/downloads/",
1980
            "license": [
1981
                "MIT"
1982
            ],
1983
            "authors": [
1984
                {
1985
                    "name": "Jaap van Otterdijk",
1986
                    "email": "[email protected]"
1987
                }
1988
            ],
1989
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1990
            "homepage": "http://www.phpdoc.org",
1991
            "keywords": [
1992
                "FQSEN",
1993
                "phpDocumentor",
1994
                "phpdoc",
1995
                "reflection",
1996
                "static analysis"
1997
            ],
1998
            "time": "2017-09-11T18:02:19+00:00"
1999
        },
2000
        {
2001
            "name": "phpdocumentor/reflection-docblock",
2002
            "version": "4.3.0",
2003
            "source": {
2004
                "type": "git",
2005
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2006
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2007
            },
2008
            "dist": {
2009
                "type": "zip",
2010
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2011
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2012
                "shasum": ""
2013
            },
2014
            "require": {
2015
                "php": "^7.0",
2016
                "phpdocumentor/reflection-common": "^1.0.0",
2017
                "phpdocumentor/type-resolver": "^0.4.0",
2018
                "webmozart/assert": "^1.0"
2019
            },
2020
            "require-dev": {
2021
                "doctrine/instantiator": "~1.0.5",
2022
                "mockery/mockery": "^1.0",
2023
                "phpunit/phpunit": "^6.4"
2024
            },
2025
            "type": "library",
2026
            "extra": {
2027
                "branch-alias": {
2028
                    "dev-master": "4.x-dev"
2029
                }
2030
            },
2031
            "autoload": {
2032
                "psr-4": {
2033
                    "phpDocumentor\\Reflection\\": [
2034
                        "src/"
2035
                    ]
2036
                }
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "license": [
2040
                "MIT"
2041
            ],
2042
            "authors": [
2043
                {
2044
                    "name": "Mike van Riel",
2045
                    "email": "[email protected]"
2046
                }
2047
            ],
2048
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2049
            "time": "2017-11-30T07:14:17+00:00"
2050
        },
2051
        {
2052
            "name": "phpdocumentor/type-resolver",
2053
            "version": "0.4.0",
2054
            "source": {
2055
                "type": "git",
2056
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2057
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2058
            },
2059
            "dist": {
2060
                "type": "zip",
2061
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2062
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2063
                "shasum": ""
2064
            },
2065
            "require": {
2066
                "php": "^5.5 || ^7.0",
2067
                "phpdocumentor/reflection-common": "^1.0"
2068
            },
2069
            "require-dev": {
2070
                "mockery/mockery": "^0.9.4",
2071
                "phpunit/phpunit": "^5.2||^4.8.24"
2072
            },
2073
            "type": "library",
2074
            "extra": {
2075
                "branch-alias": {
2076
                    "dev-master": "1.0.x-dev"
2077
                }
2078
            },
2079
            "autoload": {
2080
                "psr-4": {
2081
                    "phpDocumentor\\Reflection\\": [
2082
                        "src/"
2083
                    ]
2084
                }
2085
            },
2086
            "notification-url": "https://packagist.org/downloads/",
2087
            "license": [
2088
                "MIT"
2089
            ],
2090
            "authors": [
2091
                {
2092
                    "name": "Mike van Riel",
2093
                    "email": "[email protected]"
2094
                }
2095
            ],
2096
            "time": "2017-07-14T14:27:02+00:00"
2097
        },
2098
        {
2099
            "name": "phpspec/prophecy",
2100
            "version": "1.8.0",
2101
            "source": {
2102
                "type": "git",
2103
                "url": "https://github.com/phpspec/prophecy.git",
2104
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2105
            },
2106
            "dist": {
2107
                "type": "zip",
2108
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2109
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2110
                "shasum": ""
2111
            },
2112
            "require": {
2113
                "doctrine/instantiator": "^1.0.2",
2114
                "php": "^5.3|^7.0",
2115
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2116
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2117
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2118
            },
2119
            "require-dev": {
2120
                "phpspec/phpspec": "^2.5|^3.2",
2121
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2122
            },
2123
            "type": "library",
2124
            "extra": {
2125
                "branch-alias": {
2126
                    "dev-master": "1.8.x-dev"
2127
                }
2128
            },
2129
            "autoload": {
2130
                "psr-0": {
2131
                    "Prophecy\\": "src/"
2132
                }
2133
            },
2134
            "notification-url": "https://packagist.org/downloads/",
2135
            "license": [
2136
                "MIT"
2137
            ],
2138
            "authors": [
2139
                {
2140
                    "name": "Konstantin Kudryashov",
2141
                    "email": "[email protected]",
2142
                    "homepage": "http://everzet.com"
2143
                },
2144
                {
2145
                    "name": "Marcello Duarte",
2146
                    "email": "[email protected]"
2147
                }
2148
            ],
2149
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2150
            "homepage": "https://github.com/phpspec/prophecy",
2151
            "keywords": [
2152
                "Double",
2153
                "Dummy",
2154
                "fake",
2155
                "mock",
2156
                "spy",
2157
                "stub"
2158
            ],
2159
            "time": "2018-08-05T17:53:17+00:00"
2160
        },
2161
        {
2162
            "name": "phpunit/php-code-coverage",
2163
            "version": "2.2.4",
2164
            "source": {
2165
                "type": "git",
2166
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2167
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2168
            },
2169
            "dist": {
2170
                "type": "zip",
2171
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2172
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2173
                "shasum": ""
2174
            },
2175
            "require": {
2176
                "php": ">=5.3.3",
2177
                "phpunit/php-file-iterator": "~1.3",
2178
                "phpunit/php-text-template": "~1.2",
2179
                "phpunit/php-token-stream": "~1.3",
2180
                "sebastian/environment": "^1.3.2",
2181
                "sebastian/version": "~1.0"
2182
            },
2183
            "require-dev": {
2184
                "ext-xdebug": ">=2.1.4",
2185
                "phpunit/phpunit": "~4"
2186
            },
2187
            "suggest": {
2188
                "ext-dom": "*",
2189
                "ext-xdebug": ">=2.2.1",
2190
                "ext-xmlwriter": "*"
2191
            },
2192
            "type": "library",
2193
            "extra": {
2194
                "branch-alias": {
2195
                    "dev-master": "2.2.x-dev"
2196
                }
2197
            },
2198
            "autoload": {
2199
                "classmap": [
2200
                    "src/"
2201
                ]
2202
            },
2203
            "notification-url": "https://packagist.org/downloads/",
2204
            "license": [
2205
                "BSD-3-Clause"
2206
            ],
2207
            "authors": [
2208
                {
2209
                    "name": "Sebastian Bergmann",
2210
                    "email": "[email protected]",
2211
                    "role": "lead"
2212
                }
2213
            ],
2214
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2215
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2216
            "keywords": [
2217
                "coverage",
2218
                "testing",
2219
                "xunit"
2220
            ],
2221
            "time": "2015-10-06T15:47:00+00:00"
2222
        },
2223
        {
2224
            "name": "phpunit/php-file-iterator",
2225
            "version": "1.4.5",
2226
            "source": {
2227
                "type": "git",
2228
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2229
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2230
            },
2231
            "dist": {
2232
                "type": "zip",
2233
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2234
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2235
                "shasum": ""
2236
            },
2237
            "require": {
2238
                "php": ">=5.3.3"
2239
            },
2240
            "type": "library",
2241
            "extra": {
2242
                "branch-alias": {
2243
                    "dev-master": "1.4.x-dev"
2244
                }
2245
            },
2246
            "autoload": {
2247
                "classmap": [
2248
                    "src/"
2249
                ]
2250
            },
2251
            "notification-url": "https://packagist.org/downloads/",
2252
            "license": [
2253
                "BSD-3-Clause"
2254
            ],
2255
            "authors": [
2256
                {
2257
                    "name": "Sebastian Bergmann",
2258
                    "email": "[email protected]",
2259
                    "role": "lead"
2260
                }
2261
            ],
2262
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2263
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2264
            "keywords": [
2265
                "filesystem",
2266
                "iterator"
2267
            ],
2268
            "time": "2017-11-27T13:52:08+00:00"
2269
        },
2270
        {
2271
            "name": "phpunit/php-text-template",
2272
            "version": "1.2.1",
2273
            "source": {
2274
                "type": "git",
2275
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2276
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2277
            },
2278
            "dist": {
2279
                "type": "zip",
2280
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2281
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2282
                "shasum": ""
2283
            },
2284
            "require": {
2285
                "php": ">=5.3.3"
2286
            },
2287
            "type": "library",
2288
            "autoload": {
2289
                "classmap": [
2290
                    "src/"
2291
                ]
2292
            },
2293
            "notification-url": "https://packagist.org/downloads/",
2294
            "license": [
2295
                "BSD-3-Clause"
2296
            ],
2297
            "authors": [
2298
                {
2299
                    "name": "Sebastian Bergmann",
2300
                    "email": "[email protected]",
2301
                    "role": "lead"
2302
                }
2303
            ],
2304
            "description": "Simple template engine.",
2305
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2306
            "keywords": [
2307
                "template"
2308
            ],
2309
            "time": "2015-06-21T13:50:34+00:00"
2310
        },
2311
        {
2312
            "name": "phpunit/php-timer",
2313
            "version": "1.0.9",
2314
            "source": {
2315
                "type": "git",
2316
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2317
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2318
            },
2319
            "dist": {
2320
                "type": "zip",
2321
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2322
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2323
                "shasum": ""
2324
            },
2325
            "require": {
2326
                "php": "^5.3.3 || ^7.0"
2327
            },
2328
            "require-dev": {
2329
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2330
            },
2331
            "type": "library",
2332
            "extra": {
2333
                "branch-alias": {
2334
                    "dev-master": "1.0-dev"
2335
                }
2336
            },
2337
            "autoload": {
2338
                "classmap": [
2339
                    "src/"
2340
                ]
2341
            },
2342
            "notification-url": "https://packagist.org/downloads/",
2343
            "license": [
2344
                "BSD-3-Clause"
2345
            ],
2346
            "authors": [
2347
                {
2348
                    "name": "Sebastian Bergmann",
2349
                    "email": "[email protected]",
2350
                    "role": "lead"
2351
                }
2352
            ],
2353
            "description": "Utility class for timing",
2354
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2355
            "keywords": [
2356
                "timer"
2357
            ],
2358
            "time": "2017-02-26T11:10:40+00:00"
2359
        },
2360
        {
2361
            "name": "phpunit/php-token-stream",
2362
            "version": "1.4.12",
2363
            "source": {
2364
                "type": "git",
2365
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2366
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
2367
            },
2368
            "dist": {
2369
                "type": "zip",
2370
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
2371
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
2372
                "shasum": ""
2373
            },
2374
            "require": {
2375
                "ext-tokenizer": "*",
2376
                "php": ">=5.3.3"
2377
            },
2378
            "require-dev": {
2379
                "phpunit/phpunit": "~4.2"
2380
            },
2381
            "type": "library",
2382
            "extra": {
2383
                "branch-alias": {
2384
                    "dev-master": "1.4-dev"
2385
                }
2386
            },
2387
            "autoload": {
2388
                "classmap": [
2389
                    "src/"
2390
                ]
2391
            },
2392
            "notification-url": "https://packagist.org/downloads/",
2393
            "license": [
2394
                "BSD-3-Clause"
2395
            ],
2396
            "authors": [
2397
                {
2398
                    "name": "Sebastian Bergmann",
2399
                    "email": "[email protected]"
2400
                }
2401
            ],
2402
            "description": "Wrapper around PHP's tokenizer extension.",
2403
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2404
            "keywords": [
2405
                "tokenizer"
2406
            ],
2407
            "time": "2017-12-04T08:55:13+00:00"
2408
        },
2409
        {
2410
            "name": "phpunit/phpunit",
2411
            "version": "4.8.36",
2412
            "source": {
2413
                "type": "git",
2414
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2415
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
2416
            },
2417
            "dist": {
2418
                "type": "zip",
2419
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
2420
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
2421
                "shasum": ""
2422
            },
2423
            "require": {
2424
                "ext-dom": "*",
2425
                "ext-json": "*",
2426
                "ext-pcre": "*",
2427
                "ext-reflection": "*",
2428
                "ext-spl": "*",
2429
                "php": ">=5.3.3",
2430
                "phpspec/prophecy": "^1.3.1",
2431
                "phpunit/php-code-coverage": "~2.1",
2432
                "phpunit/php-file-iterator": "~1.4",
2433
                "phpunit/php-text-template": "~1.2",
2434
                "phpunit/php-timer": "^1.0.6",
2435
                "phpunit/phpunit-mock-objects": "~2.3",
2436
                "sebastian/comparator": "~1.2.2",
2437
                "sebastian/diff": "~1.2",
2438
                "sebastian/environment": "~1.3",
2439
                "sebastian/exporter": "~1.2",
2440
                "sebastian/global-state": "~1.0",
2441
                "sebastian/version": "~1.0",
2442
                "symfony/yaml": "~2.1|~3.0"
2443
            },
2444
            "suggest": {
2445
                "phpunit/php-invoker": "~1.1"
2446
            },
2447
            "bin": [
2448
                "phpunit"
2449
            ],
2450
            "type": "library",
2451
            "extra": {
2452
                "branch-alias": {
2453
                    "dev-master": "4.8.x-dev"
2454
                }
2455
            },
2456
            "autoload": {
2457
                "classmap": [
2458
                    "src/"
2459
                ]
2460
            },
2461
            "notification-url": "https://packagist.org/downloads/",
2462
            "license": [
2463
                "BSD-3-Clause"
2464
            ],
2465
            "authors": [
2466
                {
2467
                    "name": "Sebastian Bergmann",
2468
                    "email": "[email protected]",
2469
                    "role": "lead"
2470
                }
2471
            ],
2472
            "description": "The PHP Unit Testing framework.",
2473
            "homepage": "https://phpunit.de/",
2474
            "keywords": [
2475
                "phpunit",
2476
                "testing",
2477
                "xunit"
2478
            ],
2479
            "time": "2017-06-21T08:07:12+00:00"
2480
        },
2481
        {
2482
            "name": "phpunit/phpunit-mock-objects",
2483
            "version": "2.3.8",
2484
            "source": {
2485
                "type": "git",
2486
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2487
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2488
            },
2489
            "dist": {
2490
                "type": "zip",
2491
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2492
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2493
                "shasum": ""
2494
            },
2495
            "require": {
2496
                "doctrine/instantiator": "^1.0.2",
2497
                "php": ">=5.3.3",
2498
                "phpunit/php-text-template": "~1.2",
2499
                "sebastian/exporter": "~1.2"
2500
            },
2501
            "require-dev": {
2502
                "phpunit/phpunit": "~4.4"
2503
            },
2504
            "suggest": {
2505
                "ext-soap": "*"
2506
            },
2507
            "type": "library",
2508
            "extra": {
2509
                "branch-alias": {
2510
                    "dev-master": "2.3.x-dev"
2511
                }
2512
            },
2513
            "autoload": {
2514
                "classmap": [
2515
                    "src/"
2516
                ]
2517
            },
2518
            "notification-url": "https://packagist.org/downloads/",
2519
            "license": [
2520
                "BSD-3-Clause"
2521
            ],
2522
            "authors": [
2523
                {
2524
                    "name": "Sebastian Bergmann",
2525
                    "email": "[email protected]",
2526
                    "role": "lead"
2527
                }
2528
            ],
2529
            "description": "Mock Object library for PHPUnit",
2530
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2531
            "keywords": [
2532
                "mock",
2533
                "xunit"
2534
            ],
2535
            "time": "2015-10-02T06:51:40+00:00"
2536
        },
2537
        {
2538
            "name": "sebastian/comparator",
2539
            "version": "1.2.4",
2540
            "source": {
2541
                "type": "git",
2542
                "url": "https://github.com/sebastianbergmann/comparator.git",
2543
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2544
            },
2545
            "dist": {
2546
                "type": "zip",
2547
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2548
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2549
                "shasum": ""
2550
            },
2551
            "require": {
2552
                "php": ">=5.3.3",
2553
                "sebastian/diff": "~1.2",
2554
                "sebastian/exporter": "~1.2 || ~2.0"
2555
            },
2556
            "require-dev": {
2557
                "phpunit/phpunit": "~4.4"
2558
            },
2559
            "type": "library",
2560
            "extra": {
2561
                "branch-alias": {
2562
                    "dev-master": "1.2.x-dev"
2563
                }
2564
            },
2565
            "autoload": {
2566
                "classmap": [
2567
                    "src/"
2568
                ]
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "BSD-3-Clause"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Jeff Welch",
2577
                    "email": "[email protected]"
2578
                },
2579
                {
2580
                    "name": "Volker Dusch",
2581
                    "email": "[email protected]"
2582
                },
2583
                {
2584
                    "name": "Bernhard Schussek",
2585
                    "email": "[email protected]"
2586
                },
2587
                {
2588
                    "name": "Sebastian Bergmann",
2589
                    "email": "[email protected]"
2590
                }
2591
            ],
2592
            "description": "Provides the functionality to compare PHP values for equality",
2593
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2594
            "keywords": [
2595
                "comparator",
2596
                "compare",
2597
                "equality"
2598
            ],
2599
            "time": "2017-01-29T09:50:25+00:00"
2600
        },
2601
        {
2602
            "name": "sebastian/diff",
2603
            "version": "1.4.3",
2604
            "source": {
2605
                "type": "git",
2606
                "url": "https://github.com/sebastianbergmann/diff.git",
2607
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2608
            },
2609
            "dist": {
2610
                "type": "zip",
2611
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2612
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2613
                "shasum": ""
2614
            },
2615
            "require": {
2616
                "php": "^5.3.3 || ^7.0"
2617
            },
2618
            "require-dev": {
2619
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2620
            },
2621
            "type": "library",
2622
            "extra": {
2623
                "branch-alias": {
2624
                    "dev-master": "1.4-dev"
2625
                }
2626
            },
2627
            "autoload": {
2628
                "classmap": [
2629
                    "src/"
2630
                ]
2631
            },
2632
            "notification-url": "https://packagist.org/downloads/",
2633
            "license": [
2634
                "BSD-3-Clause"
2635
            ],
2636
            "authors": [
2637
                {
2638
                    "name": "Kore Nordmann",
2639
                    "email": "[email protected]"
2640
                },
2641
                {
2642
                    "name": "Sebastian Bergmann",
2643
                    "email": "[email protected]"
2644
                }
2645
            ],
2646
            "description": "Diff implementation",
2647
            "homepage": "https://github.com/sebastianbergmann/diff",
2648
            "keywords": [
2649
                "diff"
2650
            ],
2651
            "time": "2017-05-22T07:24:03+00:00"
2652
        },
2653
        {
2654
            "name": "sebastian/environment",
2655
            "version": "1.3.8",
2656
            "source": {
2657
                "type": "git",
2658
                "url": "https://github.com/sebastianbergmann/environment.git",
2659
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2660
            },
2661
            "dist": {
2662
                "type": "zip",
2663
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2664
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2665
                "shasum": ""
2666
            },
2667
            "require": {
2668
                "php": "^5.3.3 || ^7.0"
2669
            },
2670
            "require-dev": {
2671
                "phpunit/phpunit": "^4.8 || ^5.0"
2672
            },
2673
            "type": "library",
2674
            "extra": {
2675
                "branch-alias": {
2676
                    "dev-master": "1.3.x-dev"
2677
                }
2678
            },
2679
            "autoload": {
2680
                "classmap": [
2681
                    "src/"
2682
                ]
2683
            },
2684
            "notification-url": "https://packagist.org/downloads/",
2685
            "license": [
2686
                "BSD-3-Clause"
2687
            ],
2688
            "authors": [
2689
                {
2690
                    "name": "Sebastian Bergmann",
2691
                    "email": "[email protected]"
2692
                }
2693
            ],
2694
            "description": "Provides functionality to handle HHVM/PHP environments",
2695
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2696
            "keywords": [
2697
                "Xdebug",
2698
                "environment",
2699
                "hhvm"
2700
            ],
2701
            "time": "2016-08-18T05:49:44+00:00"
2702
        },
2703
        {
2704
            "name": "sebastian/exporter",
2705
            "version": "1.2.2",
2706
            "source": {
2707
                "type": "git",
2708
                "url": "https://github.com/sebastianbergmann/exporter.git",
2709
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2710
            },
2711
            "dist": {
2712
                "type": "zip",
2713
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
2714
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2715
                "shasum": ""
2716
            },
2717
            "require": {
2718
                "php": ">=5.3.3",
2719
                "sebastian/recursion-context": "~1.0"
2720
            },
2721
            "require-dev": {
2722
                "ext-mbstring": "*",
2723
                "phpunit/phpunit": "~4.4"
2724
            },
2725
            "type": "library",
2726
            "extra": {
2727
                "branch-alias": {
2728
                    "dev-master": "1.3.x-dev"
2729
                }
2730
            },
2731
            "autoload": {
2732
                "classmap": [
2733
                    "src/"
2734
                ]
2735
            },
2736
            "notification-url": "https://packagist.org/downloads/",
2737
            "license": [
2738
                "BSD-3-Clause"
2739
            ],
2740
            "authors": [
2741
                {
2742
                    "name": "Jeff Welch",
2743
                    "email": "[email protected]"
2744
                },
2745
                {
2746
                    "name": "Volker Dusch",
2747
                    "email": "[email protected]"
2748
                },
2749
                {
2750
                    "name": "Bernhard Schussek",
2751
                    "email": "[email protected]"
2752
                },
2753
                {
2754
                    "name": "Sebastian Bergmann",
2755
                    "email": "[email protected]"
2756
                },
2757
                {
2758
                    "name": "Adam Harvey",
2759
                    "email": "[email protected]"
2760
                }
2761
            ],
2762
            "description": "Provides the functionality to export PHP variables for visualization",
2763
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2764
            "keywords": [
2765
                "export",
2766
                "exporter"
2767
            ],
2768
            "time": "2016-06-17T09:04:28+00:00"
2769
        },
2770
        {
2771
            "name": "sebastian/global-state",
2772
            "version": "1.1.1",
2773
            "source": {
2774
                "type": "git",
2775
                "url": "https://github.com/sebastianbergmann/global-state.git",
2776
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2777
            },
2778
            "dist": {
2779
                "type": "zip",
2780
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2781
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2782
                "shasum": ""
2783
            },
2784
            "require": {
2785
                "php": ">=5.3.3"
2786
            },
2787
            "require-dev": {
2788
                "phpunit/phpunit": "~4.2"
2789
            },
2790
            "suggest": {
2791
                "ext-uopz": "*"
2792
            },
2793
            "type": "library",
2794
            "extra": {
2795
                "branch-alias": {
2796
                    "dev-master": "1.0-dev"
2797
                }
2798
            },
2799
            "autoload": {
2800
                "classmap": [
2801
                    "src/"
2802
                ]
2803
            },
2804
            "notification-url": "https://packagist.org/downloads/",
2805
            "license": [
2806
                "BSD-3-Clause"
2807
            ],
2808
            "authors": [
2809
                {
2810
                    "name": "Sebastian Bergmann",
2811
                    "email": "[email protected]"
2812
                }
2813
            ],
2814
            "description": "Snapshotting of global state",
2815
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2816
            "keywords": [
2817
                "global state"
2818
            ],
2819
            "time": "2015-10-12T03:26:01+00:00"
2820
        },
2821
        {
2822
            "name": "sebastian/recursion-context",
2823
            "version": "1.0.5",
2824
            "source": {
2825
                "type": "git",
2826
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2827
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2828
            },
2829
            "dist": {
2830
                "type": "zip",
2831
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2832
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2833
                "shasum": ""
2834
            },
2835
            "require": {
2836
                "php": ">=5.3.3"
2837
            },
2838
            "require-dev": {
2839
                "phpunit/phpunit": "~4.4"
2840
            },
2841
            "type": "library",
2842
            "extra": {
2843
                "branch-alias": {
2844
                    "dev-master": "1.0.x-dev"
2845
                }
2846
            },
2847
            "autoload": {
2848
                "classmap": [
2849
                    "src/"
2850
                ]
2851
            },
2852
            "notification-url": "https://packagist.org/downloads/",
2853
            "license": [
2854
                "BSD-3-Clause"
2855
            ],
2856
            "authors": [
2857
                {
2858
                    "name": "Jeff Welch",
2859
                    "email": "[email protected]"
2860
                },
2861
                {
2862
                    "name": "Sebastian Bergmann",
2863
                    "email": "[email protected]"
2864
                },
2865
                {
2866
                    "name": "Adam Harvey",
2867
                    "email": "[email protected]"
2868
                }
2869
            ],
2870
            "description": "Provides functionality to recursively process PHP variables",
2871
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2872
            "time": "2016-10-03T07:41:43+00:00"
2873
        },
2874
        {
2875
            "name": "sebastian/version",
2876
            "version": "1.0.6",
2877
            "source": {
2878
                "type": "git",
2879
                "url": "https://github.com/sebastianbergmann/version.git",
2880
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2881
            },
2882
            "dist": {
2883
                "type": "zip",
2884
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2885
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2886
                "shasum": ""
2887
            },
2888
            "type": "library",
2889
            "autoload": {
2890
                "classmap": [
2891
                    "src/"
2892
                ]
2893
            },
2894
            "notification-url": "https://packagist.org/downloads/",
2895
            "license": [
2896
                "BSD-3-Clause"
2897
            ],
2898
            "authors": [
2899
                {
2900
                    "name": "Sebastian Bergmann",
2901
                    "email": "[email protected]",
2902
                    "role": "lead"
2903
                }
2904
            ],
2905
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2906
            "homepage": "https://github.com/sebastianbergmann/version",
2907
            "time": "2015-06-21T13:59:46+00:00"
2908
        },
2909
        {
2910
            "name": "symfony/yaml",
2911
            "version": "v3.4.15",
2912
            "source": {
2913
                "type": "git",
2914
                "url": "https://github.com/symfony/yaml.git",
2915
                "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8"
2916
            },
2917
            "dist": {
2918
                "type": "zip",
2919
                "url": "https://api.github.com/repos/symfony/yaml/zipball/c2f4812ead9f847cb69e90917ca7502e6892d6b8",
2920
                "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8",
2921
                "shasum": ""
2922
            },
2923
            "require": {
2924
                "php": "^5.5.9|>=7.0.8",
2925
                "symfony/polyfill-ctype": "~1.8"
2926
            },
2927
            "conflict": {
2928
                "symfony/console": "<3.4"
2929
            },
2930
            "require-dev": {
2931
                "symfony/console": "~3.4|~4.0"
2932
            },
2933
            "suggest": {
2934
                "symfony/console": "For validating YAML files using the lint command"
2935
            },
2936
            "type": "library",
2937
            "extra": {
2938
                "branch-alias": {
2939
                    "dev-master": "3.4-dev"
2940
                }
2941
            },
2942
            "autoload": {
2943
                "psr-4": {
2944
                    "Symfony\\Component\\Yaml\\": ""
2945
                },
2946
                "exclude-from-classmap": [
2947
                    "/Tests/"
2948
                ]
2949
            },
2950
            "notification-url": "https://packagist.org/downloads/",
2951
            "license": [
2952
                "MIT"
2953
            ],
2954
            "authors": [
2955
                {
2956
                    "name": "Fabien Potencier",
2957
                    "email": "[email protected]"
2958
                },
2959
                {
2960
                    "name": "Symfony Community",
2961
                    "homepage": "https://symfony.com/contributors"
2962
                }
2963
            ],
2964
            "description": "Symfony Yaml Component",
2965
            "homepage": "https://symfony.com",
2966
            "time": "2018-08-10T07:34:36+00:00"
2967
        },
2968
        {
2969
            "name": "webmozart/assert",
2970
            "version": "1.3.0",
2971
            "source": {
2972
                "type": "git",
2973
                "url": "https://github.com/webmozart/assert.git",
2974
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2975
            },
2976
            "dist": {
2977
                "type": "zip",
2978
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2979
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2980
                "shasum": ""
2981
            },
2982
            "require": {
2983
                "php": "^5.3.3 || ^7.0"
2984
            },
2985
            "require-dev": {
2986
                "phpunit/phpunit": "^4.6",
2987
                "sebastian/version": "^1.0.1"
2988
            },
2989
            "type": "library",
2990
            "extra": {
2991
                "branch-alias": {
2992
                    "dev-master": "1.3-dev"
2993
                }
2994
            },
2995
            "autoload": {
2996
                "psr-4": {
2997
                    "Webmozart\\Assert\\": "src/"
2998
                }
2999
            },
3000
            "notification-url": "https://packagist.org/downloads/",
3001
            "license": [
3002
                "MIT"
3003
            ],
3004
            "authors": [
3005
                {
3006
                    "name": "Bernhard Schussek",
3007
                    "email": "[email protected]"
3008
                }
3009
            ],
3010
            "description": "Assertions to validate method input/output with nice error messages.",
3011
            "keywords": [
3012
                "assert",
3013
                "check",
3014
                "validate"
3015
            ],
3016
            "time": "2018-01-29T19:49:41+00:00"
3017
        }
3018
    ],
3019
    "aliases": [],
3020
    "minimum-stability": "stable",
3021
    "stability-flags": [],
3022
    "prefer-stable": false,
3023
    "prefer-lowest": false,
3024
    "platform": {
3025
        "php": ">=5.5.9|7.*"
3026
    },
3027
    "platform-dev": []
3028
}
3029