From b9dae8364b9011baa4e086bf609cd4d58d2963bc Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Thu, 24 Mar 2022 07:32:10 +0100 Subject: [PATCH] Laravel 9.x (#15) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 617419c..02fbff9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php" : "^7.0|^8.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0", "graham-campbell/guzzle-factory": "^3.0|^4.0" }, "require-dev": {