From c27b3f3ef74357d1e4824a9a447bbfe08241aec9 Mon Sep 17 00:00:00 2001 From: Ayman Alhattami Date: Thu, 20 Apr 2023 18:17:29 +0300 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index dcec6b5..5b39d13 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "require": { "php": ">=5.6.4", "guzzlehttp/guzzle": "^6.2|^7.0", - "illuminate/notifications": "~5.3|^6.0|^7.0|^8.0|^9.0", - "illuminate/queue": "~5.3|^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "~5.3|^6.0|^7.0|^8.0|^9.0", - "illuminate/config": "~5.3|^6.0|^7.0|^8.0|^9.0" + "illuminate/notifications": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/queue": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/config": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "mockery/mockery": "~1.0",