From a62eb939ce9a8705297b7e864668a541ad921d32 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Tue, 28 Mar 2023 11:30:39 +0000 Subject: [PATCH] update algo27-matthias/idna-convert to v3.1.0, fixes #2454 Closes #2454 Merge request studip/studip!1651 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index ea090ceb84c..02b810bb630 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "algo26-matthias/idna-convert", - "version": "v3.0.5", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/algo26-matthias/idna-convert.git", - "reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e" + "reference": "340a4dc65f6b0d9884853a3d32895d82f0c1502a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/9cbcfa17ecfed54387ca2ed29acb2773f1870a5e", - "reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e", + "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/340a4dc65f6b0d9884853a3d32895d82f0c1502a", + "reference": "340a4dc65f6b0d9884853a3d32895d82f0c1502a", "shasum": "" }, "require": { @@ -26,7 +26,7 @@ "php": ">=7.2.0" }, "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.0" + "phpunit/phpunit": "8.0" }, "suggest": { "ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1", @@ -58,9 +58,9 @@ ], "support": { "issues": "https://github.com/algo26-matthias/idna-convert/issues", - "source": "https://github.com/algo26-matthias/idna-convert/tree/v3.0.5" + "source": "https://github.com/algo26-matthias/idna-convert/tree/v3.1.0" }, - "time": "2020-10-05T05:49:30+00:00" + "time": "2023-02-17T10:08:02+00:00" }, { "name": "beberlei/assert", -- GitLab