From 5cf41566859561dd260b1738ffec83fc57a4d190 Mon Sep 17 00:00:00 2001 From: Colin Hall Date: Tue, 8 Feb 2022 10:29:52 +0000 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1575b09..e972360 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^7.4|^8.0|^9.0", "illuminate/support": "^8.0" }, "require-dev": {