From 75a8adbf57a601d6005e33c2bcd59c3cce5362f7 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:41:54 +0200 Subject: [PATCH 1/3] allow phpunit 13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e76772d0..cf68202a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "joomla/filesystem": "^4.0", "joomla/registry": "^4.0", "joomla/test": "^4.0", - "phpunit/phpunit": "^12.0", + "phpunit/phpunit": "^12.0 || ^13.0", "psr/log": "^3.0.2", "colinodell/psr-testlogger": "^1.3.0", "symfony/phpunit-bridge": "^8.0", From a60c324d812193c6d020b0577f87e9682c0b85f5 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:42:03 +0200 Subject: [PATCH 2/3] update php_codesniffer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cf68202a..798e2c45 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "psr/log": "^3.0.2", "colinodell/psr-testlogger": "^1.3.0", "symfony/phpunit-bridge": "^8.0", - "squizlabs/php_codesniffer": "^3.10.2", + "squizlabs/php_codesniffer": "^4.0", "phpstan/phpstan": "^2.1.17", "phpstan/phpstan-deprecation-rules": "^2.0.3" }, From 34123a3d481d7c93e3ab71f788f6956e32d27514 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:20:51 +0200 Subject: [PATCH 3/3] update min phpunit to 12.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 798e2c45..9b4a66b1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "joomla/filesystem": "^4.0", "joomla/registry": "^4.0", "joomla/test": "^4.0", - "phpunit/phpunit": "^12.0 || ^13.0", + "phpunit/phpunit": "^12.5 || ^13.0", "psr/log": "^3.0.2", "colinodell/psr-testlogger": "^1.3.0", "symfony/phpunit-bridge": "^8.0",