Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package not working with symfony/console v5 #79

Closed
RensBruil opened this issue Apr 14, 2020 · 3 comments
Closed

Package not working with symfony/console v5 #79

RensBruil opened this issue Apr 14, 2020 · 3 comments

Comments

@RensBruil
Copy link

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

@dolejska-daniel
Copy link
Owner

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

@RensBruil
Copy link
Author

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?

@dolejska-daniel
Copy link
Owner

dolejska-daniel commented Apr 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants