[FrameworkBundle] fix browserkit requirement

This commit is contained in:
Nicolas Grekas 2014-12-25 23:10:51 +01:00
parent 0e721881e1
commit abbd2707ef
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"