Issues (23)

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 (3 issues)

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": "003404d31ddc59cf589d8f174de271d7",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
20
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.0"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.2.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": "2017-07-22T12:18:28+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.2",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/egulias/EmailValidator.git",
136
                "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
141
                "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
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.0",
151
                "satooshi/php-coveralls": "dev-master"
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-01-30T22:07:36+00:00"
186
        },
187
        {
188
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
189
            "version": "1.6.3",
190
            "source": {
191
                "type": "git",
192
                "url": "https://github.com/erusev/parsedown.git",
193
                "reference": "728952b90a333b5c6f77f06ea9422b94b585878d"
194
            },
195
            "dist": {
196
                "type": "zip",
197
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/728952b90a333b5c6f77f06ea9422b94b585878d",
198
                "reference": "728952b90a333b5c6f77f06ea9422b94b585878d",
199
                "shasum": ""
200
            },
201
            "require": {
202
                "php": ">=5.3.0"
203
            },
204
            "type": "library",
205
            "autoload": {
206
                "psr-0": {
207
                    "Parsedown": ""
208
                }
209
            },
210
            "notification-url": "https://packagist.org/downloads/",
211
            "license": [
212
                "MIT"
213
            ],
214
            "authors": [
215
                {
216
                    "name": "Emanuil Rusev",
217
                    "email": "[email protected]",
218
                    "homepage": "http://erusev.com"
219
                }
220
            ],
221
            "description": "Parser for Markdown.",
222
            "homepage": "http://parsedown.org",
223
            "keywords": [
224
                "markdown",
225
                "parser"
226
            ],
227
            "time": "2017-05-14T14:47:48+00:00"
228
        },
229
        {
230
            "name": "laravel/framework",
0 ignored issues
show
There are 2 security advisories for your installed version of laravel/framework:

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

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