Issues (6)

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": "ab7e8adbe8c2b742c98a878625d8e9fb",
8
    "content-hash": "c54b82a388021059c201437bf31a635b",
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.4.1",
146
            "source": {
147
                "type": "git",
148
                "url": "https://github.com/composer/composer.git",
149
                "reference": "7ee2a5e1cf32e9c8439445fe8dce2c046c2abebd"
150
            },
151
            "dist": {
152
                "type": "zip",
153
                "url": "https://api.github.com/repos/composer/composer/zipball/7ee2a5e1cf32e9c8439445fe8dce2c046c2abebd",
154
                "reference": "7ee2a5e1cf32e9c8439445fe8dce2c046c2abebd",
155
                "shasum": ""
156
            },
157
            "require": {
158
                "composer/ca-bundle": "^1.0",
159
                "composer/semver": "^1.0",
160
                "composer/spdx-licenses": "^1.0",
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",
168
                "symfony/filesystem": "^2.7 || ^3.0",
169
                "symfony/finder": "^2.7 || ^3.0",
170
                "symfony/process": "^2.7 || ^3.0"
171
            },
172
            "require-dev": {
173
                "phpunit/phpunit": "^4.5 || ^5.0.5",
174
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
175
            },
176
            "suggest": {
177
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
178
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
179
                "ext-zlib": "Allow gzip compression of HTTP requests"
180
            },
181
            "bin": [
182
                "bin/composer"
183
            ],
184
            "type": "library",
185
            "extra": {
186
                "branch-alias": {
187
                    "dev-master": "1.4-dev"
188
                }
189
            },
190
            "autoload": {
191
                "psr-4": {
192
                    "Composer\\": "src/Composer"
193
                }
194
            },
195
            "notification-url": "https://packagist.org/downloads/",
196
            "license": [
197
                "MIT"
198
            ],
199
            "authors": [
200
                {
201
                    "name": "Nils Adermann",
202
                    "email": "[email protected]",
203
                    "homepage": "http://www.naderman.de"
204
                },
205
                {
206
                    "name": "Jordi Boggiano",
207
                    "email": "[email protected]",
208
                    "homepage": "http://seld.be"
209
                }
210
            ],
211
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
212
            "homepage": "https://getcomposer.org/",
213
            "keywords": [
214
                "autoload",
215
                "dependency",
216
                "package"
217
            ],
218
            "time": "2017-03-10 08:29:45"
219
        },
220
        {
221
            "name": "composer/semver",
222
            "version": "1.4.2",
223
            "source": {
224
                "type": "git",
225
                "url": "https://github.com/composer/semver.git",
226
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
227
            },
228
            "dist": {
229
                "type": "zip",
230
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
231
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
232
                "shasum": ""
233
            },
234
            "require": {
235
                "php": "^5.3.2 || ^7.0"
236
            },
237
            "require-dev": {
238
                "phpunit/phpunit": "^4.5 || ^5.0.5",
239
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
240
            },
241
            "type": "library",
242
            "extra": {
243
                "branch-alias": {
244
                    "dev-master": "1.x-dev"
245
                }
246
            },
247
            "autoload": {
248
                "psr-4": {
249
                    "Composer\\Semver\\": "src"
250
                }
251
            },
252
            "notification-url": "https://packagist.org/downloads/",
253
            "license": [
254
                "MIT"
255
            ],
256
            "authors": [
257
                {
258
                    "name": "Nils Adermann",
259
                    "email": "[email protected]",
260
                    "homepage": "http://www.naderman.de"
261
                },
262
                {
263
                    "name": "Jordi Boggiano",
264
                    "email": "[email protected]",
265
                    "homepage": "http://seld.be"
266
                },
267
                {
268
                    "name": "Rob Bast",
269
                    "email": "[email protected]",
270
                    "homepage": "http://robbast.nl"
271
                }
272
            ],
273
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
274
            "keywords": [
275
                "semantic",
276
                "semver",
277
                "validation",
278
                "versioning"
279
            ],
280
            "time": "2016-08-30 16:08:34"
281
        },
282
        {
283
            "name": "composer/spdx-licenses",
284
            "version": "1.4.0",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/composer/spdx-licenses.git",
288
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
293
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "php": "^5.3.2 || ^7.0"
298
            },
299
            "require-dev": {
300
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
301
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
302
            },
303
            "type": "library",
304
            "extra": {
305
                "branch-alias": {
306
                    "dev-master": "1.x-dev"
307
                }
308
            },
309
            "autoload": {
310
                "psr-4": {
311
                    "Composer\\Spdx\\": "src"
312
                }
313
            },
314
            "notification-url": "https://packagist.org/downloads/",
315
            "license": [
316
                "MIT"
317
            ],
318
            "authors": [
319
                {
320
                    "name": "Nils Adermann",
321
                    "email": "[email protected]",
322
                    "homepage": "http://www.naderman.de"
323
                },
324
                {
325
                    "name": "Jordi Boggiano",
326
                    "email": "[email protected]",
327
                    "homepage": "http://seld.be"
328
                },
329
                {
330
                    "name": "Rob Bast",
331
                    "email": "[email protected]",
332
                    "homepage": "http://robbast.nl"
333
                }
334
            ],
335
            "description": "SPDX licenses list and validation library.",
336
            "keywords": [
337
                "license",
338
                "spdx",
339
                "validator"
340
            ],
341
            "time": "2018-04-30 10:33:04"
342
        },
343
        {
344
            "name": "container-interop/container-interop",
345
            "version": "1.2.0",
346
            "source": {
347
                "type": "git",
348
                "url": "https://github.com/container-interop/container-interop.git",
349
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
350
            },
351
            "dist": {
352
                "type": "zip",
353
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
354
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
355
                "shasum": ""
356
            },
357
            "require": {
358
                "psr/container": "^1.0"
359
            },
360
            "type": "library",
361
            "autoload": {
362
                "psr-4": {
363
                    "Interop\\Container\\": "src/Interop/Container/"
364
                }
365
            },
366
            "notification-url": "https://packagist.org/downloads/",
367
            "license": [
368
                "MIT"
369
            ],
370
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
371
            "homepage": "https://github.com/container-interop/container-interop",
372
            "time": "2017-02-14 19:40:03"
373
        },
374
        {
375
            "name": "justinrainbow/json-schema",
376
            "version": "5.2.7",
377
            "source": {
378
                "type": "git",
379
                "url": "https://github.com/justinrainbow/json-schema.git",
380
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
381
            },
382
            "dist": {
383
                "type": "zip",
384
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
385
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
386
                "shasum": ""
387
            },
388
            "require": {
389
                "php": ">=5.3.3"
390
            },
391
            "require-dev": {
392
                "friendsofphp/php-cs-fixer": "^2.1",
393
                "json-schema/json-schema-test-suite": "1.2.0",
394
                "phpunit/phpunit": "^4.8.35"
395
            },
396
            "bin": [
397
                "bin/validate-json"
398
            ],
399
            "type": "library",
400
            "extra": {
401
                "branch-alias": {
402
                    "dev-master": "5.0.x-dev"
403
                }
404
            },
405
            "autoload": {
406
                "psr-4": {
407
                    "JsonSchema\\": "src/JsonSchema/"
408
                }
409
            },
410
            "notification-url": "https://packagist.org/downloads/",
411
            "license": [
412
                "MIT"
413
            ],
414
            "authors": [
415
                {
416
                    "name": "Bruno Prieto Reis",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Justin Rainbow",
421
                    "email": "[email protected]"
422
                },
423
                {
424
                    "name": "Igor Wiedler",
425
                    "email": "[email protected]"
426
                },
427
                {
428
                    "name": "Robert Schönthal",
429
                    "email": "[email protected]"
430
                }
431
            ],
432
            "description": "A library to validate a json schema.",
433
            "homepage": "https://github.com/justinrainbow/json-schema",
434
            "keywords": [
435
                "json",
436
                "schema"
437
            ],
438
            "time": "2018-02-14 22:26:30"
439
        },
440
        {
441
            "name": "magento/framework",
442
            "version": "101.0.4",
443
            "dist": {
444
                "type": "zip",
445
                "url": "https://repo.magento.com/archives/magento/framework/magento-framework-101.0.4.0.zip",
446
                "reference": null,
447
                "shasum": "dfc3f3ac4e563dbb76e342ac7c998a501e5cd38e"
448
            },
449
            "require": {
450
                "colinmollenhour/php-redis-session-abstract": "1.3.4",
451
                "composer/composer": "1.4.1",
452
                "ext-bcmath": "*",
453
                "ext-curl": "*",
454
                "ext-dom": "*",
455
                "ext-gd": "*",
456
                "ext-hash": "*",
457
                "ext-iconv": "*",
458
                "ext-mcrypt": "*",
459
                "ext-openssl": "*",
460
                "ext-simplexml": "*",
461
                "ext-spl": "*",
462
                "ext-xsl": "*",
463
                "lib-libxml": "*",
464
                "magento/zendframework1": "~1.13.0",
465
                "monolog/monolog": "^1.17",
466
                "oyejorge/less.php": "~1.7.0",
467
                "php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
468
                "symfony/console": "~2.3, !=2.7.0",
469
                "symfony/process": "~2.1",
470
                "tedivm/jshrink": "~1.3.0",
471
                "zendframework/zend-code": "~3.1.0",
472
                "zendframework/zend-crypt": "^2.6.0",
473
                "zendframework/zend-http": "^2.6.0",
474
                "zendframework/zend-mvc": "~2.7.12",
475
                "zendframework/zend-stdlib": "^2.7.7",
476
                "zendframework/zend-uri": "^2.5.1",
477
                "zendframework/zend-validator": "^2.6.0"
478
            },
479
            "suggest": {
480
                "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"
481
            },
482
            "type": "magento2-library",
483
            "autoload": {
484
                "psr-4": {
485
                    "Magento\\Framework\\": ""
486
                },
487
                "files": [
488
                    "registration.php"
489
                ]
490
            },
491
            "license": [
492
                "OSL-3.0",
493
                "AFL-3.0"
494
            ],
495
            "description": "N/A"
496
        },
