Skip to content

Commit

Permalink
README: minor tweak for release of 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 1, 2023
1 parent 5b3ca14 commit 4944d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ Installing via Composer is highly recommended.
Run the following from the root of your project:
```bash
composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
composer require --dev phpcsstandards/phpcsextra:"^1.1.0"
composer require --dev phpcsstandards/phpcsextra:"^1.2.0"
```

### Composer Global Installation

Alternatively, you may want to install this standard globally:
```bash
composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
composer global require --dev phpcsstandards/phpcsextra:"^1.1.0"
composer global require --dev phpcsstandards/phpcsextra:"^1.2.0"
```

### Updating to a newer version
Expand Down

0 comments on commit 4944d17

Please sign in to comment.