From 4c6e5591ee1a0ef1fbe103825726173dabb401df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Sep 2021 16:25:00 +0000 Subject: [PATCH] Update dependency zendframework/zend-mail to v2.10.0 --- formdemo/composer.json | 2 +- formdemo/composer.lock | 443 ++++++++++++++++++++++++++++++----------- 2 files changed, 331 insertions(+), 114 deletions(-) diff --git a/formdemo/composer.json b/formdemo/composer.json index 8f903e3..2c04304 100644 --- a/formdemo/composer.json +++ b/formdemo/composer.json @@ -22,7 +22,7 @@ "zendframework/zend-mvc-plugins": "^1.0.1", "zendframework/zend-session": "^2.7.1", "zendframework/zend-captcha": "^2.6", - "zendframework/zend-mail": "^2.7" + "zendframework/zend-mail": "2.10.0" }, "autoload": { "psr-4": { diff --git a/formdemo/composer.lock b/formdemo/composer.lock index 0462a1e..f22b766 100644 --- a/formdemo/composer.lock +++ b/formdemo/composer.lock @@ -1,26 +1,28 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "bfa9984f815a1db1645f13468161bcd9", - "content-hash": "0128198f430faaf6a8c41ea56d933760", + "content-hash": "08b5984baed4eba7f4c2846d17fba65d", "packages": [ { "name": "container-interop/container-interop", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", + "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, + "require": { + "psr/container": "^1.0" + }, "type": "library", "autoload": { "psr-4": { @@ -32,7 +34,9 @@ "MIT" ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "time": "2014-12-30 15:22:37" + "homepage": "https://github.com/container-interop/container-interop", + "abandoned": "psr/container", + "time": "2017-02-14T19:40:03+00:00" }, { "name": "paragonie/random_compat", @@ -80,7 +84,174 @@ "pseudorandom", "random" ], - "time": "2016-04-03 06:00:07" + "time": "2016-04-03T06:00:07+00:00" + }, + { + "name": "psr/container", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "time": "2021-03-05T17:36:06+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.23.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-05-27T12:26:48+00:00" + }, + { + "name": "true/punycode", + "version": "v2.1.1", + "source": { + "type": "git", + "url": "https://github.com/true/php-punycode.git", + "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", + "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "symfony/polyfill-mbstring": "^1.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.7", + "squizlabs/php_codesniffer": "~2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "TrueBV\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Renan Gonçalves", + "email": "renan.saddam@gmail.com" + } + ], + "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", + "homepage": "https://github.com/true/php-punycode", + "keywords": [ + "idna", + "punycode" + ], + "time": "2016-11-16T10:37:54+00:00" }, { "name": "zendframework/zend-authentication", @@ -142,7 +313,8 @@ "Authentication", "zf2" ], - "time": "2016-02-28 15:02:34" + "abandoned": "laminas/laminas-authentication", + "time": "2016-02-28T15:02:34+00:00" }, { "name": "zendframework/zend-barcode", @@ -195,7 +367,8 @@ "barcode", "zf2" ], - "time": "2016-02-17 21:15:38" + "abandoned": "laminas/laminas-barcode", + "time": "2016-02-17T21:15:38+00:00" }, { "name": "zendframework/zend-captcha", @@ -252,7 +425,8 @@ "captcha", "zf2" ], - "time": "2016-06-21 17:32:09" + "abandoned": "laminas/laminas-captcha", + "time": "2016-06-21T17:32:09+00:00" }, { "name": "zendframework/zend-code", @@ -305,7 +479,8 @@ "code", "zf2" ], - "time": "2016-06-30 22:35:27" + "abandoned": "laminas/laminas-code", + "time": "2016-06-30T22:35:27+00:00" }, { "name": "zendframework/zend-component-installer", @@ -349,7 +524,8 @@ "BSD-3-Clause" ], "description": "Composer plugin for automating component registration in zend-mvc and Expressive applications", - "time": "2016-06-27 21:18:08" + "abandoned": "laminas/laminas-component-installer", + "time": "2016-06-27T21:18:08+00:00" }, { "name": "zendframework/zend-config", @@ -405,7 +581,8 @@ "config", "zf2" ], - "time": "2016-02-04 23:01:10" + "abandoned": "laminas/laminas-config", + "time": "2016-02-04T23:01:10+00:00" }, { "name": "zendframework/zend-escaper", @@ -449,7 +626,8 @@ "escaper", "zf2" ], - "time": "2015-06-03 14:05:37" + "abandoned": "laminas/laminas-escaper", + "time": "2015-06-03T14:05:37+00:00" }, { "name": "zendframework/zend-eventmanager", @@ -503,7 +681,8 @@ "events", "zf2" ], - "time": "2016-02-18 20:53:00" + "abandoned": "laminas/laminas-eventmanager", + "time": "2016-02-18T20:53:00+00:00" }, { "name": "zendframework/zend-filter", @@ -563,7 +742,8 @@ "filter", "zf2" ], - "time": "2016-04-18 18:32:43" + "abandoned": "laminas/laminas-filter", + "time": "2016-04-18T18:32:43+00:00" }, { "name": "zendframework/zend-form", @@ -640,7 +820,8 @@ "form", "zf2" ], - "time": "2016-06-07 18:22:51" + "abandoned": "laminas/laminas-form", + "time": "2016-06-07T18:22:51+00:00" }, { "name": "zendframework/zend-http", @@ -690,7 +871,8 @@ "http", "zf2" ], - "time": "2016-02-04 20:36:48" + "abandoned": "laminas/laminas-http", + "time": "2016-02-04T20:36:48+00:00" }, { "name": "zendframework/zend-hydrator", @@ -752,7 +934,8 @@ "hydrator", "zf2" ], - "time": "2016-04-18 17:59:29" + "abandoned": "laminas/laminas-hydrator", + "time": "2016-04-18T17:59:29+00:00" }, { "name": "zendframework/zend-i18n", @@ -819,7 +1002,8 @@ "i18n", "zf2" ], - "time": "2016-06-07 21:08:30" + "abandoned": "laminas/laminas-i18n", + "time": "2016-06-07T21:08:30+00:00" }, { "name": "zendframework/zend-inputfilter", @@ -874,34 +1058,35 @@ "inputfilter", "zf2" ], - "time": "2016-06-11 19:35:33" + "abandoned": "laminas/laminas-inputfilter", + "time": "2016-06-11T19:35:33+00:00" }, { "name": "zendframework/zend-loader", - "version": "2.5.1", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-loader.git", - "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c" + "reference": "91da574d29b58547385b2298c020b257310898c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c", - "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c", + "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/91da574d29b58547385b2298c020b257310898c6", + "reference": "91da574d29b58547385b2298c020b257310898c6", "shasum": "" }, "require": { - "php": ">=5.3.23" + "php": "^5.6 || ^7.0" }, "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", + "zendframework/zend-coding-standard": "~1.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" + "dev-master": "2.6.x-dev", + "dev-develop": "2.7.x-dev" } }, "autoload": { @@ -913,50 +1098,54 @@ "license": [ "BSD-3-Clause" ], - "homepage": "https://github.com/zendframework/zend-loader", + "description": "Autoloading and plugin loading strategies", "keywords": [ + "ZendFramework", "loader", - "zf2" + "zf" ], - "time": "2015-06-03 14:05:47" + "abandoned": "laminas/laminas-loader", + "time": "2019-09-04T19:38:14+00:00" }, { "name": "zendframework/zend-mail", - "version": "2.7.1", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mail.git", - "reference": "2e817b58ebaa2b422a25d854106a91f74b6a7976" + "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/2e817b58ebaa2b422a25d854106a91f74b6a7976", - "reference": "2e817b58ebaa2b422a25d854106a91f74b6a7976", + "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/d7beb63d5f7144a21ac100072c453e63860cdab8", + "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", + "ext-iconv": "*", + "php": "^5.6 || ^7.0", + "true/punycode": "^2.1", "zendframework/zend-loader": "^2.5", "zendframework/zend-mime": "^2.5", "zendframework/zend-stdlib": "^2.7 || ^3.0", - "zendframework/zend-validator": "^2.6" + "zendframework/zend-validator": "^2.10.2" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "squizlabs/php_codesniffer": "^2.3.1", + "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4", + "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", - "zendframework/zend-crypt": "^2.6", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" + "zendframework/zend-crypt": "^2.6 || ^3.0", + "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1" }, "suggest": { "zendframework/zend-crypt": "Crammd5 support in SMTP Auth", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3 when using SMTP to deliver messages" + "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev", - "dev-develop": "2.8-dev" + "dev-master": "2.10.x-dev", + "dev-develop": "2.11.x-dev" }, "zf": { "component": "Zend\\Mail", @@ -972,13 +1161,14 @@ "license": [ "BSD-3-Clause" ], - "description": "provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages", - "homepage": "https://github.com/zendframework/zend-mail", + "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages", "keywords": [ + "ZendFramework", "mail", - "zf2" + "zf" ], - "time": "2016-05-09 21:52:30" + "abandoned": "laminas/laminas-mail", + "time": "2018-06-07T13:37:07+00:00" }, { "name": "zendframework/zend-math", @@ -1028,29 +1218,30 @@ "math", "zf2" ], - "time": "2016-04-28 17:37:42" + "abandoned": "laminas/laminas-math", + "time": "2016-04-28T17:37:42+00:00" }, { "name": "zendframework/zend-mime", - "version": "2.6.0", + "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mime.git", - "reference": "340769c3d962ac4d9d3cf9da7e75419368e56fcc" + "reference": "c91e0350be53cc9d29be15563445eec3b269d7c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/340769c3d962ac4d9d3cf9da7e75419368e56fcc", - "reference": "340769c3d962ac4d9d3cf9da7e75419368e56fcc", + "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/c91e0350be53cc9d29be15563445eec3b269d7c1", + "reference": "c91e0350be53cc9d29be15563445eec3b269d7c1", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", + "php": "^5.6 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", + "phpunit/phpunit": "^5.7.21 || ^6.3", + "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-mail": "^2.6" }, "suggest": { @@ -1059,8 +1250,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev", - "dev-develop": "2.7-dev" + "dev-master": "2.7.x-dev", + "dev-develop": "2.8.x-dev" } }, "autoload": { @@ -1072,12 +1263,14 @@ "license": [ "BSD-3-Clause" ], - "homepage": "https://github.com/zendframework/zend-mime", + "description": "Create and parse MIME messages and parts", "keywords": [ + "ZendFramework", "mime", - "zf2" + "zf" ], - "time": "2016-04-20 21:02:01" + "abandoned": "laminas/laminas-mime", + "time": "2019-10-16T19:30:37+00:00" }, { "name": "zendframework/zend-modulemanager", @@ -1136,7 +1329,8 @@ "modulemanager", "zf2" ], - "time": "2016-05-16 21:21:11" + "abandoned": "laminas/laminas-modulemanager", + "time": "2016-05-16T21:21:11+00:00" }, { "name": "zendframework/zend-mvc", @@ -1201,7 +1395,8 @@ "mvc", "zf2" ], - "time": "2016-06-23 20:39:38" + "abandoned": "laminas/laminas-mvc", + "time": "2016-06-23T20:39:38+00:00" }, { "name": "zendframework/zend-mvc-form", @@ -1243,7 +1438,8 @@ "mvc", "zf2" ], - "time": "2016-06-07 18:34:07" + "abandoned": "laminas/laminas-mvc-form", + "time": "2016-06-07T18:34:07+00:00" }, { "name": "zendframework/zend-mvc-plugin-fileprg", @@ -1299,7 +1495,8 @@ "mvc", "zf2" ], - "time": "2016-05-31 20:44:35" + "abandoned": "laminas/laminas-mvc-plugin-fileprg", + "time": "2016-05-31T20:44:35+00:00" }, { "name": "zendframework/zend-mvc-plugin-flashmessenger", @@ -1351,7 +1548,8 @@ "mvc", "zf2" ], - "time": "2016-05-31 21:13:07" + "abandoned": "laminas/laminas-mvc-plugin-flashmessenger", + "time": "2016-05-31T21:13:07+00:00" }, { "name": "zendframework/zend-mvc-plugin-identity", @@ -1404,7 +1602,8 @@ "mvc", "zf2" ], - "time": "2016-05-31 21:19:45" + "abandoned": "laminas/laminas-mvc-plugin-identity", + "time": "2016-05-31T21:19:45+00:00" }, { "name": "zendframework/zend-mvc-plugin-prg", @@ -1456,7 +1655,8 @@ "mvc", "zf2" ], - "time": "2016-05-31 21:23:05" + "abandoned": "laminas/laminas-mvc-plugin-prg", + "time": "2016-05-31T21:23:05+00:00" }, { "name": "zendframework/zend-mvc-plugins", @@ -1504,7 +1704,8 @@ "plugins", "zf2" ], - "time": "2016-06-02 18:41:26" + "abandoned": "laminas/laminas-mvc-plugins", + "time": "2016-06-02T18:41:26+00:00" }, { "name": "zendframework/zend-router", @@ -1565,7 +1766,8 @@ "routing", "zf2" ], - "time": "2016-05-31 20:47:48" + "abandoned": "laminas/laminas-router", + "time": "2016-05-31T20:47:48+00:00" }, { "name": "zendframework/zend-servicemanager", @@ -1620,7 +1822,8 @@ "servicemanager", "zf" ], - "time": "2016-06-01 16:50:58" + "abandoned": "laminas/laminas-servicemanager", + "time": "2016-06-01T16:50:58+00:00" }, { "name": "zendframework/zend-session", @@ -1686,35 +1889,36 @@ "session", "zf2" ], - "time": "2016-07-05 18:32:50" + "abandoned": "laminas/laminas-session", + "time": "2016-07-05T18:32:50+00:00" }, { "name": "zendframework/zend-stdlib", - "version": "3.0.1", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "8bafa58574204bdff03c275d1d618aaa601588ae" + "reference": "66536006722aff9e62d1b331025089b7ec71c065" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/8bafa58574204bdff03c275d1d618aaa601588ae", - "reference": "8bafa58574204bdff03c275d1d618aaa601588ae", + "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065", + "reference": "66536006722aff9e62d1b331025089b7ec71c065", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0" + "php": "^5.6 || ^7.0" }, "require-dev": { - "athletic/athletic": "~0.1", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" + "phpbench/phpbench": "^0.13", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", + "zendframework/zend-coding-standard": "~1.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev", - "dev-develop": "3.1-dev" + "dev-master": "3.2.x-dev", + "dev-develop": "3.3.x-dev" } }, "autoload": { @@ -1726,12 +1930,14 @@ "license": [ "BSD-3-Clause" ], - "homepage": "https://github.com/zendframework/zend-stdlib", + "description": "SPL extensions, array utilities, error handlers, and more", "keywords": [ + "ZendFramework", "stdlib", - "zf2" + "zf" ], - "time": "2016-04-12 21:19:36" + "abandoned": "laminas/laminas-stdlib", + "time": "2018-08-28T21:34:05+00:00" }, { "name": "zendframework/zend-uri", @@ -1778,31 +1984,35 @@ "uri", "zf2" ], - "time": "2016-02-17 22:38:51" + "abandoned": "laminas/laminas-uri", + "time": "2016-02-17T22:38:51+00:00" }, { "name": "zendframework/zend-validator", - "version": "2.8.1", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git", - "reference": "8ec9f57a717dd37340308aa632f148a2c2be1cfc" + "reference": "b54acef1f407741c5347f2a97f899ab21f2229ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/8ec9f57a717dd37340308aa632f148a2c2be1cfc", - "reference": "8ec9f57a717dd37340308aa632f148a2c2be1cfc", + "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/b54acef1f407741c5347f2a97f899ab21f2229ef", + "reference": "b54acef1f407741c5347f2a97f899ab21f2229ef", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", - "php": "^5.5 || ^7.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" + "php": "^7.1", + "zendframework/zend-stdlib": "^3.2.1" }, "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.0", + "phpunit/phpunit": "^6.0.8 || ^5.7.15", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", "zendframework/zend-cache": "^2.6.1", + "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", "zendframework/zend-db": "^2.7", "zendframework/zend-filter": "^2.6", @@ -1810,24 +2020,25 @@ "zendframework/zend-i18n": "^2.6", "zendframework/zend-math": "^2.6", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", - "zendframework/zend-session": "^2.6.2", + "zendframework/zend-session": "^2.8", "zendframework/zend-uri": "^2.5" }, "suggest": { - "zendframework/zend-db": "Zend\\Db component", + "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators", + "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator", "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", - "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators", + "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages", "zendframework/zend-i18n-resources": "Translations of validator messages", - "zendframework/zend-math": "Zend\\Math component", + "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator", "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", - "zendframework/zend-session": "Zend\\Session component", + "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator", "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev", - "dev-develop": "2.9-dev" + "dev-master": "2.13.x-dev", + "dev-develop": "2.14.x-dev" }, "zf": { "component": "Zend\\Validator", @@ -1843,13 +2054,14 @@ "license": [ "BSD-3-Clause" ], - "description": "provides a set of commonly needed validators", - "homepage": "https://github.com/zendframework/zend-validator", + "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria", "keywords": [ + "ZendFramework", "validator", - "zf2" + "zf" ], - "time": "2016-06-23 13:44:31" + "abandoned": "laminas/laminas-validator", + "time": "2019-12-28T04:07:18+00:00" }, { "name": "zendframework/zend-view", @@ -1936,7 +2148,8 @@ "view", "zf2" ], - "time": "2016-06-21 20:58:34" + "abandoned": "laminas/laminas-view", + "time": "2016-06-21T20:58:34+00:00" }, { "name": "zfcampus/zf-development-mode", @@ -1985,7 +2198,8 @@ "framework", "zf2" ], - "time": "2016-06-22 20:39:20" + "abandoned": "laminas/laminas-development-mode", + "time": "2016-06-22T20:39:20+00:00" } ], "packages-dev": [], @@ -1997,7 +2211,10 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^5.6 || ^7.0" + "php": "^5.6 || ^7.0", + "ext-gd": "*", + "ext-mbstring": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }