Skip to content

Commit 39e97f9

Browse files
authored
Update procedure to update from 4.6 to 5.0 (#2844)
* update_to_5.0.md: SymfonySetList::SYMFONY_73 * update_to_5.0.md: Use [[= product_name =]] * update_to_5.0.md: Fix Ibexa.EOLWhitespace
1 parent be0260a commit 39e97f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It's important to stop using deprecated PHP classes as they're removed in 5.0.
2929

3030
The [`ibexa/compatibility-layer`](to_4.0.md#add-compatibility-layer-package) isn't supported in 5.0.
3131
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.
3333

3434
[Rector](https://getrector.com/) and the [[= product_name_base =]] rule sets help to upgrade your code.
3535

@@ -89,7 +89,8 @@ controllers:
8989
type: attribute
9090
```
9191
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`.
9394

9495
### Remove GraphQL schema
9596

@@ -445,6 +446,7 @@ use Rector\Symfony\Set\SensiolabsSetList;
445446
SymfonySetList::SYMFONY_70, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-70
446447
SymfonySetList::SYMFONY_71, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-71
447448
SymfonySetList::SYMFONY_72, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-72
449+
SymfonySetList::SYMFONY_73, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-73
448450
SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES,
449451
SensiolabsSetList::ANNOTATIONS_TO_ATTRIBUTES,
450452
]
@@ -1016,7 +1018,7 @@ php bin/console ibexa:migrations:migrate --file=2025_07_08_09_27_set_container_t
10161018

10171019
### Generate GraphQL schema
10181020

1019-
GraphQL usage is no longer required for the Ibexa DXP back office.
1021+
GraphQL usage is no longer required for the [[= product_name =]] back office.
10201022
If you are using GraphQL in your project, you can generate its schema by running:
10211023

10221024
```bash
@@ -1059,4 +1061,4 @@ composer ibexa:setup --platformsh
10591061

10601062
#### Conclusion
10611063

1062-
Your project is now running the latest major version of Ibexa DXP.
1064+
Your project is now running the latest major version of [[= product_name =]].

0 commit comments

Comments
 (0)