Issues (12)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (3 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "23e5d5059dcdbe9328cc6d066a96dde6",
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": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "dragonmantank/cron-expression",
132
            "version": "v2.0.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
141
                "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": ">=7.0.0"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": "~5.7"
149
            },
150
            "type": "library",
151
            "autoload": {
152
                "psr-4": {
153
                    "Cron\\": "src/Cron/"
154
                }
155
            },
156
            "notification-url": "https://packagist.org/downloads/",
157
            "license": [
158
                "MIT"
159
            ],
160
            "authors": [
161
                {
162
                    "name": "Michael Dowling",
163
                    "email": "[email protected]",
164
                    "homepage": "https://github.com/mtdowling"
165
                },
166
                {
167
                    "name": "Chris Tankersley",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/dragonmantank"
170
                }
171
            ],
172
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
173
            "keywords": [
174
                "cron",
175
                "schedule"
176
            ],
177
            "time": "2017-10-12T15:59:13+00:00"
178
        },
179
        {
180
            "name": "egulias/email-validator",
181
            "version": "2.1.3",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/egulias/EmailValidator.git",
185
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
190
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "doctrine/lexer": "^1.0.1",
195
                "php": ">= 5.5"
196
            },
197
            "require-dev": {
198
                "dominicsayers/isemail": "dev-master",
199
                "phpunit/phpunit": "^4.8.35",
200
                "satooshi/php-coveralls": "^1.0.1"
201
            },
202
            "suggest": {
203
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "2.0.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Egulias\\EmailValidator\\": "EmailValidator"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Eduardo Gulias Davis"
223
                }
224
            ],
225
            "description": "A library for validating emails against several RFCs",
226
            "homepage": "https://github.com/egulias/EmailValidator",
227
            "keywords": [
228
                "email",
229
                "emailvalidation",
230
                "emailvalidator",
231
                "validation",
232
                "validator"
233
            ],
234
            "time": "2017-11-15T23:40:40+00:00"
235
        },
236
        {
237
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
238
            "version": "1.6.4",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
247
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "php": ">=5.3.0"
252
            },
253
            "require-dev": {
254
                "phpunit/phpunit": "^4.8.35"
255
            },
256
            "type": "library",
257
            "autoload": {
258
                "psr-0": {
259
                    "Parsedown": ""
260
                }
261
            },
262
            "notification-url": "https://packagist.org/downloads/",
263
            "license": [
264
                "MIT"
265
            ],
266
            "authors": [
267
                {
268
                    "name": "Emanuil Rusev",
269
                    "email": "[email protected]",
270
                    "homepage": "http://erusev.com"
271
                }
272
            ],
273
            "description": "Parser for Markdown.",
274
            "homepage": "http://parsedown.org",
275
            "keywords": [
276
                "markdown",
277
                "parser"
278
            ],
279
            "time": "2017-11-14T20:44:03+00:00"
280
        },
281
        {
282
            "name": "laravel/framework",
0 ignored issues
show
There are 2 security advisories for your installed version of laravel/framework:

- Exploit of encryption failure vulnerability
- Cookie serialization vulnerability
Loading history...
283
            "version": "v5.6.4",
284
            "source": {
285
                "type": "git",
286
                "url": "https://github.com/laravel/framework.git",
287
                "reference": "ca5ce9e559e1a8f6455f0fbc42638e6e066f73de"
288
            },
289
            "dist": {
290
                "type": "zip",
291
                "url": "https://api.github.com/repos/laravel/framework/zipball/ca5ce9e559e1a8f6455f0fbc42638e6e066f73de",
292
                "reference": "ca5ce9e559e1a8f6455f0fbc42638e6e066f73de",
293
                "shasum": ""
294
            },
295
            "require": {
296
                "doctrine/inflector": "~1.1",
297
                "dragonmantank/cron-expression": "~2.0",
298
                "erusev/parsedown": "~1.6",
299
                "ext-mbstring": "*",
300
                "ext-openssl": "*",
301
                "league/flysystem": "~1.0",
302
                "monolog/monolog": "~1.12",
303
                "nesbot/carbon": "^1.22.1",
304
                "php": "^7.1.3",
305
                "psr/container": "~1.0",
306
                "psr/simple-cache": "^1.0",
307
                "ramsey/uuid": "^3.7",
308
                "swiftmailer/swiftmailer": "~6.0",
309
                "symfony/console": "~4.0",
310
                "symfony/debug": "~4.0",
311
                "symfony/finder": "~4.0",
312
                "symfony/http-foundation": "~4.0",
313
                "symfony/http-kernel": "~4.0",
314
                "symfony/process": "~4.0",
315
                "symfony/routing": "~4.0",
316
                "symfony/var-dumper": "~4.0",
317
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
318
                "vlucas/phpdotenv": "~2.2"
319
            },
320
            "replace": {
321
                "illuminate/auth": "self.version",
322
                "illuminate/broadcasting": "self.version",
323
                "illuminate/bus": "self.version",
324
                "illuminate/cache": "self.version",
325
                "illuminate/config": "self.version",
326
                "illuminate/console": "self.version",
327
                "illuminate/container": "self.version",
328
                "illuminate/contracts": "self.version",
329
                "illuminate/cookie": "self.version",
330
                "illuminate/database": "self.version",
331
                "illuminate/encryption": "self.version",
332
                "illuminate/events": "self.version",
333
                "illuminate/filesystem": "self.version",
334
                "illuminate/hashing": "self.version",
335
                "illuminate/http": "self.version",
336
                "illuminate/log": "self.version",
337
                "illuminate/mail": "self.version",
338
                "illuminate/notifications": "self.version",
339
                "illuminate/pagination": "self.version",
340
                "illuminate/pipeline": "self.version",
341
                "illuminate/queue": "self.version",
342
                "illuminate/redis": "self.version",
343
                "illuminate/routing": "self.version",
344
                "illuminate/session": "self.version",
345
                "illuminate/support": "self.version",
346
                "illuminate/translation": "self.version",
347
                "illuminate/validation": "self.version",
348
                "illuminate/view": "self.version",
349
                "tightenco/collect": "<5.5.33"
350
            },
351
            "require-dev": {
352
                "aws/aws-sdk-php": "~3.0",
353
                "doctrine/dbal": "~2.6",
354
                "filp/whoops": "^2.1.4",
355
                "mockery/mockery": "~1.0",
356
                "moontoast/math": "^1.1",
357
                "orchestra/testbench-core": "3.6.*",
358
                "pda/pheanstalk": "~3.0",
359
                "phpunit/phpunit": "~7.0",
360
                "predis/predis": "^1.1.1",
361
                "symfony/css-selector": "~4.0",
362
                "symfony/dom-crawler": "~4.0"
363
            },
364
            "suggest": {
365
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
366
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
367
                "ext-pcntl": "Required to use all features of the queue worker.",
368
                "ext-posix": "Required to use all features of the queue worker.",
369
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
370
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
371
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
372
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
373
                "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
374
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
375
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
376
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
377
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
378
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
379
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
380
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
381
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
382
            },
383
            "type": "library",
384
            "extra": {
385
                "branch-alias": {
386
                    "dev-master": "5.6-dev"
387
                }
388
            },
389
            "autoload": {
390
                "files": [
391
                    "src/Illuminate/Foundation/helpers.php",
392
                    "src/Illuminate/Support/helpers.php"
393
                ],
394
                "psr-4": {
395
                    "Illuminate\\": "src/Illuminate/"
396
                }
397
            },
398
            "notification-url": "https://packagist.org/downloads/",
399
            "license": [
400
                "MIT"
401
            ],
402
            "authors": [
403
                {
404
                    "name": "Taylor Otwell",
405
                    "email": "[email protected]"
406
                }
407
            ],
408
            "description": "The Laravel Framework.",
409
            "homepage": "https://laravel.com",
410
            "keywords": [
411
                "framework",
412
                "laravel"
413
            ],
414
            "time": "2018-02-21T14:41:25+00:00"
415
        },
416
        {
417
            "name": "league/flysystem",
418
            "version": "1.0.42",
419
            "source": {
420
                "type": "git",
421
                "url": "https://github.com/thephpleague/flysystem.git",
422
                "reference": "09eabc54e199950041aef258a85847676496fe8e"
423
            },
424
            "dist": {
425
                "type": "zip",
426
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/09eabc54e199950041aef258a85847676496fe8e",
427
                "reference": "09eabc54e199950041aef258a85847676496fe8e",
428
                "shasum": ""
429
            },
430
            "require": {
431
                "php": ">=5.5.9"
432
            },
433
            "conflict": {
434
                "league/flysystem-sftp": "<1.0.6"
435
            },
436
            "require-dev": {
437
                "ext-fileinfo": "*",
438
                "phpspec/phpspec": "^3.4",
439
                "phpunit/phpunit": "^5.7"
440
            },
441
            "suggest": {
442
                "ext-fileinfo": "Required for MimeType",
443
                "ext-ftp": "Allows you to use FTP server storage",
444
                "ext-openssl": "Allows you to use FTPS server storage",
445
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
446
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
447
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
448
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
449
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
450
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
451
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
452
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
453
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
454
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
455
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
456
            },
457
            "type": "library",
458
            "extra": {
459
                "branch-alias": {
460
                    "dev-master": "1.1-dev"
461
                }
462
            },
463
            "autoload": {
464
                "psr-4": {
465
                    "League\\Flysystem\\": "src/"
466
                }
467
            },
468
            "notification-url": "https://packagist.org/downloads/",
469
            "license": [
470
                "MIT"
471
            ],
472
            "authors": [
473
                {
474
                    "name": "Frank de Jonge",
475
                    "email": "[email protected]"
476
                }
477
            ],
478
            "description": "Filesystem abstraction: Many filesystems, one API.",
479
            "keywords": [
480
                "Cloud Files",
481
                "WebDAV",
482
                "abstraction",
483
                "aws",
484
                "cloud",
485
                "copy.com",
486
                "dropbox",
487
                "file systems",
488
                "files",
489
                "filesystem",
490
                "filesystems",
491
                "ftp",
492
                "rackspace",
493
                "remote",
494
                "s3",
495
                "sftp",
496
                "storage"
497
            ],
498
            "time": "2018-01-27T16:03:56+00:00"
499
        },
500
        {
501
            "name": "monolog/monolog",
502
            "version": "1.23.0",
503
            "source": {
504
                "type": "git",
505
                "url": "https://github.com/Seldaek/monolog.git",
506
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
507
            },
508
            "dist": {
509
                "type": "zip",
510
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
511
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
512
                "shasum": ""
513
            },
514
            "require": {
515
                "php": ">=5.3.0",
516
                "psr/log": "~1.0"
517
            },
518
            "provide": {
519
                "psr/log-implementation": "1.0.0"
520
            },
521
            "require-dev": {
522
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
523
                "doctrine/couchdb": "~1.0@dev",
524
                "graylog2/gelf-php": "~1.0",
525
                "jakub-onderka/php-parallel-lint": "0.9",
526
                "php-amqplib/php-amqplib": "~2.4",
527
                "php-console/php-console": "^3.1.3",
528
                "phpunit/phpunit": "~4.5",
529
                "phpunit/phpunit-mock-objects": "2.3.0",
530
                "ruflin/elastica": ">=0.90 <3.0",
531
                "sentry/sentry": "^0.13",
532
                "swiftmailer/swiftmailer": "^5.3|^6.0"
533
            },
534
            "suggest": {
535
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
536
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
537
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
538
                "ext-mongo": "Allow sending log messages to a MongoDB server",
539
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
540
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
541
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
542
                "php-console/php-console": "Allow sending log messages to Google Chrome",
543
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
544
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
545
                "sentry/sentry": "Allow sending log messages to a Sentry server"
546
            },
547
            "type": "library",
548
            "extra": {
549
                "branch-alias": {
550
                    "dev-master": "2.0.x-dev"
551
                }
552
            },
553
            "autoload": {
554
                "psr-4": {
555
                    "Monolog\\": "src/Monolog"
556
                }
557
            },
558
            "notification-url": "https://packagist.org/downloads/",
559
            "license": [
560
                "MIT"
561
            ],
562
            "authors": [
563
                {
564
                    "name": "Jordi Boggiano",
565
                    "email": "[email protected]",
566
                    "homepage": "http://seld.be"
567
                }
568
            ],
569
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
570
            "homepage": "http://github.com/Seldaek/monolog",
571
            "keywords": [
572
                "log",
573
                "logging",
574
                "psr-3"
575
            ],
576
            "time": "2017-06-19T01:22:40+00:00"
577
        },
