Skip to content

Commit

Permalink
tests(makefile): moved cs-fixer download to GitHub releases (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 22, 2021
1 parent afe9b39 commit ea85f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BOX=./.tools/box
BOX_URL="https://github.com/humbug/box/releases/download/3.10.0/box.phar"

PHP_CS_FIXER=./.tools/php-cs-fixer
PHP_CS_FIXER_URL="https://cs.sensiolabs.org/download/php-cs-fixer-v2.phar"
PHP_CS_FIXER_URL="https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.2/php-cs-fixer.phar"
PHP_CS_FIXER_CACHE=build/cache/.php_cs.cache

PHPSTAN=./vendor/bin/phpstan
Expand Down

0 comments on commit ea85f1f

Please sign in to comment.