Skip to content

Commit 207326d

Browse files
New CLI tool version
1 parent b1b450a commit 207326d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cli-tool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CLI Tool
22

3-
The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.2.5 or higher, and can be installed either directly downloading the phar, orby using [Composer](https://getcomposer.org/). The tool will allow you to analyze your code using StyleCI, before you push. This tool is licensed under [The Apache License 2.0](https://github.com/StyleCI/CLI/blob/1.4/LICENSE).
3+
The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.4 or higher, and can be installed either directly downloading the phar, orby using [Composer](https://getcomposer.org/). The tool will allow you to analyze your code using StyleCI, before you push. This tool is licensed under [The Apache License 2.0](https://github.com/StyleCI/CLI/blob/1.5/LICENSE).
44

55
<a name="installation"></a>
66
## Installation
@@ -10,7 +10,7 @@ The StyleCI CLI Tool requires [PHP](https://www.php.net/) 7.2.5 or higher, and c
1010
Global installation:
1111

1212
```bash
13-
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.4.0/styleci.phar \
13+
$ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.5.0/styleci.phar \
1414
&& chmod +x styleci.phar && sudo mv styleci.phar /usr/local/bin/styleci
1515
```
1616

@@ -19,13 +19,13 @@ $ curl -SsLo styleci.phar https://github.com/StyleCI/CLI/releases/download/v1.4.
1919
Local installation:
2020

2121
```bash
22-
$ composer require styleci/cli:^1.4 --dev
22+
$ composer require styleci/cli:^1.5 --dev
2323
```
2424

2525
Global installation:
2626

2727
```bash
28-
$ composer global require styleci/cli:^1.4
28+
$ composer global require styleci/cli:^1.5
2929
```
3030

3131
## First Time Setup

faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By default, StyleCI will not automatically apply its fixes to your codebase unpr
1313
<a name="apply-fixes-locally"></a>
1414
## How do I apply StyleCI's changes locally
1515

16-
StyleCI is designed so that you don't need to worry about doing this - we can automatically apply our fixes right after you push. However, for those who really want it, we have a CLI tool that can be used to apply our fixes to your code before you push. All we require is that you have PHP 7.2 or higher installed on your machine, and we can fix all your PHP, JS, CSS, Vue.js, and Python code, right then and there! Our CLI tool is available at [https://github.com/StyleCI/CLI](https://github.com/StyleCI/CLI).
16+
StyleCI is designed so that you don't need to worry about doing this - we can automatically apply our fixes right after you push. However, for those who really want it, we have a CLI tool that can be used to apply our fixes to your code before you push. All we require is that you have PHP 7.4 or higher installed on your machine, and we can fix all your PHP, JS, CSS, Vue.js, and Python code, right then and there! Our CLI tool is available at [https://github.com/StyleCI/CLI](https://github.com/StyleCI/CLI).
1717

1818
<a name="turn-off-notifications"></a>
1919
## How do I turn off notification emails

0 commit comments

Comments
 (0)