Issues (3)

Security Analysis    no request data  

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

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

composer.lock (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
    "hash": "507eed5cf168bfa6873d4f1cdb217017",
8
    "content-hash": "a2c6318170bdd2242d7798b4b31919b5",
9
    "packages": [
10
        {
11
            "name": "colinmollenhour/credis",
12
            "version": "1.10.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/colinmollenhour/credis.git",
16
                "reference": "8ab6db707c821055f9856b8cf76d5f44beb6fd8a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/8ab6db707c821055f9856b8cf76d5f44beb6fd8a",
21
                "reference": "8ab6db707c821055f9856b8cf76d5f44beb6fd8a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.4.0"
26
            },
27
            "type": "library",
28
            "autoload": {
29
                "classmap": [
30
                    "Client.php",
31
                    "Cluster.php",
32
                    "Sentinel.php",
33
                    "Module.php"
34
                ]
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Colin Mollenhour",
43
                    "email": "[email protected]"
44
                }
45
            ],
46
            "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
47
            "homepage": "https://github.com/colinmollenhour/credis",
48
            "time": "2018-05-07 14:45:04"
49
        },
50
        {
51
            "name": "colinmollenhour/php-redis-session-abstract",
52
            "version": "v1.3.4",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
56
                "reference": "6f005b2c3755e4a96ddad821e2ea15d66fb314ae"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/6f005b2c3755e4a96ddad821e2ea15d66fb314ae",
61
                "reference": "6f005b2c3755e4a96ddad821e2ea15d66fb314ae",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "colinmollenhour/credis": "~1.6",
66
                "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
67
            },
68
            "type": "library",
69
            "autoload": {
70
                "psr-0": {
71
                    "Cm\\RedisSession\\": "src/"
72
                }
73
            },
74
            "notification-url": "https://packagist.org/downloads/",
75
            "license": [
76
                "BSD-3-Clause"
77
            ],
78
            "authors": [
79
                {
80
                    "name": "Colin Mollenhour"
81
                }
82
            ],
83
            "description": "A Redis-based session handler with optimistic locking",
84
            "homepage": "https://github.com/colinmollenhour/php-redis-session-abstract",
85
            "time": "2017-03-22 16:13:03"
86
        },
87
        {
88
            "name": "composer/ca-bundle",
89
            "version": "1.1.1",
90
            "source": {
91
                "type": "git",
92
                "url": "https://github.com/composer/ca-bundle.git",
93
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
94
            },
95
            "dist": {
96
                "type": "zip",
97
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
98
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
99
                "shasum": ""
100
            },
101
            "require": {
102
                "ext-openssl": "*",
103
                "ext-pcre": "*",
104
                "php": "^5.3.2 || ^7.0"
105
            },
106
            "require-dev": {
107
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
108
                "psr/log": "^1.0",
109
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
110
            },
111
            "type": "library",
112
            "extra": {
113
                "branch-alias": {
114
                    "dev-master": "1.x-dev"
115
                }
116
            },
117
            "autoload": {
118
                "psr-4": {
119
                    "Composer\\CaBundle\\": "src"
120
                }
121
            },
122
            "notification-url": "https://packagist.org/downloads/",
123
            "license": [
124
                "MIT"
125
            ],
126
            "authors": [
127
                {
128
                    "name": "Jordi Boggiano",
129
                    "email": "[email protected]",
130
                    "homepage": "http://seld.be"
131
                }
132
            ],
133
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
134
            "keywords": [
135
                "cabundle",
136
                "cacert",
137
                "certificate",
138
                "ssl",
139
                "tls"
140
            ],
141
            "time": "2018-03-29 19:57:20"
142
        },
143
        {
144
            "name": "composer/composer",
145
            "version": "1.6.5",
146
            "source": {
147
                "type": "git",
148
                "url": "https://github.com/composer/composer.git",
149
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9"
150
            },
151
            "dist": {
152
                "type": "zip",
153
                "url": "https://api.github.com/repos/composer/composer/zipball/b184a92419cc9a9c4c6a09db555a94d441cb11c9",
154
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9",
155
                "shasum": ""
156
            },
157
            "require": {
158
                "composer/ca-bundle": "^1.0",
159
                "composer/semver": "^1.0",
160
                "composer/spdx-licenses": "^1.2",
161
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
162
                "php": "^5.3.2 || ^7.0",
163
                "psr/log": "^1.0",
164
                "seld/cli-prompt": "^1.0",
165
                "seld/jsonlint": "^1.4",
166
                "seld/phar-utils": "^1.0",
167
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
168
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
169
                "symfony/finder": "^2.7 || ^3.0 || ^4.0",
170
                "symfony/process": "^2.7 || ^3.0 || ^4.0"
171
            },
172
            "conflict": {
173
                "symfony/console": "2.8.38"
174
            },
175
            "require-dev": {
176
                "phpunit/phpunit": "^4.8.35 || ^5.7",
177
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
178
            },
179
            "suggest": {
180
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
181
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
182
                "ext-zlib": "Allow gzip compression of HTTP requests"
183
            },
184
            "bin": [
185
                "bin/composer"
186
            ],
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.6-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "Composer\\": "src/Composer"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "Nils Adermann",
205
                    "email": "[email protected]",
206
                    "homepage": "http://www.naderman.de"
207
                },
208
                {
209
                    "name": "Jordi Boggiano",
210
                    "email": "[email protected]",
211
                    "homepage": "http://seld.be"
212
                }
213
            ],
214
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
215
            "homepage": "https://getcomposer.org/",
216
            "keywords": [
217
                "autoload",
218
                "dependency",
219
                "package"
220
            ],
221
            "time": "2018-05-04 09:44:59"
222
        },
223
        {
224
            "name": "composer/semver",
225
            "version": "1.4.2",
226
            "source": {
227
                "type": "git",
228
                "url": "https://github.com/composer/semver.git",
229
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
230
            },
231
            "dist": {
232
                "type": "zip",
233
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
234
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
235
                "shasum": ""
236
            },
237
            "require": {
238
                "php": "^5.3.2 || ^7.0"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": "^4.5 || ^5.0.5",
242
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
243
            },
244
            "type": "library",
245
            "extra": {
246
                "branch-alias": {
247
                    "dev-master": "1.x-dev"
248
                }
249
            },
250
            "autoload": {
251
                "psr-4": {
252
                    "Composer\\Semver\\": "src"
253
                }
254
            },
255
            "notification-url": "https://packagist.org/downloads/",
256
            "license": [
257
                "MIT"
258
            ],
259
            "authors": [
260
                {
261
                    "name": "Nils Adermann",
262
                    "email": "[email protected]",
263
                    "homepage": "http://www.naderman.de"
264
                },
265
                {
266
                    "name": "Jordi Boggiano",
267
                    "email": "[email protected]",
268
                    "homepage": "http://seld.be"
269
                },
270
                {
271
                    "name": "Rob Bast",
272
                    "email": "[email protected]",
273
                    "homepage": "http://robbast.nl"
274
                }
275
            ],
276
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
277
            "keywords": [
278
                "semantic",
279
                "semver",
280
                "validation",
281
                "versioning"
282
            ],
283
            "time": "2016-08-30 16:08:34"
284
        },
285
        {
286
            "name": "composer/spdx-licenses",
287
            "version": "1.4.0",
288
            "source": {
289
                "type": "git",
290
                "url": "https://github.com/composer/spdx-licenses.git",
291
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
292
            },
293
            "dist": {
294
                "type": "zip",
295
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
296
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
297
                "shasum": ""
298
            },
299
            "require": {
300
                "php": "^5.3.2 || ^7.0"
301
            },
302
            "require-dev": {
303
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
304
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
305
            },
306
            "type": "library",
307
            "extra": {
308
                "branch-alias": {
309
                    "dev-master": "1.x-dev"
310
                }
311
            },
312
            "autoload": {
313
                "psr-4": {
314
                    "Composer\\Spdx\\": "src"
315
                }
316
            },
317
            "notification-url": "https://packagist.org/downloads/",
318
            "license": [
319
                "MIT"
320
            ],
321
            "authors": [
322
                {
323
                    "name": "Nils Adermann",
324
                    "email": "[email protected]",
325
                    "homepage": "http://www.naderman.de"
326
                },
327
                {
328
                    "name": "Jordi Boggiano",
329
                    "email": "[email protected]",
330
                    "homepage": "http://seld.be"
331
                },
332
                {
333
                    "name": "Rob Bast",
334
                    "email": "[email protected]",
335
                    "homepage": "http://robbast.nl"
336
                }
337
            ],
338
            "description": "SPDX licenses list and validation library.",
339
            "keywords": [
340
                "license",
341
                "spdx",
342
                "validator"
343
            ],
344
            "time": "2018-04-30 10:33:04"
345
        },
346
        {
347
            "name": "container-interop/container-interop",
348
            "version": "1.2.0",
349
            "source": {
350
                "type": "git",
351
                "url": "https://github.com/container-interop/container-interop.git",
352
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
353
            },
354
            "dist": {
355
                "type": "zip",
356
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
357
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
358
                "shasum": ""
359
            },
360
            "require": {
361
                "psr/container": "^1.0"
362
            },
363
            "type": "library",
364
            "autoload": {
365
                "psr-4": {
366
                    "Interop\\Container\\": "src/Interop/Container/"
367
                }
368
            },
369
            "notification-url": "https://packagist.org/downloads/",
370
            "license": [
371
                "MIT"
372
            ],
373
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
374
            "homepage": "https://github.com/container-interop/container-interop",
375
            "time": "2017-02-14 19:40:03"
376
        },
377
        {
378
            "name": "justinrainbow/json-schema",
379
            "version": "5.2.7",
380
            "source": {
381
                "type": "git",
382
                "url": "https://github.com/justinrainbow/json-schema.git",
383
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
384
            },
385
            "dist": {
386
                "type": "zip",
387
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
388
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
389
                "shasum": ""
390
            },
391
            "require": {
392
                "php": ">=5.3.3"
393
            },
394
            "require-dev": {
395
                "friendsofphp/php-cs-fixer": "^2.1",
396
                "json-schema/json-schema-test-suite": "1.2.0",
397
                "phpunit/phpunit": "^4.8.35"
398
            },
399
            "bin": [
400
                "bin/validate-json"
401
            ],
402
            "type": "library",
403
            "extra": {
404
                "branch-alias": {
405
                    "dev-master": "5.0.x-dev"
406
                }
407
            },
408
            "autoload": {
409
                "psr-4": {
410
                    "JsonSchema\\": "src/JsonSchema/"
411
                }
412
            },
413
            "notification-url": "https://packagist.org/downloads/",
414
            "license": [
415
                "MIT"
416
            ],
417
            "authors": [
418
                {
419
                    "name": "Bruno Prieto Reis",
420
                    "email": "[email protected]"
421
                },
422
                {
423
                    "name": "Justin Rainbow",
424
                    "email": "[email protected]"
425
                },
426
                {
427
                    "name": "Igor Wiedler",
428
                    "email": "[email protected]"
429
                },
430
                {
431
                    "name": "Robert Schönthal",
432
                    "email": "[email protected]"
433
                }
434
            ],
435
            "description": "A library to validate a json schema.",
436
            "homepage": "https://github.com/justinrainbow/json-schema",
437
            "keywords": [
438
                "json",
439
                "schema"
440
            ],
441
            "time": "2018-02-14 22:26:30"
442
        },
443
        {
444
            "name": "magento/framework",
445
            "version": "101.0.5",
446
            "dist": {
447
                "type": "zip",
448
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-101.0.5.0.zip",
449
                "reference": null,
450
                "shasum": "9cbe6e114fc084d6348c8f2b20167c20292ad1fc"
451
            },
452
            "require": {
453
                "colinmollenhour/php-redis-session-abstract": "1.3.4",
454
                "composer/composer": "^1.4",
455
                "ext-bcmath": "*",
456
                "ext-curl": "*",
457
                "ext-dom": "*",
458
                "ext-gd": "*",
459
                "ext-hash": "*",
460
                "ext-iconv": "*",
461
                "ext-mcrypt": "*",
462
                "ext-openssl": "*",
463
                "ext-simplexml": "*",
464
                "ext-spl": "*",
465
                "ext-xsl": "*",
466
                "lib-libxml": "*",
467
                "magento/zendframework1": "~1.13.0",
468
                "monolog/monolog": "^1.17",
469
                "oyejorge/less.php": "~1.7.0",
470
                "php": "~7.0.13|~7.1.0",
471
                "symfony/console": "~2.3, !=2.7.0",
472
                "symfony/process": "~2.1",
473
                "tedivm/jshrink": "~1.3.0",
474
                "zendframework/zend-code": "~3.1.0",
475
                "zendframework/zend-crypt": "^2.6.0",
476
                "zendframework/zend-http": "^2.6.0",
477
                "zendframework/zend-mvc": "~2.7.12",
478
                "zendframework/zend-stdlib": "^2.7.7",
479
                "zendframework/zend-uri": "^2.5.1",
480
                "zendframework/zend-validator": "^2.6.0"
481
            },
482
            "suggest": {
483
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
484
            },
485
            "type": "magento2-library",
486
            "autoload": {
487
                "psr-4": {
488
                    "Magento\\Framework\\": ""
489
                },
490
                "files": [
491
                    "registration.php"
492
                ]
493
            },
494
            "license": [
495
                "OSL-3.0",
496
                "AFL-3.0"
497
            ],
498
            "description": "N/A"
499
        },
500
        {
501
            "name": "magento/zendframework1",
502
            "version": "1.13.1",
503
            "source": {
504
                "type": "git",
505
                "url": "https://github.com/magento/zf1.git",
506
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf"
507
            },
508
            "dist": {
509
                "type": "zip",
510
                "url": "https://api.github.com/repos/magento/zf1/zipball/e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
511
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
512
                "shasum": ""
513
            },
514
            "require": {
515
                "php": ">=5.2.11"
516
            },
517
            "require-dev": {
518
                "phpunit/dbunit": "1.3.*",
519
                "phpunit/phpunit": "3.7.*"
520
            },
521
            "type": "library",
522
            "extra": {
523
                "branch-alias": {
524
                    "dev-master": "1.12.x-dev"
525
                }
526
            },
527
            "autoload": {
528
                "psr-0": {
529
                    "Zend_": "library/"
530
                }
531
            },
532
            "notification-url": "https://packagist.org/downloads/",
533
            "include-path": [
534
                "library/"
535
            ],
536
            "license": [
537
                "BSD-3-Clause"
538
            ],
539
            "description": "Magento Zend Framework 1",
540
            "homepage": "http://framework.zend.com/",
541
            "keywords": [
542
                "ZF1",
543
                "framework"
544
            ],
545
            "time": "2017-06-21 14:56:23"
546
        },
