You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,15 @@ It means they can be installed by adding the entry to composer.json `require-dev
15
15
16
16
```json
17
17
{
18
-
"require-dev": {
19
-
"inpsyde/php-coding-standards": "@stable"
20
-
}
18
+
"require-dev": {
19
+
"inpsyde/php-coding-standards": "^1@dev"
20
+
}
21
21
}
22
22
```
23
23
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.)
0 commit comments