Skip to content

Commit 0f1cd36

Browse files
committed
Added Paweł's remark
1 parent 6d9a07d commit 0f1cd36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/update_and_migration/from_3.3/update_from_3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ See [the updated Apache and nginx template files](https://github.com/ibexa/post-
518518

519519
This release no longer directly requires the `symfony/serializer-pack` Composer dependency, which can remove some dependencies from your project during the update process.
520520

521-
If you rely on them in your project and need to continue using them, run the following command before updating [[= product_name_base =]] packages:
521+
If you rely on them in your project, for example by using Symfony's `ObjectNormalizer` to create your own REST endpoints, run the following command before updating [[= product_name_base =]] packages:
522522

523523
``` bash
524524
composer require symfony/serializer-pack

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ See [the updated Apache and nginx template files](https://github.com/ibexa/post-
238238

239239
This release no longer directly requires the `symfony/orm-pack` and `symfony/serializer-pack` Composer dependencies, which can remove some dependencies from your project during the update process.
240240

241-
If you rely on them in your project and need to continue using them, run the following command before updating [[= product_name_base =]] packages:
241+
If you rely on them in your project, for example by using Symfony's `ObjectNormalizer` to create your own REST endpoints, run the following command before updating [[= product_name_base =]] packages:
242242

243243
``` bash
244244
composer require symfony/serializer-pack symfony/orm-pack

0 commit comments

Comments
 (0)