Skip to content

Commit 4ae5394

Browse files
authored
Merge pull request #89 from MAXakaWIZARD/pr-php-8
Fix phpstan download URL
2 parents 091b96c + c42d972 commit 4ae5394

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tools/php-cs-fixer:
77
chmod +x tools/php-cs-fixer
88

99
tools/phpstan:
10-
wget --directory-prefix=tools --quiet https://github.com/phpstan/phpstan-shim/raw/$(PHPSTAN_VERSION)/phpstan
10+
wget --directory-prefix=tools --quiet https://github.com/phpstan/phpstan/releases/download/$(PHPSTAN_VERSION)/phpstan.phar
11+
mv tools/phpstan.phar tools/phpstan
1112
chmod +x tools/phpstan
1213

1314
tools/phpunit:

0 commit comments

Comments
 (0)