laravel: Not compatible with current Laravel version (5.2)
composer require php-tmdb/laravel
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for php-tmdb/laravel v1.1.0 -> satisfiable by php-tmdb/laravel[v1.1.0].
- Conclusion: remove symfony/event-dispatcher v3.0.2
- Conclusion: don't install symfony/event-dispatcher v3.0.2
Cause: A fresh Laravel 5.2 project comes with symfony/event-dispatcher v3.0.2, php-tmdb/laravel requires symfony/event-dispatcher ~3.0
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 17 (14 by maintainers)
I’ll continue work on this sometime this week, still have to update unit tests and reimplement the retry feature when the rate limit is hit.
Just FYI, https://github.com/php-tmdb/api/pull/111