From 53d961f564a9fb3225256f225ef25a7cef403705 Mon Sep 17 00:00:00 2001 From: scaabel Date: Thu, 10 Feb 2022 11:05:14 +0800 Subject: [PATCH] build: add illuminate support v9.x dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b10f2d16..249f46f8 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "ext-json": "*", - "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "facade/ignition-contracts": "^1.0", "ramsey/uuid": "^3.7|^4.0", "stancl/jobpipeline": "^1.0",