497
        {
498
            "name": "magento/zendframework1",
499
            "version": "1.13.1",
500
            "source": {
501
                "type": "git",
502
                "url": "https://github.com/magento/zf1.git",
503
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf"
504
            },
505
            "dist": {
506
                "type": "zip",
507
                "url": "https://api.github.com/repos/magento/zf1/zipball/e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
508
                "reference": "e2693f047bb7ccb8affa8f72ea40269f4c9f4fbf",
509
                "shasum": ""
510
            },
511
            "require": {
512
                "php": ">=5.2.11"
513
            },
514
            "require-dev": {
515
                "phpunit/dbunit": "1.3.*",
516
                "phpunit/phpunit": "3.7.*"
517
            },
518
            "type": "library",
519
            "extra": {
520
                "branch-alias": {
521
                    "dev-master": "1.12.x-dev"
522
                }
523
            },
524
            "autoload": {
525
                "psr-0": {
526
                    "Zend_": "library/"
527
                }
528
            },
529
            "notification-url": "https://packagist.org/downloads/",
530
            "include-path": [
531
                "library/"
532
            ],
533
            "license": [
534
                "BSD-3-Clause"
535
            ],
536
            "description": "Magento Zend Framework 1",
537
            "homepage": "http://framework.zend.com/",
538
            "keywords": [
539
                "ZF1",
540
                "framework"
541
            ],
542
            "time": "2017-06-21 14:56:23"
543
        },
544
        {
545
            "name": "monolog/monolog",
546
            "version": "1.23.0",
547
            "source": {
548
                "type": "git",
549
                "url": "https://github.com/Seldaek/monolog.git",
550
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
551
            },
552
            "dist": {
553
                "type": "zip",
554
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
555
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
556
                "shasum": ""
557
            },
558
            "require": {
559
                "php": ">=5.3.0",
560
                "psr/log": "~1.0"
561
            },
562
            "provide": {
563
                "psr/log-implementation": "1.0.0"
564
            },
565
            "require-dev": {
566
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
567
                "doctrine/couchdb": "~1.0@dev",
568
                "graylog2/gelf-php": "~1.0",
569
                "jakub-onderka/php-parallel-lint": "0.9",
570
                "php-amqplib/php-amqplib": "~2.4",
571
                "php-console/php-console": "^3.1.3",
572
                "phpunit/phpunit": "~4.5",
573
                "phpunit/phpunit-mock-objects": "2.3.0",
574
                "ruflin/elastica": ">=0.90 <3.0",
575
                "sentry/sentry": "^0.13",
576
                "swiftmailer/swiftmailer": "^5.3|^6.0"
577
            },
578
            "suggest": {
579
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
580
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
581
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
582
                "ext-mongo": "Allow sending log messages to a MongoDB server",
583
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
584
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
585
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
586
                "php-console/php-console": "Allow sending log messages to Google Chrome",
587
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
588
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
589
                "sentry/sentry": "Allow sending log messages to a Sentry server"
590
            },
591
            "type": "library",
592
            "extra": {
593
                "branch-alias": {
594
                    "dev-master": "2.0.x-dev"
595
                }
596
            },
597
            "autoload": {
598
                "psr-4": {
599
                    "Monolog\\": "src/Monolog"
600
                }
601
            },
602
            "notification-url": "https://packagist.org/downloads/",
603
            "license": [
604
                "MIT"
605
            ],
606
            "authors": [
607
                {
608
                    "name": "Jordi Boggiano",
609
                    "email": "[email protected]",
610
                    "homepage": "http://seld.be"
611
                }
612
            ],
613
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
614
            "homepage": "http://github.com/Seldaek/monolog",
615
            "keywords": [
616
                "log",
617
                "logging",
618
                "psr-3"
619
            ],
620
            "time": "2017-06-19 01:22:40"
621
        },
622
        {
623
            "name": "oyejorge/less.php",
624
            "version": "v1.7.0.14",
625
            "source": {
626
                "type": "git",
627
                "url": "https://github.com/oyejorge/less.php.git",
628
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
629
            },
630
            "dist": {
631
                "type": "zip",
632
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
633
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
634
                "shasum": ""
635
            },
636
            "require": {
637
                "php": ">=5.3"
638
            },
639
            "require-dev": {
640
                "phpunit/phpunit": "~4.8.24"
641
            },
642
            "bin": [
643
                "bin/lessc"
644
            ],
645
            "type": "library",
646
            "autoload": {
647
                "psr-0": {
648
                    "Less": "lib/"
649
                },
650
                "classmap": [
651
                    "lessc.inc.php"
652
                ]
653
            },
654
            "notification-url": "https://packagist.org/downloads/",
655
            "license": [
656
                "Apache-2.0"
657
            ],
658
            "authors": [
659
                {
660
                    "name": "Matt Agar",
661
                    "homepage": "https://github.com/agar"
662
                },
663
                {
664
                    "name": "Martin Jantošovič",
665
                    "homepage": "https://github.com/Mordred"
666
                },
667
                {
668
                    "name": "Josh Schmidt",
669
                    "homepage": "https://github.com/oyejorge"
670
                }
671
            ],
672
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
673
            "homepage": "http://lessphp.gpeasy.com",
674
            "keywords": [
675
                "css",
676
                "less",
677
                "less.js",
678
                "lesscss",
679
                "php",
680
                "stylesheet"
681
            ],
682
            "time": "2017-03-28 22:19:25"
683
        },
684
        {
685
            "name": "psr/container",
686
            "version": "1.0.0",
687
            "source": {
688
                "type": "git",
689
                "url": "https://github.com/php-fig/container.git",
690
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
691
            },
692
            "dist": {
693
                "type": "zip",
694
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
695
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
696
                "shasum": ""
697
            },
698
            "require": {
699
                "php": ">=5.3.0"
700
            },
701
            "type": "library",
702
            "extra": {
703
                "branch-alias": {
704
                    "dev-master": "1.0.x-dev"
705
                }
706
            },
707
            "autoload": {
708
                "psr-4": {
709
                    "Psr\\Container\\": "src/"
710
                }
711
            },
712
            "notification-url": "https://packagist.org/downloads/",
713
            "license": [
714
                "MIT"
715
            ],
716
            "authors": [
717
                {
718
                    "name": "PHP-FIG",
719
                    "homepage": "http://www.php-fig.org/"
720
                }
721
            ],
722
            "description": "Common Container Interface (PHP FIG PSR-11)",
723
            "homepage": "https://github.com/php-fig/container",
724
            "keywords": [
725
                "PSR-11",
726
                "container",
727
                "container-interface",
728
                "container-interop",
729
                "psr"
730
            ],
731
            "time": "2017-02-14 16:28:37"
732
        },
733
        {
734
            "name": "psr/http-message",
735
            "version": "1.0.1",
736
            "source": {
737
                "type": "git",
738
                "url": "https://github.com/php-fig/http-message.git",
739
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
740
            },
741
            "dist": {
742
                "type": "zip",
743
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
744
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
745
                "shasum": ""
746
            },
747
            "require": {
748
                "php": ">=5.3.0"
749
            },
750
            "type": "library",
751
            "extra": {
752
                "branch-alias": {
753
                    "dev-master": "1.0.x-dev"
754
                }
755
            },
756
            "autoload": {
757
                "psr-4": {
758
                    "Psr\\Http\\Message\\": "src/"
759
                }
760
            },
761
            "notification-url": "https://packagist.org/downloads/",
762
            "license": [
763
                "MIT"
764
            ],
765
            "authors": [
766
                {
767
                    "name": "PHP-FIG",
768
                    "homepage": "http://www.php-fig.org/"
769
                }
770
            ],
771
            "description": "Common interface for HTTP messages",
772
            "homepage": "https://github.com/php-fig/http-message",
773
            "keywords": [
774
                "http",
775
                "http-message",
776
                "psr",
777
                "psr-7",
778
                "request",
779
                "response"
780
            ],
781
            "time": "2016-08-06 14:39:51"
782
        },
