Issues (16)

Security Analysis    no request data  

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

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

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "9156bebff028a3d23818f00e1b91025a",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "dragonmantank/cron-expression",
132
            "version": "v2.1.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/3f00985deec8df53d4cc1e5c33619bda1ee309a5",
141
                "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": ">=7.0.0"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": "~6.4"
149
            },
150
            "type": "library",
151
            "autoload": {
152
                "psr-4": {
153
                    "Cron\\": "src/Cron/"
154
                }
155
            },
156
            "notification-url": "https://packagist.org/downloads/",
157
            "license": [
158
                "MIT"
159
            ],
160
            "authors": [
161
                {
162
                    "name": "Michael Dowling",
163
                    "email": "[email protected]",
164
                    "homepage": "https://github.com/mtdowling"
165
                },
166
                {
167
                    "name": "Chris Tankersley",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/dragonmantank"
170
                }
171
            ],
172
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
173
            "keywords": [
174
                "cron",
175
                "schedule"
176
            ],
177
            "time": "2018-04-06T15:51:55+00:00"
178
        },
179
        {
180
            "name": "egulias/email-validator",
181
            "version": "2.1.4",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/egulias/EmailValidator.git",
185
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
190
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "doctrine/lexer": "^1.0.1",
195
                "php": ">= 5.5"
196
            },
197
            "require-dev": {
198
                "dominicsayers/isemail": "dev-master",
199
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
200
                "satooshi/php-coveralls": "^1.0.1"
201
            },
202
            "suggest": {
203
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "2.0.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Egulias\\EmailValidator\\": "EmailValidator"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Eduardo Gulias Davis"
223
                }
224
            ],
225
            "description": "A library for validating emails against several RFCs",
226
            "homepage": "https://github.com/egulias/EmailValidator",
227
            "keywords": [
228
                "email",
229
                "emailvalidation",
230
                "emailvalidator",
231
                "validation",
232
                "validator"
233
            ],
234
            "time": "2018-04-10T10:11:19+00:00"
235
        },
236
        {
237
            "name": "erusev/parsedown",
238
            "version": "1.7.1",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
247
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "ext-mbstring": "*",
252
                "php": ">=5.3.0"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "^4.8.35"
256
            },
257
            "type": "library",
