File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
4245you should aim to use version 2. Version 1 is no longer supported. There is an [ upgrade guide for moving
4346from version 1 to version 2] ( UPGRADE.md ) .
4447
@@ -47,7 +50,7 @@ from version 1 to version 2](UPGRADE.md).
4750You 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
5356Once installed you should publish the config with the following command.
You can’t perform that action at this time.
0 commit comments