Skip to content

Commit 6a663ee

Browse files
committed
Clarify versioning in README install instructions and update composer constraints.
1 parent db59c8e commit 6a663ee

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
@@ -10,16 +10,16 @@ Typed value objects for PHP. Build precise, immutable, and validated data for DT
1010

1111
### Install
1212

13-
- PHP 8.2+:
13+
- Use V2.* fro PHP 8.2+:
1414

1515
```bash
16-
composer require georgii-web/php-typed-values:^2.0
16+
composer require georgii-web/php-typed-values:^2.*
1717
```
1818

19-
- PHP 7.4:
19+
- Use V1.* fro PHP 7.4:
2020

2121
```bash
22-
composer require georgii-web/php-typed-values:^1.0
22+
composer require georgii-web/php-typed-values:^1.*
2323
```
2424

2525
### Why

0 commit comments

Comments
 (0)