From 721957508dac380691cd8e3684af8fe7a0924bc0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 17 Feb 2023 10:31:10 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3423552..78a14ec 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.0", "spatie/laravel-package-tools": "^1.9.2", - "illuminate/contracts": "^8.0|^9.0", + "illuminate/contracts": "^8.0|^9.0|^10.0", "filament/forms": "^2.0" }, "require-dev": { @@ -58,4 +58,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}