From 7793db1d7f090abd2f91855d300231803a32c1fb Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 10 May 2024 02:00:40 +0200 Subject: [PATCH] Test with PHPUnit ^9.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cb7ac4a..383eea9 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "nikic/php-parser": "^4.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.18", + "phpunit/phpunit": "^9.2", "php-coveralls/php-coveralls": "^2.2", "psalm/phar": "5.21.1" },