diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index e1f64c5b..0b13127d 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -6,12 +6,9 @@ This is the list of actions that you need to take when upgrading this bundle fro ### Upgrade the bundle ```shell -composer require --dev liip/test-fixtures-bundle:^3.0.0-alpha3 +composer require --dev liip/test-fixtures-bundle:^3.0.0 ``` -> [!TIP] -> The version will be `^3.0.0` once a stable release for the `3.x` branch will have been published. - ### Remove `liip_test_fixtures.cache_db` ```diff