From 35fe02f101dc813d7ca9f5e67e1b17965457e0e7 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 20 Apr 2017 15:59:31 +0200 Subject: [PATCH] clarify constraint for the Asset component The conflict rule already forbids installing releases before 3.3 of the Asset component. This will bring the constraint in the `require-dev` section inline with the conflict rule. --- src/Symfony/Bundle/FrameworkBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index f208b482cced5..d613ecbc01f8b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -35,7 +35,7 @@ }, "require-dev": { "fig/link-util": "^1.0", - "symfony/asset": "~2.8|~3.0", + "symfony/asset": "~3.3", "symfony/browser-kit": "~2.8|~3.0", "symfony/console": "~3.3", "symfony/css-selector": "~2.8|~3.0",