aerni/laravel-spotify

PHP 8 support?

hackerESQ opened this issue · 1 comments

Looks like there is no PHP 8 support? Is this a simple bump in the composer.json?

Trying to install (composer require), this is what I see.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - kozz/laravel-guzzle-provider 6.1.0 requires illuminate/support ~5.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - kozz/laravel-guzzle-provider[6.1.1, ..., 6.1.3] require php ^7.2.0 -> your php version (8.0.0) does not satisfy that requirement.
    - aerni/laravel-spotify[v1.1.0, ..., v1.2.0] require php 7.2.* || 7.3.* -> your php version (8.0.0) does not satisfy that requirement.
    - aerni/laravel-spotify[v1.3.0, ..., v1.3.1] require php 7.2.* || 7.3.* || 7.4.* -> your php version (8.0.0) does not satisfy that requirement.
    - aerni/laravel-spotify[v1.4.0, ..., v1.5.0] require php ^7.4 -> your php version (8.0.0) does not satisfy that requirement.
    - aerni/laravel-spotify v1.0.0 requires kozz/laravel-guzzle-provider ^6.1 -> satisfiable by kozz/laravel-guzzle-provider[6.1.0, 6.1.1, 6.1.2, 6.1.3].
    - Root composer.json requires aerni/laravel-spotify ^1.0 -> satisfiable by aerni/laravel-spotify[v1.0.0, ..., v1.5.0].
aerni commented

Support for PHP 8 was added in v1.6.0.