8000 fix EventDispatcher component dependency · symfony/symfony@5af9ff1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5af9ff1

Browse files
committed
fix EventDispatcher component dependency
1 parent 8e207cd commit 5af9ff1
< 8000 h2 class="sr-only">File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": "^7.1.3",
20-
"symfony/event-dispatcher": "~3.4|~4.0",
20+
"symfony/event-dispatcher": "~4.1",
2121
"symfony/http-foundation": "~4.1",
2222
"symfony/debug": "~3.4|~4.0",
2323
"psr/log": "~1.0"

0 commit comments

Comments
 (0)
0