Skip to content

Commit

Permalink
added upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Feb 8, 2024
1 parent 071214b commit 41d5fb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE-14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,13 @@ Follow the instructions in relevant sections, e.g. `shopsys/coding-standards` or
- see #project-base-diff to update your project
- fix consumer deployment ([#3019](https://github.com/shopsys/shopsys/pull/3019))
- see #project-base-diff to update your project
- upgrade to PHP 8.3 ([#3002](https://github.com/shopsys/shopsys/pull/3002))
- class `Shopsys\FrameworkBundle\Component\ArrayUtils\RecursiveArraySorter` was removed
- the minimum required version is now PHP 8.3
- check your code for any Incompatibilities with PHP 8.2 and PHP 8.3
- https://www.php.net/manual/en/migration82.php
- https://www.php.net/manual/en/migration83.php
- see #project-base-diff to update your project

### Storefront

Expand Down

0 comments on commit 41d5fb3

Please sign in to comment.