You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #60885 [Notifier] Update fake SMS transports to use contracts event dispatcher (paulferrett)
This PR was merged into the 6.4 branch.
Discussion
----------
[Notifier] Update fake SMS transports to use contracts event dispatcher
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Update FakeSmsLoggerTransport and FakeSmsEmailTransport to depend on Symfony\Contracts\EventDispatcher\EventDispatcherInterface instead of Symfony\Component\EventDispatcher\EventDispatcherInterface.
This ensures compatibility with internal projects with decorated dispatchers.
Commits
-------
17b2a18 [Notifier] Update fake SMS transports to use contracts event dispatcher.
0 commit comments