From 0befc16cb558debded7a680a894c7ea2a805308a Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Sun, 25 Sep 2022 19:38:36 +0200 Subject: [PATCH] Require symfony/deprecation-contracts --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 69be1de..a255fe9 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,8 @@ "symfony/validator": "^4.4|^5.2|^6.0", "api-platform/core": "^2.7.0", + "symfony/deprecation-contracts": "^2.7|^3.1", + "friendsofsymfony/rest-bundle": "^2.8|^3.0", "willdurand/hateoas-bundle": "^1.0|^2.0", "jms/serializer-bundle": "^2.3|^3.0|^4.0",