From 6be2d222cce05bc05cf5f0a7a327975b49b6a8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio?= Date: Fri, 23 Sep 2022 18:10:38 +0100 Subject: [PATCH] Add compatibility to L9.X --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e024d50..9b64ee6 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "intercom/intercom-php": "^4.4" }, "autoload": {