From 0bfe717e5f7156dc1fd9a48d8200f911b0b4552a Mon Sep 17 00:00:00 2001 From: emredipi Date: Fri, 15 Mar 2024 00:53:45 +0300 Subject: [PATCH] Laravel 11 Compatibility --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f9ea2ba..59a825e 100644 --- a/composer.json +++ b/composer.json @@ -26,15 +26,15 @@ "require": { "php": "^8.1", "guzzlehttp/guzzle": "^7.8", - "illuminate/contracts": "^10.10", - "illuminate/routing": "^10.10", + "illuminate/contracts": "^10.10|^11.0", + "illuminate/routing": "^10.10|^11.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "larastan/larastan": "^2.0", - "laravel/framework": "^10.10", - "nunomaduro/collision": "^7.0", - "orchestra/testbench": "^8.18", + "laravel/framework": "^10.10|^11.0", + "nunomaduro/collision": "^7.0|^8.0", + "orchestra/testbench": "^8.18|^9.0", "pestphp/pest": "^2.28", "pestphp/pest-plugin-laravel": "^2.2", "phpstan/phpstan": "^1.10",