From 708fdb1a36fd4567a2b7fd7557436536005fe4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 3 Apr 2024 09:28:26 +0200 Subject: [PATCH] Fix PHPUnit constraint (#6389) there was a BC break in PHPUnit https://github.com/sebastianbergmann/phpunit/issues/5690 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52c9f418..15cebc15 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "laravel/sail": "^1.26", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.0", - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^11.0.1", "spatie/laravel-ignition": "^2.4" }, "autoload": {