Skip to content

Commit

Permalink
Added Paweł's remark
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 13, 2024
1 parent 6d9a07d commit 0f1cd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ See [the updated Apache and nginx template files](https://github.com/ibexa/post-

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

If you rely on them in your project and need to continue using them, run the following command before updating [[= product_name_base =]] packages:
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:

``` bash
composer require symfony/serializer-pack
Expand Down
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ See [the updated Apache and nginx template files](https://github.com/ibexa/post-

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.

If you rely on them in your project and need to continue using them, run the following command before updating [[= product_name_base =]] packages:
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:

``` bash
composer require symfony/serializer-pack symfony/orm-pack
Expand Down

0 comments on commit 0f1cd36

Please sign in to comment.