summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-14 10:02:20 +0200
committerRemi Collet <remi@php.net>2026-04-14 10:02:20 +0200
commit6edfc34caa2c2a14447a5e250c4724a677c41083 (patch)
tree860fe3d26c4333d3fd10910064eaff1d85c33631 /composer.json
parent112f3bc093f3d4358603dca82daa1bd903ffe454 (diff)
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
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
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",