Issues (4)

Security Analysis    not enabled

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

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

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

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

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

- Exploit of encryption failure vulnerability
- Timing attack vector for remember me token
- Cookie serialization vulnerability
Loading history...
124
            "version": "v5.4.36",
125
            "source": {
126
                "type": "git",
127
                "url": "https://github.com/laravel/framework.git",
128
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9"
129
            },
130
            "dist": {
131
                "type": "zip",
132
                "url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9",
133
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9",
134
                "shasum": ""
135
            },
136
            "require": {
137
                "doctrine/inflector": "~1.1",
138
                "erusev/parsedown": "~1.6",
139
                "ext-mbstring": "*",
140
                "ext-openssl": "*",
141
                "league/flysystem": "~1.0",
142
                "monolog/monolog": "~1.11",
143
                "mtdowling/cron-expression": "~1.0",
144
                "nesbot/carbon": "~1.20",
145
                "paragonie/random_compat": "~1.4|~2.0",
146
                "php": ">=5.6.4",
147
                "ramsey/uuid": "~3.0",
148
                "swiftmailer/swiftmailer": "~5.4",
149
                "symfony/console": "~3.2",
150
                "symfony/debug": "~3.2",
151
                "symfony/finder": "~3.2",
152
                "symfony/http-foundation": "~3.2",
153
                "symfony/http-kernel": "~3.2",
154
                "symfony/process": "~3.2",
155
                "symfony/routing": "~3.2",
156
                "symfony/var-dumper": "~3.2",
157
                "tijsverkoyen/css-to-inline-styles": "~2.2",
158
                "vlucas/phpdotenv": "~2.2"
159
            },
160
            "replace": {
161
                "illuminate/auth": "self.version",
162
                "illuminate/broadcasting": "self.version",
163
                "illuminate/bus": "self.version",
164
                "illuminate/cache": "self.version",
165
                "illuminate/config": "self.version",
166
                "illuminate/console": "self.version",
167
                "illuminate/container": "self.version",
168
                "illuminate/contracts": "self.version",
169
                "illuminate/cookie": "self.version",
170
                "illuminate/database": "self.version",
171
                "illuminate/encryption": "self.version",
172
                "illuminate/events": "self.version",
173
                "illuminate/exception": "self.version",
174
                "illuminate/filesystem": "self.version",
175
                "illuminate/hashing": "self.version",
176
                "illuminate/http": "self.version",
177
                "illuminate/log": "self.version",
178
                "illuminate/mail": "self.version",
179
                "illuminate/notifications": "self.version",
180
                "illuminate/pagination": "self.version",
181
                "illuminate/pipeline": "self.version",
182
                "illuminate/queue": "self.version",
183
                "illuminate/redis": "self.version",
184
                "illuminate/routing": "self.version",
185
                "illuminate/session": "self.version",
186
                "illuminate/support": "self.version",
187
                "illuminate/translation": "self.version",
188
                "illuminate/validation": "self.version",
189
                "illuminate/view": "self.version",
190
                "tightenco/collect": "self.version"
191
            },
192
            "require-dev": {
193
                "aws/aws-sdk-php": "~3.0",
194
                "doctrine/dbal": "~2.5",
195
                "mockery/mockery": "~0.9.4",
196
                "pda/pheanstalk": "~3.0",
197
                "phpunit/phpunit": "~5.7",
198
                "predis/predis": "~1.0",
199
                "symfony/css-selector": "~3.2",
200
                "symfony/dom-crawler": "~3.2"
201
            },
202
            "suggest": {
203
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
204
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
205
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
206
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
207
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
208
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
209
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
210
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
211
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
212
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
213
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
214
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
215
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
216
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
217
            },
218
            "type": "library",
219
            "extra": {
220
                "branch-alias": {
221
                    "dev-master": "5.4-dev"
222
                }
223
            },
224
            "autoload": {
225
                "files": [
226
                    "src/Illuminate/Foundation/helpers.php",
227
                    "src/Illuminate/Support/helpers.php"
228
                ],
229
                "psr-4": {
230
                    "Illuminate\\": "src/Illuminate/"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "MIT"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Taylor Otwell",
240
                    "email": "[email protected]"
241
                }
242
            ],
243
            "description": "The Laravel Framework.",
244
            "homepage": "https://laravel.com",
