From 7c6c7b033156abb41728f08762887e5198eb84a1 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 30 Jun 2021 16:07:32 +0200 Subject: [PATCH] Fix tests --- .github/composer-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/composer-config.json b/.github/composer-config.json index 752047dbb6..6e17bc21e4 100644 --- a/.github/composer-config.json +++ b/.github/composer-config.json @@ -4,6 +4,7 @@ "preferred-install": { "symfony/form": "source", "symfony/http-kernel": "source", + "symfony/proxy-manager-bridge": "source", "symfony/validator": "source", "*": "dist" }