Compatibility with event-dispatcher v3
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