245
            "keywords": [
246
                "framework",
247
                "laravel"
248
            ],
249
            "time": "2017-08-30T09:26:16+00:00"
250
        },
251
        {
252
            "name": "league/flysystem",
253
            "version": "1.0.45",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/thephpleague/flysystem.git",
257
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
262
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "php": ">=5.5.9"
267
            },
268
            "conflict": {
269
                "league/flysystem-sftp": "<1.0.6"
270
            },
271
            "require-dev": {
272
                "ext-fileinfo": "*",
273
                "phpspec/phpspec": "^3.4",
274
                "phpunit/phpunit": "^5.7"
275
            },
276
            "suggest": {
277
                "ext-fileinfo": "Required for MimeType",
278
                "ext-ftp": "Allows you to use FTP server storage",
279
                "ext-openssl": "Allows you to use FTPS server storage",
280
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
281
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
282
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
283
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
284
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
285
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
286
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
287
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
288
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
289
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
290
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "1.1-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-4": {
300
                    "League\\Flysystem\\": "src/"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Frank de Jonge",
310
                    "email": "[email protected]"
311
                }
312
            ],
313
            "description": "Filesystem abstraction: Many filesystems, one API.",
314
            "keywords": [
315
                "Cloud Files",
316
                "WebDAV",
317
                "abstraction",
318
                "aws",
319
                "cloud",
320
                "copy.com",
321
                "dropbox",
322
                "file systems",
323
                "files",
324
                "filesystem",
325
                "filesystems",
326
                "ftp",
327
                "rackspace",
328
                "remote",
329
                "s3",
330
                "sftp",
331
                "storage"
332
            ],
333
            "time": "2018-05-07T08:44:23+00:00"
334
        },
335
        {
336
            "name": "monolog/monolog",
337
            "version": "1.23.0",
338
            "source": {
339
                "type": "git",
340
                "url": "https://github.com/Seldaek/monolog.git",
341
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
342
            },
343
            "dist": {
344
                "type": "zip",
345
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
346
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
347
                "shasum": ""
348
            },
349
            "require": {
350
                "php": ">=5.3.0",
351
                "psr/log": "~1.0"
352
            },
353
            "provide": {
354
                "psr/log-implementation": "1.0.0"
355
            },
356
            "require-dev": {
357
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
358
                "doctrine/couchdb": "~1.0@dev",
359
                "graylog2/gelf-php": "~1.0",
360
                "jakub-onderka/php-parallel-lint": "0.9",
361
                "php-amqplib/php-amqplib": "~2.4",
362
                "php-console/php-console": "^3.1.3",
363
                "phpunit/phpunit": "~4.5",
364
                "phpunit/phpunit-mock-objects": "2.3.0",
365
                "ruflin/elastica": ">=0.90 <3.0",
366
                "sentry/sentry": "^0.13",
367
                "swiftmailer/swiftmailer": "^5.3|^6.0"
368
            },
369
            "suggest": {
370
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
371
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
372
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
373
                "ext-mongo": "Allow sending log messages to a MongoDB server",
374
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
375
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
376
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
377
                "php-console/php-console": "Allow sending log messages to Google Chrome",
378
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
379
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
380
                "sentry/sentry": "Allow sending log messages to a Sentry server"
381
            },
382
            "type": "library",
383
            "extra": {
384
                "branch-alias": {
385
                    "dev-master": "2.0.x-dev"
386
                }
387
            },
388
            "autoload": {
389
                "psr-4": {
390
                    "Monolog\\": "src/Monolog"
391
                }
392
            },
393
            "notification-url": "https://packagist.org/downloads/",
394
            "license": [
395
                "MIT"
396
            ],
397
            "authors": [
398
                {
399
                    "name": "Jordi Boggiano",
400
                    "email": "[email protected]",
401
                    "homepage": "http://seld.be"
402
                }
403
            ],
404
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
405
            "homepage": "http://github.com/Seldaek/monolog",
406
            "keywords": [
407
                "log",
408
                "logging",
409
                "psr-3"
410
            ],
411
            "time": "2017-06-19T01:22:40+00:00"
412
        },
413
        {
414
            "name": "mtdowling/cron-expression",
415
            "version": "v1.2.1",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/mtdowling/cron-expression.git",
419
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
424
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "php": ">=5.3.2"
429
            },
430
            "require-dev": {
431
                "phpunit/phpunit": "~4.0|~5.0"
432
            },
433
            "type": "library",
434
            "autoload": {
435
                "psr-4": {
436
                    "Cron\\": "src/Cron/"
437
                }
438
            },
439
            "notification-url": "https://packagist.org/downloads/",
440
            "license": [
441
                "MIT"
442
            ],
443
            "authors": [
444
                {
445
                    "name": "Michael Dowling",
446
                    "email": "[email protected]",
447
                    "homepage": "https://github.com/mtdowling"
448
                }
449
            ],
450
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
451
            "keywords": [
452
                "cron",
453
                "schedule"
454
            ],
455
            "time": "2017-01-23T04:29:33+00:00"
456
        },
457
        {
458
            "name": "nesbot/carbon",
459
            "version": "1.27.0",
460
            "source": {
461
                "type": "git",
462
                "url": "https://github.com/briannesbitt/Carbon.git",
463
                "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9"
464
            },
465
            "dist": {
466
                "type": "zip",
467
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
468
                "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
469
                "shasum": ""
470
            },
471
            "require": {
472
                "php": ">=5.3.9",
473
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
474
            },
475
            "require-dev": {
476
                "friendsofphp/php-cs-fixer": "~2",
477
                "phpunit/phpunit": "^4.8.35 || ^5.7"
478
            },
479
            "type": "library",
480
            "autoload": {
481
                "psr-4": {
482
                    "": "src/"
483
                }
484
            },
485
            "notification-url": "https://packagist.org/downloads/",
486
            "license": [
487
                "MIT"
488
            ],
489
            "authors": [
490
                {
491
                    "name": "Brian Nesbitt",
492
                    "email": "[email protected]",
493
                    "homepage": "http://nesbot.com"
494
                }
495
            ],
496
            "description": "A simple API extension for DateTime.",
497
            "homepage": "http://carbon.nesbot.com",
498
            "keywords": [
499
                "date",
500
                "datetime",
501
                "time"
502
            ],
503
            "time": "2018-04-23T09:02:57+00:00"
504
        },
505
        {
506
            "name": "paragonie/random_compat",
507
            "version": "v2.0.12",
508
            "source": {
509
                "type": "git",
510
                "url": "https://github.com/paragonie/random_compat.git",
511
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
512
            },
513
            "dist": {
514
                "type": "zip",
515
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
516
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
517
                "shasum": ""
518
            },
519
            "require": {
520
                "php": ">=5.2.0"
521
            },
522
            "require-dev": {
523
                "phpunit/phpunit": "4.*|5.*"
524
            },
525
            "suggest": {
526
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
527
            },
528
            "type": "library",
529
            "autoload": {
530
                "files": [
531
                    "lib/random.php"
532
                ]
533
            },
534
            "notification-url": "https://packagist.org/downloads/",
535
            "license": [
536
                "MIT"
537
            ],
538
            "authors": [
539
                {
540
                    "name": "Paragon Initiative Enterprises",
541
                    "email": "[email protected]",
542
                    "homepage": "https://paragonie.com"
543
                }
544
            ],
545
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
546
            "keywords": [
547
                "csprng",
548
                "pseudorandom",
549
                "random"
550
            ],
551
            "time": "2018-04-04T21:24:14+00:00"
552
        },
553
        {
554
            "name": "psr/log",
555
            "version": "1.0.2",
556
            "source": {
557
                "type": "git",
558
                "url": "https://github.com/php-fig/log.git",
559
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
560
            },
561
            "dist": {
562
                "type": "zip",
563
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
564
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
565
                "shasum": ""
566
            },
567
            "require": {
568
                "php": ">=5.3.0"
569
            },
570
            "type": "library",
571
            "extra": {
572
                "branch-alias": {
573
                    "dev-master": "1.0.x-dev"
574
                }
575
            },
576
            "autoload": {
577
                "psr-4": {
578
                    "Psr\\Log\\": "Psr/Log/"
579
                }
580
            },
581
            "notification-url": "https://packagist.org/downloads/",
582
            "license": [
583
                "MIT"
584
            ],
585
            "authors": [
586
                {
587
                    "name": "PHP-FIG",
588
                    "homepage": "http://www.php-fig.org/"
589
                }
590
            ],
591
            "description": "Common interface for logging libraries",
592
            "homepage": "https://github.com/php-fig/log",
593
            "keywords": [
594
                "log",
595
                "psr",
596
                "psr-3"
597
            ],
598
            "time": "2016-10-10T12:19:37+00:00"
599
        },
