From e0c173af6deaeda6170e017eb3ce225d8d4c5964 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 23 Aug 2019 17:23:07 +0200 Subject: [PATCH] Drop support for Laravel 5.8 --- .travis.yml | 4 ---- composer.json | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b3f277ab..be627c95e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ php: env: matrix: - - LARAVEL=5.8.* PHPUNIT=^7.5 - - LARAVEL=5.8.* PHPUNIT=^8.0 - LARAVEL=^6.0 PHPUNIT=^7.5 - LARAVEL=^6.0 PHPUNIT=^8.0 - LARAVEL=^7.0 PHPUNIT=^8.0 @@ -18,8 +16,6 @@ env: matrix: fast_finish: true exclude: - - php: 7.1 - env: LARAVEL=5.8.* PHPUNIT=^8.0 - php: 7.1 env: LARAVEL=^6.0 PHPUNIT=^7.5 - php: 7.1 diff --git a/composer.json b/composer.json index 6d4636c64..67024abd2 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ "ext-zip": "*", "facebook/webdriver": "^1.7", "nesbot/carbon": "^1.20|^2.0", - "illuminate/console": "~5.8.0|^6.0|^7.0", - "illuminate/support": "~5.8.0|^6.0|^7.0", + "illuminate/console": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0", "symfony/console": "^4.0", "symfony/finder": "^4.0", "symfony/process": "^4.0",