From 87c64a9365ec51fc7bbd1d3784b574e72b1b064a Mon Sep 17 00:00:00 2001 From: php coder Date: Wed, 28 Feb 2024 18:18:13 +0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 81a38bc..75cb696 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ "php": "^8.1", "filament/forms": "^3.0", "spatie/laravel-package-tools": "^1.15.0", - "illuminate/contracts": "^10.0" + "illuminate/contracts": "^10.0|^11.0" }, "require-dev": { "nunomaduro/collision": "^7.9", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0|^9.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-arch": "^2.0", "pestphp/pest-plugin-laravel": "^2.0"