From 2e92901ddac66c917ab005dcf7d7ea8b407bb382 Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Sun, 25 Sep 2022 19:46:01 +0200 Subject: [PATCH] fix(symfony): add missing dependency on symfony/deprecation-contracts --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0d06269f253..8cb27d4f4b5 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "doctrine/inflector": "^1.0 || ^2.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/container": "^1.0 || ^2.0", + "symfony/deprecation-contracts": "^2.1 || ^3.0", "symfony/http-foundation": "^4.4 || ^5.1 || ^6.0", "symfony/http-kernel": "^4.4 || ^5.1 || ^6.0", "symfony/property-access": "^3.4.19 || ^4.4 || ^5.1 || ^6.0",