8000 minor #13117 [FrameworkBundle] fix browserkit requirement (nicolas-gr… · saro0h/symfony@9e5066f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e5066f

Browse files
minor symfony#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
2 parents 0e72188 + abbd270 commit 9e5066f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"symfony/finder": "~2.3",
25-
"symfony/form": "2.5.*,>=2.5.2",
25+
"symfony/form": "~2.5.2",
2626
"symfony/http-kernel": "~2.3",
2727
"symfony/locale": "~2.0,>=2.0.5",
2828
"symfony/routing": "~2.2",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"doctrine/annotations": "~1.0"
3333
},
3434
"require-dev": {
35-
"symfony/browser-kit": "~2.3",
35+
"symfony/browser-kit": "~2.4",
3636
"symfony/console": "~2.4,>=2.4.8",
3737
"symfony/css-selector": "~2.0,>=2.0.5",
3838
"symfony/dom-crawler": "~2.0,>=2.0.5",

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/event-dispatcher": "2.5.*,>2.5.8|~2.6,>2.6.1",
20+
"symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
2121
"symfony/http-foundation": "~2.5",
2222
"symfony/debug": "~2.5",
2323
"psr/log": "~1.0"

0 commit comments

Comments
 (0)
0