From 828942d16b12806ca5ec8d5ab4e7c3e90497ed15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jun 2023 08:00:13 +0200 Subject: update to 0.3.0 raise dependency on PHP 8 open https://github.com/bwoebi/php-uv/issues/108 1 test failing --- PHPINFO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 1e64a40..2096159 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,5 +3,5 @@ uv PHP libuv Extension libuv Support => enabled -Version => 0.2.4 -libuv Version => 1.27 +Version => 0.3.0 +libuv Version => 1.44 -- cgit