Skip to content

Commit

Permalink
fix(deps)!: Upgrade symfony/event-dispatcher to supported version 5.4.22
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jun 2, 2023
1 parent 5591da0 commit 01f4507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 30 files
+1 −2 composer.json
+43 −42 composer.lock
+1 −3 composer/autoload_classmap.php
+1 −3 composer/autoload_static.php
+46 −45 composer/installed.json
+15 −15 composer/installed.php
+1 −1 symfony/deprecation-contracts/function.php
+29 −71 symfony/event-dispatcher-contracts/Event.php
+13 −40 symfony/event-dispatcher-contracts/EventDispatcherInterface.php
+1 −1 symfony/event-dispatcher-contracts/LICENSE
+29 −0 symfony/event-dispatcher/Attribute/AsEventListener.php
+31 −72 symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
+0 −42 symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
+16 −23 symfony/event-dispatcher/Debug/WrappedListener.php
+4 −0 symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php
+70 −10 symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
+0 −38 symfony/event-dispatcher/Event.php
+12 −46 symfony/event-dispatcher/EventDispatcher.php
+10 −22 symfony/event-dispatcher/EventDispatcherInterface.php
+1 −1 symfony/event-dispatcher/EventSubscriberInterface.php
+12 −14 symfony/event-dispatcher/GenericEvent.php
+7 −18 symfony/event-dispatcher/ImmutableEventDispatcher.php
+1 −1 symfony/event-dispatcher/LICENSE
+8 −124 symfony/event-dispatcher/LegacyEventDispatcherProxy.php
+0 −62 symfony/event-dispatcher/LegacyEventProxy.php
+9 −0 symfony/polyfill-php80/Resources/stubs/Attribute.php
+10 −1 symfony/polyfill-php80/Resources/stubs/PhpToken.php
+9 −0 symfony/polyfill-php80/Resources/stubs/Stringable.php
+9 −0 symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
+9 −0 symfony/polyfill-php80/Resources/stubs/ValueError.php

0 comments on commit 01f4507

Please sign in to comment.