From 1dc95b3e4ff76c99af714d84762ccad5e5210553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Wed, 20 Mar 2024 10:29:46 +0100 Subject: [PATCH] fix: keep old phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f6202f..e9b596e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0 || ^10.0 || ^11.0", - "phpunit/phpunit": "^9.5 || ^10.1", + "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "3.*" }, "autoload": {