Skip to content

Commit 0113fae

Browse files
authored
Fix installation documentation
ci skip
1 parent 5e29adf commit 0113fae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ It means they can be installed by adding the entry to composer.json `require-dev
1515

1616
```json
1717
{
18-
"require-dev": {
19-
"inpsyde/php-coding-standards": "@stable"
20-
}
18+
"require-dev": {
19+
"inpsyde/php-coding-standards": "^1@dev"
20+
}
2121
}
2222
```
2323

24+
(the `@dev` suffix can be removed if the project [`minimum-stability`](https://getcomposer.org/doc/04-schema.md#minimum-stability) is `"dev"`, or as soon as the stable v1.0.0 of the standards will be released.)
25+
26+
2427
or via command line with:
2528

2629
```shell

0 commit comments

Comments
 (0)