From 6edfc34caa2c2a14447a5e250c4724a677c41083 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2026 10:02:20 +0200 Subject: update to 2.0.0 rename to php-pecl-ds2 run standard php test suite from extension sources instead of separate tests using phpunit drop ZTS build --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 144b45c..0733777 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": ">= 8.2.0" }, "require-dev": { - "php-ds/tests": "^1.8" + "php-ds/tests": "^2.0" }, "scripts": { "test" : "php test.php", -- cgit