578
        {
579
            "name": "nesbot/carbon",
580
            "version": "1.22.1",
581
            "source": {
582
                "type": "git",
583
                "url": "https://github.com/briannesbitt/Carbon.git",
584
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
585
            },
586
            "dist": {
587
                "type": "zip",
588
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
589
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
590
                "shasum": ""
591
            },
592
            "require": {
593
                "php": ">=5.3.0",
594
                "symfony/translation": "~2.6 || ~3.0"
595
            },
596
            "require-dev": {
597
                "friendsofphp/php-cs-fixer": "~2",
598
                "phpunit/phpunit": "~4.0 || ~5.0"
599
            },
600
            "type": "library",
601
            "extra": {
602
                "branch-alias": {
603
                    "dev-master": "1.23-dev"
604
                }
605
            },
606
            "autoload": {
607
                "psr-4": {
608
                    "Carbon\\": "src/Carbon/"
609
                }
610
            },
611
            "notification-url": "https://packagist.org/downloads/",
612
            "license": [
613
                "MIT"
614
            ],
615
            "authors": [
616
                {
617
                    "name": "Brian Nesbitt",
618
                    "email": "[email protected]",
619
                    "homepage": "http://nesbot.com"
620
                }
621
            ],
622
            "description": "A simple API extension for DateTime.",
623
            "homepage": "http://carbon.nesbot.com",
624
            "keywords": [
625
                "date",
626
                "datetime",
627
                "time"
628
            ],
629
            "time": "2017-01-16T07:55:07+00:00"
630
        },
631
        {
632
            "name": "paragonie/random_compat",
633
            "version": "v2.0.11",
634
            "source": {
635
                "type": "git",
636
                "url": "https://github.com/paragonie/random_compat.git",
637
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
638
            },
639
            "dist": {
640
                "type": "zip",
641
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
642
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
643
                "shasum": ""
644
            },
645
            "require": {
646
                "php": ">=5.2.0"
647
            },
648
            "require-dev": {
649
                "phpunit/phpunit": "4.*|5.*"
650
            },
651
            "suggest": {
652
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
653
            },
654
            "type": "library",
655
            "autoload": {
656
                "files": [
657
                    "lib/random.php"
658
                ]
659
            },
660
            "notification-url": "https://packagist.org/downloads/",
661
            "license": [
662
                "MIT"
663
            ],
664
            "authors": [
665
                {
666
                    "name": "Paragon Initiative Enterprises",
667
                    "email": "[email protected]",
668
                    "homepage": "https://paragonie.com"
669
                }
670
            ],
671
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
672
            "keywords": [
673
                "csprng",
674
                "pseudorandom",
675
                "random"
676
            ],
677
            "time": "2017-09-27T21:40:39+00:00"
678
        },
679
        {
680
            "name": "psr/container",
681
            "version": "1.0.0",
682
            "source": {
683
                "type": "git",
684
                "url": "https://github.com/php-fig/container.git",
685
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
686
            },
687
            "dist": {
688
                "type": "zip",
689
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
690
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
691
                "shasum": ""
692
            },
693
            "require": {
694
                "php": ">=5.3.0"
695
            },
696
            "type": "library",
697
            "extra": {
698
                "branch-alias": {
699
                    "dev-master": "1.0.x-dev"
700
                }
701
            },
702
            "autoload": {
703
                "psr-4": {
704
                    "Psr\\Container\\": "src/"
705
                }
706
            },
707
            "notification-url": "https://packagist.org/downloads/",
708
            "license": [
709
                "MIT"
710
            ],
711
            "authors": [
712
                {
713
                    "name": "PHP-FIG",
714
                    "homepage": "http://www.php-fig.org/"
715
                }
716
            ],
717
            "description": "Common Container Interface (PHP FIG PSR-11)",
718
            "homepage": "https://github.com/php-fig/container",
719
            "keywords": [
720
                "PSR-11",
721
                "container",
722
                "container-interface",
723
                "container-interop",
724
                "psr"
725
            ],
726
            "time": "2017-02-14T16:28:37+00:00"
727
        },
728
        {
729
            "name": "psr/log",
730
            "version": "1.0.2",
731
            "source": {
732
                "type": "git",
733
                "url": "https://github.com/php-fig/log.git",
734
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
735
            },
736
            "dist": {
737
                "type": "zip",
738
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
739
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
740
                "shasum": ""
741
            },
742
            "require": {
743
                "php": ">=5.3.0"
744
            },
745
            "type": "library",
746
            "extra": {
747
                "branch-alias": {
748
                    "dev-master": "1.0.x-dev"
749
                }
750
            },
751
            "autoload": {
752
                "psr-4": {
753
                    "Psr\\Log\\": "Psr/Log/"
754
                }
755
            },
756
            "notification-url": "https://packagist.org/downloads/",
757
            "license": [
758
                "MIT"
759
            ],
760
            "authors": [
761
                {
762
                    "name": "PHP-FIG",
763
                    "homepage": "http://www.php-fig.org/"
764
                }
765
            ],
766
            "description": "Common interface for logging libraries",
767
            "homepage": "https://github.com/php-fig/log",
768
            "keywords": [
769
                "log",
770
                "psr",
771
                "psr-3"
772
            ],
773
            "time": "2016-10-10T12:19:37+00:00"
774
        },
775
        {
776
            "name": "psr/simple-cache",
777
            "version": "1.0.0",
778
            "source": {
779
                "type": "git",
780
                "url": "https://github.com/php-fig/simple-cache.git",
781
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
782
            },
783
            "dist": {
784
                "type": "zip",
785
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
786
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
787
                "shasum": ""
788
            },
789
            "require": {
790
                "php": ">=5.3.0"
791
            },
792
            "type": "library",
793
            "extra": {
794
                "branch-alias": {
795
                    "dev-master": "1.0.x-dev"
796
                }
797
            },
798
            "autoload": {
799
                "psr-4": {
800
                    "Psr\\SimpleCache\\": "src/"
801
                }
802
            },
803
            "notification-url": "https://packagist.org/downloads/",
804
            "license": [
805
                "MIT"
806
            ],
807
            "authors": [
808
                {
809
                    "name": "PHP-FIG",
810
                    "homepage": "http://www.php-fig.org/"
811
                }
812
            ],
813
            "description": "Common interfaces for simple caching",
814
            "keywords": [
815
                "cache",
816
                "caching",
817
                "psr",
818
                "psr-16",
819
                "simple-cache"
820
            ],
821
            "time": "2017-01-02T13:31:39+00:00"
822
        },
823
        {
824
            "name": "ramsey/uuid",
825
            "version": "3.7.3",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/ramsey/uuid.git",
829
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
834
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
835
                "shasum": ""
836
            },
837
            "require": {
838
                "paragonie/random_compat": "^1.0|^2.0",
839
                "php": "^5.4 || ^7.0"
840
            },
841
            "replace": {
842
                "rhumsaa/uuid": "self.version"
843
            },
844
            "require-dev": {
845
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
846
                "doctrine/annotations": "~1.2.0",
847
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
848
                "ircmaxell/random-lib": "^1.1",
849
                "jakub-onderka/php-parallel-lint": "^0.9.0",
850
                "mockery/mockery": "^0.9.9",
851
                "moontoast/math": "^1.1",
852
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
853
                "phpunit/phpunit": "^4.7|^5.0",
854
                "squizlabs/php_codesniffer": "^2.3"
855
            },
856
            "suggest": {
857
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
858
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
859
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
860
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
861
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
862
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
863
            },
864
            "type": "library",
865
            "extra": {
866
                "branch-alias": {
867
                    "dev-master": "3.x-dev"
868
                }
869
            },
870
            "autoload": {
871
                "psr-4": {
872
                    "Ramsey\\Uuid\\": "src/"
873
                }
874
            },
875
            "notification-url": "https://packagist.org/downloads/",
876
            "license": [
877
                "MIT"
878
            ],
879
            "authors": [
880
                {
881
                    "name": "Marijn Huizendveld",
882
                    "email": "[email protected]"
883
                },
884
                {
885
                    "name": "Thibaud Fabre",
886
                    "email": "[email protected]"
887
                },
888
                {
889
                    "name": "Ben Ramsey",
890
                    "email": "[email protected]",
891
                    "homepage": "https://benramsey.com"
892
                }
893
            ],
894
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
895
            "homepage": "https://github.com/ramsey/uuid",
896
            "keywords": [
897
                "guid",
898
                "identifier",
899
                "uuid"
900
            ],
901
            "time": "2018-01-20T00:28:24+00:00"
902
        },
903
        {
904
            "name": "swiftmailer/swiftmailer",
905
            "version": "v6.0.2",
906
            "source": {
907
                "type": "git",
908
                "url": "https://github.com/swiftmailer/swiftmailer.git",
909
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
910
            },
911
            "dist": {
912
                "type": "zip",
913
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
914
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
915
                "shasum": ""
916
            },
917
            "require": {
918
                "egulias/email-validator": "~2.0",
919
                "php": ">=7.0.0"
920
            },
921
            "require-dev": {
922
                "mockery/mockery": "~0.9.1",
923
                "symfony/phpunit-bridge": "~3.3@dev"
924
            },
925
            "type": "library",
926
            "extra": {
927
                "branch-alias": {
928
                    "dev-master": "6.0-dev"
929
                }
930
            },
931
            "autoload": {
932
                "files": [
933
                    "lib/swift_required.php"
934
                ]
935
            },
936
            "notification-url": "https://packagist.org/downloads/",
937
            "license": [
938
                "MIT"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Chris Corbyn"
943
                },
944
                {
945
                    "name": "Fabien Potencier",
946
                    "email": "[email protected]"
947
                }
948
            ],
949
            "description": "Swiftmailer, free feature-rich PHP mailer",
950
            "homepage": "http://swiftmailer.symfony.com",
951
            "keywords": [
952
                "email",
953
                "mail",
954
                "mailer"
955
            ],
956
            "time": "2017-09-30T22:39:41+00:00"
957
        },
958
        {
959
            "name": "symfony/console",
960
            "version": "v4.0.4",
961
            "source": {
962
                "type": "git",
963
                "url": "https://github.com/symfony/console.git",
964
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488"
965
            },
966
            "dist": {
967
                "type": "zip",
968
                "url": "https://api.github.com/repos/symfony/console/zipball/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
969
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
970
                "shasum": ""
971
            },
972
            "require": {
973
                "php": "^7.1.3",
974
                "symfony/polyfill-mbstring": "~1.0"
975
            },
976
            "conflict": {
977
                "symfony/dependency-injection": "<3.4",
978
                "symfony/process": "<3.3"
979
            },
980
            "require-dev": {
981
                "psr/log": "~1.0",
982
                "symfony/config": "~3.4|~4.0",
983
                "symfony/dependency-injection": "~3.4|~4.0",
984
                "symfony/event-dispatcher": "~3.4|~4.0",
985
                "symfony/lock": "~3.4|~4.0",
986
                "symfony/process": "~3.4|~4.0"
987
            },
988
            "suggest": {
989
                "psr/log": "For using the console logger",
990
                "symfony/event-dispatcher": "",
991
                "symfony/lock": "",
992
                "symfony/process": ""
993
            },
994
            "type": "library",
995
            "extra": {
996
                "branch-alias": {
997
                    "dev-master": "4.0-dev"
998
                }
999
            },
1000
            "autoload": {
1001
                "psr-4": {
1002
                    "Symfony\\Component\\Console\\": ""
1003
                },
1004
                "exclude-from-classmap": [
1005
                    "/Tests/"
1006
                ]
1007
            },
1008
            "notification-url": "https://packagist.org/downloads/",
1009
            "license": [
1010
                "MIT"
1011
            ],
1012
            "authors": [
1013
                {
1014
                    "name": "Fabien Potencier",
1015
                    "email": "[email protected]"
1016
                },
1017
                {
1018
                    "name": "Symfony Community",
1019
                    "homepage": "https://symfony.com/contributors"
1020
                }
1021
            ],
1022
            "description": "Symfony Console Component",
1023
            "homepage": "https://symfony.com",
1024
            "time": "2018-01-29T09:06:29+00:00"
1025
        },
1026
        {
1027
            "name": "symfony/css-selector",
1028
            "version": "v4.0.4",
1029
            "source": {
1030
                "type": "git",
1031
                "url": "https://github.com/symfony/css-selector.git",
1032
                "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7"
1033
            },
1034
            "dist": {
1035
                "type": "zip",
1036
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/f97600434e3141ef3cbb9ea42cf500fba88022b7",
1037
                "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7",
1038
                "shasum": ""
1039
            },
1040
            "require": {
1041
                "php": "^7.1.3"
1042
            },
1043
            "type": "library",
1044
            "extra": {
1045
                "branch-alias": {
1046
                    "dev-master": "4.0-dev"
1047
                }
1048
            },
1049
            "autoload": {
1050
                "psr-4": {
1051
                    "Symfony\\Component\\CssSelector\\": ""
1052
                },
1053
                "exclude-from-classmap": [
1054
                    "/Tests/"
1055
                ]
1056
            },
1057
            "notification-url": "https://packagist.org/downloads/",
1058
            "license": [
1059
                "MIT"
1060
            ],
1061
            "authors": [
1062
                {
1063
                    "name": "Jean-François Simon",
1064
                    "email": "[email protected]"
1065
                },
1066
                {
1067
                    "name": "Fabien Potencier",
1068
                    "email": "[email protected]"
1069
                },
1070
                {
1071
                    "name": "Symfony Community",
1072
                    "homepage": "https://symfony.com/contributors"
1073
                }
1074
            ],
1075
            "description": "Symfony CssSelector Component",
1076
            "homepage": "https://symfony.com",
1077
            "time": "2018-01-03T07:38:00+00:00"
1078
        },
1079
        {
1080
            "name": "symfony/debug",
1081
            "version": "v4.0.4",
1082
            "source": {
1083
                "type": "git",
1084
                "url": "https://github.com/symfony/debug.git",
1085
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54"
1086
            },
1087
            "dist": {
1088
                "type": "zip",
1089
                "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54",
1090
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54",
1091
                "shasum": ""
1092
            },
1093
            "require": {
1094
                "php": "^7.1.3",
1095
                "psr/log": "~1.0"
1096
            },
1097
            "conflict": {
1098
                "symfony/http-kernel": "<3.4"
1099
            },
1100
            "require-dev": {
1101
                "symfony/http-kernel": "~3.4|~4.0"
1102
            },
1103
            "type": "library",
1104
            "extra": {
1105
                "branch-alias": {
1106
                    "dev-master": "4.0-dev"
1107
                }
1108
            },
1109
            "autoload": {
1110
                "psr-4": {
1111
                    "Symfony\\Component\\Debug\\": ""
1112
                },
1113
                "exclude-from-classmap": [
1114
                    "/Tests/"
1115
                ]
1116
            },
1117
            "notification-url": "https://packagist.org/downloads/",
1118
            "license": [
1119
                "MIT"
1120
            ],
1121
            "authors": [
1122
                {
1123
                    "name": "Fabien Potencier",
1124
                    "email": "[email protected]"
1125
                },
1126
                {
1127
                    "name": "Symfony Community",
1128
                    "homepage": "https://symfony.com/contributors"
1129
                }
1130
            ],
1131
            "description": "Symfony Debug Component",
1132
            "homepage": "https://symfony.com",
1133
            "time": "2018-01-18T22:19:33+00:00"
1134
        },
1135
        {
1136
            "name": "symfony/event-dispatcher",
1137
            "version": "v4.0.4",
1138
            "source": {
1139
                "type": "git",
1140
                "url": "https://github.com/symfony/event-dispatcher.git",
1141
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb"
1142
            },
1143
            "dist": {
1144
                "type": "zip",
1145
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb",
1146
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb",
1147
                "shasum": ""
1148
            },
1149
            "require": {
1150
                "php": "^7.1.3"
1151
            },
1152
            "conflict": {
1153
                "symfony/dependency-injection": "<3.4"
1154
            },
1155
            "require-dev": {
1156
                "psr/log": "~1.0",
1157
                "symfony/config": "~3.4|~4.0",
1158
                "symfony/dependency-injection": "~3.4|~4.0",
1159
                "symfony/expression-language": "~3.4|~4.0",
1160
                "symfony/stopwatch": "~3.4|~4.0"
1161
            },
1162
            "suggest": {
1163
                "symfony/dependency-injection": "",
1164
                "symfony/http-kernel": ""
1165
            },
1166
            "type": "library",
1167
            "extra": {
1168
                "branch-alias": {
1169
                    "dev-master": "4.0-dev"
1170
                }
1171
            },
1172
            "autoload": {
1173
                "psr-4": {
1174
                    "Symfony\\Component\\EventDispatcher\\": ""
1175
                },
1176
                "exclude-from-classmap": [
1177
                    "/Tests/"
1178
                ]
1179
            },
1180
            "notification-url": "https://packagist.org/downloads/",
1181
            "license": [
1182
                "MIT"
1183
            ],
1184
            "authors": [
1185
                {
1186
                    "name": "Fabien Potencier",
1187
                    "email": "[email protected]"
1188
                },
1189
                {
1190
                    "name": "Symfony Community",
1191
                    "homepage": "https://symfony.com/contributors"
1192
                }
1193
            ],
1194
            "description": "Symfony EventDispatcher Component",
1195
            "homepage": "https://symfony.com",
1196
            "time": "2018-01-03T07:38:00+00:00"
1197
        },
1198
        {
1199
            "name": "symfony/finder",
1200
            "version": "v4.0.4",
1201
            "source": {
1202
                "type": "git",
1203
                "url": "https://github.com/symfony/finder.git",
1204
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601"
1205
            },
1206
            "dist": {
1207
                "type": "zip",
1208
                "url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
1209
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
1210
                "shasum": ""
1211
            },
1212
            "require": {
1213
                "php": "^7.1.3"
1214
            },
1215
            "type": "library",
1216
            "extra": {
1217
                "branch-alias": {
1218
                    "dev-master": "4.0-dev"
1219
                }
1220
            },
1221
            "autoload": {
1222
                "psr-4": {
1223
                    "Symfony\\Component\\Finder\\": ""
1224
                },
1225
                "exclude-from-classmap": [
1226
                    "/Tests/"
1227
                ]
1228
            },
1229
            "notification-url": "https://packagist.org/downloads/",
1230
            "license": [
1231
                "MIT"
1232
            ],
1233
            "authors": [
1234
                {
1235
                    "name": "Fabien Potencier",
1236
                    "email": "[email protected]"
1237
                },
1238
                {
1239
                    "name": "Symfony Community",
1240
                    "homepage": "https://symfony.com/contributors"
1241
                }
1242
            ],
1243
            "description": "Symfony Finder Component",
1244
            "homepage": "https://symfony.com",
1245
            "time": "2018-01-03T07:38:00+00:00"
1246
        },
1247
        {
1248
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-14773: Remove support for legacy and risky HTTP headers
- CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
1249
            "version": "v4.0.4",
1250
            "source": {
1251
                "type": "git",
1252
                "url": "https://github.com/symfony/http-foundation.git",
1253
                "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4"
1254
            },
1255
            "dist": {
1256
                "type": "zip",
1257
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
1258
                "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
1259
                "shasum": ""
1260
            },
1261
            "require": {
1262
                "php": "^7.1.3",
1263
                "symfony/polyfill-mbstring": "~1.1"
1264
            },
1265
            "require-dev": {
1266
                "symfony/expression-language": "~3.4|~4.0"
1267
            },
1268
            "type": "library",
1269
            "extra": {
1270
                "branch-alias": {
1271
                    "dev-master": "4.0-dev"
1272
                }
1273
            },
1274
            "autoload": {
1275
                "psr-4": {
1276
                    "Symfony\\Component\\HttpFoundation\\": ""
1277
                },
1278
                "exclude-from-classmap": [
1279
                    "/Tests/"
1280
                ]
1281
            },
1282
            "notification-url": "https://packagist.org/downloads/",
1283
            "license": [
1284
                "MIT"
1285
            ],
1286
            "authors": [
1287
                {
1288
                    "name": "Fabien Potencier",
1289
                    "email": "[email protected]"
1290
                },
1291
                {
1292
                    "name": "Symfony Community",
1293
                    "homepage": "https://symfony.com/contributors"
1294
                }
1295
            ],
1296
            "description": "Symfony HttpFoundation Component",
1297
            "homepage": "https://symfony.com",
1298
            "time": "2018-01-29T09:06:29+00:00"
1299
        },
1300
        {
1301
            "name": "symfony/http-kernel",
1302
            "version": "v4.0.4",
1303
            "source": {
1304
                "type": "git",
1305
                "url": "https://github.com/symfony/http-kernel.git",
1306
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca"
1307
            },
1308
            "dist": {
1309
                "type": "zip",
1310
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca",
1311
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca",
1312
                "shasum": ""
1313
            },
1314
            "require": {
1315
                "php": "^7.1.3",
1316
                "psr/log": "~1.0",
1317
                "symfony/debug": "~3.4|~4.0",
1318
                "symfony/event-dispatcher": "~3.4|~4.0",
1319
                "symfony/http-foundation": "~3.4.4|~4.0.4"
1320
            },
1321
            "conflict": {
1322
                "symfony/config": "<3.4",
1323
                "symfony/dependency-injection": "<3.4",
1324
                "symfony/var-dumper": "<3.4",
1325
                "twig/twig": "<1.34|<2.4,>=2"
1326
            },
1327
            "provide": {
1328
                "psr/log-implementation": "1.0"
1329
            },
1330
            "require-dev": {
1331
                "psr/cache": "~1.0",
1332
                "symfony/browser-kit": "~3.4|~4.0",
1333
                "symfony/config": "~3.4|~4.0",
1334
                "symfony/console": "~3.4|~4.0",
1335
                "symfony/css-selector": "~3.4|~4.0",
1336
                "symfony/dependency-injection": "~3.4|~4.0",
1337
                "symfony/dom-crawler": "~3.4|~4.0",
1338
                "symfony/expression-language": "~3.4|~4.0",
1339
                "symfony/finder": "~3.4|~4.0",
1340
                "symfony/process": "~3.4|~4.0",
1341
                "symfony/routing": "~3.4|~4.0",
1342
                "symfony/stopwatch": "~3.4|~4.0",
1343
                "symfony/templating": "~3.4|~4.0",
1344
                "symfony/translation": "~3.4|~4.0",
1345
                "symfony/var-dumper": "~3.4|~4.0"
1346
            },
1347
            "suggest": {
1348
                "symfony/browser-kit": "",
1349
                "symfony/config": "",
1350
                "symfony/console": "",
1351
                "symfony/dependency-injection": "",
1352
                "symfony/var-dumper": ""
1353
            },
1354
            "type": "library",
1355
            "extra": {
1356
                "branch-alias": {
1357
                    "dev-master": "4.0-dev"
1358
                }
1359
            },
1360
            "autoload": {
1361
                "psr-4": {
1362
                    "Symfony\\Component\\HttpKernel\\": ""
1363
                },
1364
                "exclude-from-classmap": [
1365
                    "/Tests/"
1366
                ]
1367
            },
1368
            "notification-url": "https://packagist.org/downloads/",
1369
            "license": [
1370
                "MIT"
1371
            ],
1372
            "authors": [
1373
                {
1374
                    "name": "Fabien Potencier",
1375
                    "email": "[email protected]"
1376
                },
1377
                {
1378
                    "name": "Symfony Community",
1379
                    "homepage": "https://symfony.com/contributors"
1380
                }
1381
            ],
1382
            "description": "Symfony HttpKernel Component",
1383
            "homepage": "https://symfony.com",
1384
            "time": "2018-01-29T13:27:08+00:00"
1385
        },
1386
        {
1387
            "name": "symfony/polyfill-mbstring",
1388
            "version": "v1.7.0",
1389
            "source": {
1390
                "type": "git",
1391
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1392
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
1393
            },
1394
            "dist": {
1395
                "type": "zip",
1396
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1397
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1398
                "shasum": ""
1399
            },
1400
            "require": {
1401
                "php": ">=5.3.3"
1402
            },
1403
            "suggest": {
1404
                "ext-mbstring": "For best performance"
1405
            },
1406
            "type": "library",
1407
            "extra": {
1408
                "branch-alias": {
1409
                    "dev-master": "1.7-dev"
1410
                }
1411
            },
1412
            "autoload": {
1413
                "psr-4": {
1414
                    "Symfony\\Polyfill\\Mbstring\\": ""
1415
                },
1416
                "files": [
1417
                    "bootstrap.php"
1418
                ]
1419
            },
1420
            "notification-url": "https://packagist.org/downloads/",
1421
            "license": [
1422
                "MIT"
1423
            ],
1424
            "authors": [
1425
                {
1426
                    "name": "Nicolas Grekas",
1427
                    "email": "[email protected]"
1428
                },
1429
                {
1430
                    "name": "Symfony Community",
1431
                    "homepage": "https://symfony.com/contributors"
1432
                }
1433
            ],
1434
            "description": "Symfony polyfill for the Mbstring extension",
1435
            "homepage": "https://symfony.com",
1436
            "keywords": [
1437
                "compatibility",
1438
                "mbstring",
1439
                "polyfill",
1440
                "portable",
1441
                "shim"
1442
            ],
1443
            "time": "2018-01-30T19:27:44+00:00"
1444
        },
1445
        {
1446
            "name": "symfony/polyfill-php72",
1447
            "version": "v1.7.0",
1448
            "source": {
1449
                "type": "git",
1450
                "url": "https://github.com/symfony/polyfill-php72.git",
1451
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
1452
            },
1453
            "dist": {
1454
                "type": "zip",
1455
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
1456
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
1457
                "shasum": ""
1458
            },
1459
            "require": {
1460
                "php": ">=5.3.3"
1461
            },
1462
            "type": "library",
1463
            "extra": {
1464
                "branch-alias": {
1465
                    "dev-master": "1.7-dev"
1466
                }
1467
            },
1468
            "autoload": {
1469
                "psr-4": {
1470
                    "Symfony\\Polyfill\\Php72\\": ""
1471
                },
1472
                "files": [
1473
                    "bootstrap.php"
1474
                ]
1475
            },
1476
            "notification-url": "https://packagist.org/downloads/",
1477
            "license": [
1478
                "MIT"
1479
            ],
1480
            "authors": [
1481
                {
1482
                    "name": "Nicolas Grekas",
1483
                    "email": "[email protected]"
1484
                },
1485
                {
1486
                    "name": "Symfony Community",
1487
                    "homepage": "https://symfony.com/contributors"
1488
                }
1489
            ],
1490
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1491
            "homepage": "https://symfony.com",
1492
            "keywords": [
1493
                "compatibility",
1494
                "polyfill",
1495
                "portable",
1496
                "shim"
1497
            ],
1498
            "time": "2018-01-31T17:43:24+00:00"
1499
        },
1500
        {
1501
            "name": "symfony/process",
1502
            "version": "v4.0.4",
1503
            "source": {
1504
                "type": "git",
1505
                "url": "https://github.com/symfony/process.git",
1506
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4"
1507
            },
1508
            "dist": {
1509
                "type": "zip",
1510
                "url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
1511
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
1512
                "shasum": ""
1513
            },
1514
            "require": {
1515
                "php": "^7.1.3"
1516
            },
1517
            "type": "library",
1518
            "extra": {
1519
                "branch-alias": {
1520
                    "dev-master": "4.0-dev"
1521
                }
1522
            },
1523
            "autoload": {
1524
                "psr-4": {
1525
                    "Symfony\\Component\\Process\\": ""
1526
                },
1527
                "exclude-from-classmap": [
1528
                    "/Tests/"
1529
                ]
1530
            },
1531
            "notification-url": "https://packagist.org/downloads/",
1532
            "license": [
1533
                "MIT"
1534
            ],
1535
            "authors": [
1536
                {
1537
                    "name": "Fabien Potencier",
1538
                    "email": "[email protected]"
1539
                },
1540
                {
1541
                    "name": "Symfony Community",
1542
                    "homepage": "https://symfony.com/contributors"
1543
                }
1544
            ],
1545
            "description": "Symfony Process Component",
1546
            "homepage": "https://symfony.com",
1547
            "time": "2018-01-29T09:06:29+00:00"
1548
        },
1549
        {
1550
            "name": "symfony/routing",
1551
            "version": "v4.0.4",
1552
            "source": {
1553
                "type": "git",
1554
                "url": "https://github.com/symfony/routing.git",
1555
                "reference": "a69bd948700b672e036147762f46749bcae33796"
1556
            },
1557
            "dist": {
1558
                "type": "zip",
1559
                "url": "https://api.github.com/repos/symfony/routing/zipball/a69bd948700b672e036147762f46749bcae33796",
1560
                "reference": "a69bd948700b672e036147762f46749bcae33796",
1561
                "shasum": ""
1562
            },
1563
            "require": {
1564
                "php": "^7.1.3"
1565
            },
1566
            "conflict": {
1567
                "symfony/config": "<3.4",
1568
                "symfony/dependency-injection": "<3.4",
1569
                "symfony/yaml": "<3.4"
1570
            },
1571
            "require-dev": {
1572
                "doctrine/annotations": "~1.0",
1573
                "doctrine/common": "~2.2",
1574
                "psr/log": "~1.0",
1575
                "symfony/config": "~3.4|~4.0",
1576
                "symfony/dependency-injection": "~3.4|~4.0",
1577
                "symfony/expression-language": "~3.4|~4.0",
1578
                "symfony/http-foundation": "~3.4|~4.0",
1579
                "symfony/yaml": "~3.4|~4.0"
1580
            },
1581
            "suggest": {
1582
                "doctrine/annotations": "For using the annotation loader",
1583
                "symfony/config": "For using the all-in-one router or any loader",
1584
                "symfony/dependency-injection": "For loading routes from a service",
1585
                "symfony/expression-language": "For using expression matching",
1586
                "symfony/http-foundation": "For using a Symfony Request object",
1587
                "symfony/yaml": "For using the YAML loader"
1588
            },
1589
            "type": "library",
1590
            "extra": {
1591
                "branch-alias": {
1592
                    "dev-master": "4.0-dev"
1593
                }
1594
            },
1595
            "autoload": {
1596
                "psr-4": {
1597
                    "Symfony\\Component\\Routing\\": ""
1598
                },
1599
                "exclude-from-classmap": [
1600
                    "/Tests/"
1601
                ]
1602
            },
1603
            "notification-url": "https://packagist.org/downloads/",
1604
            "license": [
1605
                "MIT"
1606
            ],
1607
            "authors": [
1608
                {
1609
                    "name": "Fabien Potencier",
1610
                    "email": "[email protected]"
1611
                },
1612
                {
1613
                    "name": "Symfony Community",
1614
                    "homepage": "https://symfony.com/contributors"
1615
                }
1616
            ],
1617
            "description": "Symfony Routing Component",
1618
            "homepage": "https://symfony.com",
1619
            "keywords": [
1620
                "router",
1621
                "routing",
1622
                "uri",
1623
                "url"
1624
            ],
1625
            "time": "2018-01-16T18:04:12+00:00"
1626
        },
1627
        {
1628
            "name": "symfony/translation",
1629
            "version": "v3.4.4",
1630
            "source": {
1631
                "type": "git",
1632
                "url": "https://github.com/symfony/translation.git",
1633
                "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84"
1634
            },
1635
            "dist": {
1636
                "type": "zip",
1637
                "url": "https://api.github.com/repos/symfony/translation/zipball/10b32cf0eae28b9b39fe26c456c42b19854c4b84",
1638
                "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84",
1639
                "shasum": ""
1640
            },
1641
            "require": {
1642
                "php": "^5.5.9|>=7.0.8",
1643
                "symfony/polyfill-mbstring": "~1.0"
1644
            },
1645
            "conflict": {
1646
                "symfony/config": "<2.8",
1647
                "symfony/dependency-injection": "<3.4",
1648
                "symfony/yaml": "<3.4"
1649
            },
1650
            "require-dev": {
1651
                "psr/log": "~1.0",
1652
                "symfony/config": "~2.8|~3.0|~4.0",
1653
                "symfony/dependency-injection": "~3.4|~4.0",
1654
                "symfony/finder": "~2.8|~3.0|~4.0",
1655
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
1656
                "symfony/yaml": "~3.4|~4.0"
1657
            },
1658
            "suggest": {
1659
                "psr/log": "To use logging capability in translator",
1660
                "symfony/config": "",
1661
                "symfony/yaml": ""
1662
            },
1663
            "type": "library",
1664
            "extra": {
1665
                "branch-alias": {
1666
                    "dev-master": "3.4-dev"
1667
                }
1668
            },
1669
            "autoload": {
1670
                "psr-4": {
1671
                    "Symfony\\Component\\Translation\\": ""
1672
                },
1673
                "exclude-from-classmap": [
1674
                    "/Tests/"
1675
                ]
1676
            },
1677
            "notification-url": "https://packagist.org/downloads/",
1678
            "license": [
1679
                "MIT"
1680
            ],
1681
            "authors": [
1682
                {
1683
                    "name": "Fabien Potencier",
1684
                    "email": "[email protected]"
1685
                },
1686
                {
1687
                    "name": "Symfony Community",
1688
                    "homepage": "https://symfony.com/contributors"
1689
                }
1690
            ],
1691
            "description": "Symfony Translation Component",
1692
            "homepage": "https://symfony.com",
1693
            "time": "2018-01-18T22:16:57+00:00"
1694
        },
1695
        {
1696
            "name": "symfony/var-dumper",
1697
            "version": "v4.0.4",
1698
            "source": {
1699
                "type": "git",
1700
                "url": "https://github.com/symfony/var-dumper.git",
1701
                "reference": "6d63cc74f3e2d4961411ccb77389a00332653104"
1702
            },
1703
            "dist": {
1704
                "type": "zip",
1705
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6d63cc74f3e2d4961411ccb77389a00332653104",
1706
                "reference": "6d63cc74f3e2d4961411ccb77389a00332653104",
1707
                "shasum": ""
1708
            },
1709
            "require": {
1710
                "php": "^7.1.3",
1711
                "symfony/polyfill-mbstring": "~1.0",
1712
                "symfony/polyfill-php72": "~1.5"
1713
            },
1714
            "conflict": {
1715
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1716
            },
1717
            "require-dev": {
1718
                "ext-iconv": "*",
1719
                "twig/twig": "~1.34|~2.4"
1720
            },
1721
            "suggest": {
1722
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1723
                "ext-intl": "To show region name in time zone dump"
1724
            },
1725
            "type": "library",
1726
            "extra": {
1727
                "branch-alias": {
1728
                    "dev-master": "4.0-dev"
1729
                }
1730
            },
1731
            "autoload": {
1732
                "files": [
1733
                    "Resources/functions/dump.php"
1734
                ],
1735
                "psr-4": {
1736
                    "Symfony\\Component\\VarDumper\\": ""
1737
                },
1738
                "exclude-from-classmap": [
1739
                    "/Tests/"
1740
                ]
1741
            },
1742
            "notification-url": "https://packagist.org/downloads/",
1743
            "license": [
1744
                "MIT"
1745
            ],
1746
            "authors": [
1747
                {
1748
                    "name": "Nicolas Grekas",
1749
                    "email": "[email protected]"
1750
                },
1751
                {
1752
                    "name": "Symfony Community",
1753
                    "homepage": "https://symfony.com/contributors"
1754
                }
1755
            ],
1756
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1757
            "homepage": "https://symfony.com",
1758
            "keywords": [
1759
                "debug",
1760
                "dump"
1761
            ],
1762
            "time": "2018-01-29T09:06:29+00:00"
1763
        },
1764
        {
1765
            "name": "tijsverkoyen/css-to-inline-styles",
1766
            "version": "2.2.1",
1767
            "source": {
1768
                "type": "git",
1769
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1770
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1771
            },
1772
            "dist": {
1773
                "type": "zip",
1774
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1775
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1776
                "shasum": ""
1777
            },
1778
            "require": {
1779
                "php": "^5.5 || ^7.0",
1780
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1781
            },
1782
            "require-dev": {
1783
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1784
            },
1785
            "type": "library",
1786
            "extra": {
1787
                "branch-alias": {
1788
                    "dev-master": "2.2.x-dev"
1789
                }
1790
            },
1791
            "autoload": {
1792
                "psr-4": {
1793
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1794
                }
1795
            },
1796
            "notification-url": "https://packagist.org/downloads/",
1797
            "license": [
1798
                "BSD-3-Clause"
1799
            ],
1800
            "authors": [
1801
                {
1802
                    "name": "Tijs Verkoyen",
1803
                    "email": "[email protected]",
1804
                    "role": "Developer"
1805
                }
1806
            ],
1807
            "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.",
1808
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1809
            "time": "2017-11-27T11:13:29+00:00"
1810
        },
1811
        {
1812
            "name": "vlucas/phpdotenv",
1813
            "version": "v2.4.0",
1814
            "source": {
1815
                "type": "git",
1816
                "url": "https://github.com/vlucas/phpdotenv.git",
1817
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1818
            },
1819
            "dist": {
1820
                "type": "zip",
1821
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1822
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1823
                "shasum": ""
1824
            },
1825
            "require": {
1826
                "php": ">=5.3.9"
1827
            },
1828
            "require-dev": {
1829
                "phpunit/phpunit": "^4.8 || ^5.0"
1830
            },
1831
            "type": "library",
1832
            "extra": {
1833
                "branch-alias": {
1834
                    "dev-master": "2.4-dev"
1835
                }
1836
            },
1837
            "autoload": {
1838
                "psr-4": {
1839
                    "Dotenv\\": "src/"
1840
                }
1841
            },
1842
            "notification-url": "https://packagist.org/downloads/",
1843
            "license": [
1844
                "BSD-3-Clause-Attribution"
1845
            ],
1846
            "authors": [
1847
                {
1848
                    "name": "Vance Lucas",
1849
                    "email": "[email protected]",
1850
                    "homepage": "http://www.vancelucas.com"
1851
                }
1852
            ],
1853
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1854
            "keywords": [
1855
                "dotenv",
1856
                "env",
1857
                "environment"
1858
            ],
1859
            "time": "2016-09-01T10:05:43+00:00"
1860
        }
1861
    ],
1862
    "packages-dev": [
1863
        {
1864
            "name": "doctrine/instantiator",
1865
            "version": "1.1.0",
1866
            "source": {
1867
                "type": "git",
1868
                "url": "https://github.com/doctrine/instantiator.git",
1869
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1870
            },
1871
            "dist": {
1872
                "type": "zip",
1873
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1874
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1875
                "shasum": ""
1876
            },
1877
            "require": {
1878
                "php": "^7.1"
1879
            },
1880
            "require-dev": {
1881
                "athletic/athletic": "~0.1.8",
1882
                "ext-pdo": "*",
1883
                "ext-phar": "*",
1884
                "phpunit/phpunit": "^6.2.3",
1885
                "squizlabs/php_codesniffer": "^3.0.2"
1886
            },
1887
            "type": "library",
1888
            "extra": {
1889
                "branch-alias": {
1890
                    "dev-master": "1.2.x-dev"
1891
                }
1892
            },
1893
            "autoload": {
1894
                "psr-4": {
1895
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1896
                }
1897
            },
1898
            "notification-url": "https://packagist.org/downloads/",
1899
            "license": [
1900
                "MIT"
1901
            ],
1902
            "authors": [
1903
                {
1904
                    "name": "Marco Pivetta",
1905
                    "email": "[email protected]",
1906
                    "homepage": "http://ocramius.github.com/"
1907
                }
1908
            ],
1909
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1910
            "homepage": "https://github.com/doctrine/instantiator",
1911
            "keywords": [
1912
                "constructor",
1913
                "instantiate"
1914
            ],
1915
            "time": "2017-07-22T11:58:36+00:00"
1916
        },
1917
        {
1918
            "name": "fzaninotto/faker",
1919
            "version": "v1.7.1",
1920
            "source": {
1921
                "type": "git",
1922
                "url": "https://github.com/fzaninotto/Faker.git",
1923
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
1924
            },
1925
            "dist": {
1926
                "type": "zip",
1927
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1928
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
1929
                "shasum": ""
1930
            },
1931
            "require": {
1932
                "php": "^5.3.3 || ^7.0"
1933
            },
1934
            "require-dev": {
1935
                "ext-intl": "*",
1936
                "phpunit/phpunit": "^4.0 || ^5.0",
1937
                "squizlabs/php_codesniffer": "^1.5"
1938
            },
1939
            "type": "library",
1940
            "extra": {
1941
                "branch-alias": {
1942
                    "dev-master": "1.8-dev"
1943
                }
1944
            },
1945
            "autoload": {
1946
                "psr-4": {
1947
                    "Faker\\": "src/Faker/"
1948
                }
1949
            },
1950
            "notification-url": "https://packagist.org/downloads/",
1951
            "license": [
1952
                "MIT"
1953
            ],
1954
            "authors": [
1955
                {
1956
                    "name": "François Zaninotto"
1957
                }
1958
            ],
1959
            "description": "Faker is a PHP library that generates fake data for you.",
1960
            "keywords": [
1961
                "data",
1962
                "faker",
1963
                "fixtures"
1964
            ],
1965
            "time": "2017-08-15T16:48:10+00:00"
1966
        },
1967
        {
1968
            "name": "laracasts/testdummy",
1969
            "version": "2.3.2",
1970
            "source": {
1971
                "type": "git",
1972
                "url": "https://github.com/laracasts/TestDummy.git",
1973
                "reference": "ba986a66b6f4a1e149355357353af3072d5521ee"
1974
            },
1975
            "dist": {
1976
                "type": "zip",
1977
                "url": "https://api.github.com/repos/laracasts/TestDummy/zipball/ba986a66b6f4a1e149355357353af3072d5521ee",
1978
                "reference": "ba986a66b6f4a1e149355357353af3072d5521ee",
1979
                "shasum": ""
1980
            },
1981
            "require": {
1982
                "fzaninotto/faker": "~1.4",
1983
                "illuminate/support": "~4.0|~5.0",
1984
                "php": ">=5.4.0"
1985
            },
1986
            "require-dev": {
1987
                "illuminate/database": "~4.0|~5.0",
1988
                "phpspec/phpspec": "~2.0",
1989
                "phpunit/phpunit": "~4.7@dev"
1990
            },
1991
            "type": "library",
1992
            "autoload": {
1993
                "psr-4": {
1994
                    "Laracasts\\TestDummy\\": "src/"
1995
                },
1996
                "files": [
1997
                    "src/functions.php"
1998
                ]
1999
            },
2000
            "notification-url": "https://packagist.org/downloads/",
2001
            "license": [
2002
                "MIT"
2003
            ],
2004
            "authors": [
2005
                {
2006
                    "name": "Jeffrey Way",
2007
                    "email": "[email protected]"
2008
                }
2009
            ],
2010
            "description": "Easy test stubs",
2011
            "keywords": [
2012
                "factorygirl",
2013
                "laravel",
2014
                "stubs",
2015
                "testing"
2016
            ],
2017
            "time": "2015-04-27T15:56:12+00:00"
2018
        },
2019
        {
2020
            "name": "myclabs/deep-copy",
2021
            "version": "1.7.0",
2022
            "source": {
2023
                "type": "git",
2024
                "url": "https://github.com/myclabs/DeepCopy.git",
2025
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2026
            },
2027
            "dist": {
2028
                "type": "zip",
2029
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2030
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2031
                "shasum": ""
2032
            },
2033
            "require": {
2034
                "php": "^5.6 || ^7.0"
2035
            },
2036
            "require-dev": {
2037
                "doctrine/collections": "^1.0",
2038
                "doctrine/common": "^2.6",
2039
                "phpunit/phpunit": "^4.1"
2040
            },
2041
            "type": "library",
2042
            "autoload": {
2043
                "psr-4": {
2044
                    "DeepCopy\\": "src/DeepCopy/"
2045
                },
2046
                "files": [
2047
                    "src/DeepCopy/deep_copy.php"
2048
                ]
2049
            },
2050
            "notification-url": "https://packagist.org/downloads/",
2051
            "license": [
2052
                "MIT"
2053
            ],
2054
            "description": "Create deep copies (clones) of your objects",
2055
            "keywords": [
2056
                "clone",
2057
                "copy",
2058
                "duplicate",
2059
                "object",
2060
                "object graph"
2061
            ],
2062
            "time": "2017-10-19T19:58:43+00:00"
2063
        },
2064
        {
2065
            "name": "orchestra/testbench",
2066
            "version": "v3.6.2",
2067
            "source": {
2068
                "type": "git",
2069
                "url": "https://github.com/orchestral/testbench.git",
2070
                "reference": "24ea3330f448815ac3bea53611e944f6eee0c308"
2071
            },
2072
            "dist": {
2073
                "type": "zip",
2074
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/24ea3330f448815ac3bea53611e944f6eee0c308",
2075
                "reference": "24ea3330f448815ac3bea53611e944f6eee0c308",
2076
                "shasum": ""
2077
            },
2078
            "require": {
2079
                "laravel/framework": "~5.6.4",
2080
                "orchestra/testbench-core": "~3.6.3",
2081
                "php": ">=7.1",
2082
                "phpunit/phpunit": "~7.0"
2083
            },
2084
            "require-dev": {
2085
                "mockery/mockery": "~1.0"
2086
            },
2087
            "type": "library",
2088
            "extra": {
2089
                "branch-alias": {
2090
                    "dev-master": "3.6-dev"
2091
                }
2092
            },
2093
            "notification-url": "https://packagist.org/downloads/",
2094
            "license": [
2095
                "MIT"
2096
            ],
2097
            "authors": [
2098
                {
2099
                    "name": "Mior Muhammad Zaki",
2100
                    "email": "[email protected]",
2101
                    "homepage": "https://github.com/crynobone"
2102
                }
2103
            ],
2104
            "description": "Laravel Testing Helper for Packages Development",
2105
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2106
            "keywords": [
2107
                "BDD",
2108
                "TDD",
2109
                "laravel",
2110
                "orchestra-platform",
2111
                "orchestral",
2112
                "testing"
2113
            ],
2114
            "time": "2018-02-20T05:32:04+00:00"
2115
        },
2116
        {
2117
            "name": "orchestra/testbench-core",
2118
            "version": "v3.6.3",
2119
            "source": {
2120
                "type": "git",
2121
                "url": "https://github.com/orchestral/testbench-core.git",
2122
                "reference": "e07a2dd5b9399d56f487379ac3af515a4635bd6a"
2123
            },
2124
            "dist": {
2125
                "type": "zip",
2126
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/e07a2dd5b9399d56f487379ac3af515a4635bd6a",
2127
                "reference": "e07a2dd5b9399d56f487379ac3af515a4635bd6a",
2128
                "shasum": ""
2129
            },
2130
            "require": {
2131
                "fzaninotto/faker": "~1.4",
2132
                "php": ">=7.1"
2133
            },
2134
            "require-dev": {
2135
                "laravel/framework": "~5.6.0",
2136
                "mockery/mockery": "~1.0",
2137
                "phpunit/phpunit": "~7.0"
2138
            },
2139
            "suggest": {
2140
                "laravel/framework": "Required for testing (~5.6.0).",
2141
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
2142
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).",
2143
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).",
2144
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)."
2145
            },
2146
            "type": "library",
2147
            "extra": {
2148
                "branch-alias": {
2149
                    "dev-master": "3.6-dev"
2150
                }
2151
            },
2152
            "autoload": {
2153
                "psr-4": {
2154
                    "Orchestra\\Testbench\\": "src/"
2155
                }
2156
            },
2157
            "notification-url": "https://packagist.org/downloads/",
2158
            "license": [
2159
                "MIT"
2160
            ],
2161
            "authors": [
2162
                {
2163
                    "name": "Mior Muhammad Zaki",
2164
                    "email": "[email protected]",
2165
                    "homepage": "https://github.com/crynobone"
2166
                }
2167
            ],
2168
            "description": "Testing Helper for Laravel Development",
2169
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2170
            "keywords": [
2171
                "BDD",
2172
                "TDD",
2173
                "laravel",
2174
                "orchestra-platform",
2175
                "orchestral",
2176
                "testing"
2177
            ],
2178
            "time": "2018-02-20T04:08:58+00:00"
2179
        },
2180
        {
2181
            "name": "phar-io/manifest",
2182
            "version": "1.0.1",
2183
            "source": {
2184
                "type": "git",
2185
                "url": "https://github.com/phar-io/manifest.git",
2186
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2187
            },
2188
            "dist": {
2189
                "type": "zip",
2190
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2191
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2192
                "shasum": ""
2193
            },
2194
            "require": {
2195
                "ext-dom": "*",
2196
                "ext-phar": "*",
2197
                "phar-io/version": "^1.0.1",
2198
                "php": "^5.6 || ^7.0"
2199
            },
2200
            "type": "library",
2201
            "extra": {
2202
                "branch-alias": {
2203
                    "dev-master": "1.0.x-dev"
2204
                }
2205
            },
2206
            "autoload": {
2207
                "classmap": [
2208
                    "src/"
2209
                ]
2210
            },
2211
            "notification-url": "https://packagist.org/downloads/",
2212
            "license": [
2213
                "BSD-3-Clause"
2214
            ],
2215
            "authors": [
2216
                {
2217
                    "name": "Arne Blankerts",
2218
                    "email": "[email protected]",
2219
                    "role": "Developer"
2220
                },
2221
                {
2222
                    "name": "Sebastian Heuer",
2223
                    "email": "[email protected]",
2224
                    "role": "Developer"
2225
                },
2226
                {
2227
                    "name": "Sebastian Bergmann",
2228
                    "email": "[email protected]",
2229
                    "role": "Developer"
2230
                }
2231
            ],
2232
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2233
            "time": "2017-03-05T18:14:27+00:00"
2234
        },
2235
        {
2236
            "name": "phar-io/version",
2237
            "version": "1.0.1",
2238
            "source": {
2239
                "type": "git",
2240
                "url": "https://github.com/phar-io/version.git",
2241
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2242
            },
2243
            "dist": {
2244
                "type": "zip",
2245
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2246
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2247
                "shasum": ""
2248
            },
2249
            "require": {
2250
                "php": "^5.6 || ^7.0"
2251
            },
2252
            "type": "library",
2253
            "autoload": {
2254
                "classmap": [
2255
                    "src/"
2256
                ]
2257
            },
2258
            "notification-url": "https://packagist.org/downloads/",
2259
            "license": [
2260
                "BSD-3-Clause"
2261
            ],
2262
            "authors": [
2263
                {
2264
                    "name": "Arne Blankerts",
2265
                    "email": "[email protected]",
2266
                    "role": "Developer"
2267
                },
2268
                {
2269
                    "name": "Sebastian Heuer",
2270
                    "email": "[email protected]",
2271
                    "role": "Developer"
2272
                },
2273
                {
2274
                    "name": "Sebastian Bergmann",
2275
                    "email": "[email protected]",
2276
                    "role": "Developer"
2277
                }
2278
            ],
2279
            "description": "Library for handling version information and constraints",
2280
            "time": "2017-03-05T17:38:23+00:00"
2281
        },
2282
        {
2283
            "name": "phpdocumentor/reflection-common",
2284
            "version": "1.0.1",
2285
            "source": {
2286
                "type": "git",
2287
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2288
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2289
            },
2290
            "dist": {
2291
                "type": "zip",
2292
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2293
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2294
                "shasum": ""
2295
            },
2296
            "require": {
2297
                "php": ">=5.5"
2298
            },
2299
            "require-dev": {
2300
                "phpunit/phpunit": "^4.6"
2301
            },
2302
            "type": "library",
2303
            "extra": {
2304
                "branch-alias": {
2305
                    "dev-master": "1.0.x-dev"
2306
                }
2307
            },
2308
            "autoload": {
2309
                "psr-4": {
2310
                    "phpDocumentor\\Reflection\\": [
2311
                        "src"
2312
                    ]
2313
                }
2314
            },
2315
            "notification-url": "https://packagist.org/downloads/",
2316
            "license": [
2317
                "MIT"
2318
            ],
2319
            "authors": [
2320
                {
2321
                    "name": "Jaap van Otterdijk",
2322
                    "email": "[email protected]"
2323
                }
2324
            ],
2325
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2326
            "homepage": "http://www.phpdoc.org",
2327
            "keywords": [
2328
                "FQSEN",
2329
                "phpDocumentor",
2330
                "phpdoc",
2331
                "reflection",
2332
                "static analysis"
2333
            ],
2334
            "time": "2017-09-11T18:02:19+00:00"
2335
        },
2336
        {
2337
            "name": "phpdocumentor/reflection-docblock",
2338
            "version": "4.3.0",
2339
            "source": {
2340
                "type": "git",
2341
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2342
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2343
            },
2344
            "dist": {
2345
                "type": "zip",
2346
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2347
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2348
                "shasum": ""
2349
            },
2350
            "require": {
2351
                "php": "^7.0",
2352
                "phpdocumentor/reflection-common": "^1.0.0",
2353
                "phpdocumentor/type-resolver": "^0.4.0",
2354
                "webmozart/assert": "^1.0"
2355
            },
2356
            "require-dev": {
2357
                "doctrine/instantiator": "~1.0.5",
2358
                "mockery/mockery": "^1.0",
2359
                "phpunit/phpunit": "^6.4"
2360
            },
2361
            "type": "library",
2362
            "extra": {
2363
                "branch-alias": {
2364
                    "dev-master": "4.x-dev"
2365
                }
2366
            },
2367
            "autoload": {
2368
                "psr-4": {
2369
                    "phpDocumentor\\Reflection\\": [
2370
                        "src/"
2371
                    ]
2372
                }
2373
            },
2374
            "notification-url": "https://packagist.org/downloads/",
2375
            "license": [
2376
                "MIT"
2377
            ],
2378
            "authors": [
2379
                {
2380
                    "name": "Mike van Riel",
2381
                    "email": "[email protected]"
2382
                }
2383
            ],
2384
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2385
            "time": "2017-11-30T07:14:17+00:00"
2386
        },
2387
        {
2388
            "name": "phpdocumentor/type-resolver",
2389
            "version": "0.4.0",
2390
            "source": {
2391
                "type": "git",
2392
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2393
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2394
            },
2395
            "dist": {
2396
                "type": "zip",
2397
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2398
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2399
                "shasum": ""
2400
            },
2401
            "require": {
2402
                "php": "^5.5 || ^7.0",
2403
                "phpdocumentor/reflection-common": "^1.0"
2404
            },
2405
            "require-dev": {
2406
                "mockery/mockery": "^0.9.4",
2407
                "phpunit/phpunit": "^5.2||^4.8.24"
2408
            },
2409
            "type": "library",
2410
            "extra": {
2411
                "branch-alias": {
2412
                    "dev-master": "1.0.x-dev"
2413
                }
2414
            },
2415
            "autoload": {
2416
                "psr-4": {
2417
                    "phpDocumentor\\Reflection\\": [
2418
                        "src/"
2419
                    ]
2420
                }
2421
            },
2422
            "notification-url": "https://packagist.org/downloads/",
2423
            "license": [
2424
                "MIT"
2425
            ],
2426
            "authors": [
2427
                {
2428
                    "name": "Mike van Riel",
2429
                    "email": "[email protected]"
2430
                }
2431
            ],
2432
            "time": "2017-07-14T14:27:02+00:00"
2433
        },
2434
        {
2435
            "name": "phpspec/prophecy",
2436
            "version": "1.7.5",
2437
            "source": {
2438
                "type": "git",
2439
                "url": "https://github.com/phpspec/prophecy.git",
2440
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2441
            },
2442
            "dist": {
2443
                "type": "zip",
2444
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2445
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2446
                "shasum": ""
2447
            },
2448
            "require": {
2449
                "doctrine/instantiator": "^1.0.2",
2450
                "php": "^5.3|^7.0",
2451
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2452
                "sebastian/comparator": "^1.1|^2.0",
2453
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2454
            },
2455
            "require-dev": {
2456
                "phpspec/phpspec": "^2.5|^3.2",
2457
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2458
            },
2459
            "type": "library",
2460
            "extra": {
2461
                "branch-alias": {
2462
                    "dev-master": "1.7.x-dev"
2463
                }
2464
            },
2465
            "autoload": {
2466
                "psr-0": {
2467
                    "Prophecy\\": "src/"
2468
                }
2469
            },
2470
            "notification-url": "https://packagist.org/downloads/",
2471
            "license": [
2472
                "MIT"
2473
            ],
2474
            "authors": [
2475
                {
2476
                    "name": "Konstantin Kudryashov",
2477
                    "email": "[email protected]",
2478
                    "homepage": "http://everzet.com"
2479
                },
2480
                {
2481
                    "name": "Marcello Duarte",
2482
                    "email": "[email protected]"
2483
                }
2484
            ],
2485
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2486
            "homepage": "https://github.com/phpspec/prophecy",
2487
            "keywords": [
2488
                "Double",
2489
                "Dummy",
2490
                "fake",
2491
                "mock",
2492
                "spy",
2493
                "stub"
2494
            ],
2495
            "time": "2018-02-19T10:16:54+00:00"
2496
        },
2497
        {
2498
            "name": "phpunit/php-code-coverage",
2499
            "version": "6.0.1",
2500
            "source": {
2501
                "type": "git",
2502
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2503
                "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba"
2504
            },
2505
            "dist": {
2506
                "type": "zip",
2507
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f8ca4b604baf23dab89d87773c28cc07405189ba",
2508
                "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba",
2509
                "shasum": ""
2510
            },
2511
            "require": {
2512
                "ext-dom": "*",
2513
                "ext-xmlwriter": "*",
2514
                "php": "^7.1",
2515
                "phpunit/php-file-iterator": "^1.4.2",
2516
                "phpunit/php-text-template": "^1.2.1",
2517
                "phpunit/php-token-stream": "^3.0",
2518
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2519
                "sebastian/environment": "^3.0",
2520
                "sebastian/version": "^2.0.1",
2521
                "theseer/tokenizer": "^1.1"
2522
            },
2523
            "require-dev": {
2524
                "phpunit/phpunit": "^7.0"
2525
            },
2526
            "suggest": {
2527
                "ext-xdebug": "^2.6.0"
2528
            },
2529
            "type": "library",
2530
            "extra": {
2531
                "branch-alias": {
2532
                    "dev-master": "6.0-dev"
2533
                }
2534
            },
2535
            "autoload": {
2536
                "classmap": [
2537
                    "src/"
2538
                ]
2539
            },
2540
            "notification-url": "https://packagist.org/downloads/",
2541
            "license": [
2542
                "BSD-3-Clause"
2543
            ],
2544
            "authors": [
2545
                {
2546
                    "name": "Sebastian Bergmann",
2547
                    "email": "[email protected]",
2548
                    "role": "lead"
2549
                }
2550
            ],
2551
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2552
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2553
            "keywords": [
2554
                "coverage",
2555
                "testing",
2556
                "xunit"
2557
            ],
2558
            "time": "2018-02-02T07:01:41+00:00"
2559
        },
2560
        {
2561
            "name": "phpunit/php-file-iterator",
2562
            "version": "1.4.5",
2563
            "source": {
2564
                "type": "git",
2565
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2566
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2567
            },
2568
            "dist": {
2569
                "type": "zip",
2570
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2571
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2572
                "shasum": ""
2573
            },
2574
            "require": {
2575
                "php": ">=5.3.3"
2576
            },
2577
            "type": "library",
2578
            "extra": {
2579
                "branch-alias": {
2580
                    "dev-master": "1.4.x-dev"
2581
                }
2582
            },
2583
            "autoload": {
2584
                "classmap": [
2585
                    "src/"
2586
                ]
2587
            },
2588
            "notification-url": "https://packagist.org/downloads/",
2589
            "license": [
2590
                "BSD-3-Clause"
2591
            ],
2592
            "authors": [
2593
                {
2594
                    "name": "Sebastian Bergmann",
2595
                    "email": "[email protected]",
2596
                    "role": "lead"
2597
                }
2598
            ],
2599
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2600
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2601
            "keywords": [
2602
                "filesystem",
2603
                "iterator"
2604
            ],
2605
            "time": "2017-11-27T13:52:08+00:00"
2606
        },
2607
        {
2608
            "name": "phpunit/php-text-template",
2609
            "version": "1.2.1",
2610
            "source": {
2611
                "type": "git",
2612
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2613
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2614
            },
2615
            "dist": {
2616
                "type": "zip",
2617
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2618
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2619
                "shasum": ""
2620
            },
2621
            "require": {
2622
                "php": ">=5.3.3"
2623
            },
2624
            "type": "library",
2625
            "autoload": {
2626
                "classmap": [
2627
                    "src/"
2628
                ]
2629
            },
2630
            "notification-url": "https://packagist.org/downloads/",
2631
            "license": [
2632
                "BSD-3-Clause"
2633
            ],
2634
            "authors": [
2635
                {
2636
                    "name": "Sebastian Bergmann",
2637
                    "email": "[email protected]",
2638
                    "role": "lead"
2639
                }
2640
            ],
2641
            "description": "Simple template engine.",
2642
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2643
            "keywords": [
2644
                "template"
2645
            ],
2646
            "time": "2015-06-21T13:50:34+00:00"
2647
        },
2648
        {
2649
            "name": "phpunit/php-timer",
2650
            "version": "2.0.0",
2651
            "source": {
2652
                "type": "git",
2653
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2654
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2655
            },
2656
            "dist": {
2657
                "type": "zip",
2658
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
2659
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2660
                "shasum": ""
2661
            },
2662
            "require": {
2663
                "php": "^7.1"
2664
            },
2665
            "require-dev": {
2666
                "phpunit/phpunit": "^7.0"
2667
            },
2668
            "type": "library",
2669
            "extra": {
2670
                "branch-alias": {
2671
                    "dev-master": "2.0-dev"
2672
                }
2673
            },
2674
            "autoload": {
2675
                "classmap": [
2676
                    "src/"
2677
                ]
2678
            },
2679
            "notification-url": "https://packagist.org/downloads/",
2680
            "license": [
2681
                "BSD-3-Clause"
2682
            ],
2683
            "authors": [
2684
                {
2685
                    "name": "Sebastian Bergmann",
2686
                    "email": "[email protected]",
2687
                    "role": "lead"
2688
                }
2689
            ],
2690
            "description": "Utility class for timing",
2691
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2692
            "keywords": [
2693
                "timer"
2694
            ],
2695
            "time": "2018-02-01T13:07:23+00:00"
2696
        },
2697
        {
2698
            "name": "phpunit/php-token-stream",
2699
            "version": "3.0.0",
2700
            "source": {
2701
                "type": "git",
2702
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2703
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
2704
            },
2705
            "dist": {
2706
                "type": "zip",
2707
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2708
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2709
                "shasum": ""
2710
            },
2711
            "require": {
2712
                "ext-tokenizer": "*",
2713
                "php": "^7.1"
2714
            },
2715
            "require-dev": {
2716
                "phpunit/phpunit": "^7.0"
2717
            },
2718
            "type": "library",
2719
            "extra": {
2720
                "branch-alias": {
2721
                    "dev-master": "3.0-dev"
2722
                }
2723
            },
2724
            "autoload": {
2725
                "classmap": [
2726
                    "src/"
2727
                ]
2728
            },
2729
            "notification-url": "https://packagist.org/downloads/",
2730
            "license": [
2731
                "BSD-3-Clause"
2732
            ],
2733
            "authors": [
2734
                {
2735
                    "name": "Sebastian Bergmann",
2736
                    "email": "[email protected]"
2737
                }
2738
            ],
2739
            "description": "Wrapper around PHP's tokenizer extension.",
2740
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2741
            "keywords": [
2742
                "tokenizer"
2743
            ],
2744
            "time": "2018-02-01T13:16:43+00:00"
2745
        },
2746
        {
2747
            "name": "phpunit/phpunit",
2748
            "version": "7.0.1",
2749
            "source": {
2750
                "type": "git",
2751
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2752
                "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9"
2753
            },
2754
            "dist": {
2755
                "type": "zip",
2756
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/316555dbd0ed4097bbdd17c65ab416bf27a472e9",
2757
                "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9",
2758
                "shasum": ""
2759
            },
2760
            "require": {
2761
                "ext-dom": "*",
2762
                "ext-json": "*",
2763
                "ext-libxml": "*",
2764
                "ext-mbstring": "*",
2765
                "ext-xml": "*",
2766
                "myclabs/deep-copy": "^1.6.1",
2767
                "phar-io/manifest": "^1.0.1",
2768
                "phar-io/version": "^1.0",
2769
                "php": "^7.1",
2770
                "phpspec/prophecy": "^1.7",
2771
                "phpunit/php-code-coverage": "^6.0",
2772
                "phpunit/php-file-iterator": "^1.4.3",
2773
                "phpunit/php-text-template": "^1.2.1",
2774
                "phpunit/php-timer": "^2.0",
2775
                "phpunit/phpunit-mock-objects": "^6.0",
2776
                "sebastian/comparator": "^2.1",
2777
                "sebastian/diff": "^3.0",
2778
                "sebastian/environment": "^3.1",
2779
                "sebastian/exporter": "^3.1",
2780
                "sebastian/global-state": "^2.0",
2781
                "sebastian/object-enumerator": "^3.0.3",
2782
                "sebastian/resource-operations": "^1.0",
2783
                "sebastian/version": "^2.0.1"
2784
            },
2785
            "require-dev": {
2786
                "ext-pdo": "*"
2787
            },
2788
            "suggest": {
2789
                "ext-xdebug": "*",
2790
                "phpunit/php-invoker": "^2.0"
2791
            },
2792
            "bin": [
2793
                "phpunit"
2794
            ],
2795
            "type": "library",
2796
            "extra": {
2797
                "branch-alias": {
2798
                    "dev-master": "7.0-dev"
2799
                }
2800
            },
2801
            "autoload": {
2802
                "classmap": [
2803
                    "src/"
2804
                ]
2805
            },
2806
            "notification-url": "https://packagist.org/downloads/",
2807
            "license": [
2808
                "BSD-3-Clause"
2809
            ],
2810
            "authors": [
2811
                {
2812
                    "name": "Sebastian Bergmann",
2813
                    "email": "[email protected]",
2814
                    "role": "lead"
2815
                }
2816
            ],
2817
            "description": "The PHP Unit Testing framework.",
2818
            "homepage": "https://phpunit.de/",
2819
            "keywords": [
2820
                "phpunit",
2821
                "testing",
2822
                "xunit"
2823
            ],
2824
            "time": "2018-02-13T06:08:08+00:00"
2825
        },
2826
        {
2827
            "name": "phpunit/phpunit-mock-objects",
2828
            "version": "6.0.1",
2829
            "source": {
2830
                "type": "git",
2831
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2832
                "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53"
2833
            },
2834
            "dist": {
2835
                "type": "zip",
2836
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e3249dedc2d99259ccae6affbc2684eac37c2e53",
2837
                "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53",
2838
                "shasum": ""
2839
            },
2840
            "require": {
2841
                "doctrine/instantiator": "^1.0.5",
2842
                "php": "^7.1",
2843
                "phpunit/php-text-template": "^1.2.1",
2844
                "sebastian/exporter": "^3.1"
2845
            },
2846
            "require-dev": {
2847
                "phpunit/phpunit": "^7.0"
2848
            },
2849
            "suggest": {
2850
                "ext-soap": "*"
2851
            },
2852
            "type": "library",
2853
            "extra": {
2854
                "branch-alias": {
2855
                    "dev-master": "6.0.x-dev"
2856
                }
2857
            },
2858
            "autoload": {
2859
                "classmap": [
2860
                    "src/"
2861
                ]
2862
            },
2863
            "notification-url": "https://packagist.org/downloads/",
2864
            "license": [
2865
                "BSD-3-Clause"
2866
            ],
2867
            "authors": [
2868
                {
2869
                    "name": "Sebastian Bergmann",
2870
                    "email": "[email protected]",
2871
                    "role": "lead"
2872
                }
2873
            ],
2874
            "description": "Mock Object library for PHPUnit",
2875
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2876
            "keywords": [
2877
                "mock",
2878
                "xunit"
2879
            ],
2880
            "time": "2018-02-15T05:27:38+00:00"
2881
        },
2882
        {
2883
            "name": "sebastian/code-unit-reverse-lookup",
2884
            "version": "1.0.1",
2885
            "source": {
2886
                "type": "git",
2887
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2888
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2889
            },
2890
            "dist": {
2891
                "type": "zip",
2892
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2893
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2894
                "shasum": ""
2895
            },
2896
            "require": {
2897
                "php": "^5.6 || ^7.0"
2898
            },
2899
            "require-dev": {
2900
                "phpunit/phpunit": "^5.7 || ^6.0"
2901
            },
2902
            "type": "library",
2903
            "extra": {
2904
                "branch-alias": {
2905
                    "dev-master": "1.0.x-dev"
2906
                }
2907
            },
2908
            "autoload": {
2909
                "classmap": [
2910
                    "src/"
2911
                ]
2912
            },
2913
            "notification-url": "https://packagist.org/downloads/",
2914
            "license": [
2915
                "BSD-3-Clause"
2916
            ],
2917
            "authors": [
2918
                {
2919
                    "name": "Sebastian Bergmann",
2920
                    "email": "[email protected]"
2921
                }
2922
            ],
2923
            "description": "Looks up which function or method a line of code belongs to",
2924
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2925
            "time": "2017-03-04T06:30:41+00:00"
2926
        },
2927
        {
2928
            "name": "sebastian/comparator",
2929
            "version": "2.1.3",
2930
            "source": {
2931
                "type": "git",
2932
                "url": "https://github.com/sebastianbergmann/comparator.git",
2933
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2934
            },
2935
            "dist": {
2936
                "type": "zip",
2937
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
2938
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2939
                "shasum": ""
2940
            },
2941
            "require": {
2942
                "php": "^7.0",
2943
                "sebastian/diff": "^2.0 || ^3.0",
2944
                "sebastian/exporter": "^3.1"
2945
            },
2946
            "require-dev": {
2947
                "phpunit/phpunit": "^6.4"
2948
            },
2949
            "type": "library",
2950
            "extra": {
2951
                "branch-alias": {
2952
                    "dev-master": "2.1.x-dev"
2953
                }
2954
            },
2955
            "autoload": {
2956
                "classmap": [
2957
                    "src/"
2958
                ]
2959
            },
2960
            "notification-url": "https://packagist.org/downloads/",
2961
            "license": [
2962
                "BSD-3-Clause"
2963
            ],
2964
            "authors": [
2965
                {
2966
                    "name": "Jeff Welch",
2967
                    "email": "[email protected]"
2968
                },
2969
                {
2970
                    "name": "Volker Dusch",
2971
                    "email": "[email protected]"
2972
                },
2973
                {
2974
                    "name": "Bernhard Schussek",
2975
                    "email": "[email protected]"
2976
                },
2977
                {
2978
                    "name": "Sebastian Bergmann",
2979
                    "email": "[email protected]"
2980
                }
2981
            ],
2982
            "description": "Provides the functionality to compare PHP values for equality",
2983
            "homepage": "https://github.com/sebastianbergmann/comparator",
2984
            "keywords": [
2985
                "comparator",
2986
                "compare",
2987
                "equality"
2988
            ],
2989
            "time": "2018-02-01T13:46:46+00:00"
2990
        },
2991
        {
2992
            "name": "sebastian/diff",
2993
            "version": "3.0.0",
2994
            "source": {
2995
                "type": "git",
2996
                "url": "https://github.com/sebastianbergmann/diff.git",
2997
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
2998
            },
2999
            "dist": {
3000
                "type": "zip",
3001
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
3002
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
3003
                "shasum": ""
3004
            },
3005
            "require": {
3006
                "php": "^7.1"
3007
            },
3008
            "require-dev": {
3009
                "phpunit/phpunit": "^7.0",
3010
                "symfony/process": "^2 || ^3.3 || ^4"
3011
            },
3012
            "type": "library",
3013
            "extra": {
3014
                "branch-alias": {
3015
                    "dev-master": "3.0-dev"
3016
                }
3017
            },
3018
            "autoload": {
3019
                "classmap": [
3020
                    "src/"
3021
                ]
3022
            },
3023
            "notification-url": "https://packagist.org/downloads/",
3024
            "license": [
3025
                "BSD-3-Clause"
3026
            ],
3027
            "authors": [
3028
                {
3029
                    "name": "Kore Nordmann",
3030
                    "email": "[email protected]"
3031
                },
3032
                {
3033
                    "name": "Sebastian Bergmann",
3034
                    "email": "[email protected]"
3035
                }
3036
            ],
3037
            "description": "Diff implementation",
3038
            "homepage": "https://github.com/sebastianbergmann/diff",
3039
            "keywords": [
3040
                "diff",
3041
                "udiff",
3042
                "unidiff",
3043
                "unified diff"
3044
            ],
3045
            "time": "2018-02-01T13:45:15+00:00"
3046
        },
3047
        {
3048
            "name": "sebastian/environment",
3049
            "version": "3.1.0",
3050
            "source": {
3051
                "type": "git",
3052
                "url": "https://github.com/sebastianbergmann/environment.git",
3053
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3054
            },
3055
            "dist": {
3056
                "type": "zip",
3057
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3058
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3059
                "shasum": ""
3060
            },
3061
            "require": {
3062
                "php": "^7.0"
3063
            },
3064
            "require-dev": {
3065
                "phpunit/phpunit": "^6.1"
3066
            },
3067
            "type": "library",
3068
            "extra": {
3069
                "branch-alias": {
3070
                    "dev-master": "3.1.x-dev"
3071
                }
3072
            },
3073
            "autoload": {
3074
                "classmap": [
3075
                    "src/"
3076
                ]
3077
            },
3078
            "notification-url": "https://packagist.org/downloads/",
3079
            "license": [
3080
                "BSD-3-Clause"
3081
            ],
3082
            "authors": [
3083
                {
3084
                    "name": "Sebastian Bergmann",
3085
                    "email": "[email protected]"
3086
                }
3087
            ],
3088
            "description": "Provides functionality to handle HHVM/PHP environments",
3089
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3090
            "keywords": [
3091
                "Xdebug",
3092
                "environment",
3093
                "hhvm"
3094
            ],
3095
            "time": "2017-07-01T08:51:00+00:00"
3096
        },
3097
        {
3098
            "name": "sebastian/exporter",
3099
            "version": "3.1.0",
3100
            "source": {
3101
                "type": "git",
3102
                "url": "https://github.com/sebastianbergmann/exporter.git",
3103
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3104
            },
3105
            "dist": {
3106
                "type": "zip",
3107
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3108
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3109
                "shasum": ""
3110
            },
3111
            "require": {
3112
                "php": "^7.0",
3113
                "sebastian/recursion-context": "^3.0"
3114
            },
3115
            "require-dev": {
3116
                "ext-mbstring": "*",
3117
                "phpunit/phpunit": "^6.0"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "3.1.x-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "classmap": [
3127
                    "src/"
3128
                ]
3129
            },
3130
            "notification-url": "https://packagist.org/downloads/",
3131
            "license": [
3132
                "BSD-3-Clause"
3133
            ],
3134
            "authors": [
3135
                {
3136
                    "name": "Jeff Welch",
3137
                    "email": "[email protected]"
3138
                },
3139
                {
3140
                    "name": "Volker Dusch",
3141
                    "email": "[email protected]"
3142
                },
3143
                {
3144
                    "name": "Bernhard Schussek",
3145
                    "email": "[email protected]"
3146
                },
3147
                {
3148
                    "name": "Sebastian Bergmann",
3149
                    "email": "[email protected]"
3150
                },
3151
                {
3152
                    "name": "Adam Harvey",
3153
                    "email": "[email protected]"
3154
                }
3155
            ],
3156
            "description": "Provides the functionality to export PHP variables for visualization",
3157
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3158
            "keywords": [
3159
                "export",
3160
                "exporter"
3161
            ],
3162
            "time": "2017-04-03T13:19:02+00:00"
3163
        },
3164
        {
3165
            "name": "sebastian/global-state",
3166
            "version": "2.0.0",
3167
            "source": {
3168
                "type": "git",
3169
                "url": "https://github.com/sebastianbergmann/global-state.git",
3170
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3171
            },
3172
            "dist": {
3173
                "type": "zip",
3174
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3175
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3176
                "shasum": ""
3177
            },
3178
            "require": {
3179
                "php": "^7.0"
3180
            },
3181
            "require-dev": {
3182
                "phpunit/phpunit": "^6.0"
3183
            },
3184
            "suggest": {
3185
                "ext-uopz": "*"
3186
            },
3187
            "type": "library",
3188
            "extra": {
3189
                "branch-alias": {
3190
                    "dev-master": "2.0-dev"
3191
                }
3192
            },
3193
            "autoload": {
3194
                "classmap": [
3195
                    "src/"
3196
                ]
3197
            },
3198
            "notification-url": "https://packagist.org/downloads/",
3199
            "license": [
3200
                "BSD-3-Clause"
3201
            ],
3202
            "authors": [
3203
                {
3204
                    "name": "Sebastian Bergmann",
3205
                    "email": "[email protected]"
3206
                }
3207
            ],
3208
            "description": "Snapshotting of global state",
3209
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3210
            "keywords": [
3211
                "global state"
3212
            ],
3213
            "time": "2017-04-27T15:39:26+00:00"
3214
        },
3215
        {
3216
            "name": "sebastian/object-enumerator",
3217
            "version": "3.0.3",
3218
            "source": {
3219
                "type": "git",
3220
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3221
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3222
            },
3223
            "dist": {
3224
                "type": "zip",
3225
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3226
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3227
                "shasum": ""
3228
            },
3229
            "require": {
3230
                "php": "^7.0",
3231
                "sebastian/object-reflector": "^1.1.1",
3232
                "sebastian/recursion-context": "^3.0"
3233
            },
3234
            "require-dev": {
3235
                "phpunit/phpunit": "^6.0"
3236
            },
3237
            "type": "library",
3238
            "extra": {
3239
                "branch-alias": {
3240
                    "dev-master": "3.0.x-dev"
3241
                }
3242
            },
3243
            "autoload": {
3244
                "classmap": [
3245
                    "src/"
3246
                ]
3247
            },
3248
            "notification-url": "https://packagist.org/downloads/",
3249
            "license": [
3250
                "BSD-3-Clause"
3251
            ],
3252
            "authors": [
3253
                {
3254
                    "name": "Sebastian Bergmann",
3255
                    "email": "[email protected]"
3256
                }
3257
            ],
3258
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3259
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3260
            "time": "2017-08-03T12:35:26+00:00"
3261
        },
3262
        {
3263
            "name": "sebastian/object-reflector",
3264
            "version": "1.1.1",
3265
            "source": {
3266
                "type": "git",
3267
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3268
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3269
            },
3270
            "dist": {
3271
                "type": "zip",
3272
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3273
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3274
                "shasum": ""
3275
            },
3276
            "require": {
3277
                "php": "^7.0"
3278
            },
3279
            "require-dev": {
3280
                "phpunit/phpunit": "^6.0"
3281
            },
3282
            "type": "library",
3283
            "extra": {
3284
                "branch-alias": {
3285
                    "dev-master": "1.1-dev"
3286
                }
3287
            },
3288
            "autoload": {
3289
                "classmap": [
3290
                    "src/"
3291
                ]
3292
            },
3293
            "notification-url": "https://packagist.org/downloads/",
3294
            "license": [
3295
                "BSD-3-Clause"
3296
            ],
3297
            "authors": [
3298
                {
3299
                    "name": "Sebastian Bergmann",
3300
                    "email": "[email protected]"
3301
                }
3302
            ],
3303
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3304
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3305
            "time": "2017-03-29T09:07:27+00:00"
3306
        },
3307
        {
3308
            "name": "sebastian/recursion-context",
3309
            "version": "3.0.0",
3310
            "source": {
3311
                "type": "git",
3312
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3313
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3314
            },
3315
            "dist": {
3316
                "type": "zip",
3317
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3318
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3319
                "shasum": ""
3320
            },
3321
            "require": {
3322
                "php": "^7.0"
3323
            },
3324
            "require-dev": {
3325
                "phpunit/phpunit": "^6.0"
3326
            },
3327
            "type": "library",
3328
            "extra": {
3329
                "branch-alias": {
3330
                    "dev-master": "3.0.x-dev"
3331
                }
3332
            },
3333
            "autoload": {
3334
                "classmap": [
3335
                    "src/"
3336
                ]
3337
            },
3338
            "notification-url": "https://packagist.org/downloads/",
3339
            "license": [
3340
                "BSD-3-Clause"
3341
            ],
3342
            "authors": [
3343
                {
3344
                    "name": "Jeff Welch",
3345
                    "email": "[email protected]"
3346
                },
3347
                {
3348
                    "name": "Sebastian Bergmann",
3349
                    "email": "[email protected]"
3350
                },
3351
                {
3352
                    "name": "Adam Harvey",
3353
                    "email": "[email protected]"
3354
                }
3355
            ],
3356
            "description": "Provides functionality to recursively process PHP variables",
3357
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3358
            "time": "2017-03-03T06:23:57+00:00"
3359
        },
3360
        {
3361
            "name": "sebastian/resource-operations",
3362
            "version": "1.0.0",
3363
            "source": {
3364
                "type": "git",
3365
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3366
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3367
            },
3368
            "dist": {
3369
                "type": "zip",
3370
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3371
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3372
                "shasum": ""
3373
            },
3374
            "require": {
3375
                "php": ">=5.6.0"
3376
            },
3377
            "type": "library",
3378
            "extra": {
3379
                "branch-alias": {
3380
                    "dev-master": "1.0.x-dev"
3381
                }
3382
            },
3383
            "autoload": {
3384
                "classmap": [
3385
                    "src/"
3386
                ]
3387
            },
3388
            "notification-url": "https://packagist.org/downloads/",
3389
            "license": [
3390
                "BSD-3-Clause"
3391
            ],
3392
            "authors": [
3393
                {
3394
                    "name": "Sebastian Bergmann",
3395
                    "email": "[email protected]"
3396
                }
3397
            ],
3398
            "description": "Provides a list of PHP built-in functions that operate on resources",
3399
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3400
            "time": "2015-07-28T20:34:47+00:00"
3401
        },
3402
        {
3403
            "name": "sebastian/version",
3404
            "version": "2.0.1",
3405
            "source": {
3406
                "type": "git",
3407
                "url": "https://github.com/sebastianbergmann/version.git",
3408
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3409
            },
3410
            "dist": {
3411
                "type": "zip",
3412
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3413
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3414
                "shasum": ""
3415
            },
3416
            "require": {
3417
                "php": ">=5.6"
3418
            },
3419
            "type": "library",
3420
            "extra": {
3421
                "branch-alias": {
3422
                    "dev-master": "2.0.x-dev"
3423
                }
3424
            },
3425
            "autoload": {
3426
                "classmap": [
3427
                    "src/"
3428
                ]
3429
            },
3430
            "notification-url": "https://packagist.org/downloads/",
3431
            "license": [
3432
                "BSD-3-Clause"
3433
            ],
3434
            "authors": [
3435
                {
3436
                    "name": "Sebastian Bergmann",
3437
                    "email": "[email protected]",
3438
                    "role": "lead"
3439
                }
3440
            ],
3441
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3442
            "homepage": "https://github.com/sebastianbergmann/version",
3443
            "time": "2016-10-03T07:35:21+00:00"
3444
        },
3445
        {
3446
            "name": "theseer/tokenizer",
3447
            "version": "1.1.0",
3448
            "source": {
3449
                "type": "git",
3450
                "url": "https://github.com/theseer/tokenizer.git",
3451
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3452
            },
3453
            "dist": {
3454
                "type": "zip",
3455
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3456
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3457
                "shasum": ""
3458
            },
3459
            "require": {
3460
                "ext-dom": "*",
3461
                "ext-tokenizer": "*",
3462
                "ext-xmlwriter": "*",
3463
                "php": "^7.0"
3464
            },
3465
            "type": "library",
3466
            "autoload": {
3467
                "classmap": [
3468
                    "src/"
3469
                ]
3470
            },
3471
            "notification-url": "https://packagist.org/downloads/",
3472
            "license": [
3473
                "BSD-3-Clause"
3474
            ],
3475
            "authors": [
3476
                {
3477
                    "name": "Arne Blankerts",
3478
                    "email": "[email protected]",
3479
                    "role": "Developer"
3480
                }
3481
            ],
3482
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3483
            "time": "2017-04-07T12:08:54+00:00"
3484
        },
3485
        {
3486
            "name": "webmozart/assert",
3487
            "version": "1.3.0",
3488
            "source": {
3489
                "type": "git",
3490
                "url": "https://github.com/webmozart/assert.git",
3491
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3492
            },
3493
            "dist": {
3494
                "type": "zip",
3495
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3496
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3497
                "shasum": ""
3498
            },
3499
            "require": {
3500
                "php": "^5.3.3 || ^7.0"
3501
            },
3502
            "require-dev": {
3503
                "phpunit/phpunit": "^4.6",
3504
                "sebastian/version": "^1.0.1"
3505
            },
3506
            "type": "library",
3507
            "extra": {
3508
                "branch-alias": {
3509
                    "dev-master": "1.3-dev"
3510
                }
3511
            },
3512
            "autoload": {
3513
                "psr-4": {
3514
                    "Webmozart\\Assert\\": "src/"
3515
                }
3516
            },
3517
            "notification-url": "https://packagist.org/downloads/",
3518
            "license": [
3519
                "MIT"
3520
            ],
3521
            "authors": [
3522
                {
3523
                    "name": "Bernhard Schussek",
3524
                    "email": "[email protected]"
3525
                }
3526
            ],
3527
            "description": "Assertions to validate method input/output with nice error messages.",
3528
            "keywords": [
3529
                "assert",
3530
                "check",
3531
                "validate"
3532
            ],
3533
            "time": "2018-01-29T19:49:41+00:00"
3534
        }
3535
    ],
3536
    "aliases": [],
3537
    "minimum-stability": "stable",
3538
    "stability-flags": [],
3539
    "prefer-stable": true,
3540
    "prefer-lowest": false,
3541
    "platform": {
3542
        "php": ">=7.1.13"
3543
    },
3544
    "platform-dev": []
3545
}
3546