Skip to content

Commit 7b61c88

Browse files
committed
Update URLs for php-cs-fixer
1 parent 28ffbd4 commit 7b61c88

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
@@ -110,7 +110,7 @@ tools/phpunit: vendor/bin/phpunit
110110
ln -sf ../vendor/bin/phpunit tools/phpunit
111111

112112
tools/php-cs-fixer:
113-
curl -Ls http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -o tools/php-cs-fixer && chmod +x tools/php-cs-fixer
113+
curl -Ls http://cs.symfony.com/download/php-cs-fixer-v2.phar -o tools/php-cs-fixer && chmod +x tools/php-cs-fixer
114114

115115
tools/deptrac:
116116
curl -Ls https://github.com/sensiolabs-de/deptrac/releases/download/0.10.0/deptrac.phar -o tools/deptrac && chmod +x tools/deptrac

0 commit comments

Comments
 (0)