8000 Allow ErrorHandler ^5.0 to be used in HttpKernel · symfony/symfony@deae8b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit deae8b3

Browse files
committed
Allow ErrorHandler ^5.0 to be used in HttpKernel
1 parent 129a271 commit deae8b3

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/error-handler": "^4.4",
20+
"symfony/error-handler": "^4.4|^5.0",
2121
"symfony/event-dispatcher": "^4.4",
2222
"symfony/http-client-contracts": "^1.1|^2",
2323
"symfony/http-foundation": "^4.4.30|^5.3.7",

0 commit comments

Comments
 (0)
0