From 8f0a6ffb61cdd36152e12af566a721578c2d38c0 Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Mon, 24 Aug 2026 13:31:40 +0200 Subject: [PATCH] Updating dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cc0c1edf..143414fc 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ }, "require-dev": { "joomla/renderer": "^4.0", - "phpunit/phpunit": "^12.0", - "squizlabs/php_codesniffer": "^3.7.2", + "phpunit/phpunit": "^12.5 || ^13.0", + "squizlabs/php_codesniffer": "^4.0", "phpstan/phpstan": "^2.1.17", "phpstan/phpstan-deprecation-rules": "^2.0.3" },