File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/update_and_migration/from_4.6 Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ It supports only PHP 8.3 and above.
2727
2828It's important to stop using deprecated PHP classes as they're removed in 5.0.
2929
30+ The [ ` ibexa/compatibility-layer ` ] ( to_4.0.md#add-compatibility-layer-package ) isn't supported in 5.0.
31+ If you use it, remove it (` composer remove ibexa/compatibility-layer ` ) and make the necessary changes.
32+ See [ Ibexa DXP v4.0 deprecations and backwards compatibility breaks] ( ibexa_dxp_v4.0_deprecations.md ) for some of the changes it was avoiding.
33+
3034[ Rector] ( https://getrector.com/ ) and the [[ = product_name_base =]] rule sets help to upgrade your code.
3135
3236Install [ ` ibexa/rector ` ] ( https://github.com/ibexa/rector ) which contains rules to ensure custom code is up to date with DXP 4.6:
You can’t perform that action at this time.
0 commit comments