From d18aea84682cc02002203a4eb3f33d8c7e282459 Mon Sep 17 00:00:00 2001 From: "Moinuddin S. Khaja" Date: Wed, 23 Feb 2022 14:34:43 +0530 Subject: [PATCH] Adding Support for Laravel 9 --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 9592dc7..9f23969 100644 --- a/composer.json +++ b/composer.json @@ -18,18 +18,18 @@ "require": { "php": "^7.4|^8.0", "jenssegers/agent": "^2.6", - "illuminate/auth": "^7.0|^8.0", - "illuminate/bus": "^7.0|^8.0", - "illuminate/console": "^7.0|^8.0", - "illuminate/contracts": "^7.0|^8.0", - "illuminate/database": "^7.0|^8.0", - "illuminate/http": "^7.0|^8.0", - "illuminate/notifications": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0", + "illuminate/auth": "^7.0|^8.0|^9.0", + "illuminate/bus": "^7.0|^8.0|^9.0", + "illuminate/console": "^7.0|^8.0|^9.0", + "illuminate/contracts": "^7.0|^8.0|^9.0", + "illuminate/database": "^7.0|^8.0|^9.0", + "illuminate/http": "^7.0|^8.0|^9.0", + "illuminate/notifications": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0", "spatie/laravel-package-tools": "^1.4" }, "require-dev": { - "orchestra/testbench": "^6.0", + "orchestra/testbench": "^6.0|^7.0", "phpunit/phpunit": "^9.3" }, "autoload": {