File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ Installing via Composer is highly recommended.
62
62
Run the following from the root of your project:
63
63
``` bash
64
64
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"
66
66
```
67
67
68
68
### Composer Global Installation
69
69
70
70
Alternatively, you may want to install this standard globally:
71
71
``` bash
72
72
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"
74
74
```
75
75
76
76
### Updating to a newer version
You can’t perform that action at this time.
0 commit comments