Skip to content

Commit bf1c119

Browse files
committed
chore: use 2.0.0-beta instead
1 parent d17785b commit bf1c119

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/extend/update-2_0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ There have been many changes to the core frontend codebase, including renamed or
175175

176176
##### <span class="breaking">Breaking</span>
177177
In `composer.json`:
178-
* Set any `flarum/` package requirement to `^2.0.0`.
178+
* Set `flarum/core` package requirement to `^2.0.0-beta`.
179+
* Set other `flarum/*` packages to `*`.
179180
* If you have a `php` requirement, make sure it is not below `^8.2`.
180-
* If you have `blomstra/gdpr` as a requirement, change it to `"flarum/gdpr": "^2.0.0"`.
181+
* If you have `blomstra/gdpr` as a requirement, change it to `"flarum/gdpr": "*"`.
181182

182183
#### Carbon 3
183184

0 commit comments

Comments
 (0)