diff --git a/composer.json b/composer.json index 408677b..1d608b3 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.*|^6.0|^7.0", - "illuminate/queue": "5.*|^6.0|^7.0", - "illuminate/bus": "5.*|^6.0|^7.0", + "illuminate/support": "5.*|^6.0|^7.0|^8.0", + "illuminate/queue": "5.*|^6.0|^7.0|^8.0", + "illuminate/bus": "5.*|^6.0|^7.0|^8.0", "aws/aws-sdk-php": "~3.0" }, "require-dev": {