Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3db5c1

Browse files
bug #46365 [HttpKernel] Revert "bug #46327 Allow ErrorHandler ^5.0 to be used" (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [HttpKernel] Revert "bug #46327 Allow ErrorHandler ^5.0 to be used" | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - This reverts commit 1e317cc, reversing changes made to 129a271. As discussed in #46327 Commits ------- c206591 Revert "bug #46327 [HttpKernel] Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)"
2 parents 265d58a + c206591 commit c3db5c1

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|^5.0",
20+
"symfony/error-handler": "^4.4",
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)