From 43572970158f8ea2340ec2270683ba2d97768510 Mon Sep 17 00:00:00 2001 From: Marcel Strahl Date: Mon, 20 May 2024 15:58:24 +0200 Subject: [PATCH] Qa/workflow improvements (#39) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c9e3fc..4466ba8 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "psalm/plugin-laravel": "^2.10", "psalm/plugin-phpunit": "^0.19", "infection/infection": "^0.27.10", - "laravel/framework": "^10.48" + "laravel/framework": "^10.0|^v11.0" }, "scripts": { "lint": "parallel-lint --exclude .git --exclude vendor .",