8000 minor #22486 [FrameworkBundle] clarify constraint for the Asset compo… · symfony/symfony@f80631e · GitHub
[go: up one dir, main page]

Skip to content

Commit f80631e

Browse files
minor #22486 [FrameworkBundle] clarify constraint for the Asset component (xabbuh)
This PR was merged into the 3.3-dev branch. Discussion ---------- [FrameworkBundle] clarify constraint for the Asset component | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | 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. Commits ------- 35fe02f clarify constraint for the Asset component
2 parents 9c0067b + 35fe02f commit f80631e

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)
0