600
        {
601
            "name": "ramsey/uuid",
602
            "version": "3.7.3",
603
            "source": {
604
                "type": "git",
605
                "url": "https://github.com/ramsey/uuid.git",
606
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
607
            },
608
            "dist": {
609
                "type": "zip",
610
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
611
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
612
                "shasum": ""
613
            },
614
            "require": {
615
                "paragonie/random_compat": "^1.0|^2.0",
616
                "php": "^5.4 || ^7.0"
617
            },
618
            "replace": {
619
                "rhumsaa/uuid": "self.version"
620
            },
621
            "require-dev": {
622
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
623
                "doctrine/annotations": "~1.2.0",
624
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
625
                "ircmaxell/random-lib": "^1.1",
626
                "jakub-onderka/php-parallel-lint": "^0.9.0",
627
                "mockery/mockery": "^0.9.9",
628
                "moontoast/math": "^1.1",
629
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
630
                "phpunit/phpunit": "^4.7|^5.0",
631
                "squizlabs/php_codesniffer": "^2.3"
632
            },
633
            "suggest": {
634
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
635
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
636
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
637
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
638
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
639
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
640
            },
641
            "type": "library",
642
            "extra": {
643
                "branch-alias": {
644
                    "dev-master": "3.x-dev"
645
                }
646
            },
647
            "autoload": {
648
                "psr-4": {
649
                    "Ramsey\\Uuid\\": "src/"
650
                }
651
            },
652
            "notification-url": "https://packagist.org/downloads/",
653
            "license": [
654
                "MIT"
655
            ],
656
            "authors": [
657
                {
658
                    "name": "Marijn Huizendveld",
659
                    "email": "[email protected]"
660
                },
661
                {
662
                    "name": "Thibaud Fabre",
663
                    "email": "[email protected]"
664
                },
665
                {
666
                    "name": "Ben Ramsey",
667
                    "email": "[email protected]",
668
                    "homepage": "https://benramsey.com"
669
                }
670
            ],
671
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
672
            "homepage": "https://github.com/ramsey/uuid",
673
            "keywords": [
674
                "guid",
675
                "identifier",
676
                "uuid"
677
            ],
678
            "time": "2018-01-20T00:28:24+00:00"
679
        },
680
        {
681
            "name": "swiftmailer/swiftmailer",
682
            "version": "v5.4.9",
683
            "source": {
684
                "type": "git",
685
                "url": "https://github.com/swiftmailer/swiftmailer.git",
686
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
687
            },
688
            "dist": {
689
                "type": "zip",
690
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
691
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
692
                "shasum": ""
693
            },
694
            "require": {
695
                "php": ">=5.3.3"
696
            },
697
            "require-dev": {
698
                "mockery/mockery": "~0.9.1",
699
                "symfony/phpunit-bridge": "~3.2"
700
            },
701
            "type": "library",
702
            "extra": {
703
                "branch-alias": {
704
                    "dev-master": "5.4-dev"
705
                }
706
            },
707
            "autoload": {
708
                "files": [
709
                    "lib/swift_required.php"
710
                ]
711
            },
712
            "notification-url": "https://packagist.org/downloads/",
713
            "license": [
714
                "MIT"
715
            ],
716
            "authors": [
717
                {
718
                    "name": "Chris Corbyn"
719
                },
720
                {
721
                    "name": "Fabien Potencier",
722
                    "email": "[email protected]"
723
                }
724
            ],
725
            "description": "Swiftmailer, free feature-rich PHP mailer",
726
            "homepage": "https://swiftmailer.symfony.com",
727
            "keywords": [
728
                "email",
729
                "mail",
730
                "mailer"
731
            ],
732
            "time": "2018-01-23T07:37:21+00:00"
733
        },
