Skip to content

Commit 565dc67

Browse files
committed
[HttpKernel] Fix event dispatcher dependency
Update composer.json to account for #9792
1 parent e17c6c3 commit 565dc67

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.1",
20+
"symfony/event-dispatcher": "~2.5",
2121
"symfony/http-foundation": "~2.4",
2222
"symfony/debug": "~2.5",
2323
"psr/log": "~1.0"

0 commit comments

Comments
 (0)