From e4434356f69c99a94d190595081abf71758c22a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 12 Jul 2026 04:46:57 +0200 Subject: [PATCH] [Tests] Upgrade PHPUnit to 12 - Bump phpunit/phpunit to ^12 - Update phpunit.dist.xml to the 12.5 schema --- composer.json | 2 +- phpunit.dist.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e36ddcf..59e0ed4 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.56", - "phpunit/phpunit": "^11.2", + "phpunit/phpunit": "^12", "phpstan/phpstan": "^2.1", "phpstan/phpstan-webmozart-assert": "^2.0" }, diff --git a/phpunit.dist.xml b/phpunit.dist.xml index ad2f7f8..02c0585 100644 --- a/phpunit.dist.xml +++ b/phpunit.dist.xml @@ -1,6 +1,6 @@