Skip to content

Commit

Permalink
Add upgrade notes for 4.x (#689)
Browse files Browse the repository at this point in the history
Add upgrade notes
  • Loading branch information
theofidry authored Jun 27, 2022
1 parent ab83b15 commit 4a57707
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# From 3.x to 4.x

- Bump to PHP 8.1 #613
- Remove the build command (#623): the `build` command has been deprecated since 3.0.0 in favour of `compile`.
- Remove support for legacy compactors (#626). Here are the replacements:
- `Herrera\Box\Compactor\Json` -> `KevinGH\Box\Compactor\Json`
- `Herrera\Box\Compactor\Php` -> `KevinGH\Box\Compactor\Php`
- Drop PHP5.3 support for the RequirementChecker - new min is 7.2.4+ (#674). This is to align the project with Composer.
It is technically possible to restore support for PHP5.3 but requires some work, see
https://github.com/box-project/box/issues/656#issuecomment-1164471935.
- Require sodium & Remove sodium compat layer (#628)


# From 3.1.3 to 3.2.0

- Changes to the `Php` compactor:
Expand Down

0 comments on commit 4a57707

Please sign in to comment.