From a6259279f7e33c5e7876f8038ccc0f13f7f04eb8 Mon Sep 17 00:00:00 2001 From: Artur Weigandt Date: Thu, 15 Dec 2022 08:55:12 +0100 Subject: [PATCH 1/3] Update youthweb/urllinker to v2.0 Signed-off-by: Artur Weigandt Signed-off-by: Art4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd65f70748..0e3c71bf2a 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "psr/log": "^1", "rubix/ml": "0.4.3", "sabberworm/php-css-parser": "^8.3", - "youthweb/urllinker": "^1.3" + "youthweb/urllinker": "^2.0" }, "require-dev": { "nextcloud/ocp": "dev-stable25", From 58cc45bed95470bdda8e8eb1b401fc26f8d3a20b Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 15 Dec 2022 10:49:45 +0100 Subject: [PATCH 2/3] Update composer.lock Signed-off-by: Art4 --- composer.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 5212c4c1a0..8cd2037827 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "96e833492b3730fb2a34d91de7ed3962", + "content-hash": "b8d9f2af2c6daaa75db9059217aa869f", "packages": [ { "name": "amphp/amp", @@ -2745,16 +2745,16 @@ }, { "name": "youthweb/urllinker", - "version": "1.5.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/youthweb/urllinker.git", - "reference": "0a664d4f0472c63013a43a7ca7ddbd0c58ce998a" + "reference": "9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/youthweb/urllinker/zipball/0a664d4f0472c63013a43a7ca7ddbd0c58ce998a", - "reference": "0a664d4f0472c63013a43a7ca7ddbd0c58ce998a", + "url": "https://api.github.com/repos/youthweb/urllinker/zipball/9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350", + "reference": "9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350", "shasum": "" }, "require": { @@ -2790,9 +2790,9 @@ "homepage": "https://github.com/youthweb", "support": { "issues": "https://github.com/youthweb/urllinker/issues", - "source": "https://github.com/youthweb/urllinker/tree/1.5.1" + "source": "https://github.com/youthweb/urllinker/tree/2.0.0" }, - "time": "2022-12-09T15:03:24+00:00" + "time": "2022-12-14T13:25:25+00:00" } ], "packages-dev": [ @@ -3345,7 +3345,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.4 <=8.1" + "php": ">=7.4 <=8.1", + "ext-openssl": "*" }, "platform-dev": [], "platform-overrides": { From cb9b5e61b5670508b259cd12d8a42f6d89544830 Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 15 Dec 2022 10:50:12 +0100 Subject: [PATCH 3/3] Remove unused repository from composer.json Signed-off-by: Art4 --- composer.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/composer.json b/composer.json index 0e3c71bf2a..342961a453 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,4 @@ { - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/kwi-dk/UrlLinker", - "branch": "bleeding" - } - ], "config": { "platform": { "php": "7.4"