547
        {
548
            "name": "monolog/monolog",
549
            "version": "1.23.0",
550
            "source": {
551
                "type": "git",
552
                "url": "https://github.com/Seldaek/monolog.git",
553
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
554
            },
555
            "dist": {
556
                "type": "zip",
557
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
558
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
559
                "shasum": ""
560
            },
561
            "require": {
562
                "php": ">=5.3.0",
563
                "psr/log": "~1.0"
564
            },
565
            "provide": {
566
                "psr/log-implementation": "1.0.0"
567
            },
568
            "require-dev": {
569
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
570
                "doctrine/couchdb": "~1.0@dev",
571
                "graylog2/gelf-php": "~1.0",
572
                "jakub-onderka/php-parallel-lint": "0.9",
573
                "php-amqplib/php-amqplib": "~2.4",
574
                "php-console/php-console": "^3.1.3",
575
                "phpunit/phpunit": "~4.5",
576
                "phpunit/phpunit-mock-objects": "2.3.0",
577
                "ruflin/elastica": ">=0.90 <3.0",
578
                "sentry/sentry": "^0.13",
579
                "swiftmailer/swiftmailer": "^5.3|^6.0"
580
            },
581
            "suggest": {
582
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
583
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
584
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
585
                "ext-mongo": "Allow sending log messages to a MongoDB server",
586
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
587
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
588
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
589
                "php-console/php-console": "Allow sending log messages to Google Chrome",
590
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
591
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
592
                "sentry/sentry": "Allow sending log messages to a Sentry server"
593
            },
594
            "type": "library",
595
            "extra": {
596
                "branch-alias": {
597
                    "dev-master": "2.0.x-dev"
598
                }
599
            },
600
            "autoload": {
601
                "psr-4": {
602
                    "Monolog\\": "src/Monolog"
603
                }
604
            },
605
            "notification-url": "https://packagist.org/downloads/",
606
            "license": [
607
                "MIT"
608
            ],
609
            "authors": [
610
                {
611
                    "name": "Jordi Boggiano",
612
                    "email": "[email protected]",
613
                    "homepage": "http://seld.be"
614
                }
615
            ],
616
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
617
            "homepage": "http://github.com/Seldaek/monolog",
618
            "keywords": [
619
                "log",
620
                "logging",
621
                "psr-3"
622
            ],
623
            "time": "2017-06-19 01:22:40"
624
        },
625
        {
626
            "name": "oyejorge/less.php",
627
            "version": "v1.7.0.14",
628
            "source": {
629
                "type": "git",
630
                "url": "https://github.com/oyejorge/less.php.git",
631
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
632
            },
633
            "dist": {
634
                "type": "zip",
635
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
636
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
637
                "shasum": ""
638
            },
639
            "require": {
640
                "php": ">=5.3"
641
            },
642
            "require-dev": {
643
                "phpunit/phpunit": "~4.8.24"
644
            },
645
            "bin": [
646
                "bin/lessc"
647
            ],
648
            "type": "library",
649
            "autoload": {
650
                "psr-0": {
651
                    "Less": "lib/"
652
                },
653
                "classmap": [
654
                    "lessc.inc.php"
655
                ]
656
            },
657
            "notification-url": "https://packagist.org/downloads/",
658
            "license": [
659
                "Apache-2.0"
660
            ],
661
            "authors": [
662
                {
663
                    "name": "Matt Agar",
664
                    "homepage": "https://github.com/agar"
665
                },
666
                {
667
                    "name": "Martin Jantošovič",
668
                    "homepage": "https://github.com/Mordred"
669
                },
670
                {
671
                    "name": "Josh Schmidt",
672
                    "homepage": "https://github.com/oyejorge"
673
                }
674
            ],
675
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
676
            "homepage": "http://lessphp.gpeasy.com",
677
            "keywords": [
678
                "css",
679
                "less",
680
                "less.js",
681
                "lesscss",
682
                "php",
683
                "stylesheet"
684
            ],
685
            "time": "2017-03-28 22:19:25"
686
        },
687
        {
688
            "name": "psr/container",
689
            "version": "1.0.0",
690
            "source": {
691
                "type": "git",
692
                "url": "https://github.com/php-fig/container.git",
693
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
694
            },
695
            "dist": {
696
                "type": "zip",
697
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
698
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
699
                "shasum": ""
700
            },
701
            "require": {
702
                "php": ">=5.3.0"
703
            },
704
            "type": "library",
705
            "extra": {
706
                "branch-alias": {
707
                    "dev-master": "1.0.x-dev"
708
                }
709
            },
710
            "autoload": {
711
                "psr-4": {
712
                    "Psr\\Container\\": "src/"
713
                }
714
            },
715
            "notification-url": "https://packagist.org/downloads/",
716
            "license": [
717
                "MIT"
718
            ],
719
            "authors": [
720
                {
721
                    "name": "PHP-FIG",
722
                    "homepage": "http://www.php-fig.org/"
723
                }
724
            ],
725
            "description": "Common Container Interface (PHP FIG PSR-11)",
726
            "homepage": "https://github.com/php-fig/container",
727
            "keywords": [
728
                "PSR-11",
729
                "container",
730
                "container-interface",
731
                "container-interop",
732
                "psr"
733
            ],
734
            "time": "2017-02-14 16:28:37"
735
        },
736
        {
737
            "name": "psr/http-message",
738
            "version": "1.0.1",
739
            "source": {
740
                "type": "git",
741
                "url": "https://github.com/php-fig/http-message.git",
742
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
743
            },
744
            "dist": {
745
                "type": "zip",
746
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
747
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
748
                "shasum": ""
749
            },
750
            "require": {
751
                "php": ">=5.3.0"
752
            },
753
            "type": "library",
754
            "extra": {
755
                "branch-alias": {
756
                    "dev-master": "1.0.x-dev"
757
                }
758
            },
759
            "autoload": {
760
                "psr-4": {
761
                    "Psr\\Http\\Message\\": "src/"
762
                }
763
            },
764
            "notification-url": "https://packagist.org/downloads/",
765
            "license": [
766
                "MIT"
767
            ],
768
            "authors": [
769
                {
770
                    "name": "PHP-FIG",
771
                    "homepage": "http://www.php-fig.org/"
772
                }
773
            ],
774
            "description": "Common interface for HTTP messages",
775
            "homepage": "https://github.com/php-fig/http-message",
776
            "keywords": [
777
                "http",
778
                "http-message",
779
                "psr",
780
                "psr-7",
781
                "request",
782
                "response"
783
            ],
784
            "time": "2016-08-06 14:39:51"
785
        },
786
        {
787
            "name": "psr/log",
788
            "version": "1.0.2",
789
            "source": {
790
                "type": "git",
791
                "url": "https://github.com/php-fig/log.git",
792
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
793
            },
794
            "dist": {
795
                "type": "zip",
796
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
797
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
798
                "shasum": ""
799
            },
800
            "require": {
801
                "php": ">=5.3.0"
802
            },
803
            "type": "library",
804
            "extra": {
805
                "branch-alias": {
806
                    "dev-master": "1.0.x-dev"
807
                }
808
            },
809
            "autoload": {
810
                "psr-4": {
811
                    "Psr\\Log\\": "Psr/Log/"
812
                }
813
            },
814
            "notification-url": "https://packagist.org/downloads/",
815
            "license": [
816
                "MIT"
817
            ],
818
            "authors": [
819
                {
820
                    "name": "PHP-FIG",
821
                    "homepage": "http://www.php-fig.org/"
822
                }
823
            ],
824
            "description": "Common interface for logging libraries",
825
            "homepage": "https://github.com/php-fig/log",
826
            "keywords": [
827
                "log",
828
                "psr",
829
                "psr-3"
830
            ],
831
            "time": "2016-10-10 12:19:37"
832
        },
833
        {
834
            "name": "seld/cli-prompt",
835
            "version": "1.0.3",
836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/Seldaek/cli-prompt.git",
839
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
840
            },
841
            "dist": {
842
                "type": "zip",
843
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
844
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
845
                "shasum": ""
846
            },
847
            "require": {
848
                "php": ">=5.3"
849
            },
850
            "type": "library",
851
            "extra": {
852
                "branch-alias": {
853
                    "dev-master": "1.x-dev"
854
                }
855
            },
856
            "autoload": {
857
                "psr-4": {
858
                    "Seld\\CliPrompt\\": "src/"
859
                }
860
            },
861
            "notification-url": "https://packagist.org/downloads/",
862
            "license": [
863
                "MIT"
864
            ],
865
            "authors": [
866
                {
867
                    "name": "Jordi Boggiano",
868
                    "email": "[email protected]"
869
                }
870
            ],
871
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
872
            "keywords": [
873
                "cli",
874
                "console",
875
                "hidden",
876
                "input",
877
                "prompt"
878
            ],
879
            "time": "2017-03-18 11:32:45"
880
        },
881
        {
882
            "name": "seld/jsonlint",
883
            "version": "1.7.1",
884
            "source": {
885
                "type": "git",
886
                "url": "https://github.com/Seldaek/jsonlint.git",
887
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
888
            },
889
            "dist": {
890
                "type": "zip",
891
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
892
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
893
                "shasum": ""
894
            },
895
            "require": {
896
                "php": "^5.3 || ^7.0"
897
            },
898
            "require-dev": {
899
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
900
            },
901
            "bin": [
902
                "bin/jsonlint"
903
            ],
904
            "type": "library",
905
            "autoload": {
906
                "psr-4": {
907
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
908
                }
909
            },
910
            "notification-url": "https://packagist.org/downloads/",
911
            "license": [
912
                "MIT"
913
            ],
914
            "authors": [
915
                {
916
                    "name": "Jordi Boggiano",
917
                    "email": "[email protected]",
918
                    "homepage": "http://seld.be"
919
                }
920
            ],
921
            "description": "JSON Linter",
922
            "keywords": [
923
                "json",
924
                "linter",
925
                "parser",
926
                "validator"
927
            ],
928
            "time": "2018-01-24 12:46:19"
929
        },
930
        {
931
            "name": "seld/phar-utils",
932
            "version": "1.0.1",
933
            "source": {
934
                "type": "git",
935
                "url": "https://github.com/Seldaek/phar-utils.git",
936
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
937
            },
938
            "dist": {
939
                "type": "zip",
940
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
941
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
942
                "shasum": ""
943
            },
944
            "require": {
945
                "php": ">=5.3"
946
            },
947
            "type": "library",
948
            "extra": {
949
                "branch-alias": {
950
                    "dev-master": "1.x-dev"
951
                }
952
            },
953
            "autoload": {
954
                "psr-4": {
955
                    "Seld\\PharUtils\\": "src/"
956
                }
957
            },
958
            "notification-url": "https://packagist.org/downloads/",
959
            "license": [
960
                "MIT"
961
            ],
962
            "authors": [
963
                {
964
                    "name": "Jordi Boggiano",
965
                    "email": "[email protected]"
966
                }
967
            ],
968
            "description": "PHAR file format utilities, for when PHP phars you up",
969
            "keywords": [
970
                "phra"
971
            ],
972
            "time": "2015-10-13 18:44:15"
973
        },
974
        {
975
            "name": "symfony/console",
976
            "version": "v2.8.42",
977
            "source": {
978
                "type": "git",
979
                "url": "https://github.com/symfony/console.git",
980
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7"
981
            },
982
            "dist": {
983
                "type": "zip",
984
                "url": "https://api.github.com/repos/symfony/console/zipball/e8e59b74ad1274714dad2748349b55e3e6e630c7",
985
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7",
986
                "shasum": ""
987
            },
988
            "require": {
989
                "php": ">=5.3.9",
990
                "symfony/debug": "^2.7.2|~3.0.0",
991
                "symfony/polyfill-mbstring": "~1.0"
992
            },
993
            "require-dev": {
994
                "psr/log": "~1.0",
995
                "symfony/event-dispatcher": "~2.1|~3.0.0",
996
                "symfony/process": "~2.1|~3.0.0"
997
            },
998
            "suggest": {
999
                "psr/log-implementation": "For using the console logger",
1000
                "symfony/event-dispatcher": "",
1001
                "symfony/process": ""
1002
            },
1003
            "type": "library",
1004
            "extra": {
1005
                "branch-alias": {
1006
                    "dev-master": "2.8-dev"
1007
                }
1008
            },
1009
            "autoload": {
1010
                "psr-4": {
1011
                    "Symfony\\Component\\Console\\": ""
1012
                },
1013
                "exclude-from-classmap": [
1014
                    "/Tests/"
1015
                ]
1016
            },
1017
            "notification-url": "https://packagist.org/downloads/",
1018
            "license": [
1019
                "MIT"
1020
            ],
1021
            "authors": [
1022
                {
1023
                    "name": "Fabien Potencier",
1024
                    "email": "[email protected]"
1025
                },
1026
                {
1027
                    "name": "Symfony Community",
1028
                    "homepage": "https://symfony.com/contributors"
1029
                }
1030
            ],
1031
            "description": "Symfony Console Component",
1032
            "homepage": "https://symfony.com",
1033
            "time": "2018-05-15 21:17:45"
1034
        },
