From 56b393028a311d710ebff02ad34728296f9f9cfd Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 2 Apr 2023 18:16:00 +0200 Subject: Upgrade to pear/http2 to support php 8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index d0ecad0..55a3510 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "pear/net_url2": "^2.2", "twig/twig": "^1.0", "pear/http_request2": "^2.3", - "pear/http2": "^1.1" + "pear/http2": "^2.0" }, "require-dev": { "phpunit/phpunit": "^9.0" -- cgit v1.2.3