From c3de38d72fca04d9bc13de26d75ab8f6b31d283b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 30 May 2023 09:20:05 +0200 Subject: [PATCH] Bumping http_request from 2.3 to 2.5 for kolab_sso --- plugins/kolab_sso/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_sso/composer.json b/plugins/kolab_sso/composer.json index 4b2185fc..01e247d0 100644 --- a/plugins/kolab_sso/composer.json +++ b/plugins/kolab_sso/composer.json @@ -22,6 +22,6 @@ "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libkolab": ">=3.4.0", - "pear/http_request2": "~2.3.0" + "pear/http_request2": "~2.5.0" } }