From e74a623d05de254cf9b426a7a09ae20d16823b12 Mon Sep 17 00:00:00 2001 From: Adrien Leloup Date: Fri, 11 Feb 2022 15:22:34 +0100 Subject: [PATCH] Allow Laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1551e2c..a68c8eb 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^7.1|^8.0", + "php": "^7.1|^8.0|^9.0", "illuminate/support": "^7.0|^8.0", "laravel/helpers": "^1.1" },