From 31d81a719714124d8b7d98a6afce6ad8e12e2c43 Mon Sep 17 00:00:00 2001 From: Muhammad Dyas Yaskur Date: Sun, 30 Jan 2022 21:51:52 +0700 Subject: [PATCH] Upgrade to laravel 9 Laravel 9 will be released very soon, so please allow us to install this to Laravel 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0d663aa..f14c7b5 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "~5.0|^6.0|^7.0|^8.0", - "illuminate/session": "~5.0|^6.0|^7.0|^8.0" + "illuminate/support": "~5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "~5.0|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0", "mockery/mockery": "^1.0", "friendsofphp/php-cs-fixer": "^2.16" },