Skip to content

Commit 93d0402

Browse files
committed
[Doc] Updated package version references in README.md
1 parent 53ba0ba commit 93d0402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Backward compatibility is guaranteed within a single minor release, instead of a
1111

1212
We recommend installing it using tilde (`~`) composer constraint followed by `X.Y.Z` version number format, e.g.:
1313
```bash
14-
composer req --dev ibexa/code-style:~2.0.0
14+
composer req --dev ibexa/code-style:~2.1.0
1515
```
16-
This ensures that composer will install `v2.0.*` patch releases only.
16+
This ensures that composer will install `v2.1.*` patch releases only.
1717
Minor releases might receive configuration updates either needed by [Ibexa DXP](https://www.ibexa.co/products)
1818
packages or other changes forced by PHP CS Fixer package itself.
1919

0 commit comments

Comments
 (0)