From 74e97b7ab316b83bb6ea8f27aa8b612671ed0b6e Mon Sep 17 00:00:00 2001 From: Akira Saito Date: Fri, 11 Feb 2022 16:00:35 +0900 Subject: [PATCH] Laravel 9 compatibility required --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bf31693..2e023af 100755 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "^6.0|^7.0|^8.0", - "illuminate/filesystem": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", + "illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0", "phpseclib/phpseclib": "^2.0" }, "require-dev": { - "illuminate/console": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "~5.5" },