258
            "autoload": {
259
                "psr-0": {
260
                    "Parsedown": ""
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "authors": [
268
                {
269
                    "name": "Emanuil Rusev",
270
                    "email": "[email protected]",
271
                    "homepage": "http://erusev.com"
272
                }
273
            ],
274
            "description": "Parser for Markdown.",
275
            "homepage": "http://parsedown.org",
276
            "keywords": [
277
                "markdown",
278
                "parser"
279
            ],
280
            "time": "2018-03-08T01:11:30+00:00"
281
        },
282
        {
283
            "name": "laravel/framework",
284
            "version": "v5.6.17",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/laravel/framework.git",
288
                "reference": "0f787c763ae8fb9fae0c8c809830ba4fa81e2d9d"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/laravel/framework/zipball/0f787c763ae8fb9fae0c8c809830ba4fa81e2d9d",
293
                "reference": "0f787c763ae8fb9fae0c8c809830ba4fa81e2d9d",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "doctrine/inflector": "~1.1",
298
                "dragonmantank/cron-expression": "~2.0",
299
                "erusev/parsedown": "~1.7",
300
                "ext-mbstring": "*",
301
                "ext-openssl": "*",
302
                "league/flysystem": "^1.0.8",
303
                "monolog/monolog": "~1.12",
304
                "nesbot/carbon": "1.25.*",
305
                "php": "^7.1.3",
306
                "psr/container": "~1.0",
307
                "psr/simple-cache": "^1.0",
308
                "ramsey/uuid": "^3.7",
309
                "swiftmailer/swiftmailer": "~6.0",
310
                "symfony/console": "~4.0",
311
                "symfony/debug": "~4.0",
312
                "symfony/finder": "~4.0",
313
                "symfony/http-foundation": "~4.0",
314
                "symfony/http-kernel": "~4.0",
315
                "symfony/process": "~4.0",
316
                "symfony/routing": "~4.0",
317
                "symfony/var-dumper": "~4.0",
318
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
319
                "vlucas/phpdotenv": "~2.2"
320
            },
321
            "conflict": {
322
                "tightenco/collect": "<5.5.33"
323
            },
324
            "replace": {
325
                "illuminate/auth": "self.version",
326
                "illuminate/broadcasting": "self.version",
327
                "illuminate/bus": "self.version",
328
                "illuminate/cache": "self.version",
329
                "illuminate/config": "self.version",
330
                "illuminate/console": "self.version",
331
                "illuminate/container": "self.version",
332
                "illuminate/contracts": "self.version",
333
                "illuminate/cookie": "self.version",
334
                "illuminate/database": "self.version",
335
                "illuminate/encryption": "self.version",
336
                "illuminate/events": "self.version",
337
                "illuminate/filesystem": "self.version",
338
                "illuminate/hashing": "self.version",
339
                "illuminate/http": "self.version",
340
                "illuminate/log": "self.version",
341
                "illuminate/mail": "self.version",
342
                "illuminate/notifications": "self.version",
343
                "illuminate/pagination": "self.version",
344
                "illuminate/pipeline": "self.version",
345
                "illuminate/queue": "self.version",
346
                "illuminate/redis": "self.version",
347
                "illuminate/routing": "self.version",
348
                "illuminate/session": "self.version",
349
                "illuminate/support": "self.version",
350
                "illuminate/translation": "self.version",
351
                "illuminate/validation": "self.version",
352
                "illuminate/view": "self.version"
353
            },
354
            "require-dev": {
355
                "aws/aws-sdk-php": "~3.0",
356
                "doctrine/dbal": "~2.6",
357
                "filp/whoops": "^2.1.4",
358
                "league/flysystem-cached-adapter": "~1.0",
359
                "mockery/mockery": "~1.0",
360
                "moontoast/math": "^1.1",
361
                "orchestra/testbench-core": "3.6.*",
362
                "pda/pheanstalk": "~3.0",
363
                "phpunit/phpunit": "~7.0",
364
                "predis/predis": "^1.1.1",
365
                "symfony/css-selector": "~4.0",
366
                "symfony/dom-crawler": "~4.0"
367
            },
368
            "suggest": {
369
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
370
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
371
                "ext-pcntl": "Required to use all features of the queue worker.",
372
                "ext-posix": "Required to use all features of the queue worker.",
373
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
374
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
375
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
376
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
377
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
378
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
379
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
380
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
381
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
382
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
383
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
384
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
385
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
386
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
387
            },
388
            "type": "library",
389
            "extra": {
390
                "branch-alias": {
391
                    "dev-master": "5.6-dev"
392
                }
393
            },
394
            "autoload": {
395
                "files": [
396
                    "src/Illuminate/Foundation/helpers.php",
397
                    "src/Illuminate/Support/helpers.php"
398
                ],
399
                "psr-4": {
400
                    "Illuminate\\": "src/Illuminate/"
401
                }
402
            },
403
            "notification-url": "https://packagist.org/downloads/",
404
            "license": [
405
                "MIT"
406
            ],
407
            "authors": [
408
                {
409
                    "name": "Taylor Otwell",
410
                    "email": "[email protected]"
411
                }
412
            ],
413
            "description": "The Laravel Framework.",
414
            "homepage": "https://laravel.com",
415
            "keywords": [
416
                "framework",
417
                "laravel"
418
            ],
419
            "time": "2018-04-17T12:51:04+00:00"
420
        },
