Skip to content

Compatibility with event-dispatcher v3

Compare
Choose a tag to compare
@MarkRedeman MarkRedeman released this 24 Dec 18:36
· 14 commits to master since this release

With this release we've made php-tmdb/laravel compatible with version 3 of Symfony's event-dispatcher while still supporting version 2.8.
The EventDispatcherAdapter has been simplified, it now directly calls symfon's (and Laravel's) event-dispatcher.
The tests have been rewritten such that we no longer depend on the tests files from symfony/event-dispatcher