diff --git a/composer.json b/composer.json index bf52be7..4409c68 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A wasabi storage driver for Laravel", "type": "library", "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/support": "^6.0|^7.0|^8.0", "illuminate/filesystem": "^6.0|^7.0|^8.0", "league/flysystem-aws-s3-v3": "^1.0"