Skip to content

Commit b00c6ab

Browse files
[FrameworkBundle] fix browserkit requirement
1 parent 0534abb commit b00c6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)