Skip to content

Commit

Permalink
Fix phpstan download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXakaWIZARD committed May 22, 2020
1 parent bc5cd31 commit c42d972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ tools/php-cs-fixer:
chmod +x tools/php-cs-fixer

tools/phpstan:
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
mv tools/phpstan.phar tools/phpstan
chmod +x tools/phpstan

tools/phpunit:
Expand Down

0 comments on commit c42d972

Please sign in to comment.