From 3fa84bd28ce8b3f36524274b4f068bd9aec726e9 Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Fri, 16 Feb 2024 13:22:13 +0100 Subject: [PATCH] Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eadec77..3a2ff62 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "symfony/finder" : "^6.0|^7.0" }, "require-dev": { - "illuminate/console": "^9.30|^10.0", + "illuminate/console": "^9.30|^10.0|^11.0", "laravel/pint": "^1.0", "nunomaduro/collision": "^6.0", "nunomaduro/larastan": "^2.0.1", "orchestra/testbench": "^7.0|^8.0|^9.0", - "pestphp/pest": "^1.21", + "pestphp/pest": "^1.21|^2.0", "pestphp/pest-plugin-laravel": "^1.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0",