1035
        {
1036
            "name": "symfony/debug",
1037
            "version": "v3.0.9",
1038
            "source": {
1039
                "type": "git",
1040
                "url": "https://github.com/symfony/debug.git",
1041
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
1042
            },
1043
            "dist": {
1044
                "type": "zip",
1045
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
1046
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
1047
                "shasum": ""
1048
            },
1049
            "require": {
1050
                "php": ">=5.5.9",
1051
                "psr/log": "~1.0"
1052
            },
1053
            "conflict": {
1054
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1055
            },
1056
            "require-dev": {
1057
                "symfony/class-loader": "~2.8|~3.0",
1058
                "symfony/http-kernel": "~2.8|~3.0"
1059
            },
1060
            "type": "library",
1061
            "extra": {
1062
                "branch-alias": {
1063
                    "dev-master": "3.0-dev"
1064
                }
1065
            },
1066
            "autoload": {
1067
                "psr-4": {
1068
                    "Symfony\\Component\\Debug\\": ""
1069
                },
1070
                "exclude-from-classmap": [
1071
                    "/Tests/"
1072
                ]
1073
            },
1074
            "notification-url": "https://packagist.org/downloads/",
1075
            "license": [
1076
                "MIT"
1077
            ],
1078
            "authors": [
1079
                {
1080
                    "name": "Fabien Potencier",
1081
                    "email": "[email protected]"
1082
                },
1083
                {
1084
                    "name": "Symfony Community",
1085
                    "homepage": "https://symfony.com/contributors"
1086
                }
1087
            ],
1088
            "description": "Symfony Debug Component",
1089
            "homepage": "https://symfony.com",
1090
            "time": "2016-07-30 07:22:48"
1091
        },
1092
        {
1093
            "name": "symfony/filesystem",
1094
            "version": "v4.1.1",
1095
            "source": {
1096
                "type": "git",
1097
                "url": "https://github.com/symfony/filesystem.git",
1098
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
1099
            },
1100
            "dist": {
1101
                "type": "zip",
1102
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1103
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1104
                "shasum": ""
1105
            },
1106
            "require": {
1107
                "php": "^7.1.3",
1108
                "symfony/polyfill-ctype": "~1.8"
1109
            },
1110
            "type": "library",
1111
            "extra": {
1112
                "branch-alias": {
1113
                    "dev-master": "4.1-dev"
1114
                }
1115
            },
1116
            "autoload": {
1117
                "psr-4": {
1118
                    "Symfony\\Component\\Filesystem\\": ""
1119
                },
1120
                "exclude-from-classmap": [
1121
                    "/Tests/"
1122
                ]
1123
            },
1124
            "notification-url": "https://packagist.org/downloads/",
1125
            "license": [
1126
                "MIT"
1127
            ],
1128
            "authors": [
1129
                {
1130
                    "name": "Fabien Potencier",
1131
                    "email": "[email protected]"
1132
                },
1133
                {
1134
                    "name": "Symfony Community",
1135
                    "homepage": "https://symfony.com/contributors"
1136
                }
1137
            ],
1138
            "description": "Symfony Filesystem Component",
1139
            "homepage": "https://symfony.com",
1140
            "time": "2018-05-30 07:26:09"
1141
        },
1142
        {
1143
            "name": "symfony/finder",
1144
            "version": "v4.1.1",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/symfony/finder.git",
1148
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
1153
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "php": "^7.1.3"
1158
            },
1159
            "type": "library",
1160
            "extra": {
1161
                "branch-alias": {
1162
                    "dev-master": "4.1-dev"
1163
                }
1164
            },
1165
            "autoload": {
1166
                "psr-4": {
1167
                    "Symfony\\Component\\Finder\\": ""
1168
                },
1169
                "exclude-from-classmap": [
1170
                    "/Tests/"
1171
                ]
1172
            },
1173
            "notification-url": "https://packagist.org/downloads/",
1174
            "license": [
1175
                "MIT"
1176
            ],
1177
            "authors": [
1178
                {
1179
                    "name": "Fabien Potencier",
1180
                    "email": "[email protected]"
1181
                },
1182
                {
1183
                    "name": "Symfony Community",
1184
                    "homepage": "https://symfony.com/contributors"
1185
                }
1186
            ],
1187
            "description": "Symfony Finder Component",
1188
            "homepage": "https://symfony.com",
1189
            "time": "2018-06-19 21:38:16"
1190
        },
1191
        {
1192
            "name": "symfony/polyfill-ctype",
1193
            "version": "v1.8.0",
1194
            "source": {
1195
                "type": "git",
1196
                "url": "https://github.com/symfony/polyfill-ctype.git",
1197
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1198
            },
1199
            "dist": {
1200
                "type": "zip",
1201
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1202
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1203
                "shasum": ""
1204
            },
1205
            "require": {
1206
                "php": ">=5.3.3"
1207
            },
1208
            "type": "library",
1209
            "extra": {
1210
                "branch-alias": {
1211
                    "dev-master": "1.8-dev"
1212
                }
1213
            },
1214
            "autoload": {
1215
                "psr-4": {
1216
                    "Symfony\\Polyfill\\Ctype\\": ""
1217
                },
1218
                "files": [
1219
                    "bootstrap.php"
1220
                ]
1221
            },
1222
            "notification-url": "https://packagist.org/downloads/",
1223
            "license": [
1224
                "MIT"
1225
            ],
1226
            "authors": [
1227
                {
1228
                    "name": "Symfony Community",
1229
                    "homepage": "https://symfony.com/contributors"
1230
                },
1231
                {
1232
                    "name": "Gert de Pagter",
1233
                    "email": "[email protected]"
1234
                }
1235
            ],
1236
            "description": "Symfony polyfill for ctype functions",
1237
            "homepage": "https://symfony.com",
1238
            "keywords": [
1239
                "compatibility",
1240
                "ctype",
1241
                "polyfill",
1242
                "portable"
1243
            ],
1244
            "time": "2018-04-30 19:57:29"
1245
        },
1246
        {
1247
            "name": "symfony/polyfill-mbstring",
1248
            "version": "v1.8.0",
1249
            "source": {
1250
                "type": "git",
1251
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1252
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1253
            },
1254
            "dist": {
1255
                "type": "zip",
1256
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1257
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1258
                "shasum": ""
1259
            },
1260
            "require": {
1261
                "php": ">=5.3.3"
1262
            },
1263
            "suggest": {
1264
                "ext-mbstring": "For best performance"
1265
            },
1266
            "type": "library",
1267
            "extra": {
1268
                "branch-alias": {
1269
                    "dev-master": "1.8-dev"
1270
                }
1271
            },
1272
            "autoload": {
1273
                "psr-4": {
1274
                    "Symfony\\Polyfill\\Mbstring\\": ""
1275
                },
1276
                "files": [
1277
                    "bootstrap.php"
1278
                ]
1279
            },
1280
            "notification-url": "https://packagist.org/downloads/",
1281
            "license": [
1282
                "MIT"
1283
            ],
1284
            "authors": [
1285
                {
1286
                    "name": "Nicolas Grekas",
1287
                    "email": "[email protected]"
1288
                },
1289
                {
1290
                    "name": "Symfony Community",
1291
                    "homepage": "https://symfony.com/contributors"
1292
                }
1293
            ],
1294
            "description": "Symfony polyfill for the Mbstring extension",
1295
            "homepage": "https://symfony.com",
1296
            "keywords": [
1297
                "compatibility",
1298
                "mbstring",
1299
                "polyfill",
1300
                "portable",
1301
                "shim"
1302
            ],
1303
            "time": "2018-04-26 10:06:28"
1304
        },
1305
        {
1306
            "name": "symfony/process",
1307
            "version": "v2.8.42",
1308
            "source": {
1309
                "type": "git",
1310
                "url": "https://github.com/symfony/process.git",
1311
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d"
1312
            },
1313
            "dist": {
1314
                "type": "zip",
1315
                "url": "https://api.github.com/repos/symfony/process/zipball/542d88b350c42750fdc14e73860ee96dd423e95d",
1316
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d",
1317
                "shasum": ""
1318
            },
1319
            "require": {
1320
                "php": ">=5.3.9"
1321
            },
1322
            "type": "library",
1323
            "extra": {
1324
                "branch-alias": {
1325
                    "dev-master": "2.8-dev"
1326
                }
1327
            },
1328
            "autoload": {
1329
                "psr-4": {
1330
                    "Symfony\\Component\\Process\\": ""
1331
                },
1332
                "exclude-from-classmap": [
1333
                    "/Tests/"
1334
                ]
1335
            },
1336
            "notification-url": "https://packagist.org/downloads/",
1337
            "license": [
1338
                "MIT"
1339
            ],
1340
            "authors": [
1341
                {
1342
                    "name": "Fabien Potencier",
1343
                    "email": "[email protected]"
1344
                },
1345
                {
1346
                    "name": "Symfony Community",
1347
                    "homepage": "https://symfony.com/contributors"
1348
                }
1349
            ],
1350
            "description": "Symfony Process Component",
1351
            "homepage": "https://symfony.com",
1352
            "time": "2018-05-27 07:40:52"
1353
        },
1354
        {
1355
            "name": "tedivm/jshrink",
1356
            "version": "v1.3.0",
1357
            "source": {
1358
                "type": "git",
1359
                "url": "https://github.com/tedious/JShrink.git",
1360
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448"
1361
            },
1362
            "dist": {
1363
                "type": "zip",
1364
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/68ce379b213741e86f02bf6053b0d26b9f833448",
1365
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448",
1366
                "shasum": ""
1367
            },
1368
            "require": {
1369
                "php": "^5.6|^7.0"
1370
            },
1371
            "require-dev": {
1372
                "friendsofphp/php-cs-fixer": "^2.8",
1373
                "php-coveralls/php-coveralls": "^1.1.0",
1374
                "phpunit/phpunit": "^6"
1375
            },
1376
            "type": "library",
1377
            "autoload": {
1378
                "psr-0": {
1379
                    "JShrink": "src/"
1380
                }
1381
            },
1382
            "notification-url": "https://packagist.org/downloads/",
1383
            "license": [
1384
                "BSD-3-Clause"
1385
            ],
1386
            "authors": [
1387
                {
1388
                    "name": "Robert Hafner",
1389
                    "email": "[email protected]"
1390
                }
1391
            ],
1392
            "description": "Javascript Minifier built in PHP",
1393
            "homepage": "http://github.com/tedious/JShrink",
1394
            "keywords": [
1395
                "javascript",
1396
                "minifier"
1397
            ],
1398
            "time": "2017-12-08 00:59:56"
1399
        },
1400
        {
1401
            "name": "zendframework/zend-code",
1402
            "version": "3.1.0",
1403
            "source": {
1404
                "type": "git",
1405
                "url": "https://github.com/zendframework/zend-code.git",
1406
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
1407
            },
1408
            "dist": {
1409
                "type": "zip",
1410
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
1411
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
1412
                "shasum": ""
1413
            },
1414
            "require": {
1415
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
1416
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
1417
            },
1418
            "require-dev": {
1419
                "doctrine/annotations": "~1.0",
1420
                "ext-phar": "*",
1421
                "phpunit/phpunit": "^4.8.21",
1422
                "squizlabs/php_codesniffer": "^2.5",
1423
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1424
            },
1425
            "suggest": {
1426
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1427
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
1428
            },
1429
            "type": "library",
1430
            "extra": {
1431
                "branch-alias": {
1432
                    "dev-master": "3.1-dev",
1433
                    "dev-develop": "3.2-dev"
1434
                }
1435
            },
1436
            "autoload": {
1437
                "psr-4": {
1438
                    "Zend\\Code\\": "src/"
1439
                }
1440
            },
1441
            "notification-url": "https://packagist.org/downloads/",
1442
            "license": [
1443
                "BSD-3-Clause"
1444
            ],
1445
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
1446
            "homepage": "https://github.com/zendframework/zend-code",
1447
            "keywords": [
1448
                "code",
1449
                "zf2"
1450
            ],
1451
            "time": "2016-10-24 13:23:32"
1452
        },
