Skip to content

Commit 119ebac

Browse files
committed
bug #11716 [Serializer] Use pack to install (TimoBakx)
This PR was merged into the 4.2 branch. Discussion ---------- [Serializer] Use pack to install As [here](symfony/symfony#31490 (comment)), I also ran into issues using messenger with the Symfony Serializer, due to `symfony/property-access` missing and the `ObjectNormalizer` not being available due to that. This change updates the docs to use the pack instead of the package to install the Serializer (which includes `symfony/property-access`). ~I also included a note for developers that already installed the Serializer directly and try to figure out why `ObjectNormalizer` wasn't available.~ Commits ------- 1ffc677 [Serializer] Use pack to install
2 parents 092ad5e + 1ffc677 commit 119ebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install the serializer before using it:
1919

2020
.. code-block:: terminal
2121
22-
$ composer require symfony/serializer
22+
$ composer require symfony/serializer-pack
2323
2424
Using the Serializer Service
2525
----------------------------

0 commit comments

Comments
 (0)