diff --git a/composer.json b/composer.json index b4cc9a5..11da979 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,9 @@ "source": "https://github.com/allure-framework/allure-phpunit" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "allure-framework/allure-php-commons": "^2", - "phpunit/phpunit": "^10" + "phpunit/phpunit": "^10 || ^11 || ^12" }, "require-dev": { "brianium/paratest": "^7",