Skip to content

Commit 35fe02f

Browse files
committed
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.
1 parent 9c0067b commit 35fe02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"require-dev": {
3737
"fig/link-util": "^1.0",
38-
"symfony/asset": "~2.8|~3.0",
38+
"symfony/asset": "~3.3",
3939
"symfony/browser-kit": "~2.8|~3.0",
4040
"symfony/console": "~3.3",
4141
"symfony/css-selector": "~2.8|~3.0",

0 commit comments

Comments
 (0)