Skip to content

Commit fd1d520

Browse files
committed
Update readme
1 parent aa7af7b commit fd1d520

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ To get a full understanding, it's best to [read the docs](https://feature-flags.
3838

3939
## Upgrading
4040

41-
This project is currently at version 2 and is somewhat different to version 1. If you are using Laravel 9 and PHP8
41+
Version 3 and 2 are mostly the same. Some additonal type hinting was adding but not no major
42+
upgrade work should be required.
43+
44+
Version 2 and is somewhat different to version 1. If you are using Laravel 9 and PHP8
4245
you should aim to use version 2. Version 1 is no longer supported. There is an [upgrade guide for moving
4346
from version 1 to version 2](UPGRADE.md).
4447

@@ -47,7 +50,7 @@ from version 1 to version 2](UPGRADE.md).
4750
You can install the package via composer:
4851

4952
```bash
50-
composer require ylsideas/feature-flags:^2.0
53+
composer require ylsideas/feature-flags:^3.0
5154
```
5255

5356
Once installed you should publish the config with the following command.

0 commit comments

Comments
 (0)