Skip to content

Commit 48d176e

Browse files
Update cli-tool.md
1 parent 3307b13 commit 48d176e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cli-tool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ The StyleCI CLI Tool requires [PHP](https://php.net) 7.2.5 or higher, and can be
1010
Local installation:
1111

1212
```bash
13-
$ composer require styleci/cli:^0.7 --dev
13+
$ composer require styleci/cli:^0.8 --dev
1414
```
1515

1616
Global installation:
1717

1818
```bash
19-
$ composer global require styleci/cli:^0.7
19+
$ composer global require styleci/cli:^0.8
2020
```
2121

2222
#### Download the Phar
2323

2424
Global installation:
2525

2626
```bash
27-
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v0.7.0/styleci.phar \
27+
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v0.8.0/styleci.phar \
2828
&& chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci
2929
```
3030

0 commit comments

Comments
 (0)