Skip to content

Commit 893ff0b

Browse files
committed
Add deprecation warning to show HttpKernel::handle() will catch throwables
1 parent 52f4992 commit 893ff0b

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Tests/Functional/app/Authenticator/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ framework:
77
profiler: false
88
session:
99
storage_factory_id: session.storage.factory.mock_file
10+
catch_all_throwables: true
1011

1112
services:
1213
logger: { class: Psr\Log\NullLogger }

Tests/Functional/app/FirewallEntryPoint/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ framework:
1111
session:
1212
storage_factory_id: session.storage.factory.mock_file
1313
profiler: { only_exceptions: false }
14+
catch_all_throwables: true
1415

1516
services:
1617
logger: { class: Psr\Log\NullLogger }

Tests/Functional/app/config/framework.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ framework:
1212
session:
1313
storage_factory_id: session.storage.factory.mock_file
1414
profiler: { only_exceptions: false }
15+
catch_all_throwables: true
1516

1617
services:
1718
logger: { class: Psr\Log\NullLogger }

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"symfony/dom-crawler": "^5.4|^6.0",
3939
"symfony/expression-language": "^5.4|^6.0",
4040
"symfony/form": "^5.4|^6.0",
41-
"symfony/framework-bundle": "^5.4|^6.0",
41+
"symfony/framework-bundle": "^6.2",
4242
"symfony/ldap": "^5.4|^6.0",
4343
"symfony/process": "^5.4|^6.0",
4444
"symfony/rate-limiter": "^5.4|^6.0",
@@ -53,7 +53,7 @@
5353
"conflict": {
5454
"symfony/browser-kit": "<5.4",
5555
"symfony/console": "<5.4",
56-
"symfony/framework-bundle": "<5.4",
56+
"symfony/framework-bundle": "<6.2",
5757
"symfony/ldap": "<5.4",
5858
"symfony/twig-bundle": "<5.4"
5959
},

0 commit comments

Comments
 (0)