From c55c7a891fc1833f2594799a606785d6d287b941 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 1 Feb 2022 10:35:15 +0000 Subject: [PATCH] Lock larastan to version 1.0 until its dependencies are stable --- resources/phpstan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/phpstan.json b/resources/phpstan.json index 2f7ed4fc..8c8892e4 100644 --- a/resources/phpstan.json +++ b/resources/phpstan.json @@ -151,7 +151,7 @@ "website": "https://github.com/nunomaduro/larastan", "command": { "composer-bin-plugin": { - "package": "nunomaduro/larastan", + "package": "nunomaduro/larastan:^1.0", "namespace": "larastan" } },