Passed
Pull Request — master (#30)
by
unknown
15:02
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "003a9df735f33a15e651b1d220855daa",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
20
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.2"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "4.*"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.1.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-0": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/"
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": "2015-11-06T14:35:42+00:00"
75
        },
76
        {
77
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
78
            "version": "1.6.2",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/erusev/parsedown.git",
82
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01",
87
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.0"
92
            },
93
            "type": "library",
94
            "autoload": {
95
                "psr-0": {
96
                    "Parsedown": ""
97
                }
98
            },
99
            "notification-url": "https://packagist.org/downloads/",
100
            "license": [
101
                "MIT"
102
            ],
103
            "authors": [
104
                {
105
                    "name": "Emanuil Rusev",
106
                    "email": "[email protected]",
107
                    "homepage": "http://erusev.com"
108
                }
109
            ],
110
            "description": "Parser for Markdown.",
111
            "homepage": "http://parsedown.org",
112
            "keywords": [
113
                "markdown",
114
                "parser"
115
            ],
116
            "time": "2017-03-29T16:04:15+00:00"
117
        },
118
        {
119
            "name": "laravel/framework",
0 ignored issues
show
There are 2 security advisories for your installed version of laravel/framework:

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