summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-13 14:12:35 +0100
committerRemi Collet <remi@php.net>2023-02-13 14:12:35 +0100
commitb52a75823634b606334bc104deb09054bdba91eb (patch)
tree8469f4ddc9ad57fb0232c474fab2edf1d607c839 /composer.json
parentc2062d14cba62f2ac223cd6b0fc494166454d968 (diff)
update to 2.4.0
allow phpunit10
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 c7e6062..30f3806 100644
--- a/composer.json
+++ b/composer.json
@@ -24,10 +24,10 @@
},
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
- "phpunit/php-text-template": "^1 || ^2"
+ "phpunit/php-text-template": "^1 || ^2 || ^3"
},
"require-dev": {
- "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0",
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0",
"squizlabs/php_codesniffer": "^3.5"
},
"replace": {