From e4159173bdb4f548d82c805baf00b34ee84080e4 Mon Sep 17 00:00:00 2001 From: christophe Date: Fri, 22 Apr 2022 16:33:43 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 188d97f..9cc2daa 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ ], "require": { "php": ">=7.3", - "illuminate/support": "6.* | 7.* | 8.*", - "illuminate/cache": "6.* | 7.*| 8.*", + "illuminate/support": "6.* | 7.* | 8.* | 9.*", + "illuminate/cache": "6.* | 7.*| 8.* | 9.*", "intervention/image": "^2.5" }, "require-dev": {