421
        {
422
            "name": "league/flysystem",
423
            "version": "1.0.44",
424
            "source": {
425
                "type": "git",
426
                "url": "https://github.com/thephpleague/flysystem.git",
427
                "reference": "168dbe519737221dc87d17385cde33073881fd02"
428
            },
429
            "dist": {
430
                "type": "zip",
431
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/168dbe519737221dc87d17385cde33073881fd02",
432
                "reference": "168dbe519737221dc87d17385cde33073881fd02",
433
                "shasum": ""
434
            },
435
            "require": {
436
                "php": ">=5.5.9"
437
            },
438
            "conflict": {
439
                "league/flysystem-sftp": "<1.0.6"
440
            },
441
            "require-dev": {
442
                "ext-fileinfo": "*",
443
                "phpspec/phpspec": "^3.4",
444
                "phpunit/phpunit": "^5.7"
445
            },
446
            "suggest": {
447
                "ext-fileinfo": "Required for MimeType",
448
                "ext-ftp": "Allows you to use FTP server storage",
449
                "ext-openssl": "Allows you to use FTPS server storage",
450
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
451
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
452
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
453
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
454
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
455
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
456
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
457
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
458
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
459
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
460
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
461
            },
462
            "type": "library",
463
            "extra": {
464
                "branch-alias": {
465
                    "dev-master": "1.1-dev"
466
                }
467
            },
468
            "autoload": {
469
                "psr-4": {
470
                    "League\\Flysystem\\": "src/"
471
                }
472
            },
473
            "notification-url": "https://packagist.org/downloads/",
474
            "license": [
475
                "MIT"
476
            ],
477
            "authors": [
478
                {
479
                    "name": "Frank de Jonge",
480
                    "email": "[email protected]"
481
                }
482
            ],
483
            "description": "Filesystem abstraction: Many filesystems, one API.",
484
            "keywords": [
485
                "Cloud Files",
486
                "WebDAV",
487
                "abstraction",
488
                "aws",
489
                "cloud",
490
                "copy.com",
491
                "dropbox",
492
                "file systems",
493
                "files",
494
                "filesystem",
495
                "filesystems",
496
                "ftp",
497
                "rackspace",
498
                "remote",
499
                "s3",
500
                "sftp",
501
                "storage"
502
            ],
503
            "time": "2018-04-06T09:58:14+00:00"
504
        },
505
        {
506
            "name": "monolog/monolog",
507
            "version": "1.23.0",
508
            "source": {
509
                "type": "git",
510
                "url": "https://github.com/Seldaek/monolog.git",
511
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
512
            },
513
            "dist": {
514
                "type": "zip",
515
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
516
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
517
                "shasum": ""
518
            },
519
            "require": {
520
                "php": ">=5.3.0",
521
                "psr/log": "~1.0"
522
            },
523
            "provide": {
524
                "psr/log-implementation": "1.0.0"
525
            },
526
            "require-dev": {
527
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
528
                "doctrine/couchdb": "~1.0@dev",
529
                "graylog2/gelf-php": "~1.0",
530
                "jakub-onderka/php-parallel-lint": "0.9",
531
                "php-amqplib/php-amqplib": "~2.4",
532
                "php-console/php-console": "^3.1.3",
533
                "phpunit/phpunit": "~4.5",
534
                "phpunit/phpunit-mock-objects": "2.3.0",
535
                "ruflin/elastica": ">=0.90 <3.0",
536
                "sentry/sentry": "^0.13",
537
                "swiftmailer/swiftmailer": "^5.3|^6.0"
538
            },
539
            "suggest": {
540
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
541
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
542
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
543
                "ext-mongo": "Allow sending log messages to a MongoDB server",
544
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
545
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
546
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
547
                "php-console/php-console": "Allow sending log messages to Google Chrome",
548
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
549
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
550
                "sentry/sentry": "Allow sending log messages to a Sentry server"
551
            },
552
            "type": "library",
553
            "extra": {
554
                "branch-alias": {
555
                    "dev-master": "2.0.x-dev"
556
                }
557
            },
558
            "autoload": {
559
                "psr-4": {
560
                    "Monolog\\": "src/Monolog"
561
                }
562
            },
563
            "notification-url": "https://packagist.org/downloads/",
564
            "license": [
565
                "MIT"
566
            ],
567
            "authors": [
568
                {
569
                    "name": "Jordi Boggiano",
570
                    "email": "[email protected]",
571
                    "homepage": "http://seld.be"
572
                }
573
            ],
574
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
575
            "homepage": "http://github.com/Seldaek/monolog",
576
            "keywords": [
577
                "log",
578
                "logging",
579
                "psr-3"
580
            ],
581
            "time": "2017-06-19T01:22:40+00:00"
582
        },
