dolejska-daniel / riot-api

Riot League of Legends & DataDragon API wrappers for PHP7 and PHP8.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package not working with symfony/console v5

RensBruil opened this issue · comments

With laravel version 7.6.1, Symfony/Console is installed within the package. It seems that your package requires Symfony/Console v4 to operate?

Version 3 of your package works fine though, its only when using 4.0+

Console output in attachments
401f58215c8d572028b03daba34030b7

Hello @RensBruil, thank you for your interest in this library! Latest Laravel version is 7.3, not 7.6, isn't that right?

Hi, @dolejska-daniel ,

You are right about the Laravel version. What I had to do is formulate is better. Laravel requires: https://packagist.org/packages/laravel/framework. This package is currently on v7.6.1, and requires symfony/console: ^5.0.

Which means that your package is not available when using the latest version of Laravel, think updating the package list for Console v5 will solve the issue?

Alright -- my bad! All this time I thought that symfony/console in version 5 is allowed, but no library version has been published with the fix yet (it has been fixed by d7d0d38).

Anyway - I've pushed new version with latests fixes to Packagist. Try pulling latest version via Composer.