From d28079f228b49edd378b9ddf305d6fa0f9341428 Mon Sep 17 00:00:00 2001 From: Daniel Hartmann Date: Fri, 11 Sep 2020 19:27:45 +0200 Subject: [PATCH] chore!: laravel 8 compatibility (#16) * support laravel 8 * remove php 7.2 --- .travis.yml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c998d34..b0c9dad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.2 - 7.3 env: diff --git a/composer.json b/composer.json index fff4b3b..4867174 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ } ], "require": { - "php": "^7.2", - "illuminate/support": "^5.0|^6.0|^7.0" + "php": "^7.3", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "^3.8|^4.0|^5.0",