583
        {
584
            "name": "nesbot/carbon",
585
            "version": "1.25.0",
586
            "source": {
587
                "type": "git",
588
                "url": "https://github.com/briannesbitt/Carbon.git",
589
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
590
            },
591
            "dist": {
592
                "type": "zip",
593
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
594
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
595
                "shasum": ""
596
            },
597
            "require": {
598
                "php": ">=5.3.9",
599
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
600
            },
601
            "require-dev": {
602
                "friendsofphp/php-cs-fixer": "~2",
603
                "phpunit/phpunit": "^4.8.35 || ^5.7"
604
            },
605
            "type": "library",
606
            "extra": {
607
                "branch-alias": {
608
                    "dev-master": "1.23-dev"
609
                }
610
            },
611
            "autoload": {
612
                "psr-4": {
613
                    "Carbon\\": "src/Carbon/"
614
                }
615
            },
616
            "notification-url": "https://packagist.org/downloads/",
617
            "license": [
618
                "MIT"
619
            ],
620
            "authors": [
621
                {
622
                    "name": "Brian Nesbitt",
623
                    "email": "[email protected]",
624
                    "homepage": "http://nesbot.com"
625
                }
626
            ],
627
            "description": "A simple API extension for DateTime.",
628
            "homepage": "http://carbon.nesbot.com",
629
            "keywords": [
630
                "date",
631
                "datetime",
632
                "time"
633
            ],
634
            "time": "2018-03-19T15:50:49+00:00"
635
        },
636
        {
637
            "name": "paragonie/random_compat",
638
            "version": "v2.0.12",
639
            "source": {
640
                "type": "git",
641
                "url": "https://github.com/paragonie/random_compat.git",
642
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
643
            },
644
            "dist": {
645
                "type": "zip",
646
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
647
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
648
                "shasum": ""
649
            },
650
            "require": {
651
                "php": ">=5.2.0"
652
            },
653
            "require-dev": {
654
                "phpunit/phpunit": "4.*|5.*"
655
            },
656
            "suggest": {
657
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
658
            },
659
            "type": "library",
660
            "autoload": {
661
                "files": [
662
                    "lib/random.php"
663
                ]
664
            },
665
            "notification-url": "https://packagist.org/downloads/",
666
            "license": [
667
                "MIT"
668
            ],
669
            "authors": [
670
                {
671
                    "name": "Paragon Initiative Enterprises",
672
                    "email": "[email protected]",
673
                    "homepage": "https://paragonie.com"
674
                }
675
            ],
676
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
677
            "keywords": [
678
                "csprng",
679
                "pseudorandom",
680
                "random"
681
            ],
682
            "time": "2018-04-04T21:24:14+00:00"
683
        },
684
        {
685
            "name": "psr/container",
686
            "version": "1.0.0",
687
            "source": {
688
                "type": "git",
689
                "url": "https://github.com/php-fig/container.git",
690
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
691
            },
692
            "dist": {
693
                "type": "zip",
694
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
695
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
696
                "shasum": ""
697
            },
698
            "require": {
699
                "php": ">=5.3.0"
700
            },
701
            "type": "library",
702
            "extra": {
703
                "branch-alias": {
704
                    "dev-master": "1.0.x-dev"
705
                }
706
            },
707
            "autoload": {
708
                "psr-4": {
709
                    "Psr\\Container\\": "src/"
710
                }
711
            },
712
            "notification-url": "https://packagist.org/downloads/",
713
            "license": [
714
                "MIT"
715
            ],
716
            "authors": [
717
                {
718
                    "name": "PHP-FIG",
719
                    "homepage": "http://www.php-fig.org/"
720
                }
721
            ],
722
            "description": "Common Container Interface (PHP FIG PSR-11)",
723
            "homepage": "https://github.com/php-fig/container",
724
            "keywords": [
725
                "PSR-11",
726
                "container",
727
                "container-interface",
728
                "container-interop",
729
                "psr"
730
            ],
731
            "time": "2017-02-14T16:28:37+00:00"
732
        },
