summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-30 11:19:06 +0200
committerRemi Collet <remi@php.net>2023-05-30 11:19:06 +0200
commitb2dfcbc7f91cd73b7b342c7b1dd85949cbbd109b (patch)
tree8934888d088a54c7095b0f077bcff38bcc296164 /composer.json
parentd7275ecadeec7dfbd46824a4e31c860228e2aaee (diff)
update to 8.2.2 (no change)HEADmaster
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 80676db..ae7a5c5 100644
--- a/composer.json
+++ b/composer.json
@@ -10,10 +10,10 @@
}
],
"require": {
- "phpunit/phpunit": "^7 || ^8 || ^9"
+ "phpunit/phpunit": "^7 || ^8 || ^9 || ^10"
},
"require-dev": {
- "phpunit/phpunit": "^7.5.20 || ^8.5.9 || ^9.4.3",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.29 || ^9.5.24 || ^10.1.2",
"friendsofphp/php-cs-fixer": "^2.16"
},
"config": {