From 93ca3a591b42a4c0cb54eb9fa8b6b2c119ed394e Mon Sep 17 00:00:00 2001 From: Lloyd Owen Date: Mon, 15 Feb 2021 12:35:41 +0000 Subject: [PATCH] PHP8 Support --- .travis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24c2d6c..93c1e53 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 7.1 - 7.2 - 7.3 + - 8.0 env: matrix: diff --git a/composer.json b/composer.json index a1e53f8..91c7b2f 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2||^8.0", "illuminate/support": "^6.0|^7.0|^8.0", "livewire/livewire": "^2.0" },