733
        {
734
            "name": "psr/log",
735
            "version": "1.0.2",
736
            "source": {
737
                "type": "git",
738
                "url": "https://github.com/php-fig/log.git",
739
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
740
            },
741
            "dist": {
742
                "type": "zip",
743
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
744
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
745
                "shasum": ""
746
            },
747
            "require": {
748
                "php": ">=5.3.0"
749
            },
750
            "type": "library",
751
            "extra": {
752
                "branch-alias": {
753
                    "dev-master": "1.0.x-dev"
754
                }
755
            },
756
            "autoload": {
757
                "psr-4": {
758
                    "Psr\\Log\\": "Psr/Log/"
759
                }
760
            },
761
            "notification-url": "https://packagist.org/downloads/",
762
            "license": [
763
                "MIT"
764
            ],
765
            "authors": [
766
                {
767
                    "name": "PHP-FIG",
768
                    "homepage": "http://www.php-fig.org/"
769
                }
770
            ],
771
            "description": "Common interface for logging libraries",
772
            "homepage": "https://github.com/php-fig/log",
773
            "keywords": [
774
                "log",
775
                "psr",
776
                "psr-3"
777
            ],
778
            "time": "2016-10-10T12:19:37+00:00"
779
        },
780
        {
781
            "name": "psr/simple-cache",
782
            "version": "1.0.1",
783
            "source": {
784
                "type": "git",
785
                "url": "https://github.com/php-fig/simple-cache.git",
786
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
787
            },
788
            "dist": {
789
                "type": "zip",
790
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
791
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
792
                "shasum": ""
793
            },
794
            "require": {
795
                "php": ">=5.3.0"
796
            },
797
            "type": "library",
798
            "extra": {
799
                "branch-alias": {
800
                    "dev-master": "1.0.x-dev"
801
                }
802
            },
803
            "autoload": {
804
                "psr-4": {
805
                    "Psr\\SimpleCache\\": "src/"
806
                }
807
            },
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "PHP-FIG",
815
                    "homepage": "http://www.php-fig.org/"
816
                }
817
            ],
818
            "description": "Common interfaces for simple caching",
819
            "keywords": [
820
                "cache",
821
                "caching",
822
                "psr",
823
                "psr-16",
824
                "simple-cache"
825
            ],
826
            "time": "2017-10-23T01:57:42+00:00"
827
        },
