From 8c1d1841141402ae7a9479d89e361f52f0186d31 Mon Sep 17 00:00:00 2001 From: Dominik Mery Date: Tue, 19 Mar 2024 17:16:08 +0100 Subject: [PATCH] Add support for Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d914f8..397023a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^8.1|^8.2", - "illuminate/contracts": "^10.0", + "illuminate/contracts": "^10.0|^11.0", "larastan/larastan": "^2.0", "pestphp/pest": "^2.6", "pestphp/pest-plugin-laravel": "^2.0",