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.
6262Run the following from the root of your project:
6363``` bash
6464composer 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
7070Alternatively, you may want to install this standard globally:
7171``` bash
7272composer 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
You can’t perform that action at this time.
0 commit comments