From e0814a69989c007b16552813a32fc353ce1e1caf Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Thu, 20 Aug 2026 19:21:04 +0200 Subject: [PATCH] Update dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e5c6639a..30175f06 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ "require-dev": { "defuse/php-encryption": "^2.0", "paragonie/sodium_compat": "^1|^2", - "phpunit/phpunit": "^12.2.6", + "phpunit/phpunit": "^12.0 || ^13.0", "symfony/polyfill-util": "^1.0", - "squizlabs/php_codesniffer": "~3.7.2", + "squizlabs/php_codesniffer": "^4.0", "phpstan/phpstan": "^2.1.17", "phpstan/phpstan-deprecation-rules": "^2.0.3" },