828
        {
829
            "name": "ramsey/uuid",
830
            "version": "3.7.3",
831
            "source": {
832
                "type": "git",
833
                "url": "https://github.com/ramsey/uuid.git",
834
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
835
            },
836
            "dist": {
837
                "type": "zip",
838
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
839
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
840
                "shasum": ""
841
            },
842
            "require": {
843
                "paragonie/random_compat": "^1.0|^2.0",
844
                "php": "^5.4 || ^7.0"
845
            },
846
            "replace": {
847
                "rhumsaa/uuid": "self.version"
848
            },
849
            "require-dev": {
850
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
851
                "doctrine/annotations": "~1.2.0",
852
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
853
                "ircmaxell/random-lib": "^1.1",
854
                "jakub-onderka/php-parallel-lint": "^0.9.0",
855
                "mockery/mockery": "^0.9.9",
856
                "moontoast/math": "^1.1",
857
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
858
                "phpunit/phpunit": "^4.7|^5.0",
859
                "squizlabs/php_codesniffer": "^2.3"
860
            },
861
            "suggest": {
862
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
863
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
864
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
865
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
866
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
867
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
868
            },
869
            "type": "library",
870
            "extra": {
871
                "branch-alias": {
872
                    "dev-master": "3.x-dev"
873
                }
874
            },
875
            "autoload": {
876
                "psr-4": {
877
                    "Ramsey\\Uuid\\": "src/"
878
                }
879
            },
880
            "notification-url": "https://packagist.org/downloads/",
881
            "license": [
882
                "MIT"
883
            ],
884
            "authors": [
885
                {
886
                    "name": "Marijn Huizendveld",
887
                    "email": "[email protected]"
888
                },
889
                {
890
                    "name": "Thibaud Fabre",
891
                    "email": "[email protected]"
892
                },
893
                {
894
                    "name": "Ben Ramsey",
895
                    "email": "[email protected]",
896
                    "homepage": "https://benramsey.com"
897
                }
898
            ],
899
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
900
            "homepage": "https://github.com/ramsey/uuid",
901
            "keywords": [
902
                "guid",
903
                "identifier",
904
                "uuid"
905
            ],
906
            "time": "2018-01-20T00:28:24+00:00"
907
        },
908
        {
909
            "name": "swiftmailer/swiftmailer",
910
            "version": "v6.0.2",
911
            "source": {
912
                "type": "git",
913
                "url": "https://github.com/swiftmailer/swiftmailer.git",
914
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
915
            },
916
            "dist": {
917
                "type": "zip",
918
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
919
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
920
                "shasum": ""
921
            },
922
            "require": {
923
                "egulias/email-validator": "~2.0",
924
                "php": ">=7.0.0"
925
            },
926
            "require-dev": {
927
                "mockery/mockery": "~0.9.1",
928
                "symfony/phpunit-bridge": "~3.3@dev"
929
            },
930
            "type": "library",
931
            "extra": {
932
                "branch-alias": {
933
                    "dev-master": "6.0-dev"
934
                }
935
            },
936
            "autoload": {
937
                "files": [
938
                    "lib/swift_required.php"
939
                ]
940
            },
941
            "notification-url": "https://packagist.org/downloads/",
942
            "license": [
943
                "MIT"
944
            ],
945
            "authors": [
946
                {
947
                    "name": "Chris Corbyn"
948
                },
949
                {
950
                    "name": "Fabien Potencier",
951
                    "email": "[email protected]"
952
                }
953
            ],
954
            "description": "Swiftmailer, free feature-rich PHP mailer",
955
            "homepage": "http://swiftmailer.symfony.com",
956
            "keywords": [
957
                "email",
958
                "mail",
959
                "mailer"
960
            ],
961
            "time": "2017-09-30T22:39:41+00:00"
962
        },
963
        {
964
            "name": "symfony/console",
965
            "version": "v4.0.8",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/symfony/console.git",
969
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/symfony/console/zipball/aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
974
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "php": "^7.1.3",
979
                "symfony/polyfill-mbstring": "~1.0"
980
            },
981
            "conflict": {
982
                "symfony/dependency-injection": "<3.4",
983
                "symfony/process": "<3.3"
984
            },
985
            "require-dev": {
986
                "psr/log": "~1.0",
987
                "symfony/config": "~3.4|~4.0",
988
                "symfony/dependency-injection": "~3.4|~4.0",
989
                "symfony/event-dispatcher": "~3.4|~4.0",
990
                "symfony/lock": "~3.4|~4.0",
991
                "symfony/process": "~3.4|~4.0"
992
            },
993
            "suggest": {
994
                "psr/log": "For using the console logger",
995
                "symfony/event-dispatcher": "",
996
                "symfony/lock": "",
997
                "symfony/process": ""
998
            },
999
            "type": "library",
1000
            "extra": {
1001
                "branch-alias": {
1002
                    "dev-master": "4.0-dev"
1003
                }
1004
            },
