From f5b0b7461c90b559d75057805933b88b8f20d9e9 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 19 May 2024 14:01:05 +0200 Subject: [PATCH] doc: update installation guide (2) --- UPGRADE-3.0.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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