From 06e5d1afa232c36d39068d79c19f982627519e73 Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Wed, 23 Feb 2022 15:23:09 -0500 Subject: [PATCH] support laravel 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 93e9df2..925091a 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ } ], "require": { - "illuminate/contracts": "~8.0", - "illuminate/routing": "~8.0", - "illuminate/support": "~8.0", + "illuminate/contracts": "~8.0|~9.0", + "illuminate/routing": "~8.0|~9.0", + "illuminate/support": "~8.0|~9.0", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": {