Skip to content

Commit c6ed8fb

Browse files
Bumped CLI tool version
1 parent e3ea0f5 commit c6ed8fb

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

1616
Global installation:
1717

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

0 commit comments

Comments
 (0)