From d10bf769713917b615c04b10e431714c9b3da46c Mon Sep 17 00:00:00 2001 From: php coder Date: Wed, 28 Feb 2024 18:21:21 +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 c40654c..d5f33b2 100644 --- a/composer.json +++ b/composer.json @@ -26,11 +26,11 @@ "php": "^8.1", "filament/filament": "^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"