From cdfdb1f2ca747c05bef66d611637b7c3e74c7872 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 11 Feb 2022 15:51:42 +0100 Subject: [PATCH] =?UTF-8?q?:wrench:=20N=C2=B04770=20composer.json=20versio?= =?UTF-8?q?n=20constraint=20Will=20help=20Dependabot=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f6ebce68d..1da0fd1d6 100644 --- a/composer.json +++ b/composer.json @@ -16,16 +16,16 @@ "pelago/emogrifier": "2.1.0", "scssphp/scssphp": "1.0.6", "swiftmailer/swiftmailer": "5.4.12", - "symfony/console": "3.4.*", - "symfony/dotenv": "3.4.*", - "symfony/framework-bundle": "3.4.*", + "symfony/console": "~3.4.47", + "symfony/dotenv": "~3.4.47", + "symfony/framework-bundle": "~3.4.47", "symfony/polyfill-php70": "1.*", - "symfony/twig-bundle": "3.4.*", - "symfony/yaml": "3.4.*" + "symfony/twig-bundle": "~3.4.47", + "symfony/yaml": "~3.4.47" }, "require-dev": { - "symfony/stopwatch": "3.4.*", - "symfony/web-profiler-bundle": "3.4.*" + "symfony/stopwatch": "~3.4.47", + "symfony/web-profiler-bundle": "~3.4.47" }, "suggest": { "ext-libsodium": "Required to use the AttributeEncryptedString.",