Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly require symfony/property-access
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