From c92237145c193d341399fb1355b2fbd04b8ab4ee Mon Sep 17 00:00:00 2001 From: Mozex Date: Fri, 28 Jun 2024 17:50:16 +0300 Subject: [PATCH] fix matrix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 336408e..5f3eb63 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^10.0|^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", "league/commonmark": "^2.4", "spatie/laravel-package-tools": "^1.16" },