Skip to content

Commit

Permalink
Explicitly require symfony/property-access
Browse files Browse the repository at this point in the history
Since symfony/symfony#43534 (released with `symfony/serializer` 6.2.0),
Symfony's ObjectNormalizer has a hard dependency to the
`symfony/property-access` package. As we're using the ObjectNormalizer,
we must ensure to meet this requirement by explicitly adding the
package as requirement in `composer.json`.
  • Loading branch information
eliashaeussler authored and icanhazstring committed Dec 1, 2022
1 parent 2e26c76 commit cba3d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"symfony/config": "^4.4 || ^5.4 || ^6.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4.8 || ^5.4 || ^6.0",
"symfony/property-access": "^4.4 || ^5.4 || ^6.0",
"symfony/serializer": "^4.4 || ^5.4 || ^6.0",
"webmozart/assert": "^1.10",
"webmozart/glob": "^4.4"
Expand Down

0 comments on commit cba3d49

Please sign in to comment.