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",