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 +}