Skip to content

Commit a168782

Browse files
committed
Update URLs for php-cs-fixer
1 parent 9ca90a4 commit a168782

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
@@ -88,7 +88,7 @@ tools/phpunit: vendor/bin/phpunit
8888
ln -sf ../vendor/bin/phpunit tools/phpunit
8989

9090
tools/php-cs-fixer:
91-
curl -Ls http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -o tools/php-cs-fixer && chmod +x tools/php-cs-fixer
91+
curl -Ls http://cs.symfony.com/download/php-cs-fixer-v2.phar -o tools/php-cs-fixer && chmod +x tools/php-cs-fixer
9292

9393
tools/box:
9494
curl -Ls https://github.com/humbug/box/releases/download/3.10.0/box.phar -o tools/box && chmod +x tools/box

0 commit comments

Comments
 (0)