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 9ca90a4 commit a168782Copy full SHA for a168782
Makefile
@@ -88,7 +88,7 @@ tools/phpunit: vendor/bin/phpunit
88
ln -sf ../vendor/bin/phpunit tools/phpunit
89
90
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
+ curl -Ls http://cs.symfony.com/download/php-cs-fixer-v2.phar -o tools/php-cs-fixer && chmod +x tools/php-cs-fixer
92
93
tools/box:
94
curl -Ls https://github.com/humbug/box/releases/download/3.10.0/box.phar -o tools/box && chmod +x tools/box
0 commit comments