diff --git a/.travis.yml b/.travis.yml index 9e10184..8ab6bd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: php php: - 7.2 - 7.3 + - 7.4 + - 8.0 env: matrix: diff --git a/composer.json b/composer.json index ee521ff..a68e005 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/database": "^5.8|^6.0|^7.0|^8.0", "illuminate/support": "^5.8|^6.0|^7.0|^8.0" },