Skip to content

Commit c12853b

Browse files
authored
Replace outdated download link for cs fixer
1 parent 6fc3eee commit c12853b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ examples:
6262
PHP_VERSION=$(PHP_VERSION) $(PHP) examples/*
6363

6464
install-phars:
65-
curl http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -o bin/php-cs-fixer.phar -LR -z bin/php-cs-fixer.phar
65+
curl https://cs.symfony.com/download/php-cs-fixer-v2.phar -o bin/php-cs-fixer.phar -LR -z bin/php-cs-fixer.phar
6666
chmod a+x bin/php-cs-fixer.phar
6767
curl https://getcomposer.org/download/$(COMPOSER_VERSION)/composer.phar -o bin/composer.phar -LR -z bin/composer.phar
6868
chmod a+x bin/composer.phar

0 commit comments

Comments
 (0)