783
        {
784
            "name": "psr/log",
785
            "version": "1.0.2",
786
            "source": {
787
                "type": "git",
788
                "url": "https://github.com/php-fig/log.git",
789
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
790
            },
791
            "dist": {
792
                "type": "zip",
793
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
794
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
795
                "shasum": ""
796
            },
797
            "require": {
798
                "php": ">=5.3.0"
799
            },
800
            "type": "library",
801
            "extra": {
802
                "branch-alias": {
803
                    "dev-master": "1.0.x-dev"
804
                }
805
            },
806
            "autoload": {
807
                "psr-4": {
808
                    "Psr\\Log\\": "Psr/Log/"
809
                }
810
            },
811
            "notification-url": "https://packagist.org/downloads/",
812
            "license": [
813
                "MIT"
814
            ],
815
            "authors": [
816
                {
817
                    "name": "PHP-FIG",
818
                    "homepage": "http://www.php-fig.org/"
819
                }
820
            ],
821
            "description": "Common interface for logging libraries",
822
            "homepage": "https://github.com/php-fig/log",
823
            "keywords": [
824
                "log",
825
                "psr",
826
                "psr-3"
827
            ],
828
            "time": "2016-10-10 12:19:37"
829
        },
830
        {
831
            "name": "seld/cli-prompt",
832
            "version": "1.0.3",
833
            "source": {
834
                "type": "git",
835
                "url": "https://github.com/Seldaek/cli-prompt.git",
836
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
837
            },
838
            "dist": {
839
                "type": "zip",
840
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
841
                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
842
                "shasum": ""
843
            },
844
            "require": {
845
                "php": ">=5.3"
846
            },
847
            "type": "library",
848
            "extra": {
849
                "branch-alias": {
850
                    "dev-master": "1.x-dev"
851
                }
852
            },
853
            "autoload": {
854
                "psr-4": {
855
                    "Seld\\CliPrompt\\": "src/"
856
                }
857
            },
858
            "notification-url": "https://packagist.org/downloads/",
859
            "license": [
860
                "MIT"
861
            ],
862
            "authors": [
863
                {
864
                    "name": "Jordi Boggiano",
865
                    "email": "[email protected]"
866
                }
867
            ],
868
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
869
            "keywords": [
870
                "cli",
871
                "console",
872
                "hidden",
873
                "input",
874
                "prompt"
875
            ],
876
            "time": "2017-03-18 11:32:45"
877
        },
878
        {
879
            "name": "seld/jsonlint",
880
            "version": "1.7.1",
881
            "source": {
882
                "type": "git",
883
                "url": "https://github.com/Seldaek/jsonlint.git",
884
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
885
            },
886
            "dist": {
887
                "type": "zip",
888
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
889
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
890
                "shasum": ""
891
            },
892
            "require": {
893
                "php": "^5.3 || ^7.0"
894
            },
895
            "require-dev": {
896
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
897
            },
898
            "bin": [
899
                "bin/jsonlint"
900
            ],
901
            "type": "library",
902
            "autoload": {
903
                "psr-4": {
904
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
905
                }
906
            },
907
            "notification-url": "https://packagist.org/downloads/",
908
            "license": [
909
                "MIT"
910
            ],
911
            "authors": [
912
                {
913
                    "name": "Jordi Boggiano",
914
                    "email": "[email protected]",
915
                    "homepage": "http://seld.be"
916
                }
917
            ],
918
            "description": "JSON Linter",
919
            "keywords": [
920
                "json",
921
                "linter",
922
                "parser",
923
                "validator"
924
            ],
925
            "time": "2018-01-24 12:46:19"
926
        },
927
        {
928
            "name": "seld/phar-utils",
929
            "version": "1.0.1",
930
            "source": {
931
                "type": "git",
932
                "url": "https://github.com/Seldaek/phar-utils.git",
933
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
934
            },
935
            "dist": {
936
                "type": "zip",
937
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
938
                "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
939
                "shasum": ""
940
            },
941
            "require": {
942
                "php": ">=5.3"
943
            },
944
            "type": "library",
945
            "extra": {
946
                "branch-alias": {
947
                    "dev-master": "1.x-dev"
948
                }
949
            },
950
            "autoload": {
951
                "psr-4": {
952
                    "Seld\\PharUtils\\": "src/"
953
                }
954
            },
955
            "notification-url": "https://packagist.org/downloads/",
956
            "license": [
957
                "MIT"
958
            ],
959
            "authors": [
960
                {
961
                    "name": "Jordi Boggiano",
962
                    "email": "[email protected]"
963
                }
964
            ],
965
            "description": "PHAR file format utilities, for when PHP phars you up",
966
            "keywords": [
967
                "phra"
968
            ],
969
            "time": "2015-10-13 18:44:15"
970
        },
971
        {
972
            "name": "stil/curl-easy",
973
            "version": "v1.2.1",
974
            "source": {
975
                "type": "git",
976
                "url": "https://github.com/stil/curl-easy.git",
977
                "reference": "8bbfd24de23d8b9dc0973a0e3b0d4b6aa5a56bd7"
978
            },
979
            "dist": {
980
                "type": "zip",
981
                "url": "https://api.github.com/repos/stil/curl-easy/zipball/8bbfd24de23d8b9dc0973a0e3b0d4b6aa5a56bd7",
982
                "reference": "8bbfd24de23d8b9dc0973a0e3b0d4b6aa5a56bd7",
983
                "shasum": ""
984
            },
985
            "require": {
986
                "symfony/event-dispatcher": "^3.2"
987
            },
988
            "require-dev": {
989
                "phpunit/phpunit": "^6.1"
990
            },
991
            "type": "library",
992
            "autoload": {
993
                "psr-4": {
994
                    "cURL\\": "src/"
995
                }
996
            },
997
            "notification-url": "https://packagist.org/downloads/",
998
            "license": [
999
                "MIT"
1000
            ],
1001
            "description": "cURL wrapper for PHP. Supports parallel and non-blocking requests. For high speed crawling, see stil/curl-robot.",
1002
            "time": "2017-05-20 15:13:54"
1003
        },
1004
        {
1005
            "name": "symfony/console",
1006
            "version": "v2.8.40",
1007
            "source": {
1008
                "type": "git",
1009
                "url": "https://github.com/symfony/console.git",
1010
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7"
1011
            },
1012
            "dist": {
1013
                "type": "zip",
1014
                "url": "https://api.github.com/repos/symfony/console/zipball/e8e59b74ad1274714dad2748349b55e3e6e630c7",
1015
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7",
1016
                "shasum": ""
1017
            },
1018
            "require": {
1019
                "php": ">=5.3.9",
1020
                "symfony/debug": "^2.7.2|~3.0.0",
1021
                "symfony/polyfill-mbstring": "~1.0"
1022
            },
1023
            "require-dev": {
1024
                "psr/log": "~1.0",
1025
                "symfony/event-dispatcher": "~2.1|~3.0.0",
1026
                "symfony/process": "~2.1|~3.0.0"
1027
            },
1028
            "suggest": {
1029
                "psr/log-implementation": "For using the console logger",
1030
                "symfony/event-dispatcher": "",
1031
                "symfony/process": ""
1032
            },
1033
            "type": "library",
1034
            "extra": {
1035
                "branch-alias": {
1036
                    "dev-master": "2.8-dev"
1037
                }
1038
            },
1039
            "autoload": {
1040
                "psr-4": {
1041
                    "Symfony\\Component\\Console\\": ""
1042
                },
1043
                "exclude-from-classmap": [
1044
                    "/Tests/"
1045
                ]
1046
            },
1047
            "notification-url": "https://packagist.org/downloads/",
1048
            "license": [
1049
                "MIT"
1050
            ],
1051
            "authors": [
1052
                {
1053
                    "name": "Fabien Potencier",
1054
                    "email": "[email protected]"
1055
                },
1056
                {
1057
                    "name": "Symfony Community",
1058
                    "homepage": "https://symfony.com/contributors"
1059
                }
1060
            ],
1061
            "description": "Symfony Console Component",
1062
            "homepage": "https://symfony.com",
1063
            "time": "2018-05-15 21:17:45"
1064
        },
1065
        {
1066
            "name": "symfony/debug",
1067
            "version": "v3.0.9",
1068
            "source": {
1069
                "type": "git",
1070
                "url": "https://github.com/symfony/debug.git",
1071
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
1072
            },
1073
            "dist": {
1074
                "type": "zip",
1075
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
1076
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
1077
                "shasum": ""
1078
            },
1079
            "require": {
1080
                "php": ">=5.5.9",
1081
                "psr/log": "~1.0"
1082
            },
1083
            "conflict": {
1084
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1085
            },
1086
            "require-dev": {
1087
                "symfony/class-loader": "~2.8|~3.0",
1088
                "symfony/http-kernel": "~2.8|~3.0"
1089
            },
1090
            "type": "library",
1091
            "extra": {
1092
                "branch-alias": {
1093
                    "dev-master": "3.0-dev"
1094
                }
1095
            },
1096
            "autoload": {
1097
                "psr-4": {
1098
                    "Symfony\\Component\\Debug\\": ""
1099
                },
1100
                "exclude-from-classmap": [
1101
                    "/Tests/"
1102
                ]
1103
            },
1104
            "notification-url": "https://packagist.org/downloads/",
1105
            "license": [
1106
                "MIT"
1107
            ],
1108
            "authors": [
1109
                {
1110
                    "name": "Fabien Potencier",
1111
                    "email": "[email protected]"
1112
                },
1113
                {
1114
                    "name": "Symfony Community",
1115
                    "homepage": "https://symfony.com/contributors"
1116
                }
1117
            ],
1118
            "description": "Symfony Debug Component",
1119
            "homepage": "https://symfony.com",
1120
            "time": "2016-07-30 07:22:48"
1121
        },
1122
        {
1123
            "name": "symfony/event-dispatcher",
1124
            "version": "v3.4.10",
1125
            "source": {
1126
                "type": "git",
1127
                "url": "https://github.com/symfony/event-dispatcher.git",
1128
                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
1129
            },
1130
            "dist": {
1131
                "type": "zip",
1132
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1133
                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1134
                "shasum": ""
1135
            },
1136
            "require": {
1137
                "php": "^5.5.9|>=7.0.8"
1138
            },
1139
            "conflict": {
1140
                "symfony/dependency-injection": "<3.3"
1141
            },
1142
            "require-dev": {
1143
                "psr/log": "~1.0",
1144
                "symfony/config": "~2.8|~3.0|~4.0",
1145
                "symfony/dependency-injection": "~3.3|~4.0",
1146
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1147
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1148
            },
1149
            "suggest": {
1150
                "symfony/dependency-injection": "",
1151
                "symfony/http-kernel": ""
1152
            },
1153
            "type": "library",
1154
            "extra": {
1155
                "branch-alias": {
1156
                    "dev-master": "3.4-dev"
1157
                }
1158
            },
1159
            "autoload": {
1160
                "psr-4": {
1161
                    "Symfony\\Component\\EventDispatcher\\": ""
1162
                },
1163
                "exclude-from-classmap": [
1164
                    "/Tests/"
1165
                ]
1166
            },
1167
            "notification-url": "https://packagist.org/downloads/",
1168
            "license": [
1169
                "MIT"
1170
            ],
1171
            "authors": [
1172
                {
1173
                    "name": "Fabien Potencier",
1174
                    "email": "[email protected]"
1175
                },
1176
                {
1177
                    "name": "Symfony Community",
1178
                    "homepage": "https://symfony.com/contributors"
1179
                }
1180
            ],
1181
            "description": "Symfony EventDispatcher Component",
1182
            "homepage": "https://symfony.com",
1183
            "time": "2018-04-06 07:35:25"
1184
        },
1185
        {
1186
            "name": "symfony/filesystem",
1187
            "version": "v3.4.10",
1188
            "source": {
1189
                "type": "git",
1190
                "url": "https://github.com/symfony/filesystem.git",
1191
                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0"
1192
            },
1193
            "dist": {
1194
                "type": "zip",
1195
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
1196
                "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
1197
                "shasum": ""
1198
            },
1199
            "require": {
1200
                "php": "^5.5.9|>=7.0.8",
1201
                "symfony/polyfill-ctype": "~1.8"
1202
            },
1203
            "type": "library",
1204
            "extra": {
1205
                "branch-alias": {
1206
                    "dev-master": "3.4-dev"
1207
                }
1208
            },
1209
            "autoload": {
1210
                "psr-4": {
1211
                    "Symfony\\Component\\Filesystem\\": ""
1212
                },
1213
                "exclude-from-classmap": [
1214
                    "/Tests/"
1215
                ]
1216
            },
1217
            "notification-url": "https://packagist.org/downloads/",
1218
            "license": [
1219
                "MIT"
1220
            ],
1221
            "authors": [
1222
                {
1223
                    "name": "Fabien Potencier",
1224
                    "email": "[email protected]"
1225
                },
1226
                {
1227
                    "name": "Symfony Community",
1228
                    "homepage": "https://symfony.com/contributors"
1229
                }
1230
            ],
1231
            "description": "Symfony Filesystem Component",
1232
            "homepage": "https://symfony.com",
1233
            "time": "2018-05-16 08:49:21"
1234
        },
1235
        {
1236
            "name": "symfony/finder",
1237
            "version": "v3.4.10",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/symfony/finder.git",
1241
                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
1246
                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "php": "^5.5.9|>=7.0.8"
1251
            },
1252
            "type": "library",
1253
            "extra": {
1254
                "branch-alias": {
1255
                    "dev-master": "3.4-dev"
1256
                }
1257
            },
1258
            "autoload": {
1259
                "psr-4": {
1260
                    "Symfony\\Component\\Finder\\": ""
1261
                },
1262
                "exclude-from-classmap": [
1263
                    "/Tests/"
1264
                ]
1265
            },
1266
            "notification-url": "https://packagist.org/downloads/",
1267
            "license": [
1268
                "MIT"
1269
            ],
1270
            "authors": [
1271
                {
1272
                    "name": "Fabien Potencier",
1273
                    "email": "[email protected]"
1274
                },
1275
                {
1276
                    "name": "Symfony Community",
1277
                    "homepage": "https://symfony.com/contributors"
1278
                }
1279
            ],
1280
            "description": "Symfony Finder Component",
1281
            "homepage": "https://symfony.com",
1282
            "time": "2018-05-16 08:49:21"
1283
        },
1284
        {
1285
            "name": "symfony/polyfill-ctype",
1286
            "version": "v1.8.0",
1287
            "source": {
1288
                "type": "git",
1289
                "url": "https://github.com/symfony/polyfill-ctype.git",
1290
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1291
            },
1292
            "dist": {
1293
                "type": "zip",
1294
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1295
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1296
                "shasum": ""
1297
            },
1298
            "require": {
1299
                "php": ">=5.3.3"
1300
            },
1301
            "type": "library",
1302
            "extra": {
1303
                "branch-alias": {
1304
                    "dev-master": "1.8-dev"
1305
                }
1306
            },
1307
            "autoload": {
1308
                "psr-4": {
1309
                    "Symfony\\Polyfill\\Ctype\\": ""
1310
                },
1311
                "files": [
1312
                    "bootstrap.php"
1313
                ]
1314
            },
1315
            "notification-url": "https://packagist.org/downloads/",
1316
            "license": [
1317
                "MIT"
1318
            ],
1319
            "authors": [
1320
                {
1321
                    "name": "Symfony Community",
1322
                    "homepage": "https://symfony.com/contributors"
1323
                },
1324
                {
1325
                    "name": "Gert de Pagter",
1326
                    "email": "[email protected]"
1327
                }
1328
            ],
1329
            "description": "Symfony polyfill for ctype functions",
1330
            "homepage": "https://symfony.com",
1331
            "keywords": [
1332
                "compatibility",
1333
                "ctype",
1334
                "polyfill",
1335
                "portable"
1336
            ],
1337
            "time": "2018-04-30 19:57:29"
1338
        },
1339
        {
1340
            "name": "symfony/polyfill-mbstring",
1341
            "version": "v1.8.0",
1342
            "source": {
1343
                "type": "git",
1344
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1345
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1346
            },
1347
            "dist": {
1348
                "type": "zip",
1349
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1350
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1351
                "shasum": ""
1352
            },
1353
            "require": {
1354
                "php": ">=5.3.3"
1355
            },
1356
            "suggest": {
1357
                "ext-mbstring": "For best performance"
1358
            },
1359
            "type": "library",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "1.8-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "psr-4": {
1367
                    "Symfony\\Polyfill\\Mbstring\\": ""
1368
                },
1369
                "files": [
1370
                    "bootstrap.php"
1371
                ]
1372
            },
1373
            "notification-url": "https://packagist.org/downloads/",
1374
            "license": [
1375
                "MIT"
1376
            ],
1377
            "authors": [
1378
                {
1379
                    "name": "Nicolas Grekas",
1380
                    "email": "[email protected]"
1381
                },
1382
                {
1383
                    "name": "Symfony Community",
1384
                    "homepage": "https://symfony.com/contributors"
1385
                }
1386
            ],
1387
            "description": "Symfony polyfill for the Mbstring extension",
1388
            "homepage": "https://symfony.com",
1389
            "keywords": [
1390
                "compatibility",
1391
                "mbstring",
1392
                "polyfill",
1393
                "portable",
1394
                "shim"
1395
            ],
1396
            "time": "2018-04-26 10:06:28"
1397
        },
1398
        {
1399
            "name": "symfony/process",
1400
            "version": "v2.8.40",
1401
            "source": {
1402
                "type": "git",
1403
                "url": "https://github.com/symfony/process.git",
1404
                "reference": "713952f2ccbcc8342ecdbe1cb313d3e2da8aad28"
1405
            },
1406
            "dist": {
1407
                "type": "zip",
1408
                "url": "https://api.github.com/repos/symfony/process/zipball/713952f2ccbcc8342ecdbe1cb313d3e2da8aad28",
1409
                "reference": "713952f2ccbcc8342ecdbe1cb313d3e2da8aad28",
1410
                "shasum": ""
1411
            },
1412
            "require": {
1413
                "php": ">=5.3.9"
1414
            },
1415
            "type": "library",
1416
            "extra": {
1417
                "branch-alias": {
1418
                    "dev-master": "2.8-dev"
1419
                }
1420
            },
1421
            "autoload": {
1422
                "psr-4": {
1423
                    "Symfony\\Component\\Process\\": ""
1424
                },
1425
                "exclude-from-classmap": [
1426
                    "/Tests/"
1427
                ]
1428
            },
1429
            "notification-url": "https://packagist.org/downloads/",
1430
            "license": [
1431
                "MIT"
1432
            ],
1433
            "authors": [
1434
                {
1435
                    "name": "Fabien Potencier",
1436
                    "email": "[email protected]"
1437
                },
1438
                {
1439
                    "name": "Symfony Community",
1440
                    "homepage": "https://symfony.com/contributors"
1441
                }
1442
            ],
1443
            "description": "Symfony Process Component",
1444
            "homepage": "https://symfony.com",
1445
            "time": "2018-05-15 21:17:45"
1446
        },
1447
        {
1448
            "name": "tedivm/jshrink",
1449
            "version": "v1.3.0",
1450
            "source": {
1451
                "type": "git",
1452
                "url": "https://github.com/tedious/JShrink.git",
1453
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448"
1454
            },
1455
            "dist": {
1456
                "type": "zip",
1457
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/68ce379b213741e86f02bf6053b0d26b9f833448",
1458
                "reference": "68ce379b213741e86f02bf6053b0d26b9f833448",
1459
                "shasum": ""
1460
            },
1461
            "require": {
1462
                "php": "^5.6|^7.0"
1463
            },
1464
            "require-dev": {
1465
                "friendsofphp/php-cs-fixer": "^2.8",
1466
                "php-coveralls/php-coveralls": "^1.1.0",
1467
                "phpunit/phpunit": "^6"
1468
            },
1469
            "type": "library",
1470
            "autoload": {
1471
                "psr-0": {
1472
                    "JShrink": "src/"
1473
                }
1474
            },
1475
            "notification-url": "https://packagist.org/downloads/",
1476
            "license": [
1477
                "BSD-3-Clause"
1478
            ],
1479
            "authors": [
1480
                {
1481
                    "name": "Robert Hafner",
1482
                    "email": "[email protected]"
1483
                }
1484
            ],
1485
            "description": "Javascript Minifier built in PHP",
1486
            "homepage": "http://github.com/tedious/JShrink",
1487
            "keywords": [
1488
                "javascript",
1489
                "minifier"
1490
            ],
1491
            "time": "2017-12-08 00:59:56"
1492
        },
1493
        {
1494
            "name": "zendframework/zend-code",
1495
            "version": "3.1.0",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/zendframework/zend-code.git",
1499
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
1504
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
1509
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
1510
            },
1511
            "require-dev": {
1512
                "doctrine/annotations": "~1.0",
1513
                "ext-phar": "*",
1514
                "phpunit/phpunit": "^4.8.21",
1515
                "squizlabs/php_codesniffer": "^2.5",
1516
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1517
            },
1518
            "suggest": {
1519
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1520
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
1521
            },
1522
            "type": "library",
1523
            "extra": {
1524
                "branch-alias": {
1525
                    "dev-master": "3.1-dev",
1526
                    "dev-develop": "3.2-dev"
1527
                }
1528
            },
1529
            "autoload": {
1530
                "psr-4": {
1531
                    "Zend\\Code\\": "src/"
1532
                }
1533
            },
1534
            "notification-url": "https://packagist.org/downloads/",
1535
            "license": [
1536
                "BSD-3-Clause"
1537
            ],
1538
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
1539
            "homepage": "https://github.com/zendframework/zend-code",
1540
            "keywords": [
1541
                "code",
1542
                "zf2"
1543
            ],
1544
            "time": "2016-10-24 13:23:32"
1545
        },
1546
        {
1547
            "name": "zendframework/zend-console",
1548
            "version": "2.7.0",
1549
            "source": {
1550
                "type": "git",
1551
                "url": "https://github.com/zendframework/zend-console.git",
1552
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
1553
            },
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
1557
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
1558
                "shasum": ""
1559
            },
1560
            "require": {
1561
                "php": "^5.6 || ^7.0",
1562
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
1563
            },
1564
            "require-dev": {
1565
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1566
                "zendframework/zend-coding-standard": "~1.0.0",
1567
                "zendframework/zend-filter": "^2.7.2",
1568
                "zendframework/zend-json": "^2.6 || ^3.0",
1569
                "zendframework/zend-validator": "^2.10.1"
1570
            },
1571
            "suggest": {
1572
                "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
1573
                "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
1574
            },
1575
            "type": "library",
1576
            "extra": {
1577
                "branch-alias": {
1578
                    "dev-master": "2.7.x-dev",
1579
                    "dev-develop": "2.8.x-dev"
1580
                }
1581
            },
1582
            "autoload": {
1583
                "psr-4": {
1584
                    "Zend\\Console\\": "src/"
1585
                }
1586
            },
1587
            "notification-url": "https://packagist.org/downloads/",
1588
            "license": [
1589
                "BSD-3-Clause"
1590
            ],
1591
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
1592
            "keywords": [
1593
                "ZendFramework",
1594
                "console",
1595
                "zf"
1596
            ],
1597
            "time": "2018-01-25 19:08:04"
1598
        },
1599
        {
1600
            "name": "zendframework/zend-crypt",
1601
            "version": "2.6.0",
1602
            "source": {
1603
                "type": "git",
1604
                "url": "https://github.com/zendframework/zend-crypt.git",
1605
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
1606
            },
1607
            "dist": {
1608
                "type": "zip",
1609
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
1610
                "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
1611
                "shasum": ""
1612
            },
1613
            "require": {
1614
                "container-interop/container-interop": "~1.0",
1615
                "php": "^5.5 || ^7.0",
1616
                "zendframework/zend-math": "^2.6",
1617
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1618
            },
1619
            "require-dev": {
1620
                "fabpot/php-cs-fixer": "1.7.*",
1621
                "phpunit/phpunit": "~4.0"
1622
            },
1623
            "suggest": {
1624
                "ext-mcrypt": "Required for most features of Zend\\Crypt"
1625
            },
1626
            "type": "library",
1627
            "extra": {
1628
                "branch-alias": {
1629
                    "dev-master": "2.6-dev",
1630
                    "dev-develop": "2.7-dev"
1631
                }
1632
            },
1633
            "autoload": {
1634
                "psr-4": {
1635
                    "Zend\\Crypt\\": "src/"
1636
                }
1637
            },
1638
            "notification-url": "https://packagist.org/downloads/",
1639
            "license": [
1640
                "BSD-3-Clause"
1641
            ],
1642
            "homepage": "https://github.com/zendframework/zend-crypt",
1643
            "keywords": [
1644
                "crypt",
1645
                "zf2"
1646
            ],
1647
            "time": "2016-02-03 23:46:30"
1648
        },
1649
        {
1650
            "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...
1651
            "version": "1.7.1",
1652
            "source": {
1653
                "type": "git",
1654
                "url": "https://github.com/zendframework/zend-diactoros.git",
1655
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
1656
            },
1657
            "dist": {
1658
                "type": "zip",
1659
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1660
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1661
                "shasum": ""
1662
            },
1663
            "require": {
1664
                "php": "^5.6 || ^7.0",
1665
                "psr/http-message": "^1.0"
1666
            },
1667
            "provide": {
1668
                "psr/http-message-implementation": "1.0"
1669
            },
1670
            "require-dev": {
1671
                "ext-dom": "*",
1672
                "ext-libxml": "*",
1673
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
1674
                "zendframework/zend-coding-standard": "~1.0"
1675
            },
1676
            "type": "library",
1677
            "extra": {
1678
                "branch-alias": {
1679
                    "dev-master": "1.7.x-dev",
1680
                    "dev-develop": "1.8.x-dev"
1681
                }
1682
            },
1683
            "autoload": {
1684
                "psr-4": {
1685
                    "Zend\\Diactoros\\": "src/"
1686
                }
1687
            },
1688
            "notification-url": "https://packagist.org/downloads/",
1689
            "license": [
1690
                "BSD-2-Clause"
1691
            ],
1692
            "description": "PSR HTTP Message implementations",
1693
            "homepage": "https://github.com/zendframework/zend-diactoros",
1694
            "keywords": [
1695
                "http",
1696
                "psr",
1697
                "psr-7"
1698
            ],
1699
            "time": "2018-02-26 15:44:50"
1700
        },
1701
        {
1702
            "name": "zendframework/zend-escaper",
1703
            "version": "2.6.0",
1704
            "source": {
1705
                "type": "git",
1706
                "url": "https://github.com/zendframework/zend-escaper.git",
1707
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
1708
            },
1709
            "dist": {
1710
                "type": "zip",
1711
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
1712
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
1713
                "shasum": ""
1714
            },
1715
            "require": {
1716
                "php": "^5.6 || ^7.0"
1717
            },
1718
            "require-dev": {
1719
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1720
                "zendframework/zend-coding-standard": "~1.0.0"
1721
            },
1722
            "type": "library",
1723
            "extra": {
1724
                "branch-alias": {
1725
                    "dev-master": "2.6.x-dev",
1726
                    "dev-develop": "2.7.x-dev"
1727
                }
1728
            },
1729
            "autoload": {
1730
                "psr-4": {
1731
                    "Zend\\Escaper\\": "src/"
1732
                }
1733
            },
1734
            "notification-url": "https://packagist.org/downloads/",
1735
            "license": [
1736
                "BSD-3-Clause"
1737
            ],
1738
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1739
            "keywords": [
1740
                "ZendFramework",
1741
                "escaper",
1742
                "zf"
1743
            ],
1744
            "time": "2018-04-25 15:48:53"
1745
        },
