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/2] 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/2] 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" },