summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-06 10:49:05 +0100
committerRemi Collet <remi@php.net>2026-02-06 10:49:05 +0100
commitdcc6dba9ac09c1e4ed6f03c4d64f8e607a8a3e60 (patch)
treedc97d00f647c3127b535ef396854f6b61c1e028e /composer.json
parentfdc005d54cdcc5b231c665379779b1e8a4bb4e8f (diff)
update to 2.15.0HEADmaster
allow phpunit13
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 bbd0703..fad5377 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,7 @@
},
"require": {
"php": ">=7",
- "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11 || ^12.0.9",
+ "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11 || ^12.0.9 || ^13",
"php-mock/php-mock-integration": "^3.0"
},
"require-dev": {