From 890d2b8bac282e7595db747e77daff3ff9b871ec Mon Sep 17 00:00:00 2001 From: TheDoctor0 Date: Wed, 8 Mar 2023 19:25:21 +0100 Subject: [PATCH] Drop active support for Laravel 6.x and 7.x. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6780454..5016c2c 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ "license": "MIT", "require": { "php": ">=7.4", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/console": "^8.0|^9.0|^10.0", + "illuminate/filesystem": "^8.0|^9.0|^10.0", "doctrine/dbal": "^2.9|^2.10|^3.0" }, "autoload": {