From 2bc0e081a546fc72d7c61f906b15e49105be1bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Fri, 24 Jan 2020 11:35:02 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Pr=C3=A9f=C3=A8re=20phpstan/phpstan-s?= =?UTF-8?q?him=20=C3=A0=20phpstan/phpstan."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 096400a52bed53e05c3dd996e1b8826d6d227c42. phpstan/phpstan-shim est deprecated. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c346cb5..c6f7dd6 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=7.1", "jangregor/phpstan-prophecy": "^0.3.0", "nette/di": "^3.0", - "phpstan/phpstan-shim": "^0.11.7", + "phpstan/phpstan": "^0.11.7", "phpstan/phpstan-beberlei-assert": "^0.11", "phpstan/phpstan-doctrine": "^0.11.1", "phpstan/phpstan-phpunit": "^0.11", -- GitLab