Skip to content

Commit e2a2344

Browse files
Update cli-tool.md
1 parent 35413d3 commit e2a2344

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.6.1 --dev
13+
$ composer require styleci/cli:^0.6.2 --dev
1414
```
1515

1616
Global installation:
1717

1818
```bash
19-
$ composer global require styleci/cli:^0.6.1
19+
$ composer global require styleci/cli:^0.6.2
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.6.1/styleci.phar \
27+
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v0.6.2/styleci.phar \
2828
&& chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci
2929
```
3030

0 commit comments

Comments
 (0)