Commit 57088ad
committed
ci(symfony): pin event-dispatcher to 7.3.* to avoid 7.4.0 bug
symfony/event-dispatcher v7.4.0 introduced a regression in
TraceableEventDispatcher that triggers "Undefined array key
WorkerRunningEvent" in dev mode. Symfony's error handler converts this
PHP warning to an exception, causing messenger:consume to exit with
code 1 and breaking testAsyncWithTracerDisabledOnConsume.
Pin to 7.3.* to match the other pinned Symfony 7.3.x components
(framework-bundle 7.3.4, console 7.3.4, messenger 7.3.3).1 parent 3e097d3 commit 57088ad
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments