Skip to content

Commit

Permalink
Merge pull request #297 from PHPCSStandards/feature/readme-minor-twea…
Browse files Browse the repository at this point in the history
…k-for-release

README: minor tweak for release of 1.2.0
  • Loading branch information
jrfnl authored Dec 1, 2023
2 parents 5b3ca14 + 4944d17 commit 9f90980
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 9f90980

Please sign in to comment.