bump symfony to 5.4.21
adapt to the new EventDispatcher API - Symfony\Component\EventDispatcher => Symfony\Contracts\EventDispatcher - dispatch() arguments swap - execute() must return int
This commit is contained in:
committed by
Frédéric Guillot
parent
bb4b547ffe
commit
bd7f3d219d
@@ -30,8 +30,8 @@
|
||||
"erusev/parsedown": "1.7.4",
|
||||
"pimple/pimple": "3.5.0",
|
||||
"psr/log": "1.1.4",
|
||||
"symfony/console": "4.4.37",
|
||||
"symfony/event-dispatcher": "4.4.37",
|
||||
"symfony/console": "5.4.21",
|
||||
"symfony/event-dispatcher": "5.4.21",
|
||||
"symfony/finder": "5.4.21",
|
||||
"symfony/service-contracts": "2.5.2",
|
||||
"symfony/deprecation-contracts": "2.5.2"
|
||||
|
||||
Reference in New Issue
Block a user