diff --git a/composer.json b/composer.json index 6d2e509..4e79c09 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.0 | ^7.0", - "illuminate/notifications": "^6.0 | ^7.0", + "illuminate/support": "^6.0 | ^7.0 | ^8.0", + "illuminate/notifications": "^6.0 | ^7.0 | ^8.0", "ext-curl": "*", "ext-json": "*" },