1746
        {
1747
            "name": "zendframework/zend-eventmanager",
1748
            "version": "3.2.1",
1749
            "source": {
1750
                "type": "git",
1751
                "url": "https://github.com/zendframework/zend-eventmanager.git",
1752
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
1753
            },
1754
            "dist": {
1755
                "type": "zip",
1756
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
1757
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
1758
                "shasum": ""
1759
            },
1760
            "require": {
1761
                "php": "^5.6 || ^7.0"
1762
            },
1763
            "require-dev": {
1764
                "athletic/athletic": "^0.1",
1765
                "container-interop/container-interop": "^1.1.0",
1766
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1767
                "zendframework/zend-coding-standard": "~1.0.0",
1768
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
1769
            },
1770
            "suggest": {
1771
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
1772
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
1773
            },
1774
            "type": "library",
1775
            "extra": {
1776
                "branch-alias": {
1777
                    "dev-master": "3.2-dev",
1778
                    "dev-develop": "3.3-dev"
1779
                }
1780
            },
1781
            "autoload": {
1782
                "psr-4": {
1783
                    "Zend\\EventManager\\": "src/"
1784
                }
1785
            },
1786
            "notification-url": "https://packagist.org/downloads/",
1787
            "license": [
1788
                "BSD-3-Clause"
1789
            ],
1790
            "description": "Trigger and listen to events within a PHP application",
1791
            "homepage": "https://github.com/zendframework/zend-eventmanager",
1792
            "keywords": [
1793
                "event",
1794
                "eventmanager",
1795
                "events",
1796
                "zf2"
1797
            ],
1798
            "time": "2018-04-25 15:33:34"
1799
        },
1800
        {
1801
            "name": "zendframework/zend-filter",
1802
            "version": "2.8.0",
1803
            "source": {
1804
                "type": "git",
1805
                "url": "https://github.com/zendframework/zend-filter.git",
1806
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
1807
            },
1808
            "dist": {
1809
                "type": "zip",
1810
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
1811
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
1812
                "shasum": ""
1813
            },
1814
            "require": {
1815
                "php": "^5.6 || ^7.0",
1816
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
1817
            },
1818
            "conflict": {
1819
                "zendframework/zend-validator": "<2.10.1"
1820
            },
1821
            "require-dev": {
1822
                "pear/archive_tar": "^1.4.3",
1823
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1824
                "zendframework/zend-coding-standard": "~1.0.0",
1825
                "zendframework/zend-crypt": "^3.2.1",
1826
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
1827
                "zendframework/zend-uri": "^2.6"
1828
            },
1829
            "suggest": {
1830
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
1831
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
1832
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
1833
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
1834
            },
1835
            "type": "library",
1836
            "extra": {
1837
                "branch-alias": {
1838
                    "dev-master": "2.8.x-dev",
1839
                    "dev-develop": "2.9.x-dev"
1840
                },
1841
                "zf": {
1842
                    "component": "Zend\\Filter",
1843
                    "config-provider": "Zend\\Filter\\ConfigProvider"
1844
                }
1845
            },
1846
            "autoload": {
1847
                "psr-4": {
1848
                    "Zend\\Filter\\": "src/"
1849
                }
1850
            },
1851
            "notification-url": "https://packagist.org/downloads/",
1852
            "license": [
1853
                "BSD-3-Clause"
1854
            ],
1855
            "description": "provides a set of commonly needed data filters",
1856
            "keywords": [
1857
                "ZendFramework",
1858
                "filter",
1859
                "zf"
1860
            ],
1861
            "time": "2018-04-11 16:20:04"
1862
        },
1863
        {
1864
            "name": "zendframework/zend-form",
1865
            "version": "2.12.0",
1866
            "source": {
1867
                "type": "git",
1868
                "url": "https://github.com/zendframework/zend-form.git",
1869
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441"
1870
            },
1871
            "dist": {
1872
                "type": "zip",
1873
                "url": "https://api.github.com/repos/zendframework/zend-form/zipball/565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
1874
                "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
1875
                "shasum": ""
1876
            },
1877
            "require": {
1878
                "php": "^5.6 || ^7.0",
1879
                "zendframework/zend-hydrator": "^1.1 || ^2.1",
1880
                "zendframework/zend-inputfilter": "^2.8",
1881
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
1882
            },
1883
            "require-dev": {
1884
                "doctrine/annotations": "~1.0",
1885
                "phpunit/phpunit": "^5.7.23 || ^6.5.3",
1886
                "zendframework/zend-cache": "^2.6.1",
1887
                "zendframework/zend-captcha": "^2.7.1",
1888
                "zendframework/zend-code": "^2.6 || ^3.0",
1889
                "zendframework/zend-coding-standard": "~1.0.0",
1890
                "zendframework/zend-escaper": "^2.5",
1891
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1892
                "zendframework/zend-filter": "^2.6",
1893
                "zendframework/zend-i18n": "^2.6",
1894
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1895
                "zendframework/zend-session": "^2.8.1",
1896
                "zendframework/zend-text": "^2.6",
1897
                "zendframework/zend-validator": "^2.6",
1898
                "zendframework/zend-view": "^2.6.2",
1899
                "zendframework/zendservice-recaptcha": "^3.0.0"
1900
            },
1901
            "suggest": {
1902
                "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
1903
                "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
1904
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
1905
                "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
1906
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
1907
                "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
1908
                "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
1909
            },
1910
            "type": "library",
1911
            "extra": {
1912
                "branch-alias": {
1913
                    "dev-master": "2.12.x-dev",
1914
                    "dev-develop": "2.13.x-dev"
1915
                },
1916
                "zf": {
1917
                    "component": "Zend\\Form",
1918
                    "config-provider": "Zend\\Form\\ConfigProvider"
1919
                }
1920
            },
1921
            "autoload": {
1922
                "psr-4": {
1923
                    "Zend\\Form\\": "src/"
1924
                },
1925
                "files": [
1926
                    "autoload/formElementManagerPolyfill.php"
1927
                ]
1928
            },
1929
            "notification-url": "https://packagist.org/downloads/",
1930
            "license": [
1931
                "BSD-3-Clause"
1932
            ],
1933
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
1934
            "keywords": [
1935
                "ZendFramework",
1936
                "form",
1937
                "zf"
1938
            ],
1939
            "time": "2018-05-16 18:49:44"
1940
        },
1941
        {
1942
            "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...
1943
            "version": "2.8.0",
1944
            "source": {
1945
                "type": "git",
1946
                "url": "https://github.com/zendframework/zend-http.git",
1947
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51"
1948
            },
1949
            "dist": {
1950
                "type": "zip",
1951
                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
1952
                "reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
1953
                "shasum": ""
1954
            },
1955
            "require": {
1956
                "php": "^5.6 || ^7.0",
1957
                "zendframework/zend-loader": "^2.5.1",
1958
                "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
1959
                "zendframework/zend-uri": "^2.5.2",
1960
                "zendframework/zend-validator": "^2.10.1"
1961
            },
1962
            "require-dev": {
1963
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
1964
                "zendframework/zend-coding-standard": "~1.0.0",
1965
                "zendframework/zend-config": "^3.1 || ^2.6"
1966
            },
1967
            "suggest": {
1968
                "paragonie/certainty": "For automated management of cacert.pem"
1969
            },
1970
            "type": "library",
1971
            "extra": {
1972
                "branch-alias": {
1973
                    "dev-master": "2.8.x-dev",
1974
                    "dev-develop": "2.9.x-dev"
1975
                }
1976
            },
1977
            "autoload": {
1978
                "psr-4": {
1979
                    "Zend\\Http\\": "src/"
1980
                }
1981
            },
1982
            "notification-url": "https://packagist.org/downloads/",
1983
            "license": [
1984
                "BSD-3-Clause"
1985
            ],
1986
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
1987
            "keywords": [
1988
                "ZendFramework",
1989
                "http",
1990
                "http client",
1991
                "zend",
1992
                "zf"
1993
            ],
1994
            "time": "2018-04-26 21:04:50"
1995
        },
1996
        {
1997
            "name": "zendframework/zend-hydrator",
1998
            "version": "1.1.0",
1999
            "source": {
2000
                "type": "git",
2001
                "url": "https://github.com/zendframework/zend-hydrator.git",
2002
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
2003
            },
2004
            "dist": {
2005
                "type": "zip",
2006
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
2007
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
2008
                "shasum": ""
2009
            },
2010
            "require": {
2011
                "php": "^5.5 || ^7.0",
2012
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2013
            },
2014
            "require-dev": {
2015
                "phpunit/phpunit": "~4.0",
2016
                "squizlabs/php_codesniffer": "^2.0@dev",
2017
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2018
                "zendframework/zend-filter": "^2.6",
2019
                "zendframework/zend-inputfilter": "^2.6",
2020
                "zendframework/zend-serializer": "^2.6.1",
2021
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2022
            },
2023
            "suggest": {
2024
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
2025
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
2026
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
2027
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
2028
            },
2029
            "type": "library",
2030
            "extra": {
2031
                "branch-alias": {
2032
                    "dev-release-1.0": "1.0-dev",
2033
                    "dev-release-1.1": "1.1-dev",
2034
                    "dev-master": "2.0-dev",
2035
                    "dev-develop": "2.1-dev"
2036
                }
2037
            },
2038
            "autoload": {
2039
                "psr-4": {
2040
                    "Zend\\Hydrator\\": "src/"
2041
                }
2042
            },
2043
            "notification-url": "https://packagist.org/downloads/",
2044
            "license": [
2045
                "BSD-3-Clause"
2046
            ],
2047
            "homepage": "https://github.com/zendframework/zend-hydrator",
2048
            "keywords": [
2049
                "hydrator",
2050
                "zf2"
2051
            ],
2052
            "time": "2016-02-18 22:38:26"
2053
        },
