From 90e0637f93b28c27f447376ceeb4e2a51aa16ee1 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:54:40 +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 b533167f..ca635fda 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require-dev": { "joomla/application": "^4.0", "joomla/input": "^4.0", - "phpunit/phpunit": "^12.0", + "phpunit/phpunit": "^12.0 || ^13.0", "squizlabs/php_codesniffer": "~3.10.2", "phpstan/phpstan": "^2.1.17", "phpstan/phpstan-deprecation-rules": "^2.0.3" From 452267b824ddc5794822f9cb24f487d5a2da1630 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:55:02 +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 ca635fda..d5a01fb3 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "joomla/application": "^4.0", "joomla/input": "^4.0", "phpunit/phpunit": "^12.0 || ^13.0", - "squizlabs/php_codesniffer": "~3.10.2", + "squizlabs/php_codesniffer": "^4.0", "phpstan/phpstan": "^2.1.17", "phpstan/phpstan-deprecation-rules": "^2.0.3" },