From f5b517dbd99d41fc4add069a8ef9b60baa657948 Mon Sep 17 00:00:00 2001 From: Saif Allah Khaled Date: Sun, 4 Sep 2022 15:03:10 +0200 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cb66993..adb1e47 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "PayMob" ], "require": { - "illuminate/support": ">=7 <9" - }, + "illuminate/support": "^7.0|^8.0|^9.0", + }, "autoload": { "psr-4": { "ctf0\\PayMob\\": "src/" From 571ca05260410e6f9396e777edf3148e9843f4ce Mon Sep 17 00:00:00 2001 From: Saif Allah Khaled Date: Sun, 4 Sep 2022 15:05:54 +0200 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index adb1e47..7d28c39 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "PayMob" ], "require": { - "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {