From 319c973f159051753bd10741c43dfb381f3a7d42 Mon Sep 17 00:00:00 2001 From: thecaliskan <13554944+thecaliskan@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:49:10 +0300 Subject: [PATCH] Allow phpunit/phpunit 10.x https://github.com/laravel/laravel/blob/10.x/composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36c1e25..7c35b10 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "suggest": { "ext-posix": "Required to determine the System user on Unix systems."