Skip to content

Commit

Permalink
chore: use 2.0.0-beta instead
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Dec 6, 2024
1 parent d17785b commit bf1c119
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/extend/update-2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,10 @@ There have been many changes to the core frontend codebase, including renamed or

##### <span class="breaking">Breaking</span>
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

Expand Down

0 comments on commit bf1c119

Please sign in to comment.