diff --git a/.travis.yml b/.travis.yml index 01e10f6..ccda144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 cache: directories: diff --git a/composer.json b/composer.json index 0046717..ab2ef39 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "email": "dmitry.g.ivanov@gmail.com" }], "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "illuminate/support": "^7.0", "illuminate/database": "^7.0", "mockery/mockery": "^1.2"