From 6967b721aed51d3e3b99c4f7b3fbd9d4e02ca4ac Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 8 Aug 2024 14:51:19 +0200 Subject: [PATCH] Add missing dep --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ffb6fa311..bbb1be9ea 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ ], "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php81": "^1.29"