diff --git a/composer.json b/composer.json index bad59dd..88e4f5b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Devino Notification Channel for laravel.", "keywords": ["laravel", "notifications", "devino"], "license": "MIT", - "version": "1.0.2", + "version": "1.0.3", "authors": [ { "name": "Andrey Savenkov", @@ -11,8 +11,8 @@ } ], "require": { - "php": "^7.1.3|^8.0", - "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0", + "php": "^8.0", + "illuminate/notifications": "^7.0|^8.0|^9.0", "ext-json": "*", "ext-curl": "*", "in7rude/devino-client": "^1.0"