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