2054
        {
2055
            "name": "zendframework/zend-inputfilter",
2056
            "version": "2.8.0",
2057
            "source": {
2058
                "type": "git",
2059
                "url": "https://github.com/zendframework/zend-inputfilter.git",
2060
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488"
2061
            },
2062
            "dist": {
2063
                "type": "zip",
2064
                "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/e7edd625f2fcdd72a719a7023114c5f4b4f38488",
2065
                "reference": "e7edd625f2fcdd72a719a7023114c5f4b4f38488",
2066
                "shasum": ""
2067
            },
2068
            "require": {
2069
                "php": "^5.6 || ^7.0",
2070
                "zendframework/zend-filter": "^2.6",
2071
                "zendframework/zend-stdlib": "^2.7 || ^3.0",
2072
                "zendframework/zend-validator": "^2.10.1"
2073
            },
2074
            "require-dev": {
2075
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2076
                "zendframework/zend-coding-standard": "~1.0.0",
2077
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2078
            },
2079
            "suggest": {
2080
                "zendframework/zend-servicemanager": "To support plugin manager support"
2081
            },
2082
            "type": "library",
2083
            "extra": {
2084
                "branch-alias": {
2085
                    "dev-master": "2.8-dev",
2086
                    "dev-develop": "2.9-dev"
2087
                },
2088
                "zf": {
2089
                    "component": "Zend\\InputFilter",
2090
                    "config-provider": "Zend\\InputFilter\\ConfigProvider"
2091
                }
2092
            },
2093
            "autoload": {
2094
                "psr-4": {
2095
                    "Zend\\InputFilter\\": "src/"
2096
                }
2097
            },
2098
            "notification-url": "https://packagist.org/downloads/",
2099
            "license": [
2100
                "BSD-3-Clause"
2101
            ],
2102
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2103
            "keywords": [
2104
                "ZendFramework",
2105
                "inputfilter",
2106
                "zf"
2107
            ],
2108
            "time": "2017-12-04 21:24:25"
2109
        },
2110
        {
2111
            "name": "zendframework/zend-loader",
2112
            "version": "2.6.0",
2113
            "source": {
2114
                "type": "git",
2115
                "url": "https://github.com/zendframework/zend-loader.git",
2116
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
2117
            },
2118
            "dist": {
2119
                "type": "zip",
2120
                "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
2121
                "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
2122
                "shasum": ""
2123
            },
2124
            "require": {
2125
                "php": "^5.6 || ^7.0"
2126
            },
2127
            "require-dev": {
2128
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
2129
                "zendframework/zend-coding-standard": "~1.0.0"
2130
            },
2131
            "type": "library",
2132
            "extra": {
2133
                "branch-alias": {
2134
                    "dev-master": "2.6.x-dev",
2135
                    "dev-develop": "2.7.x-dev"
2136
                }
2137
            },
2138
            "autoload": {
2139
                "psr-4": {
2140
                    "Zend\\Loader\\": "src/"
2141
                }
2142
            },
2143
            "notification-url": "https://packagist.org/downloads/",
2144
            "license": [
2145
                "BSD-3-Clause"
2146
            ],
2147
            "description": "Autoloading and plugin loading strategies",
2148
            "keywords": [
2149
                "ZendFramework",
2150
                "loader",
2151
                "zf"
2152
            ],
2153
            "time": "2018-04-30 15:20:54"
2154
        },
2155
        {
2156
            "name": "zendframework/zend-math",
2157
            "version": "2.7.0",
2158
            "source": {
2159
                "type": "git",
2160
                "url": "https://github.com/zendframework/zend-math.git",
2161
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
2162
            },
2163
            "dist": {
2164
                "type": "zip",
2165
                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
2166
                "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
2167
                "shasum": ""
2168
            },
2169
            "require": {
2170
                "php": "^5.5 || ^7.0"
2171
            },
2172
            "require-dev": {
2173
                "fabpot/php-cs-fixer": "1.7.*",
2174
                "ircmaxell/random-lib": "~1.1",
2175
                "phpunit/phpunit": "~4.0"
2176
            },
2177
            "suggest": {
2178
                "ext-bcmath": "If using the bcmath functionality",
2179
                "ext-gmp": "If using the gmp functionality",
2180
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
2181
            },
2182
            "type": "library",
2183
            "extra": {
2184
                "branch-alias": {
2185
                    "dev-master": "2.7-dev",
2186
                    "dev-develop": "2.8-dev"
2187
                }
2188
            },
2189
            "autoload": {
2190
                "psr-4": {
2191
                    "Zend\\Math\\": "src/"
2192
                }
2193
            },
2194
            "notification-url": "https://packagist.org/downloads/",
2195
            "license": [
2196
                "BSD-3-Clause"
2197
            ],
2198
            "homepage": "https://github.com/zendframework/zend-math",
2199
            "keywords": [
2200
                "math",
2201
                "zf2"
2202
            ],
2203
            "time": "2016-04-07 16:29:53"
2204
        },
2205
        {
2206
            "name": "zendframework/zend-mvc",
2207
            "version": "2.7.15",
2208
            "source": {
2209
                "type": "git",
2210
                "url": "https://github.com/zendframework/zend-mvc.git",
2211
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089"
2212
            },
2213
            "dist": {
2214
                "type": "zip",
2215
                "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
2216
                "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
2217
                "shasum": ""
2218
            },
2219
            "require": {
2220
                "container-interop/container-interop": "^1.1",
2221
                "php": "^5.5 || ^7.0",
2222
                "zendframework/zend-console": "^2.7",
2223
                "zendframework/zend-eventmanager": "^2.6.4 || ^3.0",
2224
                "zendframework/zend-form": "^2.11",
2225
                "zendframework/zend-hydrator": "^1.1 || ^2.4",
2226
                "zendframework/zend-psr7bridge": "^0.2",
2227
                "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
2228
                "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
2229
            },
2230
            "replace": {
2231
                "zendframework/zend-router": "^2.0"
2232
            },
2233
            "require-dev": {
2234
                "friendsofphp/php-cs-fixer": "1.7.*",
2235
                "phpunit/phpunit": "^4.8.36",
2236
                "sebastian/comparator": "^1.2.4",
2237
                "sebastian/version": "^1.0.4",
2238
                "zendframework/zend-authentication": "^2.6",
2239
                "zendframework/zend-cache": "^2.8",
2240
                "zendframework/zend-di": "^2.6",
2241
                "zendframework/zend-filter": "^2.8",
2242
                "zendframework/zend-http": "^2.8",
2243
                "zendframework/zend-i18n": "^2.8",
2244
                "zendframework/zend-inputfilter": "^2.8",
2245
                "zendframework/zend-json": "^2.6.1",
2246
                "zendframework/zend-log": "^2.9.3",
2247
                "zendframework/zend-modulemanager": "^2.8",
2248
                "zendframework/zend-serializer": "^2.8",
2249
                "zendframework/zend-session": "^2.8.1",
2250
                "zendframework/zend-text": "^2.7",
2251
                "zendframework/zend-uri": "^2.6",
2252
                "zendframework/zend-validator": "^2.10",
2253
                "zendframework/zend-view": "^2.9"
2254
            },
2255
            "suggest": {
2256
                "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
2257
                "zendframework/zend-config": "Zend\\Config component",
2258
                "zendframework/zend-di": "Zend\\Di component",
2259
                "zendframework/zend-filter": "Zend\\Filter component",
2260
                "zendframework/zend-http": "Zend\\Http component",
2261
                "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
2262
                "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
2263
                "zendframework/zend-json": "Zend\\Json component",
2264
                "zendframework/zend-log": "Zend\\Log component",
2265
                "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
2266
                "zendframework/zend-serializer": "Zend\\Serializer component",
2267
                "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
2268
                "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
2269
                "zendframework/zend-text": "Zend\\Text component",
2270
                "zendframework/zend-uri": "Zend\\Uri component",
2271
                "zendframework/zend-validator": "Zend\\Validator component",
2272
                "zendframework/zend-view": "Zend\\View component"
2273
            },
2274
            "type": "library",
2275
            "extra": {
2276
                "branch-alias": {
2277
                    "dev-master": "2.7-dev",
2278
                    "dev-develop": "3.0-dev"
2279
                }
2280
            },
2281
            "autoload": {
2282
                "files": [
2283
                    "src/autoload.php"
2284
                ],
2285
                "psr-4": {
2286
                    "Zend\\Mvc\\": "src/"
2287
                }
2288
            },
2289
            "notification-url": "https://packagist.org/downloads/",
2290
            "license": [
2291
                "BSD-3-Clause"
2292
            ],
2293
            "homepage": "https://github.com/zendframework/zend-mvc",
2294
            "keywords": [
2295
                "mvc",
2296
                "zf2"
2297
            ],
2298
            "time": "2018-05-03 13:13:41"
2299
        },
2300
        {
2301
            "name": "zendframework/zend-psr7bridge",
2302
            "version": "0.2.2",
2303
            "source": {
2304
                "type": "git",
2305
                "url": "https://github.com/zendframework/zend-psr7bridge.git",
2306
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
2307
            },
2308
            "dist": {
2309
                "type": "zip",
2310
                "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
2311
                "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
2312
                "shasum": ""
2313
            },
2314
            "require": {
2315
                "php": ">=5.5",
2316
                "psr/http-message": "^1.0",
2317
                "zendframework/zend-diactoros": "^1.1",
2318
                "zendframework/zend-http": "^2.5"
2319
            },
2320
            "require-dev": {
2321
                "phpunit/phpunit": "^4.7",
2322
                "squizlabs/php_codesniffer": "^2.3"
2323
            },
2324
            "type": "library",
2325
            "extra": {
2326
                "branch-alias": {
2327
                    "dev-master": "1.0-dev",
2328
                    "dev-develop": "1.1-dev"
2329
                }
2330
            },
2331
            "autoload": {
2332
                "psr-4": {
2333
                    "Zend\\Psr7Bridge\\": "src/"
2334
                }
2335
            },
2336
            "notification-url": "https://packagist.org/downloads/",
2337
            "license": [
2338
                "BSD-3-Clause"
2339
            ],
2340
            "description": "PSR-7 <-> Zend\\Http bridge",
2341
            "homepage": "https://github.com/zendframework/zend-psr7bridge",
2342
            "keywords": [
2343
                "http",
2344
                "psr",
2345
                "psr-7"
2346
            ],
2347
            "time": "2016-05-10 21:44:39"
2348
        },
2349
        {
2350
            "name": "zendframework/zend-servicemanager",
2351
            "version": "3.1.2",
2352
            "source": {
2353
                "type": "git",
2354
                "url": "https://github.com/zendframework/zend-servicemanager.git",
2355
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38"
2356
            },
2357
            "dist": {
2358
                "type": "zip",
2359
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
2360
                "reference": "8a6078959a2e8c3717ee4945d4a2d9f3ddf81d38",
2361
                "shasum": ""
2362
            },
2363
            "require": {
2364
                "container-interop/container-interop": "~1.0",
2365
                "php": "^5.5 || ^7.0"
2366
            },
2367
            "provide": {
2368
                "container-interop/container-interop-implementation": "^1.1"
2369
            },
2370
            "require-dev": {
2371
                "ocramius/proxy-manager": "^1.0 || ^2.0",
2372
                "phpbench/phpbench": "^0.10.0",
2373
                "phpunit/phpunit": "^4.6 || ^5.2.10",
2374
                "zendframework/zend-coding-standard": "~1.0.0"
2375
            },
2376
            "suggest": {
2377
                "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
2378
                "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
2379
            },
2380
            "type": "library",
2381
            "extra": {
2382
                "branch-alias": {
2383
                    "dev-master": "3.1-dev",
2384
                    "dev-develop": "3.2-dev"
2385
                }
2386
            },
2387
            "autoload": {
2388
                "psr-4": {
2389
                    "Zend\\ServiceManager\\": "src/"
2390
                }
2391
            },
2392
            "notification-url": "https://packagist.org/downloads/",
2393
            "license": [
2394
                "BSD-3-Clause"
2395
            ],
2396
            "homepage": "https://github.com/zendframework/zend-servicemanager",
2397
            "keywords": [
2398
                "service-manager",
2399
                "servicemanager",
2400
                "zf"
2401
            ],
2402
            "time": "2016-12-19 19:51:37"
2403
        },
2404
        {
2405
            "name": "zendframework/zend-stdlib",
2406
            "version": "2.7.7",
2407
            "source": {
2408
                "type": "git",
2409
                "url": "https://github.com/zendframework/zend-stdlib.git",
2410
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
2411
            },
2412
            "dist": {
2413
                "type": "zip",
2414
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2415
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2416
                "shasum": ""
2417
            },
2418
            "require": {
2419
                "php": "^5.5 || ^7.0",
2420
                "zendframework/zend-hydrator": "~1.1"
2421
            },
2422
            "require-dev": {
2423
                "athletic/athletic": "~0.1",
2424
                "fabpot/php-cs-fixer": "1.7.*",
2425
                "phpunit/phpunit": "~4.0",
2426
                "zendframework/zend-config": "~2.5",
2427
                "zendframework/zend-eventmanager": "~2.5",
2428
                "zendframework/zend-filter": "~2.5",
2429
                "zendframework/zend-inputfilter": "~2.5",
2430
                "zendframework/zend-serializer": "~2.5",
2431
                "zendframework/zend-servicemanager": "~2.5"
2432
            },
2433
            "suggest": {
2434
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2435
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2436
                "zendframework/zend-serializer": "Zend\\Serializer component",
2437
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2438
            },
2439
            "type": "library",
2440
            "extra": {
2441
                "branch-alias": {
2442
                    "dev-release-2.7": "2.7-dev",
2443
                    "dev-master": "3.0-dev",
2444
                    "dev-develop": "3.1-dev"
2445
                }
2446
            },
2447
            "autoload": {
2448
                "psr-4": {
2449
                    "Zend\\Stdlib\\": "src/"
2450
                }
2451
            },
2452
            "notification-url": "https://packagist.org/downloads/",
2453
            "license": [
2454
                "BSD-3-Clause"
2455
            ],
2456
            "homepage": "https://github.com/zendframework/zend-stdlib",
2457
            "keywords": [
2458
                "stdlib",
2459
                "zf2"
2460
            ],
2461
            "time": "2016-04-12 21:17:31"
2462
        },
2463
        {
2464
            "name": "zendframework/zend-uri",
2465
            "version": "2.6.1",
2466
            "source": {
2467
                "type": "git",
2468
                "url": "https://github.com/zendframework/zend-uri.git",
2469
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
2470
            },
2471
            "dist": {
2472
                "type": "zip",
2473
                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
2474
                "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
2475
                "shasum": ""
2476
            },
2477
            "require": {
2478
                "php": "^5.6 || ^7.0",
2479
                "zendframework/zend-escaper": "^2.5",
2480
                "zendframework/zend-validator": "^2.10"
2481
            },
2482
            "require-dev": {
2483
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
2484
                "zendframework/zend-coding-standard": "~1.0.0"
2485
            },
2486
            "type": "library",
2487
            "extra": {
2488
                "branch-alias": {
2489
                    "dev-master": "2.6.x-dev",
2490
                    "dev-develop": "2.7.x-dev"
2491
                }
2492
            },
2493
            "autoload": {
2494
                "psr-4": {
2495
                    "Zend\\Uri\\": "src/"
2496
                }
2497
            },
2498
            "notification-url": "https://packagist.org/downloads/",
2499
            "license": [
2500
                "BSD-3-Clause"
2501
            ],
2502
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
2503
            "keywords": [
2504
                "ZendFramework",
2505
                "uri",
2506
                "zf"
2507
            ],
2508
            "time": "2018-04-30 13:40:08"
2509
        },
2510
        {
2511
            "name": "zendframework/zend-validator",
2512
            "version": "2.10.2",
2513
            "source": {
2514
                "type": "git",
2515
                "url": "https://github.com/zendframework/zend-validator.git",
2516
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
2517
            },
2518
            "dist": {
2519
                "type": "zip",
2520
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2521
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2522
                "shasum": ""
2523
            },
2524
            "require": {
2525
                "container-interop/container-interop": "^1.1",
2526
                "php": "^5.6 || ^7.0",
2527
                "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
2528
            },
2529
            "require-dev": {
2530
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
2531
                "zendframework/zend-cache": "^2.6.1",
2532
                "zendframework/zend-coding-standard": "~1.0.0",
2533
                "zendframework/zend-config": "^2.6",
2534
                "zendframework/zend-db": "^2.7",
2535
                "zendframework/zend-filter": "^2.6",
2536
                "zendframework/zend-http": "^2.5.4",
2537
                "zendframework/zend-i18n": "^2.6",
2538
                "zendframework/zend-math": "^2.6",
2539
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2540
                "zendframework/zend-session": "^2.8",
2541
                "zendframework/zend-uri": "^2.5"
2542
            },
2543
            "suggest": {
2544
                "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
2545
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
2546
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
2547
                "zendframework/zend-i18n-resources": "Translations of validator messages",
2548
                "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
2549
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
2550
                "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
2551
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
2552
            },
2553
            "type": "library",
2554
            "extra": {
2555
                "branch-alias": {
2556
                    "dev-master": "2.10.x-dev",
2557
                    "dev-develop": "2.11.x-dev"
2558
                },
2559
                "zf": {
2560
                    "component": "Zend\\Validator",
2561
                    "config-provider": "Zend\\Validator\\ConfigProvider"
2562
                }
2563
            },
2564
            "autoload": {
2565
                "psr-4": {
2566
                    "Zend\\Validator\\": "src/"
2567
                }
2568
            },
2569
            "notification-url": "https://packagist.org/downloads/",
2570
            "license": [
2571
                "BSD-3-Clause"
2572
            ],
2573
            "description": "provides a set of commonly needed validators",
2574
            "homepage": "https://github.com/zendframework/zend-validator",
2575
            "keywords": [
2576
                "validator",
2577
                "zf2"
2578
            ],
2579
            "time": "2018-02-01 17:05:33"
2580
        }
2581
    ],
2582
    "packages-dev": [],
2583
    "aliases": [],
2584
    "minimum-stability": "stable",
2585
    "stability-flags": [],
2586
    "prefer-stable": false,
2587
    "prefer-lowest": false,
2588
    "platform": {
2589
        "php": "~7.1.0"
2590
    },
2591
    "platform-dev": []
2592
}
2593