You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments