We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc3eee commit c12853bCopy full SHA for c12853b
Makefile
@@ -62,7 +62,7 @@ examples:
62
PHP_VERSION=$(PHP_VERSION) $(PHP) examples/*
63
64
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
+ curl https://cs.symfony.com/download/php-cs-fixer-v2.phar -o bin/php-cs-fixer.phar -LR -z bin/php-cs-fixer.phar
66
chmod a+x bin/php-cs-fixer.phar
67
curl https://getcomposer.org/download/$(COMPOSER_VERSION)/composer.phar -o bin/composer.phar -LR -z bin/composer.phar
68
chmod a+x bin/composer.phar
0 commit comments