Skip to content
Snippets Groups Projects
Commit 69ae3684 authored by Robert Lange's avatar Robert Lange
Browse files

refs #24674 [finc] update composer

parent 41139008
No related merge requests found
...@@ -2625,36 +2625,29 @@ ...@@ -2625,36 +2625,29 @@
}, },
{ {
"name": "laminas/laminas-i18n-resources", "name": "laminas/laminas-i18n-resources",
"version": "2.6.1", "version": "2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:laminas/laminas-i18n-resources.git", "url": "https://github.com/laminas/laminas-i18n-resources.git",
"reference": "7585cd3a4f9656814425b35689919a220c73834b" "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7585cd3a4f9656814425b35689919a220c73834b", "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
"reference": "7585cd3a4f9656814425b35689919a220c73834b", "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^5.6 || ^7.0"
}, },
"replace": { "conflict": {
"zendframework/zend-i18n-resources": "self.version" "zendframework/zend-i18n-resources": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" "phpunit/phpunit": "^9.5"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"src/Resources.php" "src/Resources.php"
...@@ -2664,7 +2657,7 @@ ...@@ -2664,7 +2657,7 @@
"license": [ "license": [
"BSD-3-Clause" "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", "homepage": "https://laminas.dev",
"keywords": [ "keywords": [
"laminas", "laminas",
...@@ -2679,7 +2672,13 @@ ...@@ -2679,7 +2672,13 @@
"rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom", "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom",
"source": "https://github.com/laminas/laminas-i18n-resources" "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", "name": "laminas/laminas-inputfilter",
...@@ -6332,6 +6331,20 @@ ...@@ -6332,6 +6331,20 @@
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v3.4.47" "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" "time": "2020-10-24T10:57:07+00:00"
}, },
{ {
...@@ -10832,5 +10845,6 @@ ...@@ -10832,5 +10845,6 @@
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.3" "php": "7.3"
} },
"plugin-api-version": "2.3.0"
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment