You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update_and_migration/from_4.6/update_to_5.0.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ It's important to stop using deprecated PHP classes as they're removed in 5.0.
29
29
30
30
The [`ibexa/compatibility-layer`](to_4.0.md#add-compatibility-layer-package) isn't supported in 5.0.
31
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 the list of changes.
32
+
See [[[= product_name =]] v4.0 deprecations and backwards compatibility breaks](ibexa_dxp_v4.0_deprecations.md) for the list of changes.
33
33
34
34
[Rector](https://getrector.com/) and the [[= product_name_base =]] rule sets help to upgrade your code.
35
35
@@ -89,7 +89,8 @@ controllers:
89
89
type: attribute
90
90
```
91
91
92
-
You can add the new declaration to the top of the file manually, or recreate the file by running `composer sync-recipes symfony/routing --force --reset`
92
+
You can add the new declaration to the top of the file manually,
93
+
or recreate the file by running `composer sync-recipes symfony/routing --force --reset`.
93
94
94
95
### Remove GraphQL schema
95
96
@@ -445,6 +446,7 @@ use Rector\Symfony\Set\SensiolabsSetList;
0 commit comments