From 038a8173ee9d333862720a9f1f07a722d7b8dccf Mon Sep 17 00:00:00 2001 From: mihaileu <54336101+mihaileu@users.noreply.github.com> Date: Tue, 8 Mar 2022 20:09:11 +0200 Subject: [PATCH] bump phpstan to latest stable version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0ea712..3cbd3d0 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "phpunit/phpunit": "^8.2 || ^9.2", "mockery/mockery": "^1.2", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^1.4", "ext-simplexml": "*", "psalm/phar": "^4.15" },