From b2a2921effe9172661609f1ea410c6e980e2ada7 Mon Sep 17 00:00:00 2001 From: jxlwqq Date: Fri, 25 Dec 2020 13:59:48 +0800 Subject: [PATCH 1/2] support php8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd273a1..876206e 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": { From bc0cf4afbdfee1b009989572c20c4e7edaa1bc44 Mon Sep 17 00:00:00 2001 From: jxlwqq Date: Fri, 25 Dec 2020 14:00:55 +0800 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c8436ae..637596a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: php php: - 7.2 - 7.3 + - 7.4 + - 8.0 before_script: - curl -s http://getcomposer.org/installer | php