Completed
Push — master ( 6f2259...20f1b3 )
by
unknown
04:49 queued 03:16
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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

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