From 091492ad8ad09c393a668c4292a3dc4d3caf38aa Mon Sep 17 00:00:00 2001 From: Nathan Heinrich Date: Tue, 15 Feb 2022 09:47:28 +1000 Subject: [PATCH] laravel 9 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 56fbb27..023dc87 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "require": { "php" : "^7.1.3|^8.0", "guzzlehttp/guzzle": "^6.3 || ^7.0.1", - "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0", - "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0" + "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0"