From 46f0ef3c5f8e8b5ad4cc8bbcec3cb36646d81146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 13 Mar 2024 13:05:46 +0800 Subject: [PATCH] Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b3dd13..c8f4752 100755 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "overtrue/socialite": "^4.0" }, "require-dev": { - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0|^11.0", "mockery/mockery": "^1.4", "friendsofphp/php-cs-fixer": "^3.3", "laravel/pint": "*",