File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77The code styles are enforced via the popular [ ` php_codesniffer ` ] ( https://packagist.org/packages/squizlabs/php_codesniffer )
88and can be installed via Composer by the name ** ` inpsyde/php-coding-standards ` ** .
99
10- It means they can be installed by adding the entry ro composer.json ` require ` :
10+ It means they can be installed by adding the entry to composer.json ` require-dev ` :
1111
1212``` json
1313{
14- "require" : {
15- "inpsyde/php-coding-standards" : " ^0.3 "
14+ "require-dev " : {
15+ "inpsyde/php-coding-standards" : " ^0.5 "
1616 }
1717}
1818```
1919
2020or via command line with:
2121
2222```
23- $ composer require inpsyde/php-coding-standards
23+ $ composer require inpsyde/php-coding-standards --dev
2424```
2525
2626-------------
You can’t perform that action at this time.
0 commit comments