From fd0de22368ba2f8ab183d297b792a46f0e14b6b9 Mon Sep 17 00:00:00 2001 From: Andrey Savenkov Date: Mon, 1 Aug 2022 12:34:21 +0300 Subject: [PATCH] Dropped support of PHP < 8.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"