From abac08104bbbbdef01ace704c90ff8290696e47f Mon Sep 17 00:00:00 2001 From: Joost de Bruijn Date: Mon, 26 Feb 2024 19:05:15 +0000 Subject: [PATCH] chore: add suggests and move reflection-docblock --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index dd635c6..cbb78cd 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,10 @@ } }, "suggest": { + "symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement", "psr/log-implementation": "Recommended to receive logs from the library", "web-token/jwt-library": "Mandatory for the AndroidSafetyNet Attestation Statement support", "symfony/event-dispatcher": "Recommended to use dispatched events"