From 3e3011a5dc705deb4d3f1451395bfdb5fe8e27a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 May 2026 07:48:51 +0200 Subject: update to 8.2.2 (no change) tests: add phpunit13 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') 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": { -- cgit