diff --git a/.travis.yml b/.travis.yml index b61629a..96dd1fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 env: global: diff --git a/composer.json b/composer.json index 450e655..6a2ebfc 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1", + "php": "^7.1|^8.0", "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*", "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*", "intervention/image": "^2.4"