php-tmdb / laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with Laravel 5.5

gbdematos opened this issue · comments

I'm getting these when trying to install:

Using version ^1.1 for php-tmdb/laravel
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: don't install php-tmdb/laravel v1.1.1
    - Conclusion: remove guzzlehttp/guzzle 6.3.0
    - Conclusion: don't install guzzlehttp/guzzle 6.3.0
    - php-tmdb/api 2.1.0 requires guzzlehttp/guzzle ~5.0 -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 5.2.0, 5.3.0, 5.3.1].
[...a bunch of more lines like the above for each php-tmdb/api version]
    - Can only install one of: guzzlehttp/guzzle[5.0.0, 6.3.0].
[...a bunch of more lines like the above for each guzzlehttp/guzzle version]
    - Conclusion: don't install symfony/event-dispatcher v4.0.2|install php-tmdb/api 2.1.0|install php-tmdb/api v2.0.0|install php-tmdb/api v2.0.1|install php-tmdb/api v2.0.10|install php-tmdb/api v2.0.11|install php-tmdb/api v2.0.12|install php-tmdb/api v2.0.13|install php-tmdb/api v2.0.14|install php-tmdb/api v2.0.15|install php-tmdb/api v2.0.16|install php-tmdb/api v2.0.17|install php-tmdb/api v2.0.18|install php-tmdb/api v2.0.19|install php-tmdb/api v2.0.2|install php-tmdb/api v2.0.3|install php-tmdb/api v2.0.4|install php-tmdb/api v2.0.5|install php-tmdb/api v2.0.6|install php-tmdb/api v2.0.7|install php-tmdb/api v2.0.8|install php-tmdb/api v2.0.9
    - Can only install one of: symfony/event-dispatcher[v2.8.0, v4.0.2].
[...a bunch of more lines like the above for each symfony/event-dispatcher version]
    - Installation request for symfony/event-dispatcher (locked at v4.0.2) -> satisfiable by symfony/event-dispatcher[v4.0.2].

Any idea what might be causing this?

Did you find a solution to this @gbdematos ? I'm getting the same error on a L5.5 fresh install :(

Yes @mukdagr8, I deleted the whole vendor folder, included the package in composer.json and run composer install. It installed everything without any errors.