Commit 119ebac
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 install1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments