summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-03 07:48:51 +0200
committerRemi Collet <remi@php.net>2026-05-03 07:48:51 +0200
commit3e3011a5dc705deb4d3f1451395bfdb5fe8e27a1 (patch)
tree156d703cb134f99ef55dee95a1b7363f42061b12 /composer.json
parent7005ae376b77b70bb02cb49216bb4bb9cff1320f (diff)
update to 8.2.2 (no change)HEADmaster
tests: add phpunit13
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index ae7a5c5..f4fc88e 100644
--- a/composer.json
+++ b/composer.json
@@ -10,10 +10,10 @@
}
],
"require": {
- "phpunit/phpunit": "^7 || ^8 || ^9 || ^10"
+ "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11 || ^12 || ^13"
},
"require-dev": {
- "phpunit/phpunit": "^7.5.20 || ^8.5.29 || ^9.5.24 || ^10.1.2",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.29 || ^9.5.24 || ^10.1.2 || ^11.5.55 || ^12.5.24 || ^13.1.8",
"friendsofphp/php-cs-fixer": "^2.16"
},
"config": {