From 8944ffa684fba7ddde5e7f60009e7aa7eb22b642 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 13 Apr 2022 08:51:54 +0200 Subject: [PATCH] Allow Laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5135cf2..7301885 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.2|^8", - "illuminate/support": "^6|^7|^8", + "illuminate/support": "^6|^7|^8|^9", "symfony/form": "^4|^5|^6", "symfony/validator": "^4|^5|^6", "symfony/twig-bridge": "^4|^5|^6",