phpokeapi icon indicating copy to clipboard operation
phpokeapi copied to clipboard

Missing Symfony 5 compatibility

Open renecatharsis opened this issue 4 years ago • 0 comments

Package is currently not compatible with Symfony 5 due to its restricted symfony/cache dependecy. Not much else to add here I guess :)

Log output from composer based on symfony5 skeleton:

composer require lmerotta/phpokeapi

Using version ^1.1 for lmerotta/phpokeapi ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Restricting packages listed in "symfony/symfony" to "5.0.*" Your requirements could not be resolved to an installable set of packages.

Problem 1 - lmerotta/phpokeapi 1.1.5 requires symfony/cache ^4.0 -> no matching package found. - lmerotta/phpokeapi 1.1.4 requires symfony/cache ^4.0 -> no matching package found. - lmerotta/phpokeapi 1.1.3 requires symfony/cache ^4.0 -> no matching package found. - lmerotta/phpokeapi 1.1.2 requires symfony/cache ^4.0 -> no matching package found. - lmerotta/phpokeapi 1.1.1 requires symfony/cache ^4.0 -> no matching package found. - lmerotta/phpokeapi 1.1.0 requires symfony/cache ^4.0 -> no matching package found. - Installation request for lmerotta/phpokeapi ^1.1 -> satisfiable by lmerotta/phpokeapi[1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5].

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Installation failed, reverting ./composer.json to its original content.

renecatharsis avatar Feb 28 '20 20:02 renecatharsis