We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 091b96c + c42d972 commit 4ae5394Copy full SHA for 4ae5394
1 file changed
Makefile
@@ -7,7 +7,8 @@ tools/php-cs-fixer:
7
chmod +x tools/php-cs-fixer
8
9
tools/phpstan:
10
- wget --directory-prefix=tools --quiet https://github.com/phpstan/phpstan-shim/raw/$(PHPSTAN_VERSION)/phpstan
+ wget --directory-prefix=tools --quiet https://github.com/phpstan/phpstan/releases/download/$(PHPSTAN_VERSION)/phpstan.phar
11
+ mv tools/phpstan.phar tools/phpstan
12
chmod +x tools/phpstan
13
14
tools/phpunit:
0 commit comments