From bf1c119082c9cdeeb271c290b95d78aa4f051454 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Fri, 6 Dec 2024 11:03:01 +0100 Subject: [PATCH] chore: use `2.0.0-beta` instead --- docs/extend/update-2_0.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/extend/update-2_0.md b/docs/extend/update-2_0.md index 1d49b4817..d5a318604 100644 --- a/docs/extend/update-2_0.md +++ b/docs/extend/update-2_0.md @@ -175,9 +175,10 @@ There have been many changes to the core frontend codebase, including renamed or ##### Breaking In `composer.json`: -* Set any `flarum/` package requirement to `^2.0.0`. +* Set `flarum/core` package requirement to `^2.0.0-beta`. +* Set other `flarum/*` packages to `*`. * If you have a `php` requirement, make sure it is not below `^8.2`. -* If you have `blomstra/gdpr` as a requirement, change it to `"flarum/gdpr": "^2.0.0"`. +* If you have `blomstra/gdpr` as a requirement, change it to `"flarum/gdpr": "*"`. #### Carbon 3