From 347a3bd7122ca44471523b80e6fa7570f9c061ba Mon Sep 17 00:00:00 2001 From: "David H. Sianturi" Date: Sat, 30 Nov 2019 00:25:33 +0700 Subject: [PATCH] Drop support for Laravel 5.7 --- .travis.yml | 1 - composer.json | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e22a5f2..8c8b8eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ php: env: matrix: - - LARAVEL=5.7.* - LARAVEL=5.8.* - LARAVEL=^6.0 diff --git a/composer.json b/composer.json index 0df6933..f56e972 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": "^7.1.3", - "illuminate/console": "~5.7.0|~5.8.0|^6.0", - "illuminate/routing": "~5.7.0|~5.8.0|^6.0", - "illuminate/support": "~5.7.0|~5.8.0|^6.0", + "illuminate/console": "~5.8.0|^6.0", + "illuminate/routing": "~5.8.0|^6.0", + "illuminate/support": "~5.8.0|^6.0", "mpociot/documentarian": "^0.3.0" }, "require-dev": { - "orchestra/testbench": "^3.7|^3.8|^4.0" + "orchestra/testbench": "^3.8|^4.0" }, "autoload": { "psr-4": {