1453
        {
1454
            "name": "zendframework/zend-console",
1455
            "version": "2.7.0",
1456
            "source": {
1457
                "type": "git",
1458
                "url": "https://github.com/zendframework/zend-console.git",
1459
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
1460
            },
1461
            "dist": {
1462
                "type": "zip",
1463
                "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
1464
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
1465
                "shasum": ""
1466
            },
1467
            "require": {
1468
                "php": "^5.6 || ^7.0",
1469
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
1470
            },
1471
            "require-dev": {
1472
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1473
                "zendframework/zend-coding-standard": "~1.0.0",
1474
                "zendframework/zend-filter": "^2.7.2",
1475
                "zendframework/zend-json": "^2.6 || ^3.0",
1476
                "zendframework/zend-validator": "^2.10.1"
1477
            },
1478
            "suggest": {
1479
                "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
1480
                "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
1481
            },
1482
            "type": "library",
1483
            "extra": {
1484
                "branch-alias": {
1485
                    "dev-master": "2.7.x-dev",
1486
                    "dev-develop": "2.8.x-dev"
1487
                }
1488
            },
1489
            "autoload": {
1490
                "psr-4": {
1491
                    "Zend\\Console\\": "src/"
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "BSD-3-Clause"
1497
            ],
1498
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
1499
            "keywords": [
1500
                "ZendFramework",
1501
                "console",
1502
                "zf"
1503
            ],
1504
            "time": "2018-01-25 19:08:04"
1505
        },
1506
        {
1507
            "name": "zendframework/zend-crypt",
1508
            "version": "2.6.0",
1509
            "source": {
1510
                "type": "git",
1511
                "url": "https://github.com/zendframework/zend-crypt.git",
1512
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
1513
            },
1514
            "dist": {
1515
                "type": "zip",
1516
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
1517
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
1518
                "shasum": ""
1519
            },
1520
            "require": {
1521
                "container-interop/container-interop": "~1.0",
1522
                "php": "^5.5 || ^7.0",
1523
                "zendframework/zend-math": "^2.6",
1524
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1525
            },
1526
            "require-dev": {
1527
                "fabpot/php-cs-fixer": "1.7.*",
1528
                "phpunit/phpunit": "~4.0"
1529
            },
1530
            "suggest": {
1531
                "ext-mcrypt": "Required for most features of Zend\\Crypt"
1532
            },
1533
            "type": "library",
1534
            "extra": {
1535
                "branch-alias": {
1536
                    "dev-master": "2.6-dev",
1537
                    "dev-develop": "2.7-dev"
1538
                }
1539
            },
1540
            "autoload": {
1541
                "psr-4": {
1542
                    "Zend\\Crypt\\": "src/"
1543
                }
1544
            },
1545
            "notification-url": "https://packagist.org/downloads/",
1546
            "license": [
1547
                "BSD-3-Clause"
1548
            ],
1549
            "homepage": "https://github.com/zendframework/zend-crypt",
1550
            "keywords": [
1551
                "crypt",
1552
                "zf2"
1553
            ],
1554
            "time": "2016-02-03 23:46:30"
1555
        },
1556
        {
1557
            "name": "zendframework/zend-diactoros",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-diactoros:

URL Rewrite vulnerability
Loading history...
1558
            "version": "1.8.1",
1559
            "source": {
1560
                "type": "git",
1561
                "url": "https://github.com/zendframework/zend-diactoros.git",
1562
                "reference": "63d920d1c9ebc009d860c3666593a66298727dd6"
1563
            },
1564
            "dist": {
1565
                "type": "zip",
1566
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/63d920d1c9ebc009d860c3666593a66298727dd6",
1567
                "reference": "63d920d1c9ebc009d860c3666593a66298727dd6",
1568
                "shasum": ""
1569
            },
1570
            "require": {
1571
                "php": "^5.6 || ^7.0",
1572
                "psr/http-message": "^1.0"
1573
            },
1574
            "provide": {
1575
                "psr/http-message-implementation": "1.0"
1576
            },
1577
            "require-dev": {
1578
                "ext-dom": "*",
1579
                "ext-libxml": "*",
1580
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
1581
                "zendframework/zend-coding-standard": "~1.0"
1582
            },
1583
            "type": "library",
1584
            "extra": {
1585
                "branch-alias": {
1586
                    "dev-master": "1.8.x-dev",
1587
                    "dev-develop": "1.9.x-dev",
1588
                    "dev-release-2.0": "2.0.x-dev"
1589
                }
1590
            },
1591
            "autoload": {
1592
                "files": [
1593
                    "src/functions/create_uploaded_file.php",
1594
                    "src/functions/marshal_headers_from_sapi.php",
1595
                    "src/functions/marshal_method_from_sapi.php",
1596
                    "src/functions/marshal_protocol_version_from_sapi.php",
1597
                    "src/functions/marshal_uri_from_sapi.php",
1598
                    "src/functions/normalize_server.php",
1599
                    "src/functions/normalize_uploaded_files.php",
1600
                    "src/functions/parse_cookie_header.php"
1601
                ],
1602
                "psr-4": {
1603
                    "Zend\\Diactoros\\": "src/"
1604
                }
1605
            },
1606
            "notification-url": "https://packagist.org/downloads/",
1607
            "license": [
1608
                "BSD-2-Clause"
1609
            ],
1610
            "description": "PSR HTTP Message implementations",
1611
            "homepage": "https://github.com/zendframework/zend-diactoros",
1612
            "keywords": [
1613
                "http",
1614
                "psr",
1615
                "psr-7"
1616
            ],
1617
            "time": "2018-07-09 21:17:27"
1618
        },
1619
        {
1620
            "name": "zendframework/zend-escaper",
1621
            "version": "2.6.0",
1622
            "source": {
1623
                "type": "git",
1624
                "url": "https://github.com/zendframework/zend-escaper.git",
1625
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
1626
            },
1627
            "dist": {
1628
                "type": "zip",
1629
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
1630
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
1631
                "shasum": ""
1632
            },
1633
            "require": {
1634
                "php": "^5.6 || ^7.0"
1635
            },
1636
            "require-dev": {
1637
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1638
                "zendframework/zend-coding-standard": "~1.0.0"
1639
            },
1640
            "type": "library",
1641
            "extra": {
1642
                "branch-alias": {
1643
                    "dev-master": "2.6.x-dev",
1644
                    "dev-develop": "2.7.x-dev"
1645
                }
1646
            },
1647
            "autoload": {
1648
                "psr-4": {
1649
                    "Zend\\Escaper\\": "src/"
1650
                }
1651
            },
1652
            "notification-url": "https://packagist.org/downloads/",
1653
            "license": [
1654
                "BSD-3-Clause"
1655
            ],
1656
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1657
            "keywords": [
1658
                "ZendFramework",
1659
                "escaper",
1660
                "zf"
1661
            ],
1662
            "time": "2018-04-25 15:48:53"
1663
        },
1664
        {
1665
            "name": "zendframework/zend-eventmanager",
1666
            "version": "3.2.1",
1667
            "source": {
1668
                "type": "git",
1669
                "url": "https://github.com/zendframework/zend-eventmanager.git",
1670
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
1671
            },
1672
            "dist": {
1673
                "type": "zip",
1674
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
1675
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
1676
                "shasum": ""
1677
            },
1678
            "require": {
1679
                "php": "^5.6 || ^7.0"
1680
            },
1681
            "require-dev": {
1682
                "athletic/athletic": "^0.1",
1683
                "container-interop/container-interop": "^1.1.0",
1684
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1685
                "zendframework/zend-coding-standard": "~1.0.0",
1686
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
1687
            },
1688
            "suggest": {
1689
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
1690
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
1691
            },
1692
            "type": "library",
1693
            "extra": {
1694
                "branch-alias": {
1695
                    "dev-master": "3.2-dev",
1696
                    "dev-develop": "3.3-dev"
1697
                }
1698
            },
1699
            "autoload": {
1700
                "psr-4": {
1701
                    "Zend\\EventManager\\": "src/"
1702
                }
1703
            },
1704
            "notification-url": "https://packagist.org/downloads/",
1705
            "license": [
1706
                "BSD-3-Clause"
1707
            ],
1708
            "description": "Trigger and listen to events within a PHP application",
1709
            "homepage": "https://github.com/zendframework/zend-eventmanager",
1710
            "keywords": [
1711
                "event",
1712
                "eventmanager",
1713
                "events",
1714
                "zf2"
1715
            ],
1716
            "time": "2018-04-25 15:33:34"
1717
        },
1718
        {
1719
            "name": "zendframework/zend-filter",
1720
            "version": "2.8.0",
1721
            "source": {
1722
                "type": "git",
1723
                "url": "https://github.com/zendframework/zend-filter.git",
1724
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
1725
            },
1726
            "dist": {
1727
                "type": "zip",
1728
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
1729
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
1730
                "shasum": ""
1731
            },
1732
            "require": {
1733
                "php": "^5.6 || ^7.0",
1734
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
1735
            },
1736
            "conflict": {
1737
                "zendframework/zend-validator": "<2.10.1"
1738
            },
1739
            "require-dev": {
1740
                "pear/archive_tar": "^1.4.3",
1741
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1742
                "zendframework/zend-coding-standard": "~1.0.0",
1743
                "zendframework/zend-crypt": "^3.2.1",
1744
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
1745
                "zendframework/zend-uri": "^2.6"
1746
            },
1747
            "suggest": {
1748
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
1749
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
1750
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
1751
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
1752
            },
1753
            "type": "library",
1754
            "extra": {
1755
                "branch-alias": {
1756
                    "dev-master": "2.8.x-dev",
1757
                    "dev-develop": "2.9.x-dev"
1758
                },
1759
                "zf": {
1760
                    "component": "Zend\\Filter",
1761
                    "config-provider": "Zend\\Filter\\ConfigProvider"
1762
                }
1763
            },
1764
            "autoload": {
1765
                "psr-4": {
1766
                    "Zend\\Filter\\": "src/"
1767
                }
1768
            },
1769
            "notification-url": "https://packagist.org/downloads/",
1770
            "license": [
1771
                "BSD-3-Clause"
1772
            ],
1773
            "description": "provides a set of commonly needed data filters",
1774
            "keywords": [
1775
                "ZendFramework",
1776
                "filter",
1777
                "zf"
1778
            ],
1779
            "time": "2018-04-11 16:20:04"
1780
        },
1781
        {
1782
            "name": "zendframework/zend-form",
1783
            "version": "2.12.0",
1784
            "source": {
1785
                "type": "git",
1786
                "url": "https://github.com/zendframework/zend-form.git",
1787
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441"
1788
            },
1789
            "dist": {
1790
                "type": "zip",
1791
                "url": "https://api.github.com/repos/zendframework/zend-form/zipball/565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
1792
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
1793
                "shasum": ""
1794
            },
1795
            "require": {
1796
                "php": "^5.6 || ^7.0",
1797
                "zendframework/zend-hydrator": "^1.1 || ^2.1",
1798
                "zendframework/zend-inputfilter": "^2.8",
1799
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1800
            },
1801
            "require-dev": {
1802
                "doctrine/annotations": "~1.0",
1803
                "phpunit/phpunit": "^5.7.23 || ^6.5.3",
1804
                "zendframework/zend-cache": "^2.6.1",
1805
                "zendframework/zend-captcha": "^2.7.1",
1806
                "zendframework/zend-code": "^2.6 || ^3.0",
1807
                "zendframework/zend-coding-standard": "~1.0.0",
1808
                "zendframework/zend-escaper": "^2.5",
1809
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1810
                "zendframework/zend-filter": "^2.6",
1811
                "zendframework/zend-i18n": "^2.6",
1812
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1813
                "zendframework/zend-session": "^2.8.1",
1814
                "zendframework/zend-text": "^2.6",
1815
                "zendframework/zend-validator": "^2.6",
1816
                "zendframework/zend-view": "^2.6.2",
1817
                "zendframework/zendservice-recaptcha": "^3.0.0"
1818
            },
1819
            "suggest": {
1820
                "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
1821
                "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
1822
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
1823
                "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
1824
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
1825
                "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
1826
                "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
1827
            },
1828
            "type": "library",
1829
            "extra": {
1830
                "branch-alias": {
1831
                    "dev-master": "2.12.x-dev",
1832
                    "dev-develop": "2.13.x-dev"
1833
                },
1834
                "zf": {
1835
                    "component": "Zend\\Form",
1836
                    "config-provider": "Zend\\Form\\ConfigProvider"
1837
                }
1838
            },
1839
            "autoload": {
1840
                "psr-4": {
1841
                    "Zend\\Form\\": "src/"
1842
                },
1843
                "files": [
1844
                    "autoload/formElementManagerPolyfill.php"
1845
                ]
1846
            },
1847
            "notification-url": "https://packagist.org/downloads/",
1848
            "license": [
1849
                "BSD-3-Clause"
1850
            ],
1851
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
1852
            "keywords": [
1853
                "ZendFramework",
1854
                "form",
1855
                "zf"
1856
            ],
1857
            "time": "2018-05-16 18:49:44"
1858
        },
1859
        {
1860
            "name": "zendframework/zend-http",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-http:

URL Rewrite vulnerability
Loading history...
1861
            "version": "2.8.0",
1862
            "source": {
1863
                "type": "git",
1864
                "url": "https://github.com/zendframework/zend-http.git",
1865
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51"
1866
            },
1867
            "dist": {
1868
                "type": "zip",
1869
                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
1870
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
1871
                "shasum": ""
1872
            },
1873
            "require": {
1874
                "php": "^5.6 || ^7.0",
1875
                "zendframework/zend-loader": "^2.5.1",
1876
                "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
1877
                "zendframework/zend-uri": "^2.5.2",
1878
                "zendframework/zend-validator": "^2.10.1"
1879
            },
1880
            "require-dev": {
1881
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
1882
                "zendframework/zend-coding-standard": "~1.0.0",
1883
                "zendframework/zend-config": "^3.1 || ^2.6"
1884
            },
1885
            "suggest": {
1886
                "paragonie/certainty": "For automated management of cacert.pem"
1887
            },
1888
            "type": "library",
1889
            "extra": {
1890
                "branch-alias": {
1891
                    "dev-master": "2.8.x-dev",
1892
                    "dev-develop": "2.9.x-dev"
1893
                }
1894
            },
1895
            "autoload": {
1896
                "psr-4": {
1897
                    "Zend\\Http\\": "src/"
1898
                }
1899
            },
1900
            "notification-url": "https://packagist.org/downloads/",
1901
            "license": [
1902
                "BSD-3-Clause"
1903
            ],
1904
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
1905
            "keywords": [
1906
                "ZendFramework",
1907
                "http",
1908
                "http client",
1909
                "zend",
1910
                "zf"
1911
            ],
1912
            "time": "2018-04-26 21:04:50"
1913
        },
1914
        {
1915
            "name": "zendframework/zend-hydrator",
1916
            "version": "1.1.0",
1917
            "source": {
1918
                "type": "git",
1919
                "url": "https://github.com/zendframework/zend-hydrator.git",
1920
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
1921
            },
1922
            "dist": {
1923
                "type": "zip",
1924
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
1925
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
1926
                "shasum": ""
1927
            },
1928
            "require": {
1929
                "php": "^5.5 || ^7.0",
1930
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1931
            },
1932
            "require-dev": {
1933
                "phpunit/phpunit": "~4.0",
1934
                "squizlabs/php_codesniffer": "^2.0@dev",
1935
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1936
                "zendframework/zend-filter": "^2.6",
1937
                "zendframework/zend-inputfilter": "^2.6",
1938
                "zendframework/zend-serializer": "^2.6.1",
1939
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
1940
            },
1941
            "suggest": {
1942
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
1943
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
1944
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
1945
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
1946
            },
1947
            "type": "library",
1948
            "extra": {
1949
                "branch-alias": {
1950
                    "dev-release-1.0": "1.0-dev",
1951
                    "dev-release-1.1": "1.1-dev",
1952
                    "dev-master": "2.0-dev",
1953
                    "dev-develop": "2.1-dev"
1954
                }
1955
            },
1956
            "autoload": {
1957
                "psr-4": {
1958
                    "Zend\\Hydrator\\": "src/"
1959
                }
1960
            },
1961
            "notification-url": "https://packagist.org/downloads/",
1962
            "license": [
1963
                "BSD-3-Clause"
1964
            ],
1965
            "homepage": "https://github.com/zendframework/zend-hydrator",
1966
            "keywords": [
1967
                "hydrator",
1968
                "zf2"
1969
            ],
1970
            "time": "2016-02-18 22:38:26"
1971
        },
1972
        {
1973
            "name": "zendframework/zend-inputfilter",
1974
            "version": "2.8.0",
1975
            "source": {
1976
                "type": "git",
1977
                "url": "https://github.com/zendframework/zend-inputfilter.git",
1978
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488"
1979
            },
1980
            "dist": {
1981
                "type": "zip",
1982
                "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/e7edd625f2fcdd72a719a7023114c5f4b4f38488",
1983
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488",
1984
                "shasum": ""
1985
            },
1986
            "require": {
1987
                "php": "^5.6 || ^7.0",
1988
                "zendframework/zend-filter": "^2.6",
1989
                "zendframework/zend-stdlib": "^2.7 || ^3.0",
1990
                "zendframework/zend-validator": "^2.10.1"
1991
            },
1992
            "require-dev": {
1993
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1994
                "zendframework/zend-coding-standard": "~1.0.0",
1995
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
1996
            },
1997
            "suggest": {
1998
                "zendframework/zend-servicemanager": "To support plugin manager support"
1999
            },
2000
            "type": "library",
2001
            "extra": {
2002
                "branch-alias": {
2003
                    "dev-master": "2.8-dev",
2004
                    "dev-develop": "2.9-dev"
2005
                },
2006
                "zf": {
2007
                    "component": "Zend\\InputFilter",
2008
                    "config-provider": "Zend\\InputFilter\\ConfigProvider"
2009
                }
2010
            },
2011
            "autoload": {
2012
                "psr-4": {
2013
                    "Zend\\InputFilter\\": "src/"
2014
                }
2015
            },
2016
            "notification-url": "https://packagist.org/downloads/",
2017
            "license": [
2018
                "BSD-3-Clause"
2019
            ],
2020
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2021
            "keywords": [
2022
                "ZendFramework",
2023
                "inputfilter",
2024
                "zf"
2025
            ],
2026
            "time": "2017-12-04 21:24:25"
2027
        },
2028
        {
2029
            "name": "zendframework/zend-loader",
2030
            "version": "2.6.0",
2031
            "source": {
2032
                "type": "git",
2033
                "url": "https://github.com/zendframework/zend-loader.git",
2034
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
2035
            },
2036
            "dist": {
2037
                "type": "zip",
2038
                "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
2039
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
2040
                "shasum": ""
2041
            },
2042
            "require": {
2043
                "php": "^5.6 || ^7.0"
2044
            },
2045
            "require-dev": {
2046
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
2047
                "zendframework/zend-coding-standard": "~1.0.0"
2048
            },
2049
            "type": "library",
2050
            "extra": {
2051
                "branch-alias": {
2052
                    "dev-master": "2.6.x-dev",
2053
                    "dev-develop": "2.7.x-dev"
2054
                }
2055
            },
2056
            "autoload": {
2057
                "psr-4": {
2058
                    "Zend\\Loader\\": "src/"
2059
                }
2060
            },
2061
            "notification-url": "https://packagist.org/downloads/",
2062
            "license": [
2063
                "BSD-3-Clause"
2064
            ],
2065
            "description": "Autoloading and plugin loading strategies",
2066
            "keywords": [
2067
                "ZendFramework",
2068
                "loader",
2069
                "zf"
2070
            ],
2071
            "time": "2018-04-30 15:20:54"
2072
        },
2073
        {
2074
            "name": "zendframework/zend-math",
2075
            "version": "2.7.0",
2076
            "source": {
2077
                "type": "git",
2078
                "url": "https://github.com/zendframework/zend-math.git",
2079
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
2080
            },
2081
            "dist": {
2082
                "type": "zip",
2083
                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
2084
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
2085
                "shasum": ""
2086
            },
2087
            "require": {
2088
                "php": "^5.5 || ^7.0"
2089
            },
2090
            "require-dev": {
2091
                "fabpot/php-cs-fixer": "1.7.*",
2092
                "ircmaxell/random-lib": "~1.1",
2093
                "phpunit/phpunit": "~4.0"
2094
            },
2095
            "suggest": {
2096
                "ext-bcmath": "If using the bcmath functionality",
2097
                "ext-gmp": "If using the gmp functionality",
2098
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
2099
            },
2100
            "type": "library",
2101
            "extra": {
2102
                "branch-alias": {
2103
                    "dev-master": "2.7-dev",
2104
                    "dev-develop": "2.8-dev"
2105
                }
2106
            },
2107
            "autoload": {
2108
                "psr-4": {
2109
                    "Zend\\Math\\": "src/"
2110
                }
2111
            },
2112
            "notification-url": "https://packagist.org/downloads/",
2113
            "license": [
2114
                "BSD-3-Clause"
2115
            ],
2116
            "homepage": "https://github.com/zendframework/zend-math",
2117
            "keywords": [
2118
                "math",
2119
                "zf2"
2120
            ],
2121
            "time": "2016-04-07 16:29:53"
2122
        },
2123
        {
2124
            "name": "zendframework/zend-mvc",
2125
            "version": "2.7.15",
2126
            "source": {
2127
                "type": "git",
2128
                "url": "https://github.com/zendframework/zend-mvc.git",
2129
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089"
2130
            },
2131
            "dist": {
2132
                "type": "zip",
2133
                "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
2134
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
2135
                "shasum": ""
2136
            },
2137
            "require": {
2138
                "container-interop/container-interop": "^1.1",
2139
                "php": "^5.5 || ^7.0",
2140
                "zendframework/zend-console": "^2.7",
2141
                "zendframework/zend-eventmanager": "^2.6.4 || ^3.0",
2142
                "zendframework/zend-form": "^2.11",
2143
                "zendframework/zend-hydrator": "^1.1 || ^2.4",
2144
                "zendframework/zend-psr7bridge": "^0.2",
2145
                "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
2146
                "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
2147
            },
2148
            "replace": {
2149
                "zendframework/zend-router": "^2.0"
2150
            },
2151
            "require-dev": {
2152
                "friendsofphp/php-cs-fixer": "1.7.*",
2153
                "phpunit/phpunit": "^4.8.36",
2154
                "sebastian/comparator": "^1.2.4",
2155
                "sebastian/version": "^1.0.4",
2156
                "zendframework/zend-authentication": "^2.6",
2157
                "zendframework/zend-cache": "^2.8",
2158
                "zendframework/zend-di": "^2.6",
2159
                "zendframework/zend-filter": "^2.8",
2160
                "zendframework/zend-http": "^2.8",
2161
                "zendframework/zend-i18n": "^2.8",
2162
                "zendframework/zend-inputfilter": "^2.8",
2163
                "zendframework/zend-json": "^2.6.1",
2164
                "zendframework/zend-log": "^2.9.3",
2165
                "zendframework/zend-modulemanager": "^2.8",
2166
                "zendframework/zend-serializer": "^2.8",
2167
                "zendframework/zend-session": "^2.8.1",
2168
                "zendframework/zend-text": "^2.7",
2169
                "zendframework/zend-uri": "^2.6",
2170
                "zendframework/zend-validator": "^2.10",
2171
                "zendframework/zend-view": "^2.9"
2172
            },
2173
            "suggest": {
2174
                "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
2175
                "zendframework/zend-config": "Zend\\Config component",
2176
                "zendframework/zend-di": "Zend\\Di component",
2177
                "zendframework/zend-filter": "Zend\\Filter component",
2178
                "zendframework/zend-http": "Zend\\Http component",
2179
                "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
2180
                "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
2181
                "zendframework/zend-json": "Zend\\Json component",
2182
                "zendframework/zend-log": "Zend\\Log component",
2183
                "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
2184
                "zendframework/zend-serializer": "Zend\\Serializer component",
2185
                "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
2186
                "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
2187
                "zendframework/zend-text": "Zend\\Text component",
2188
                "zendframework/zend-uri": "Zend\\Uri component",
2189
                "zendframework/zend-validator": "Zend\\Validator component",
2190
                "zendframework/zend-view": "Zend\\View component"
2191
            },
2192
            "type": "library",
2193
            "extra": {
2194
                "branch-alias": {
2195
                    "dev-master": "2.7-dev",
2196
                    "dev-develop": "3.0-dev"
2197
                }
2198
            },
2199
            "autoload": {
2200
                "files": [
2201
                    "src/autoload.php"
2202
                ],
2203
                "psr-4": {
2204
                    "Zend\\Mvc\\": "src/"
2205
                }
2206
            },
2207
            "notification-url": "https://packagist.org/downloads/",
2208
            "license": [
2209
                "BSD-3-Clause"
2210
            ],
2211
            "homepage": "https://github.com/zendframework/zend-mvc",
2212
            "keywords": [
2213
                "mvc",
2214
                "zf2"
2215
            ],
2216
            "time": "2018-05-03 13:13:41"
2217
        },
2218
        {
2219
            "name": "zendframework/zend-psr7bridge",
2220
            "version": "0.2.2",
2221
            "source": {
2222
                "type": "git",
2223
                "url": "https://github.com/zendframework/zend-psr7bridge.git",
2224
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
2225
            },
2226
            "dist": {
2227
                "type": "zip",
2228
                "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
2229
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
2230
                "shasum": ""
2231
            },
2232
            "require": {
2233
                "php": ">=5.5",
2234
                "psr/http-message": "^1.0",
2235
                "zendframework/zend-diactoros": "^1.1",
2236
                "zendframework/zend-http": "^2.5"
2237
            },
2238
            "require-dev": {
2239
                "phpunit/phpunit": "^4.7",
2240
                "squizlabs/php_codesniffer": "^2.3"
2241
            },
2242
            "type": "library",
2243
            "extra": {
2244
                "branch-alias": {
2245
                    "dev-master": "1.0-dev",
2246
                    "dev-develop": "1.1-dev"
2247
                }
2248
            },
2249
            "autoload": {
2250
                "psr-4": {
2251
                    "Zend\\Psr7Bridge\\": "src/"
2252
                }
2253
            },
2254
            "notification-url": "https://packagist.org/downloads/",
2255
            "license": [
2256
                "BSD-3-Clause"
2257
            ],
2258
            "description": "PSR-7 <-> Zend\\Http bridge",
2259
            "homepage": "https://github.com/zendframework/zend-psr7bridge",
2260
            "keywords": [
2261
                "http",
2262
                "psr",
2263
                "psr-7"
2264
            ],
2265
            "time": "2016-05-10 21:44:39"
2266
        },
2267
        {
2268
            "name": "zendframework/zend-servicemanager",
2269
            "version": "3.1.2",
2270
            "source": {
2271
                "type": "git",
2272
                "url": "https://github.com/zendframework/zend-servicemanager.git",
2273
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38"
2274
            },
2275
            "dist": {
2276
                "type": "zip",
2277
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
2278
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
2279
                "shasum": ""
2280
            },
2281
            "require": {
2282
                "container-interop/container-interop": "~1.0",
2283
                "php": "^5.5 || ^7.0"
2284
            },
2285
            "provide": {
2286
                "container-interop/container-interop-implementation": "^1.1"
2287
            },
2288
            "require-dev": {
2289
                "ocramius/proxy-manager": "^1.0 || ^2.0",
2290
                "phpbench/phpbench": "^0.10.0",
2291
                "phpunit/phpunit": "^4.6 || ^5.2.10",
2292
                "zendframework/zend-coding-standard": "~1.0.0"
2293
            },
2294
            "suggest": {
2295
                "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
2296
                "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
2297
            },
2298
            "type": "library",
2299
            "extra": {
2300
                "branch-alias": {
2301
                    "dev-master": "3.1-dev",
2302
                    "dev-develop": "3.2-dev"
2303
                }
2304
            },
2305
            "autoload": {
2306
                "psr-4": {
2307
                    "Zend\\ServiceManager\\": "src/"
2308
                }
2309
            },
2310
            "notification-url": "https://packagist.org/downloads/",
2311
            "license": [
2312
                "BSD-3-Clause"
2313
            ],
2314
            "homepage": "https://github.com/zendframework/zend-servicemanager",
2315
            "keywords": [
2316
                "service-manager",
2317
                "servicemanager",
2318
                "zf"
2319
            ],
2320
            "time": "2016-12-19 19:51:37"
2321
        },
2322
        {
2323
            "name": "zendframework/zend-stdlib",
2324
            "version": "2.7.7",
2325
            "source": {
2326
                "type": "git",
2327
                "url": "https://github.com/zendframework/zend-stdlib.git",
2328
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
2329
            },
2330
            "dist": {
2331
                "type": "zip",
2332
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2333
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2334
                "shasum": ""
2335
            },
2336
            "require": {
2337
                "php": "^5.5 || ^7.0",
2338
                "zendframework/zend-hydrator": "~1.1"
2339
            },
2340
            "require-dev": {
2341
                "athletic/athletic": "~0.1",
2342
                "fabpot/php-cs-fixer": "1.7.*",
2343
                "phpunit/phpunit": "~4.0",
2344
                "zendframework/zend-config": "~2.5",
2345
                "zendframework/zend-eventmanager": "~2.5",
2346
                "zendframework/zend-filter": "~2.5",
2347
                "zendframework/zend-inputfilter": "~2.5",
2348
                "zendframework/zend-serializer": "~2.5",
2349
                "zendframework/zend-servicemanager": "~2.5"
2350
            },
2351
            "suggest": {
2352
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2353
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2354
                "zendframework/zend-serializer": "Zend\\Serializer component",
2355
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2356
            },
2357
            "type": "library",
2358
            "extra": {
2359
                "branch-alias": {
2360
                    "dev-release-2.7": "2.7-dev",
2361
                    "dev-master": "3.0-dev",
2362
                    "dev-develop": "3.1-dev"
2363
                }
2364
            },
2365
            "autoload": {
2366
                "psr-4": {
2367
                    "Zend\\Stdlib\\": "src/"
2368
                }
2369
            },
2370
            "notification-url": "https://packagist.org/downloads/",
2371
            "license": [
2372
                "BSD-3-Clause"
2373
            ],
2374
            "homepage": "https://github.com/zendframework/zend-stdlib",
2375
            "keywords": [
2376
                "stdlib",
2377
                "zf2"
2378
            ],
2379
            "time": "2016-04-12 21:17:31"
2380
        },
2381
        {
2382
            "name": "zendframework/zend-uri",
2383
            "version": "2.6.1",
2384
            "source": {
2385
                "type": "git",
2386
                "url": "https://github.com/zendframework/zend-uri.git",
2387
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
2388
            },
2389
            "dist": {
2390
                "type": "zip",
2391
                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
2392
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
2393
                "shasum": ""
2394
            },
2395
            "require": {
2396
                "php": "^5.6 || ^7.0",
2397
                "zendframework/zend-escaper": "^2.5",
2398
                "zendframework/zend-validator": "^2.10"
2399
            },
2400
            "require-dev": {
2401
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
2402
                "zendframework/zend-coding-standard": "~1.0.0"
2403
            },
2404
            "type": "library",
2405
            "extra": {
2406
                "branch-alias": {
2407
                    "dev-master": "2.6.x-dev",
2408
                    "dev-develop": "2.7.x-dev"
2409
                }
2410
            },
2411
            "autoload": {
2412
                "psr-4": {
2413
                    "Zend\\Uri\\": "src/"
2414
                }
2415
            },
2416
            "notification-url": "https://packagist.org/downloads/",
2417
            "license": [
2418
                "BSD-3-Clause"
2419
            ],
2420
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
2421
            "keywords": [
2422
                "ZendFramework",
2423
                "uri",
2424
                "zf"
2425
            ],
2426
            "time": "2018-04-30 13:40:08"
2427
        },
2428
        {
2429
            "name": "zendframework/zend-validator",
2430
            "version": "2.10.2",
2431
            "source": {
2432
                "type": "git",
2433
                "url": "https://github.com/zendframework/zend-validator.git",
2434
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
2435
            },
2436
            "dist": {
2437
                "type": "zip",
2438
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2439
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2440
                "shasum": ""
2441
            },
2442
            "require": {
2443
                "container-interop/container-interop": "^1.1",
2444
                "php": "^5.6 || ^7.0",
2445
                "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
2446
            },
2447
            "require-dev": {
2448
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
2449
                "zendframework/zend-cache": "^2.6.1",
2450
                "zendframework/zend-coding-standard": "~1.0.0",
2451
                "zendframework/zend-config": "^2.6",
2452
                "zendframework/zend-db": "^2.7",
2453
                "zendframework/zend-filter": "^2.6",
2454
                "zendframework/zend-http": "^2.5.4",
2455
                "zendframework/zend-i18n": "^2.6",
2456
                "zendframework/zend-math": "^2.6",
2457
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2458
                "zendframework/zend-session": "^2.8",
2459
                "zendframework/zend-uri": "^2.5"
2460
            },
2461
            "suggest": {
2462
                "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
2463
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
2464
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
2465
                "zendframework/zend-i18n-resources": "Translations of validator messages",
2466
                "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
2467
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
2468
                "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
2469
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
2470
            },
2471
            "type": "library",
2472
            "extra": {
2473
                "branch-alias": {
2474
                    "dev-master": "2.10.x-dev",
2475
                    "dev-develop": "2.11.x-dev"
2476
                },
2477
                "zf": {
2478
                    "component": "Zend\\Validator",
2479
                    "config-provider": "Zend\\Validator\\ConfigProvider"
2480
                }
2481
            },
2482
            "autoload": {
2483
                "psr-4": {
2484
                    "Zend\\Validator\\": "src/"
2485
                }
2486
            },
2487
            "notification-url": "https://packagist.org/downloads/",
2488
            "license": [
2489
                "BSD-3-Clause"
2490
            ],
2491
            "description": "provides a set of commonly needed validators",
2492
            "homepage": "https://github.com/zendframework/zend-validator",
2493
            "keywords": [
2494
                "validator",
2495
                "zf2"
2496
            ],
2497
            "time": "2018-02-01 17:05:33"
2498
        }
2499
    ],
