-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
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 Anyway - I've pushed new version with latests fixes to Packagist. Try pulling latest version via Composer. |
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
The text was updated successfully, but these errors were encountered: