Issues (7)

Security Analysis    no request data  

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 (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "5c3aee8400be1216c1ff38d6c23748d1",
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": "egulias/email-validator",
132
            "version": "2.1.3",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/egulias/EmailValidator.git",
136
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
141
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "doctrine/lexer": "^1.0.1",
146
                "php": ">= 5.5"
147
            },
148
            "require-dev": {
149
                "dominicsayers/isemail": "dev-master",
150
                "phpunit/phpunit": "^4.8.35",
151
                "satooshi/php-coveralls": "^1.0.1"
152
            },
153
            "suggest": {
154
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
155
            },
156
            "type": "library",
157
            "extra": {
158
                "branch-alias": {
159
                    "dev-master": "2.0.x-dev"
160
                }
161
            },
162
            "autoload": {
163
                "psr-4": {
164
                    "Egulias\\EmailValidator\\": "EmailValidator"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Eduardo Gulias Davis"
174
                }
175
            ],
176
            "description": "A library for validating emails against several RFCs",
177
            "homepage": "https://github.com/egulias/EmailValidator",
178
            "keywords": [
179
                "email",
180
                "emailvalidation",
181
                "emailvalidator",
182
                "validation",
183
                "validator"
184
            ],
185
            "time": "2017-11-15T23:40:40+00:00"
186
        },
187
        {
188
            "name": "erusev/parsedown",
189
            "version": "1.7.1",
190
            "source": {
191
                "type": "git",
192
                "url": "https://github.com/erusev/parsedown.git",
193
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
194
            },
195
            "dist": {
196
                "type": "zip",
197
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
198
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
199
                "shasum": ""
200
            },
201
            "require": {
202
                "ext-mbstring": "*",
203
                "php": ">=5.3.0"
204
            },
205
            "require-dev": {
206
                "phpunit/phpunit": "^4.8.35"
207
            },
208
            "type": "library",
209
            "autoload": {
210
                "psr-0": {
211
                    "Parsedown": ""
212
                }
213
            },
214
            "notification-url": "https://packagist.org/downloads/",
215
            "license": [
216
                "MIT"
217
            ],
218
            "authors": [
219
                {
220
                    "name": "Emanuil Rusev",
221
                    "email": "[email protected]",
222
                    "homepage": "http://erusev.com"
223
                }
224
            ],
225
            "description": "Parser for Markdown.",
226
            "homepage": "http://parsedown.org",
227
            "keywords": [
228
                "markdown",
229
                "parser"
230
            ],
231
            "time": "2018-03-08T01:11:30+00:00"
232
        },
233
        {
234
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

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