From b655e9a71a11d0e056f9d78952bab50d11d9e769 Mon Sep 17 00:00:00 2001 From: Doug Niccum Date: Tue, 21 Feb 2023 11:09:07 -0600 Subject: [PATCH] Removes upport for older versions of Laravel and adds support for v10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e46ce1..723f0db 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": ">=8.0", "cebe/markdown": "^1.2", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^8.0|^9.0|^10.0", "spatie/yaml-front-matter": "^2.0", "laravel/nova": "^4.0" },