Skip to content

Commit db03775

Browse files
committed
README: update URL for downloading the PHAR
The GH Pages website has been re-activated under a new domain - phars.phpcodesniffer.com -. The PHARs can now be downloaded from that domain and PHIVE should work as well, though a PR to phar.io will be needed to update the PHIVE alias redirect.
1 parent 6d22f38 commit db03775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ If you're using PHP_CodeSniffer as part of a team, or you're running it on a [CI
1717
The easiest way to get started with PHP_CodeSniffer is to download the Phar files for each of the commands:
1818
```
1919
# Download using curl
20-
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
21-
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
20+
curl -OL https://phars.phpcodesniffer.com/phpcs.phar
21+
curl -OL https://phars.phpcodesniffer.com/phpcbf.phar
2222
2323
# Or download using wget
24-
wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
25-
wget https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
24+
wget https://phars.phpcodesniffer.com/phpcs.phar
25+
wget https://phars.phpcodesniffer.com/phpcbf.phar
2626
2727
# Then test the downloaded PHARs
2828
php phpcs.phar -h

0 commit comments

Comments
 (0)