diff --git a/composer.json b/composer.json index 1ad901b2..a1860430 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "webmozart/path-util": "^2.3" }, "require-dev": { - "phpunit/phpunit": "~7.0", + "phpunit/phpunit": "^9.0", "symfony/filesystem": "^3.2", "friendsofphp/php-cs-fixer": "~2.15.0", "phpstan/phpstan": "~0.12.0" @@ -41,4 +41,4 @@ "vendor/bin/phpunit" ] } -} \ No newline at end of file +}