From cf799d3529ddebd6d92e625308020e38710c1378 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 23 Feb 2023 14:21:36 +0100 Subject: [PATCH] Complete L9 support removal --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75398183..1ab85736 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "^8.2", "ext-json": "*", - "illuminate/support": "^9.38|^10.0", + "illuminate/support": "^10.0", "facade/ignition-contracts": "^1.0.2", "spatie/ignition": "^1.4", "ramsey/uuid": "^4.7.3",