1005
            "autoload": {
1006
                "psr-4": {
1007
                    "Symfony\\Component\\Console\\": ""
1008
                },
1009
                "exclude-from-classmap": [
1010
                    "/Tests/"
1011
                ]
1012
            },
1013
            "notification-url": "https://packagist.org/downloads/",
1014
            "license": [
1015
                "MIT"
1016
            ],
1017
            "authors": [
1018
                {
1019
                    "name": "Fabien Potencier",
1020
                    "email": "[email protected]"
1021
                },
1022
                {
1023
                    "name": "Symfony Community",
1024
                    "homepage": "https://symfony.com/contributors"
1025
                }
1026
            ],
1027
            "description": "Symfony Console Component",
1028
            "homepage": "https://symfony.com",
1029
            "time": "2018-04-03T05:24:00+00:00"
1030
        },
1031
        {
1032
            "name": "symfony/css-selector",
1033
            "version": "v4.0.8",
1034
            "source": {
1035
                "type": "git",
1036
                "url": "https://github.com/symfony/css-selector.git",
1037
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2"
1038
            },
1039
            "dist": {
1040
                "type": "zip",
1041
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
1042
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
1043
                "shasum": ""
1044
            },
1045
            "require": {
1046
                "php": "^7.1.3"
1047
            },
1048
            "type": "library",
1049
            "extra": {
1050
                "branch-alias": {
1051
                    "dev-master": "4.0-dev"
1052
                }
1053
            },
1054
            "autoload": {
1055
                "psr-4": {
1056
                    "Symfony\\Component\\CssSelector\\": ""
1057
                },
1058
                "exclude-from-classmap": [
1059
                    "/Tests/"
1060
                ]
1061
            },
1062
            "notification-url": "https://packagist.org/downloads/",
1063
            "license": [
1064
                "MIT"
1065
            ],
1066
            "authors": [
1067
                {
1068
                    "name": "Jean-François Simon",
1069
                    "email": "[email protected]"
1070
                },
1071
                {
1072
                    "name": "Fabien Potencier",
1073
                    "email": "[email protected]"
1074
                },
1075
                {
1076
                    "name": "Symfony Community",
1077
                    "homepage": "https://symfony.com/contributors"
1078
                }
1079
            ],
1080
            "description": "Symfony CssSelector Component",
1081
            "homepage": "https://symfony.com",
1082
            "time": "2018-03-19T22:35:49+00:00"
1083
        },
1084
        {
1085
            "name": "symfony/debug",
1086
            "version": "v4.0.8",
1087
            "source": {
1088
                "type": "git",
1089
                "url": "https://github.com/symfony/debug.git",
1090
                "reference": "5961d02d48828671f5d8a7805e06579d692f6ede"
1091
            },
1092
            "dist": {
1093
                "type": "zip",
1094
                "url": "https://api.github.com/repos/symfony/debug/zipball/5961d02d48828671f5d8a7805e06579d692f6ede",
1095
                "reference": "5961d02d48828671f5d8a7805e06579d692f6ede",
1096
                "shasum": ""
1097
            },
1098
            "require": {
1099
                "php": "^7.1.3",
1100
                "psr/log": "~1.0"
1101
            },
1102
            "conflict": {
1103
                "symfony/http-kernel": "<3.4"
1104
            },
1105
            "require-dev": {
1106
                "symfony/http-kernel": "~3.4|~4.0"
1107
            },
1108
            "type": "library",
1109
            "extra": {
1110
                "branch-alias": {
1111
                    "dev-master": "4.0-dev"
1112
                }
1113
            },
1114
            "autoload": {
1115
                "psr-4": {
1116
                    "Symfony\\Component\\Debug\\": ""
1117
                },
1118
                "exclude-from-classmap": [
1119
                    "/Tests/"
1120
                ]
1121
            },
1122
            "notification-url": "https://packagist.org/downloads/",
1123
            "license": [
1124
                "MIT"
1125
            ],
1126
            "authors": [
1127
                {
1128
                    "name": "Fabien Potencier",
1129
                    "email": "[email protected]"
1130
                },
1131
                {
1132
                    "name": "Symfony Community",
1133
                    "homepage": "https://symfony.com/contributors"
1134
                }
1135
            ],
1136
            "description": "Symfony Debug Component",
1137
            "homepage": "https://symfony.com",
1138
            "time": "2018-04-03T05:24:00+00:00"
1139
        },
