From 9ab5e06f97b503991ba4de77f13eac3607cc3cce Mon Sep 17 00:00:00 2001 From: Alain Pellaux Date: Tue, 26 Jan 2021 09:18:15 +0100 Subject: [PATCH] Drop Laravel 5 & 6 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a6b1887..f988a62 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ } ], "require": { - "illuminate/auth": "^5.8|^6.0|^7.0|^8.0", - "illuminate/contracts": "^5.8|^6.0|^7.0|^8.0", - "illuminate/database": "^5.8|^6.20.12|^7.30.3|^8.22.1", - "illuminate/routing": "^5.8|^6.0|^7.0|^8.0", "php" : "^7.3.0|^8.0.0", + "illuminate/auth": "^7.0|^8.0", + "illuminate/contracts": "^7.0|^8.0", + "illuminate/database": "^7.30.3|^8.22.1", + "illuminate/routing": "^7.0|^8.0", "illuminate/support": "^5.8|^6.0|^7.0|^8.0", "guzzlehttp/guzzle": "^7.0.1", "symfony/dom-crawler": "^4.4|^5.0"