From 036723893fa229aaaea635df450ece07c82f2532 Mon Sep 17 00:00:00 2001 From: KawsaraM MK Date: Tue, 1 Jun 2021 21:38:35 +0300 Subject: [PATCH] use higher version of php and dependencies updated accordingly. --- CHANGELOG.md | 3 +++ composer.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df9e408..b00aaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.0.0 +* use higher version of php and dependencies updated accordingly. + ## v2.0.0 * Updated Dependency of Laravel Unifonic v2 to reflect the new changes of the API. diff --git a/composer.json b/composer.json index e010ebb..cfd55c3 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,13 @@ } ], "require": { - "php": "^7.1.3", + "php": "^7.4|^8.0", "multicaret/laravel-unifonic": "^2.0" }, "require-dev": { - "illuminate/notifications": "~5.7", + "illuminate/notifications": "~v8.35.1", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^9.5.0" }, "autoload": { "psr-4": {