Skip to content

Commit 9f90980

Browse files
authored
Merge pull request #297 from PHPCSStandards/feature/readme-minor-tweak-for-release
README: minor tweak for release of 1.2.0
2 parents 5b3ca14 + 4944d17 commit 9f90980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ Installing via Composer is highly recommended.
6262
Run the following from the root of your project:
6363
```bash
6464
composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
65-
composer require --dev phpcsstandards/phpcsextra:"^1.1.0"
65+
composer require --dev phpcsstandards/phpcsextra:"^1.2.0"
6666
```
6767

6868
### Composer Global Installation
6969

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

7676
### Updating to a newer version

0 commit comments

Comments
 (0)