734
        {
735
            "name": "symfony/console",
736
            "version": "v3.4.9",
737
            "source": {
738
                "type": "git",
739
                "url": "https://github.com/symfony/console.git",
740
                "reference": "5b1fdfa8eb93464bcc36c34da39cedffef822cdf"
741
            },
742
            "dist": {
743
                "type": "zip",
744
                "url": "https://api.github.com/repos/symfony/console/zipball/5b1fdfa8eb93464bcc36c34da39cedffef822cdf",
745
                "reference": "5b1fdfa8eb93464bcc36c34da39cedffef822cdf",
746
                "shasum": ""
747
            },
748
            "require": {
749
                "php": "^5.5.9|>=7.0.8",
750
                "symfony/debug": "~2.8|~3.0|~4.0",
751
                "symfony/polyfill-mbstring": "~1.0"
752
            },
753
            "conflict": {
754
                "symfony/dependency-injection": "<3.4",
755
                "symfony/process": "<3.3"
756
            },
757
            "require-dev": {
758
                "psr/log": "~1.0",
759
                "symfony/config": "~3.3|~4.0",
760
                "symfony/dependency-injection": "~3.4|~4.0",
761
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
762
                "symfony/lock": "~3.4|~4.0",
763
                "symfony/process": "~3.3|~4.0"
764
            },
765
            "suggest": {
766
                "psr/log-implementation": "For using the console logger",
767
                "symfony/event-dispatcher": "",
768
                "symfony/lock": "",
769
                "symfony/process": ""
770
            },
771
            "type": "library",
772
            "extra": {
773
                "branch-alias": {
774
                    "dev-master": "3.4-dev"
775
                }
776
            },
777
            "autoload": {
778
                "psr-4": {
779
                    "Symfony\\Component\\Console\\": ""
780
                },
781
                "exclude-from-classmap": [
782
                    "/Tests/"
783
                ]
784
            },
785
            "notification-url": "https://packagist.org/downloads/",
786
            "license": [
787
                "MIT"
788
            ],
789
            "authors": [
790
                {
791
                    "name": "Fabien Potencier",
792
                    "email": "[email protected]"
793
                },
794
                {
795
                    "name": "Symfony Community",
796
                    "homepage": "https://symfony.com/contributors"
797
                }
798
            ],
799
            "description": "Symfony Console Component",
800
            "homepage": "https://symfony.com",
801
            "time": "2018-04-30T01:22:56+00:00"
802
        },
803
        {
804
            "name": "symfony/css-selector",
805
            "version": "v4.0.9",
806
            "source": {
807
                "type": "git",
808
                "url": "https://github.com/symfony/css-selector.git",
809
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2"
810
            },
811
            "dist": {
812
                "type": "zip",
813
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
814
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
815
                "shasum": ""
816
            },
817
            "require": {
818
                "php": "^7.1.3"
819
            },
820
            "type": "library",
821
            "extra": {
822
                "branch-alias": {
823
                    "dev-master": "4.0-dev"
824
                }
825
            },
826
            "autoload": {
827
                "psr-4": {
828
                    "Symfony\\Component\\CssSelector\\": ""
829
                },
830
                "exclude-from-classmap": [
831
                    "/Tests/"
832
                ]
833
            },
834
            "notification-url": "https://packagist.org/downloads/",
835
            "license": [
836
                "MIT"
837
            ],
838
            "authors": [
839
                {
840
                    "name": "Jean-François Simon",
841
                    "email": "[email protected]"
842
                },
843
                {
844
                    "name": "Fabien Potencier",
845
                    "email": "[email protected]"
846
                },
847
                {
848
                    "name": "Symfony Community",
849
                    "homepage": "https://symfony.com/contributors"
850
                }
851
            ],
852
            "description": "Symfony CssSelector Component",
853
            "homepage": "https://symfony.com",
854
            "time": "2018-03-19T22:35:49+00:00"
855
        },
856
        {
857
            "name": "symfony/debug",
858
            "version": "v3.4.9",
859
            "source": {
860
                "type": "git",
861
                "url": "https://github.com/symfony/debug.git",
862
                "reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f"
863
            },
864
            "dist": {
865
                "type": "zip",
866
                "url": "https://api.github.com/repos/symfony/debug/zipball/1b95888cfd996484527cb41e8952d9a5eaf7454f",
867
                "reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f",
868
                "shasum": ""
869
            },
870
            "require": {
871
                "php": "^5.5.9|>=7.0.8",
872
                "psr/log": "~1.0"
873
            },
874
            "conflict": {
875
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
876
            },
877
            "require-dev": {
878
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
879
            },
880
            "type": "library",
881
            "extra": {
882
                "branch-alias": {
883
                    "dev-master": "3.4-dev"
884
                }
885
            },
886
            "autoload": {
887
                "psr-4": {
888
                    "Symfony\\Component\\Debug\\": ""
889
                },
890
                "exclude-from-classmap": [
891
                    "/Tests/"
892
                ]
893
            },
894
            "notification-url": "https://packagist.org/downloads/",
895
            "license": [
896
                "MIT"
897
            ],
898
            "authors": [
899
                {
900
                    "name": "Fabien Potencier",
901
                    "email": "[email protected]"
902
                },
903
                {
904
                    "name": "Symfony Community",
905
                    "homepage": "https://symfony.com/contributors"
906
                }
907
            ],
908
            "description": "Symfony Debug Component",
909
            "homepage": "https://symfony.com",
910
            "time": "2018-04-30T16:53:52+00:00"
911
        },
