From 6b1d76e62b840fba3582c6d62e4e16f8b017783b Mon Sep 17 00:00:00 2001 From: "Endurance, the Martian" Date: Thu, 4 May 2023 19:16:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20added/=20laravel=2010=20compatibili?= =?UTF-8?q?ty=20--fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7695d35..0fa97a1 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0|^10" + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "orchestra/testbench": "^6.0",