diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 27497c2..629ac3c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -28,4 +28,4 @@ checks: tools: external_code_coverage: timeout: 600 - runs: 3 + runs: 4 diff --git a/.travis.yml b/.travis.yml index 55f3268..ff37fa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ -dist: trusty language: php php: - 7.2 - 7.3 - 7.4 + - 8.0 ## Cache composer cache: diff --git a/composer.json b/composer.json index 5f5e743..28b01a2 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "~7.2", + "php": "^7.2|^8.0", "illuminate/encryption": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0", "league/flysystem": "^1.0.20"