Skip to content

Commit 27162d0

Browse files
authored
Update README.md
1 parent 67c5ce4 commit 27162d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
The code styles are enforced via the popular [`php_codesniffer`](https://packagist.org/packages/squizlabs/php_codesniffer)
88
and 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

2020
or via command line with:
2121

2222
```
23-
$ composer require inpsyde/php-coding-standards
23+
$ composer require inpsyde/php-coding-standards --dev
2424
```
2525

2626
-------------

0 commit comments

Comments
 (0)