From c3c39217f983e5b39594e0ab7d2ee0574c4696af Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 19 Mar 2019 12:48:40 +0000 Subject: [PATCH] Replace phpstan/phpstan with phpstan/phpstan-shim to fix the extension autoloading issue --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 61b27913..0e84dc12 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -452,7 +452,7 @@ { "name": "phpstan", "summary": "Static Analysis Tool", - "website": "https://github.com/phpstan/phpstan", + "website": "https://github.com/phpstan/phpstan-shim", "command": { "composer-bin-plugin": { "package": "phpstan/phpstan",