From d150ee829f34de87d2b9f9fb5cb0899b3b1ffd2a Mon Sep 17 00:00:00 2001 From: Abdullah Al-Faqeir Date: Tue, 15 Feb 2022 03:36:38 +0200 Subject: [PATCH] Update composer.json Added support for laravel 9. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ccbac7a..d3e6517 100644 --- a/composer.json +++ b/composer.json @@ -41,12 +41,12 @@ "require": { "php": "^8.0", "laravel/scout": "^8.0|^9.0", - "illuminate/bus": "^7.0|^8.0", - "illuminate/contracts": "^7.0|^8.0", - "illuminate/database": "^7.0|^8.0", - "illuminate/pagination": "^7.0|^8.0", - "illuminate/queue": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0", + "illuminate/bus": "^7.0|^8.0|^9.0", + "illuminate/contracts": "^7.0|^8.0|^9.0", + "illuminate/database": "^7.0|^8.0|^9.0", + "illuminate/pagination": "^7.0|^8.0|^9.0", + "illuminate/queue": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0", "typesense/typesense-php": "^4.0" }, "config": {