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
This commit is contained in:
Nicolas Grekas 2017-04-20 16:35:59 +02:00
commit f80631eb0b

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