From eca23fb5a92d51293773c0fc70de8decf35b8278 Mon Sep 17 00:00:00 2001 From: Pavel Stejskal Date: Fri, 17 Oct 2025 13:15:19 +0200 Subject: [PATCH] Update dependencies in composer.json - Bump `slevomat/coding-standard` to 8.24.* - Expand `phpunit/phpunit` version support to ^9.5 || ^10.5 || ^11.5 || ^12.4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7a91c33..b784b66 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ ], "require": { "php": ">=7.4", - "slevomat/coding-standard": "8.23.*", + "slevomat/coding-standard": "8.24.*", "squizlabs/php_codesniffer": "4.0.*" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5 || ^10.5 || ^11.5 || ^12.4" }, "config": { "allow-plugins": { @@ -26,4 +26,4 @@ "cs-check": "phpcs", "cs-fix": "phpcbf" } -} \ No newline at end of file +}