minor #13117 [FrameworkBundle] fix browserkit requirement (nicolas-grekas)

This PR was merged into the 2.5 branch.

Discussion
----------

[FrameworkBundle] fix browserkit requirement

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

abbd270 [FrameworkBundle] fix browserkit requirement
This commit is contained in:
Nicolas Grekas 2014-12-26 00:19:57 +01:00
commit 9e5066fbde
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
},
"require-dev": {
"symfony/finder": "~2.3",
"symfony/form": "2.5.*,>=2.5.2",
"symfony/form": "~2.5.2",
"symfony/http-kernel": "~2.3",
"symfony/locale": "~2.0,>=2.0.5",
"symfony/routing": "~2.2",

View File

@ -32,7 +32,7 @@
"doctrine/annotations": "~1.0"
},
"require-dev": {
"symfony/browser-kit": "~2.3",
"symfony/browser-kit": "~2.4",
"symfony/console": "~2.4,>=2.4.8",
"symfony/css-selector": "~2.0,>=2.0.5",
"symfony/dom-crawler": "~2.0,>=2.0.5",

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.5.*,>2.5.8|~2.6,>2.6.1",
"symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
"symfony/http-foundation": "~2.5",
"symfony/debug": "~2.5",
"psr/log": "~1.0"