2500
    "packages-dev": [
2501
        {
2502
            "name": "doctrine/instantiator",
2503
            "version": "1.1.0",
2504
            "source": {
2505
                "type": "git",
2506
                "url": "https://github.com/doctrine/instantiator.git",
2507
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2508
            },
2509
            "dist": {
2510
                "type": "zip",
2511
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2512
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2513
                "shasum": ""
2514
            },
2515
            "require": {
2516
                "php": "^7.1"
2517
            },
2518
            "require-dev": {
2519
                "athletic/athletic": "~0.1.8",
2520
                "ext-pdo": "*",
2521
                "ext-phar": "*",
2522
                "phpunit/phpunit": "^6.2.3",
2523
                "squizlabs/php_codesniffer": "^3.0.2"
2524
            },
2525
            "type": "library",
2526
            "extra": {
2527
                "branch-alias": {
2528
                    "dev-master": "1.2.x-dev"
2529
                }
2530
            },
2531
            "autoload": {
2532
                "psr-4": {
2533
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2534
                }
2535
            },
2536
            "notification-url": "https://packagist.org/downloads/",
2537
            "license": [
2538
                "MIT"
2539
            ],
2540
            "authors": [
2541
                {
2542
                    "name": "Marco Pivetta",
2543
                    "email": "[email protected]",
2544
                    "homepage": "http://ocramius.github.com/"
2545
                }
2546
            ],
2547
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2548
            "homepage": "https://github.com/doctrine/instantiator",
2549
            "keywords": [
2550
                "constructor",
2551
                "instantiate"
2552
            ],
2553
            "time": "2017-07-22 11:58:36"
2554
        },
2555
        {
2556
            "name": "myclabs/deep-copy",
2557
            "version": "1.8.1",
2558
            "source": {
2559
                "type": "git",
2560
                "url": "https://github.com/myclabs/DeepCopy.git",
2561
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2562
            },
2563
            "dist": {
2564
                "type": "zip",
2565
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2566
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2567
                "shasum": ""
2568
            },
2569
            "require": {
2570
                "php": "^7.1"
2571
            },
2572
            "replace": {
2573
                "myclabs/deep-copy": "self.version"
2574
            },
2575
            "require-dev": {
2576
                "doctrine/collections": "^1.0",
2577
                "doctrine/common": "^2.6",
2578
                "phpunit/phpunit": "^7.1"
2579
            },
2580
            "type": "library",
2581
            "autoload": {
2582
                "psr-4": {
2583
                    "DeepCopy\\": "src/DeepCopy/"
2584
                },
2585
                "files": [
2586
                    "src/DeepCopy/deep_copy.php"
2587
                ]
2588
            },
2589
            "notification-url": "https://packagist.org/downloads/",
2590
            "license": [
2591
                "MIT"
2592
            ],
2593
            "description": "Create deep copies (clones) of your objects",
2594
            "keywords": [
2595
                "clone",
2596
                "copy",
2597
                "duplicate",
2598
                "object",
2599
                "object graph"
2600
            ],
2601
            "time": "2018-06-11 23:09:50"
2602
        },
2603
        {
2604
            "name": "phar-io/manifest",
2605
            "version": "1.0.3",
2606
            "source": {
2607
                "type": "git",
2608
                "url": "https://github.com/phar-io/manifest.git",
2609
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2610
            },
2611
            "dist": {
2612
                "type": "zip",
2613
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2614
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2615
                "shasum": ""
2616
            },
2617
            "require": {
2618
                "ext-dom": "*",
2619
                "ext-phar": "*",
2620
                "phar-io/version": "^2.0",
2621
                "php": "^5.6 || ^7.0"
2622
            },
2623
            "type": "library",
2624
            "extra": {
2625
                "branch-alias": {
2626
                    "dev-master": "1.0.x-dev"
2627
                }
2628
            },
2629
            "autoload": {
2630
                "classmap": [
2631
                    "src/"
2632
                ]
2633
            },
2634
            "notification-url": "https://packagist.org/downloads/",
2635
            "license": [
2636
                "BSD-3-Clause"
2637
            ],
2638
            "authors": [
2639
                {
2640
                    "name": "Arne Blankerts",
2641
                    "email": "[email protected]",
2642
                    "role": "Developer"
2643
                },
2644
                {
2645
                    "name": "Sebastian Heuer",
2646
                    "email": "[email protected]",
2647
                    "role": "Developer"
2648
                },
2649
                {
2650
                    "name": "Sebastian Bergmann",
2651
                    "email": "[email protected]",
2652
                    "role": "Developer"
2653
                }
2654
            ],
2655
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2656
            "time": "2018-07-08 19:23:20"
2657
        },
2658
        {
2659
            "name": "phar-io/version",
2660
            "version": "2.0.1",
2661
            "source": {
2662
                "type": "git",
2663
                "url": "https://github.com/phar-io/version.git",
2664
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2665
            },
2666
            "dist": {
2667
                "type": "zip",
2668
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2669
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2670
                "shasum": ""
2671
            },
2672
            "require": {
2673
                "php": "^5.6 || ^7.0"
2674
            },
2675
            "type": "library",
2676
            "autoload": {
2677
                "classmap": [
2678
                    "src/"
2679
                ]
2680
            },
2681
            "notification-url": "https://packagist.org/downloads/",
2682
            "license": [
2683
                "BSD-3-Clause"
2684
            ],
2685
            "authors": [
2686
                {
2687
                    "name": "Arne Blankerts",
2688
                    "email": "[email protected]",
2689
                    "role": "Developer"
2690
                },
2691
                {
2692
                    "name": "Sebastian Heuer",
2693
                    "email": "[email protected]",
2694
                    "role": "Developer"
2695
                },
2696
                {
2697
                    "name": "Sebastian Bergmann",
2698
                    "email": "[email protected]",
2699
                    "role": "Developer"
2700
                }
2701
            ],
2702
            "description": "Library for handling version information and constraints",
2703
            "time": "2018-07-08 19:19:57"
2704
        },
2705
        {
2706
            "name": "phpdocumentor/reflection-common",
2707
            "version": "1.0.1",
2708
            "source": {
2709
                "type": "git",
2710
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2711
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2712
            },
2713
            "dist": {
2714
                "type": "zip",
2715
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2716
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2717
                "shasum": ""
2718
            },
2719
            "require": {
2720
                "php": ">=5.5"
2721
            },
2722
            "require-dev": {
2723
                "phpunit/phpunit": "^4.6"
2724
            },
2725
            "type": "library",
2726
            "extra": {
2727
                "branch-alias": {
2728
                    "dev-master": "1.0.x-dev"
2729
                }
2730
            },
2731
            "autoload": {
2732
                "psr-4": {
2733
                    "phpDocumentor\\Reflection\\": [
2734
                        "src"
2735
                    ]
2736
                }
2737
            },
2738
            "notification-url": "https://packagist.org/downloads/",
2739
            "license": [
2740
                "MIT"
2741
            ],
2742
            "authors": [
2743
                {
2744
                    "name": "Jaap van Otterdijk",
2745
                    "email": "[email protected]"
2746
                }
2747
            ],
2748
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2749
            "homepage": "http://www.phpdoc.org",
2750
            "keywords": [
2751
                "FQSEN",
2752
                "phpDocumentor",
2753
                "phpdoc",
2754
                "reflection",
2755
                "static analysis"
2756
            ],
2757
            "time": "2017-09-11 18:02:19"
2758
        },
2759
        {
2760
            "name": "phpdocumentor/reflection-docblock",
2761
            "version": "4.3.0",
2762
            "source": {
2763
                "type": "git",
2764
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2765
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2766
            },
2767
            "dist": {
2768
                "type": "zip",
2769
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2770
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2771
                "shasum": ""
2772
            },
2773
            "require": {
2774
                "php": "^7.0",
2775
                "phpdocumentor/reflection-common": "^1.0.0",
2776
                "phpdocumentor/type-resolver": "^0.4.0",
2777
                "webmozart/assert": "^1.0"
2778
            },
2779
            "require-dev": {
2780
                "doctrine/instantiator": "~1.0.5",
2781
                "mockery/mockery": "^1.0",
2782
                "phpunit/phpunit": "^6.4"
2783
            },
2784
            "type": "library",
2785
            "extra": {
2786
                "branch-alias": {
2787
                    "dev-master": "4.x-dev"
2788
                }
2789
            },
2790
            "autoload": {
2791
                "psr-4": {
2792
                    "phpDocumentor\\Reflection\\": [
2793
                        "src/"
2794
                    ]
2795
                }
2796
            },
2797
            "notification-url": "https://packagist.org/downloads/",
2798
            "license": [
2799
                "MIT"
2800
            ],
2801
            "authors": [
2802
                {
2803
                    "name": "Mike van Riel",
2804
                    "email": "[email protected]"
2805
                }
2806
            ],
2807
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2808
            "time": "2017-11-30 07:14:17"
2809
        },
2810
        {
2811
            "name": "phpdocumentor/type-resolver",
2812
            "version": "0.4.0",
2813
            "source": {
2814
                "type": "git",
2815
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2816
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2817
            },
2818
            "dist": {
2819
                "type": "zip",
2820
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2821
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2822
                "shasum": ""
2823
            },
2824
            "require": {
2825
                "php": "^5.5 || ^7.0",
2826
                "phpdocumentor/reflection-common": "^1.0"
2827
            },
2828
            "require-dev": {
2829
                "mockery/mockery": "^0.9.4",
2830
                "phpunit/phpunit": "^5.2||^4.8.24"
2831
            },
2832
            "type": "library",
2833
            "extra": {
2834
                "branch-alias": {
2835
                    "dev-master": "1.0.x-dev"
2836
                }
2837
            },
2838
            "autoload": {
2839
                "psr-4": {
2840
                    "phpDocumentor\\Reflection\\": [
2841
                        "src/"
2842
                    ]
2843
                }
2844
            },
2845
            "notification-url": "https://packagist.org/downloads/",
2846
            "license": [
2847
                "MIT"
2848
            ],
2849
            "authors": [
2850
                {
2851
                    "name": "Mike van Riel",
2852
                    "email": "[email protected]"
2853
                }
2854
            ],
2855
            "time": "2017-07-14 14:27:02"
2856
        },
2857
        {
2858
            "name": "phpspec/prophecy",
2859
            "version": "1.7.6",
2860
            "source": {
2861
                "type": "git",
2862
                "url": "https://github.com/phpspec/prophecy.git",
2863
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2864
            },
2865
            "dist": {
2866
                "type": "zip",
2867
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2868
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2869
                "shasum": ""
2870
            },
2871
            "require": {
2872
                "doctrine/instantiator": "^1.0.2",
2873
                "php": "^5.3|^7.0",
2874
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2875
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2876
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2877
            },
2878
            "require-dev": {
2879
                "phpspec/phpspec": "^2.5|^3.2",
2880
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2881
            },
2882
            "type": "library",
2883
            "extra": {
2884
                "branch-alias": {
2885
                    "dev-master": "1.7.x-dev"
2886
                }
2887
            },
2888
            "autoload": {
2889
                "psr-0": {
2890
                    "Prophecy\\": "src/"
2891
                }
2892
            },
2893
            "notification-url": "https://packagist.org/downloads/",
2894
            "license": [
2895
                "MIT"
2896
            ],
2897
            "authors": [
2898
                {
2899
                    "name": "Konstantin Kudryashov",
2900
                    "email": "[email protected]",
2901
                    "homepage": "http://everzet.com"
2902
                },
2903
                {
2904
                    "name": "Marcello Duarte",
2905
                    "email": "[email protected]"
2906
                }
2907
            ],
2908
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2909
            "homepage": "https://github.com/phpspec/prophecy",
2910
            "keywords": [
2911
                "Double",
2912
                "Dummy",
2913
                "fake",
2914
                "mock",
2915
                "spy",
2916
                "stub"
2917
            ],
2918
            "time": "2018-04-18 13:57:24"
2919
        },
2920
        {
2921
            "name": "phpunit/php-code-coverage",
2922
            "version": "6.0.7",
2923
            "source": {
2924
                "type": "git",
2925
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2926
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
2927
            },
2928
            "dist": {
2929
                "type": "zip",
2930
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
2931
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
2932
                "shasum": ""
2933
            },
2934
            "require": {
2935
                "ext-dom": "*",
2936
                "ext-xmlwriter": "*",
2937
                "php": "^7.1",
2938
                "phpunit/php-file-iterator": "^2.0",
2939
                "phpunit/php-text-template": "^1.2.1",
2940
                "phpunit/php-token-stream": "^3.0",
2941
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2942
                "sebastian/environment": "^3.1",
2943
                "sebastian/version": "^2.0.1",
2944
                "theseer/tokenizer": "^1.1"
2945
            },
2946
            "require-dev": {
2947
                "phpunit/phpunit": "^7.0"
2948
            },
2949
            "suggest": {
2950
                "ext-xdebug": "^2.6.0"
2951
            },
2952
            "type": "library",
2953
            "extra": {
2954
                "branch-alias": {
2955
                    "dev-master": "6.0-dev"
2956
                }
2957
            },
2958
            "autoload": {
2959
                "classmap": [
2960
                    "src/"
2961
                ]
2962
            },
2963
            "notification-url": "https://packagist.org/downloads/",
2964
            "license": [
2965
                "BSD-3-Clause"
2966
            ],
2967
            "authors": [
2968
                {
2969
                    "name": "Sebastian Bergmann",
2970
                    "email": "[email protected]",
2971
                    "role": "lead"
2972
                }
2973
            ],
2974
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2975
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2976
            "keywords": [
2977
                "coverage",
2978
                "testing",
2979
                "xunit"
2980
            ],
2981
            "time": "2018-06-01 07:51:50"
2982
        },
2983
        {
2984
            "name": "phpunit/php-file-iterator",
2985
            "version": "2.0.1",
2986
            "source": {
2987
                "type": "git",
2988
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2989
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
2990
            },
2991
            "dist": {
2992
                "type": "zip",
2993
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2994
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2995
                "shasum": ""
2996
            },
2997
            "require": {
2998
                "php": "^7.1"
2999
            },
3000
            "type": "library",
3001
            "extra": {
3002
                "branch-alias": {
3003
                    "dev-master": "2.0.x-dev"
3004
                }
3005
            },
3006
            "autoload": {
3007
                "classmap": [
3008
                    "src/"
3009
                ]
3010
            },
3011
            "notification-url": "https://packagist.org/downloads/",
3012
            "license": [
3013
                "BSD-3-Clause"
3014
            ],
3015
            "authors": [
3016
                {
3017
                    "name": "Sebastian Bergmann",
3018
                    "email": "[email protected]",
3019
                    "role": "lead"
3020
                }
3021
            ],
3022
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3023
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3024
            "keywords": [
3025
                "filesystem",
3026
                "iterator"
3027
            ],
3028
            "time": "2018-06-11 11:44:00"
3029
        },
3030
        {
3031
            "name": "phpunit/php-text-template",
3032
            "version": "1.2.1",
3033
            "source": {
3034
                "type": "git",
3035
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3036
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3037
            },
3038
            "dist": {
3039
                "type": "zip",
3040
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3041
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3042
                "shasum": ""
3043
            },
3044
            "require": {
3045
                "php": ">=5.3.3"
3046
            },
3047
            "type": "library",
3048
            "autoload": {
3049
                "classmap": [
3050
                    "src/"
3051
                ]
3052
            },
3053
            "notification-url": "https://packagist.org/downloads/",
3054
            "license": [
3055
                "BSD-3-Clause"
3056
            ],
3057
            "authors": [
3058
                {
3059
                    "name": "Sebastian Bergmann",
3060
                    "email": "[email protected]",
3061
                    "role": "lead"
3062
                }
3063
            ],
3064
            "description": "Simple template engine.",
3065
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3066
            "keywords": [
3067
                "template"
3068
            ],
3069
            "time": "2015-06-21 13:50:34"
3070
        },
3071
        {
3072
            "name": "phpunit/php-timer",
3073
            "version": "2.0.0",
3074
            "source": {
3075
                "type": "git",
3076
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3077
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3078
            },
3079
            "dist": {
3080
                "type": "zip",
3081
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3082
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3083
                "shasum": ""
3084
            },
3085
            "require": {
3086
                "php": "^7.1"
3087
            },
3088
            "require-dev": {
3089
                "phpunit/phpunit": "^7.0"
3090
            },
3091
            "type": "library",
3092
            "extra": {
3093
                "branch-alias": {
3094
                    "dev-master": "2.0-dev"
3095
                }
3096
            },
3097
            "autoload": {
3098
                "classmap": [
3099
                    "src/"
3100
                ]
3101
            },
3102
            "notification-url": "https://packagist.org/downloads/",
3103
            "license": [
3104
                "BSD-3-Clause"
3105
            ],
3106
            "authors": [
3107
                {
3108
                    "name": "Sebastian Bergmann",
3109
                    "email": "[email protected]",
3110
                    "role": "lead"
3111
                }
3112
            ],
3113
            "description": "Utility class for timing",
3114
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3115
            "keywords": [
3116
                "timer"
3117
            ],
3118
            "time": "2018-02-01 13:07:23"
3119
        },
3120
        {
3121
            "name": "phpunit/php-token-stream",
3122
            "version": "3.0.0",
3123
            "source": {
3124
                "type": "git",
3125
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3126
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3127
            },
3128
            "dist": {
3129
                "type": "zip",
3130
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3131
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3132
                "shasum": ""
3133
            },
3134
            "require": {
3135
                "ext-tokenizer": "*",
3136
                "php": "^7.1"
3137
            },
3138
            "require-dev": {
3139
                "phpunit/phpunit": "^7.0"
3140
            },
3141
            "type": "library",
3142
            "extra": {
3143
                "branch-alias": {
3144
                    "dev-master": "3.0-dev"
3145
                }
3146
            },
3147
            "autoload": {
3148
                "classmap": [
3149
                    "src/"
3150
                ]
3151
            },
3152
            "notification-url": "https://packagist.org/downloads/",
3153
            "license": [
3154
                "BSD-3-Clause"
3155
            ],
3156
            "authors": [
3157
                {
3158
                    "name": "Sebastian Bergmann",
3159
                    "email": "[email protected]"
3160
                }
3161
            ],
3162
            "description": "Wrapper around PHP's tokenizer extension.",
3163
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3164
            "keywords": [
3165
                "tokenizer"
3166
            ],
3167
            "time": "2018-02-01 13:16:43"
3168
        },
3169
        {
3170
            "name": "phpunit/phpunit",
3171
            "version": "7.2.7",
3172
            "source": {
3173
                "type": "git",
3174
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3175
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c"
3176
            },
3177
            "dist": {
3178
                "type": "zip",
3179
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e878aff7917ef66e702e03d1359b16eee254e2c",
3180
                "reference": "8e878aff7917ef66e702e03d1359b16eee254e2c",
3181
                "shasum": ""
3182
            },
3183
            "require": {
3184
                "doctrine/instantiator": "^1.1",
3185
                "ext-dom": "*",
3186
                "ext-json": "*",
3187
                "ext-libxml": "*",
3188
                "ext-mbstring": "*",
3189
                "ext-xml": "*",
3190
                "myclabs/deep-copy": "^1.7",
3191
                "phar-io/manifest": "^1.0.2",
3192
                "phar-io/version": "^2.0",
3193
                "php": "^7.1",
3194
                "phpspec/prophecy": "^1.7",
3195
                "phpunit/php-code-coverage": "^6.0.7",
3196
                "phpunit/php-file-iterator": "^2.0.1",
3197
                "phpunit/php-text-template": "^1.2.1",
3198
                "phpunit/php-timer": "^2.0",
3199
                "sebastian/comparator": "^3.0",
3200
                "sebastian/diff": "^3.0",
3201
                "sebastian/environment": "^3.1",
3202
                "sebastian/exporter": "^3.1",
3203
                "sebastian/global-state": "^2.0",
3204
                "sebastian/object-enumerator": "^3.0.3",
3205
                "sebastian/resource-operations": "^1.0",
3206
                "sebastian/version": "^2.0.1"
3207
            },
3208
            "conflict": {
3209
                "phpunit/phpunit-mock-objects": "*"
3210
            },
3211
            "require-dev": {
3212
                "ext-pdo": "*"
3213
            },
3214
            "suggest": {
3215
                "ext-soap": "*",
3216
                "ext-xdebug": "*",
3217
                "phpunit/php-invoker": "^2.0"
3218
            },
3219
            "bin": [
3220
                "phpunit"
3221
            ],
3222
            "type": "library",
3223
            "extra": {
3224
                "branch-alias": {
3225
                    "dev-master": "7.2-dev"
3226
                }
3227
            },
3228
            "autoload": {
3229
                "classmap": [
3230
                    "src/"
3231
                ]
3232
            },
3233
            "notification-url": "https://packagist.org/downloads/",
3234
            "license": [
3235
                "BSD-3-Clause"
3236
            ],
3237
            "authors": [
3238
                {
3239
                    "name": "Sebastian Bergmann",
3240
                    "email": "[email protected]",
3241
                    "role": "lead"
3242
                }
3243
            ],
3244
            "description": "The PHP Unit Testing framework.",
3245
            "homepage": "https://phpunit.de/",
3246
            "keywords": [
3247
                "phpunit",
3248
                "testing",
3249
                "xunit"
3250
            ],
3251
            "time": "2018-07-15 05:20:50"
3252
        },
3253
        {
3254
            "name": "sebastian/code-unit-reverse-lookup",
3255
            "version": "1.0.1",
3256
            "source": {
3257
                "type": "git",
3258
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3259
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3260
            },
3261
            "dist": {
3262
                "type": "zip",
3263
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3264
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3265
                "shasum": ""
3266
            },
3267
            "require": {
3268
                "php": "^5.6 || ^7.0"
3269
            },
3270
            "require-dev": {
3271
                "phpunit/phpunit": "^5.7 || ^6.0"
3272
            },
3273
            "type": "library",
3274
            "extra": {
3275
                "branch-alias": {
3276
                    "dev-master": "1.0.x-dev"
3277
                }
3278
            },
3279
            "autoload": {
3280
                "classmap": [
3281
                    "src/"
3282
                ]
3283
            },
3284
            "notification-url": "https://packagist.org/downloads/",
3285
            "license": [
3286
                "BSD-3-Clause"
3287
            ],
3288
            "authors": [
3289
                {
3290
                    "name": "Sebastian Bergmann",
3291
                    "email": "[email protected]"
3292
                }
3293
            ],
3294
            "description": "Looks up which function or method a line of code belongs to",
3295
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3296
            "time": "2017-03-04 06:30:41"
3297
        },
3298
        {
3299
            "name": "sebastian/comparator",
3300
            "version": "3.0.2",
3301
            "source": {
3302
                "type": "git",
3303
                "url": "https://github.com/sebastianbergmann/comparator.git",
3304
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
3305
            },
3306
            "dist": {
3307
                "type": "zip",
3308
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
3309
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
3310
                "shasum": ""
3311
            },
3312
            "require": {
3313
                "php": "^7.1",
3314
                "sebastian/diff": "^3.0",
3315
                "sebastian/exporter": "^3.1"
3316
            },
3317
            "require-dev": {
3318
                "phpunit/phpunit": "^7.1"
3319
            },
3320
            "type": "library",
3321
            "extra": {
3322
                "branch-alias": {
3323
                    "dev-master": "3.0-dev"
3324
                }
3325
            },
3326
            "autoload": {
3327
                "classmap": [
3328
                    "src/"
3329
                ]
3330
            },
3331
            "notification-url": "https://packagist.org/downloads/",
3332
            "license": [
3333
                "BSD-3-Clause"
3334
            ],
3335
            "authors": [
3336
                {
3337
                    "name": "Jeff Welch",
3338
                    "email": "[email protected]"
3339
                },
3340
                {
3341
                    "name": "Volker Dusch",
3342
                    "email": "[email protected]"
3343
                },
3344
                {
3345
                    "name": "Bernhard Schussek",
3346
                    "email": "[email protected]"
3347
                },
3348
                {
3349
                    "name": "Sebastian Bergmann",
3350
                    "email": "[email protected]"
3351
                }
3352
            ],
3353
            "description": "Provides the functionality to compare PHP values for equality",
3354
            "homepage": "https://github.com/sebastianbergmann/comparator",
3355
            "keywords": [
3356
                "comparator",
3357
                "compare",
3358
                "equality"
3359
            ],
3360
            "time": "2018-07-12 15:12:46"
3361
        },
3362
        {
3363
            "name": "sebastian/diff",
3364
            "version": "3.0.1",
3365
            "source": {
3366
                "type": "git",
3367
                "url": "https://github.com/sebastianbergmann/diff.git",
3368
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
3369
            },
3370
            "dist": {
3371
                "type": "zip",
3372
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
3373
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
3374
                "shasum": ""
3375
            },
3376
            "require": {
3377
                "php": "^7.1"
3378
            },
3379
            "require-dev": {
3380
                "phpunit/phpunit": "^7.0",
3381
                "symfony/process": "^2 || ^3.3 || ^4"
3382
            },
3383
            "type": "library",
3384
            "extra": {
3385
                "branch-alias": {
3386
                    "dev-master": "3.0-dev"
3387
                }
3388
            },
3389
            "autoload": {
3390
                "classmap": [
3391
                    "src/"
3392
                ]
3393
            },
3394
            "notification-url": "https://packagist.org/downloads/",
3395
            "license": [
3396
                "BSD-3-Clause"
3397
            ],
3398
            "authors": [
3399
                {
3400
                    "name": "Kore Nordmann",
3401
                    "email": "[email protected]"
3402
                },
3403
                {
3404
                    "name": "Sebastian Bergmann",
3405
                    "email": "[email protected]"
3406
                }
3407
            ],
3408
            "description": "Diff implementation",
3409
            "homepage": "https://github.com/sebastianbergmann/diff",
3410
            "keywords": [
3411
                "diff",
3412
                "udiff",
3413
                "unidiff",
3414
                "unified diff"
3415
            ],
3416
            "time": "2018-06-10 07:54:39"
3417
        },
3418
        {
3419
            "name": "sebastian/environment",
3420
            "version": "3.1.0",
3421
            "source": {
3422
                "type": "git",
3423
                "url": "https://github.com/sebastianbergmann/environment.git",
3424
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3425
            },
3426
            "dist": {
3427
                "type": "zip",
3428
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3429
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3430
                "shasum": ""
3431
            },
3432
            "require": {
3433
                "php": "^7.0"
3434
            },
3435
            "require-dev": {
3436
                "phpunit/phpunit": "^6.1"
3437
            },
3438
            "type": "library",
3439
            "extra": {
3440
                "branch-alias": {
3441
                    "dev-master": "3.1.x-dev"
3442
                }
3443
            },
3444
            "autoload": {
3445
                "classmap": [
3446
                    "src/"
3447
                ]
3448
            },
3449
            "notification-url": "https://packagist.org/downloads/",
3450
            "license": [
3451
                "BSD-3-Clause"
3452
            ],
3453
            "authors": [
3454
                {
3455
                    "name": "Sebastian Bergmann",
3456
                    "email": "[email protected]"
3457
                }
3458
            ],
3459
            "description": "Provides functionality to handle HHVM/PHP environments",
3460
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3461
            "keywords": [
3462
                "Xdebug",
3463
                "environment",
3464
                "hhvm"
3465
            ],
3466
            "time": "2017-07-01 08:51:00"
3467
        },
3468
        {
3469
            "name": "sebastian/exporter",
3470
            "version": "3.1.0",
3471
            "source": {
3472
                "type": "git",
3473
                "url": "https://github.com/sebastianbergmann/exporter.git",
3474
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3475
            },
3476
            "dist": {
3477
                "type": "zip",
3478
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3479
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3480
                "shasum": ""
3481
            },
3482
            "require": {
3483
                "php": "^7.0",
3484
                "sebastian/recursion-context": "^3.0"
3485
            },
3486
            "require-dev": {
3487
                "ext-mbstring": "*",
3488
                "phpunit/phpunit": "^6.0"
3489
            },
3490
            "type": "library",
3491
            "extra": {
3492
                "branch-alias": {
3493
                    "dev-master": "3.1.x-dev"
3494
                }
3495
            },
3496
            "autoload": {
3497
                "classmap": [
3498
                    "src/"
3499
                ]
3500
            },
3501
            "notification-url": "https://packagist.org/downloads/",
3502
            "license": [
3503
                "BSD-3-Clause"
3504
            ],
3505
            "authors": [
3506
                {
3507
                    "name": "Jeff Welch",
3508
                    "email": "[email protected]"
3509
                },
3510
                {
3511
                    "name": "Volker Dusch",
3512
                    "email": "[email protected]"
3513
                },
3514
                {
3515
                    "name": "Bernhard Schussek",
3516
                    "email": "[email protected]"
3517
                },
3518
                {
3519
                    "name": "Sebastian Bergmann",
3520
                    "email": "[email protected]"
3521
                },
3522
                {
3523
                    "name": "Adam Harvey",
3524
                    "email": "[email protected]"
3525
                }
3526
            ],
3527
            "description": "Provides the functionality to export PHP variables for visualization",
3528
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3529
            "keywords": [
3530
                "export",
3531
                "exporter"
3532
            ],
3533
            "time": "2017-04-03 13:19:02"
3534
        },
3535
        {
3536
            "name": "sebastian/global-state",
3537
            "version": "2.0.0",
3538
            "source": {
3539
                "type": "git",
3540
                "url": "https://github.com/sebastianbergmann/global-state.git",
3541
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3542
            },
3543
            "dist": {
3544
                "type": "zip",
3545
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3546
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3547
                "shasum": ""
3548
            },
3549
            "require": {
3550
                "php": "^7.0"
3551
            },
3552
            "require-dev": {
3553
                "phpunit/phpunit": "^6.0"
3554
            },
3555
            "suggest": {
3556
                "ext-uopz": "*"
3557
            },
3558
            "type": "library",
3559
            "extra": {
3560
                "branch-alias": {
3561
                    "dev-master": "2.0-dev"
3562
                }
3563
            },
3564
            "autoload": {
3565
                "classmap": [
3566
                    "src/"
3567
                ]
3568
            },
3569
            "notification-url": "https://packagist.org/downloads/",
3570
            "license": [
3571
                "BSD-3-Clause"
3572
            ],
3573
            "authors": [
3574
                {
3575
                    "name": "Sebastian Bergmann",
3576
                    "email": "[email protected]"
3577
                }
3578
            ],
3579
            "description": "Snapshotting of global state",
3580
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3581
            "keywords": [
3582
                "global state"
3583
            ],
3584
            "time": "2017-04-27 15:39:26"
3585
        },
3586
        {
3587
            "name": "sebastian/object-enumerator",
3588
            "version": "3.0.3",
3589
            "source": {
3590
                "type": "git",
3591
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3592
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3593
            },
3594
            "dist": {
3595
                "type": "zip",
3596
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3597
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3598
                "shasum": ""
3599
            },
3600
            "require": {
3601
                "php": "^7.0",
3602
                "sebastian/object-reflector": "^1.1.1",
3603
                "sebastian/recursion-context": "^3.0"
3604
            },
3605
            "require-dev": {
3606
                "phpunit/phpunit": "^6.0"
3607
            },
3608
            "type": "library",
3609
            "extra": {
3610
                "branch-alias": {
3611
                    "dev-master": "3.0.x-dev"
3612
                }
3613
            },
3614
            "autoload": {
3615
                "classmap": [
3616
                    "src/"
3617
                ]
3618
            },
3619
            "notification-url": "https://packagist.org/downloads/",
3620
            "license": [
3621
                "BSD-3-Clause"
3622
            ],
3623
            "authors": [
3624
                {
3625
                    "name": "Sebastian Bergmann",
3626
                    "email": "[email protected]"
3627
                }
3628
            ],
3629
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3630
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3631
            "time": "2017-08-03 12:35:26"
3632
        },
3633
        {
3634
            "name": "sebastian/object-reflector",
3635
            "version": "1.1.1",
3636
            "source": {
3637
                "type": "git",
3638
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3639
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3640
            },
3641
            "dist": {
3642
                "type": "zip",
3643
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3644
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3645
                "shasum": ""
3646
            },
3647
            "require": {
3648
                "php": "^7.0"
3649
            },
3650
            "require-dev": {
3651
                "phpunit/phpunit": "^6.0"
3652
            },
3653
            "type": "library",
3654
            "extra": {
3655
                "branch-alias": {
3656
                    "dev-master": "1.1-dev"
3657
                }
3658
            },
3659
            "autoload": {
3660
                "classmap": [
3661
                    "src/"
3662
                ]
3663
            },
3664
            "notification-url": "https://packagist.org/downloads/",
3665
            "license": [
3666
                "BSD-3-Clause"
3667
            ],
3668
            "authors": [
3669
                {
3670
                    "name": "Sebastian Bergmann",
3671
                    "email": "[email protected]"
3672
                }
3673
            ],
3674
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3675
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3676
            "time": "2017-03-29 09:07:27"
3677
        },
3678
        {
3679
            "name": "sebastian/recursion-context",
3680
            "version": "3.0.0",
3681
            "source": {
3682
                "type": "git",
3683
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3684
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3685
            },
3686
            "dist": {
3687
                "type": "zip",
3688
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3689
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3690
                "shasum": ""
3691
            },
3692
            "require": {
3693
                "php": "^7.0"
3694
            },
3695
            "require-dev": {
3696
                "phpunit/phpunit": "^6.0"
3697
            },
3698
            "type": "library",
3699
            "extra": {
3700
                "branch-alias": {
3701
                    "dev-master": "3.0.x-dev"
3702
                }
3703
            },
3704
            "autoload": {
3705
                "classmap": [
3706
                    "src/"
3707
                ]
3708
            },
3709
            "notification-url": "https://packagist.org/downloads/",
3710
            "license": [
3711
                "BSD-3-Clause"
3712
            ],
3713
            "authors": [
3714
                {
3715
                    "name": "Jeff Welch",
3716
                    "email": "[email protected]"
3717
                },
3718
                {
3719
                    "name": "Sebastian Bergmann",
3720
                    "email": "[email protected]"
3721
                },
3722
                {
3723
                    "name": "Adam Harvey",
3724
                    "email": "[email protected]"
3725
                }
3726
            ],
3727
            "description": "Provides functionality to recursively process PHP variables",
3728
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3729
            "time": "2017-03-03 06:23:57"
3730
        },
3731
        {
3732
            "name": "sebastian/resource-operations",
3733
            "version": "1.0.0",
3734
            "source": {
3735
                "type": "git",
3736
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3737
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3738
            },
3739
            "dist": {
3740
                "type": "zip",
3741
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3742
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3743
                "shasum": ""
3744
            },
3745
            "require": {
3746
                "php": ">=5.6.0"
3747
            },
3748
            "type": "library",
3749
            "extra": {
3750
                "branch-alias": {
3751
                    "dev-master": "1.0.x-dev"
3752
                }
3753
            },
3754
            "autoload": {
3755
                "classmap": [
3756
                    "src/"
3757
                ]
3758
            },
3759
            "notification-url": "https://packagist.org/downloads/",
3760
            "license": [
3761
                "BSD-3-Clause"
3762
            ],
3763
            "authors": [
3764
                {
3765
                    "name": "Sebastian Bergmann",
3766
                    "email": "[email protected]"
3767
                }
3768
            ],
3769
            "description": "Provides a list of PHP built-in functions that operate on resources",
3770
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3771
            "time": "2015-07-28 20:34:47"
3772
        },
3773
        {
3774
            "name": "sebastian/version",
3775
            "version": "2.0.1",
3776
            "source": {
3777
                "type": "git",
3778
                "url": "https://github.com/sebastianbergmann/version.git",
3779
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3780
            },
3781
            "dist": {
3782
                "type": "zip",
3783
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3784
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3785
                "shasum": ""
3786
            },
3787
            "require": {
3788
                "php": ">=5.6"
3789
            },
3790
            "type": "library",
3791
            "extra": {
3792
                "branch-alias": {
3793
                    "dev-master": "2.0.x-dev"
3794
                }
3795
            },
3796
            "autoload": {
3797
                "classmap": [
3798
                    "src/"
3799
                ]
3800
            },
3801
            "notification-url": "https://packagist.org/downloads/",
3802
            "license": [
3803
                "BSD-3-Clause"
3804
            ],
3805
            "authors": [
3806
                {
3807
                    "name": "Sebastian Bergmann",
3808
                    "email": "[email protected]",
3809
                    "role": "lead"
3810
                }
3811
            ],
3812
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3813
            "homepage": "https://github.com/sebastianbergmann/version",
3814
            "time": "2016-10-03 07:35:21"
3815
        },
3816
        {
3817
            "name": "theseer/tokenizer",
3818
            "version": "1.1.0",
3819
            "source": {
3820
                "type": "git",
3821
                "url": "https://github.com/theseer/tokenizer.git",
3822
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3823
            },
3824
            "dist": {
3825
                "type": "zip",
3826
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3827
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3828
                "shasum": ""
3829
            },
3830
            "require": {
3831
                "ext-dom": "*",
3832
                "ext-tokenizer": "*",
3833
                "ext-xmlwriter": "*",
3834
                "php": "^7.0"
3835
            },
3836
            "type": "library",
3837
            "autoload": {
3838
                "classmap": [
3839
                    "src/"
3840
                ]
3841
            },
3842
            "notification-url": "https://packagist.org/downloads/",
3843
            "license": [
3844
                "BSD-3-Clause"
3845
            ],
3846
            "authors": [
3847
                {
3848
                    "name": "Arne Blankerts",
3849
                    "email": "[email protected]",
3850
                    "role": "Developer"
3851
                }
3852
            ],
3853
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3854
            "time": "2017-04-07 12:08:54"
3855
        },
3856
        {
3857
            "name": "webmozart/assert",
3858
            "version": "1.3.0",
3859
            "source": {
3860
                "type": "git",
3861
                "url": "https://github.com/webmozart/assert.git",
3862
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3863
            },
3864
            "dist": {
3865
                "type": "zip",
3866
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3867
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3868
                "shasum": ""
3869
            },
3870
            "require": {
3871
                "php": "^5.3.3 || ^7.0"
3872
            },
3873
            "require-dev": {
3874
                "phpunit/phpunit": "^4.6",
3875
                "sebastian/version": "^1.0.1"
3876
            },
3877
            "type": "library",
3878
            "extra": {
3879
                "branch-alias": {
3880
                    "dev-master": "1.3-dev"
3881
                }
3882
            },
3883
            "autoload": {
3884
                "psr-4": {
3885
                    "Webmozart\\Assert\\": "src/"
3886
                }
3887
            },
3888
            "notification-url": "https://packagist.org/downloads/",
3889
            "license": [
3890
                "MIT"
3891
            ],
3892
            "authors": [
3893
                {
3894
                    "name": "Bernhard Schussek",
3895
                    "email": "[email protected]"
3896
                }
3897
            ],
3898
            "description": "Assertions to validate method input/output with nice error messages.",
3899
            "keywords": [
3900
                "assert",
3901
                "check",
3902
                "validate"
3903
            ],
3904
            "time": "2018-01-29 19:49:41"
3905
        }
3906
    ],
3907
    "aliases": [],
3908
    "minimum-stability": "stable",
3909
    "stability-flags": [],
3910
    "prefer-stable": false,
3911
    "prefer-lowest": false,
3912
    "platform": {
3913
        "php": "^7.1.0"
3914
    },
3915
    "platform-dev": []
3916
}
3917