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.
This commit is contained in:
Christian Flothmann 2017-04-20 15:59:31 +02:00
parent 9c0067b19f
commit 35fe02f101

View File

@ -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",