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 5cda84e commit 918cdf6Copy full SHA for 918cdf6
1 file changed
cli-tool.md
@@ -10,7 +10,7 @@ The StyleCI CLI Tool requires [PHP](https://php.net) 7.2.5 or higher, and can be
10
Global installation:
11
12
```bash
13
-$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.1.0/styleci.phar \
+$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.1.1/styleci.phar \
14
&& chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci
15
```
16
0 commit comments