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:
Joe Nahmias
2023-06-01 23:06:38 -04:00
committed by Frédéric Guillot
parent bb4b547ffe
commit bd7f3d219d
42 changed files with 513 additions and 95 deletions

View File

@@ -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"