From 2832abf42387ced263d27fe92885fda85d1cc19b Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 23 Mar 2024 17:56:46 +0100 Subject: [PATCH] Lower the phpstan required range --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 237e46f8d..81911027a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "require-dev": { "phpunit/phpunit" : "^7 || ^8 || ^9 || ^10 || ^11", "laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1", "wdes/coding-standard": "^3.3" }, "autoload": {