Skip to content

Commit a265627

Browse files
committed
Draft 5.0 update process
1 parent 28eb9be commit a265627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ If your DXP 4.6 is running on a PHP below 8.3, start migrating it to PHP 8.3.
2424

2525
Use Ibexa Rector to help yourself to upgrade PHP code for 8.3,
2626
see [`ibexa/rector`'s README](https://github.com/ibexa/rector?tab=readme-ov-file#ibexa-dxp-rector) for more information about installation and usage.
27+
TODO: For example, you might have to remove the inclusion of `tests/ directory.
2728

2829
Rector might also find out code deprecated in 4.6 which are likely removed in 5.0.
2930
Update according to its report to reduce this debt and have less code not compatible with 5.0.
@@ -355,12 +356,11 @@ TODO: Add other rule sets?
355356
You can add some other rule sets like the Symfony and SensioLabs ones to match newer standards:
356357

357358
```php
359+
//…
358360
//use Rector\Doctrine\Set\DoctrineSetList;
359361
use Rector\Symfony\Set\SymfonySetList;
360362
use Rector\Symfony\Set\SensiolabsSetList;
361-
362363
//…
363-
364364
->withSets(
365365
[
366366
IbexaSetList::IBEXA_50->value, // rule set for upgrading to Ibexa DXP 5.0

0 commit comments

Comments
 (0)