summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-25 09:39:42 +0100
committerRemi Collet <remi@php.net>2025-02-25 09:39:42 +0100
commite98facdd96ae53e14f4c571add8dcd9cae0cdd61 (patch)
tree619c60dfcd417ac33c507f6fa5947d445ec3616e /composer.json
parent7179d9d2bf682da1f5223fa4a850d8ec3ff573b6 (diff)
update to 2.6.0
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 f2d926e..386256e 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 || ^3 || ^4"
+ "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4 || ^5"
},
"require-dev": {
- "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"squizlabs/php_codesniffer": "^3.8"
},
"replace": {