1140
        {
1141
            "name": "symfony/event-dispatcher",
1142
            "version": "v4.0.8",
1143
            "source": {
1144
                "type": "git",
1145
                "url": "https://github.com/symfony/event-dispatcher.git",
1146
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
1147
            },
1148
            "dist": {
1149
                "type": "zip",
1150
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
1151
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
1152
                "shasum": ""
1153
            },
1154
            "require": {
1155
                "php": "^7.1.3"
1156
            },
1157
            "conflict": {
1158
                "symfony/dependency-injection": "<3.4"
1159
            },
1160
            "require-dev": {
1161
                "psr/log": "~1.0",
1162
                "symfony/config": "~3.4|~4.0",
1163
                "symfony/dependency-injection": "~3.4|~4.0",
1164
                "symfony/expression-language": "~3.4|~4.0",
1165
                "symfony/stopwatch": "~3.4|~4.0"
1166
            },
1167
            "suggest": {
1168
                "symfony/dependency-injection": "",
1169
                "symfony/http-kernel": ""
1170
            },
1171
            "type": "library",
1172
            "extra": {
1173
                "branch-alias": {
1174
                    "dev-master": "4.0-dev"
1175
                }
1176
            },
1177
            "autoload": {
1178
                "psr-4": {
1179
                    "Symfony\\Component\\EventDispatcher\\": ""
1180
                },
1181
                "exclude-from-classmap": [
1182
                    "/Tests/"
1183
                ]
1184
            },
1185
            "notification-url": "https://packagist.org/downloads/",
1186
            "license": [
1187
                "MIT"
1188
            ],
1189
            "authors": [
1190
                {
1191
                    "name": "Fabien Potencier",
1192
                    "email": "[email protected]"
1193
                },
1194
                {
1195
                    "name": "Symfony Community",
1196
                    "homepage": "https://symfony.com/contributors"
1197
                }
1198
            ],
1199
            "description": "Symfony EventDispatcher Component",
1200
            "homepage": "https://symfony.com",
1201
            "time": "2018-04-06T07:35:43+00:00"
1202
        },
1203
        {
1204
            "name": "symfony/finder",
1205
            "version": "v4.0.8",
1206
            "source": {
1207
                "type": "git",
1208
                "url": "https://github.com/symfony/finder.git",
1209
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
1210
            },
1211
            "dist": {
1212
                "type": "zip",
1213
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
1214
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
1215
                "shasum": ""
1216
            },
1217
            "require": {
1218
                "php": "^7.1.3"
1219
            },
1220
            "type": "library",
1221
            "extra": {
1222
                "branch-alias": {
1223
                    "dev-master": "4.0-dev"
1224
                }
1225
            },
1226
            "autoload": {
1227
                "psr-4": {
1228
                    "Symfony\\Component\\Finder\\": ""
1229
                },
1230
                "exclude-from-classmap": [
1231
                    "/Tests/"
1232
                ]
1233
            },
1234
            "notification-url": "https://packagist.org/downloads/",
1235
            "license": [
1236
                "MIT"
1237
            ],
1238
            "authors": [
1239
                {
1240
                    "name": "Fabien Potencier",
1241
                    "email": "[email protected]"
1242
                },
1243
                {
1244
                    "name": "Symfony Community",
1245
                    "homepage": "https://symfony.com/contributors"
1246
                }
1247
            ],
1248
            "description": "Symfony Finder Component",
1249
            "homepage": "https://symfony.com",
1250
            "time": "2018-04-04T05:10:37+00:00"
1251
        },
1252
        {
1253
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

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