912
        {
913
            "name": "symfony/event-dispatcher",
914
            "version": "v4.0.9",
915
            "source": {
916
                "type": "git",
917
                "url": "https://github.com/symfony/event-dispatcher.git",
918
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
919
            },
920
            "dist": {
921
                "type": "zip",
922
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
923
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
924
                "shasum": ""
925
            },
926
            "require": {
927
                "php": "^7.1.3"
928
            },
929
            "conflict": {
930
                "symfony/dependency-injection": "<3.4"
931
            },
932
            "require-dev": {
933
                "psr/log": "~1.0",
934
                "symfony/config": "~3.4|~4.0",
935
                "symfony/dependency-injection": "~3.4|~4.0",
936
                "symfony/expression-language": "~3.4|~4.0",
937
                "symfony/stopwatch": "~3.4|~4.0"
938
            },
939
            "suggest": {
940
                "symfony/dependency-injection": "",
941
                "symfony/http-kernel": ""
942
            },
943
            "type": "library",
944
            "extra": {
945
                "branch-alias": {
946
                    "dev-master": "4.0-dev"
947
                }
948
            },
949
            "autoload": {
950
                "psr-4": {
951
                    "Symfony\\Component\\EventDispatcher\\": ""
952
                },
953
                "exclude-from-classmap": [
954
                    "/Tests/"
955
                ]
956
            },
957
            "notification-url": "https://packagist.org/downloads/",
958
            "license": [
959
                "MIT"
960
            ],
961
            "authors": [
962
                {
963
                    "name": "Fabien Potencier",
964
                    "email": "[email protected]"
965
                },
966
                {
967
                    "name": "Symfony Community",
968
                    "homepage": "https://symfony.com/contributors"
969
                }
970
            ],
971
            "description": "Symfony EventDispatcher Component",
972
            "homepage": "https://symfony.com",
973
            "time": "2018-04-06T07:35:43+00:00"
974
        },
975
        {
976
            "name": "symfony/finder",
977
            "version": "v3.4.9",
978
            "source": {
979
                "type": "git",
980
                "url": "https://github.com/symfony/finder.git",
981
                "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433"
982
            },
983
            "dist": {
984
                "type": "zip",
985
                "url": "https://api.github.com/repos/symfony/finder/zipball/bd14efe8b1fabc4de82bf50dce62f05f9a102433",
986
                "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433",
987
                "shasum": ""
988
            },
989
            "require": {
990
                "php": "^5.5.9|>=7.0.8"
991
            },
992
            "type": "library",
993
            "extra": {
994
                "branch-alias": {
995
                    "dev-master": "3.4-dev"
996
                }
997
            },
998
            "autoload": {
999
                "psr-4": {
1000
                    "Symfony\\Component\\Finder\\": ""
1001
                },
1002
                "exclude-from-classmap": [
1003
                    "/Tests/"
1004
                ]
1005
            },
1006
            "notification-url": "https://packagist.org/downloads/",
1007
            "license": [
1008
                "MIT"
1009
            ],
1010
            "authors": [
1011
                {
1012
                    "name": "Fabien Potencier",
1013
                    "email": "[email protected]"
1014
                },
1015
                {
1016
                    "name": "Symfony Community",
1017
                    "homepage": "https://symfony.com/contributors"
1018
                }
1019
            ],
1020
            "description": "Symfony Finder Component",
1021
            "homepage": "https://symfony.com",
1022
            "time": "2018-04-04T05:07:11+00:00"
1023
        },
1024
        {
1025
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

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