Skip to content

Commit 861c00d

Browse files
committed
Standard should be installed as a dev dependency
1 parent e578f25 commit 861c00d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The recommended way to install Slevomat Coding Standard is [through Composer](ht
198198

199199
```JSON
200200
{
201-
"require": {
201+
"require-dev": {
202202
"slevomat/coding-standard": "^1.0"
203203
}
204204
}
@@ -212,7 +212,7 @@ If you want to use the whole coding standard, besides requiring `slevomat/coding
212212

213213
```JSON
214214
{
215-
"require": {
215+
"require-dev": {
216216
"consistence/coding-standard": "^0.8"
217217
}
218218
}
@@ -244,7 +244,7 @@ Besides requiring `slevomat/coding-standard` in composer.json, require also PHP_
244244

245245
```JSON
246246
{
247-
"require": {
247+
"require-dev": {
248248
"squizlabs/php_codesniffer": "2.5.0"
249249
}
250250
}

0 commit comments

Comments
 (0)