aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 19:20:45 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 19:20:45 +0000
commit6899773092a6b73ab053be884a94033894aeb5e4 (patch)
treeee3e8127672681f9a65f9bb2cb96d793581308cf /composer.lock
parent9cdccef4cfc8cc02af4897c17b7a9572f96529fa (diff)
update algo26-matthias/idna-convert v4.0.2, remove bogus code and add test, fixes #4149
Closes #4149 Merge request studip/studip!2989
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock18
1 files changed, 9 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock
index 30a54d9..a181ed1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,29 +4,29 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "0eef2a184f508c6e49337786eb186fca",
+ "content-hash": "7f21be4fc85b3802bbef600b7cc4c538",
"packages": [
{
"name": "algo26-matthias/idna-convert",
- "version": "v3.1.0",
+ "version": "v4.0.2",
"source": {
"type": "git",
"url": "https://github.com/algo26-matthias/idna-convert.git",
- "reference": "340a4dc65f6b0d9884853a3d32895d82f0c1502a"
+ "reference": "254938fb52b8bd34053401695d749f0e73fbb503"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/340a4dc65f6b0d9884853a3d32895d82f0c1502a",
- "reference": "340a4dc65f6b0d9884853a3d32895d82f0c1502a",
+ "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/254938fb52b8bd34053401695d749f0e73fbb503",
+ "reference": "254938fb52b8bd34053401695d749f0e73fbb503",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"jakeasmith/http_build_url": "^1",
- "php": ">=7.2.0"
+ "php": ">=8.1"
},
"require-dev": {
- "phpunit/phpunit": "8.0"
+ "phpunit/phpunit": "^9 || ^10"
},
"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.1.0"
+ "source": "https://github.com/algo26-matthias/idna-convert/tree/v4.0.2"
},
- "time": "2023-02-17T10:08:02+00:00"
+ "time": "2024-02-14T13:30:05+00:00"
},
{
"name": "caxy/php-htmldiff",