diff --git a/composer.lock b/composer.lock index 00fe9f743cf4e1de96a2b1e679fb10b993573be0..7c247f6e3e99e907cf280758696a6a8cc9f2047d 100644 --- a/composer.lock +++ b/composer.lock @@ -2625,36 +2625,29 @@ }, { "name": "laminas/laminas-i18n-resources", - "version": "2.6.1", + "version": "2.8.0", "source": { "type": "git", - "url": "git@github.com:laminas/laminas-i18n-resources.git", - "reference": "7585cd3a4f9656814425b35689919a220c73834b" + "url": "https://github.com/laminas/laminas-i18n-resources.git", + "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7585cd3a4f9656814425b35689919a220c73834b", - "reference": "7585cd3a4f9656814425b35689919a220c73834b", + "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7d7062849064bb89e7cdd7193c43ef95e95fbe4b", + "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^5.6 || ^7.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, - "replace": { - "zendframework/zend-i18n-resources": "self.version" + "conflict": { + "zendframework/zend-i18n-resources": "*" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" + "phpunit/phpunit": "^9.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6.x-dev", - "dev-develop": "2.7.x-dev" - } - }, "autoload": { "classmap": [ "src/Resources.php" @@ -2664,7 +2657,7 @@ "license": [ "BSD-3-Clause" ], - "description": "Provides validator translations for laminas-i18n's Translator", + "description": "Provides validator and captcha translations for laminas-i18n's Translator", "homepage": "https://laminas.dev", "keywords": [ "laminas", @@ -2679,7 +2672,13 @@ "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom", "source": "https://github.com/laminas/laminas-i18n-resources" }, - "time": "2019-12-31T17:11:35+00:00" + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2021-09-14T04:16:52+00:00" }, { "name": "laminas/laminas-inputfilter", @@ -6332,6 +6331,20 @@ "support": { "source": "https://github.com/symfony/filesystem/tree/v3.4.47" }, + "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": "2020-10-24T10:57:07+00:00" }, { @@ -10832,5 +10845,6 @@ "platform-dev": [], "platform-overrides": { "php": "7.3" - } + }, + "plugin-api-version": "2.3.0" }