From d8f6f755efaba410387fd4b1a4991dd58a6bca7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 20 Feb 2022 21:11:11 +0100 Subject: [PATCH] update larastan --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a685e0..901558a 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "orchestra/testbench": "^6.9|^7.0", - "nunomaduro/larastan": "^0.6.10", + "nunomaduro/larastan": "^1.0|^2.0", "pestphp/pest": "^1.2", "pestphp/pest-plugin-laravel": "^1.0" },