Skip to content

Commit

Permalink
Merge pull request #89 from MAXakaWIZARD/pr-php-8
Browse files Browse the repository at this point in the history
Fix phpstan download URL
  • Loading branch information
MAXakaWIZARD authored May 22, 2020
2 parents 091b96c + c42d972 commit 4ae5394
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 4ae5394

Please sign in to comment.