Releases: php-tmdb/laravel
Releases · php-tmdb/laravel
Fixes autodiscovery for laravel >5.5
Laravel 5.5 service provider auto-discovery support
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
Change `bindShared` to `singleton`
This is a fix for Laravel version ~5.1
.
Fix configuration documentation
v1.0.4 Fix documentation on publishing configuration for laravel 5
Merged in contributed unit tests.
Merge pull request #16 from hiddeco/master Update tests to get 100% coverage
Fixed configuraiton issue for Laravel 4
v1.0.2 Fixed misconfiguration of Laravel 4
Fixed issue where plugins weren't working
v1.0.1 Use bindshared to fix #12
Update to php-tmdb/api version 2 and Laravel 4 & 5 support.
Merge pull request #9 from MarkRedeman/rework Laravel 4 & 5 support and updated to php-tmdb/api version 2.
Quickfix
v0.1.3 Fix configuration syntax, thought this would still honor the service …