From 1c7ec36dc0c985420b1b9178945fc619ce48d99f Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:33:41 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea2d250..4b81210 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require" : { "php": "^8.0", - "illuminate/contracts": "^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", "ralphjsmit/laravel-helpers": "^1.9", "spatie/laravel-package-tools": "^1.9.2" },