symfony console in laravel 8
Do you still maintain this project? I found that this project is very useful, but i tried install this via composer on latest laravel 8. Then i found that the one of dependencies is "symfony/console: ~2|^3|^4". But laravel 8 is using v5.2.8. So i can't install this package.
Is there any solution for this?
Thank you
I don't think so, lots of conflicts, I would love for this to work as well
Problem 1 - laravel/framework is locked to version v8.58.0 and an update of this package was not requested. - laravel/framework v8.58.0 requires symfony/console ^5.1.4 -> found symfony/console[v5.1.4, ..., 5.4.x-dev] but it conflicts with another require. Problem 2 - facade/ignition is locked to version 2.12.0 and an update of this package was not requested. - facade/ignition 2.12.0 requires symfony/console ^5.0 -> found symfony/console[v5.0.0-BETA1, ..., 5.4.x-dev] but it conflicts with another require. Problem 3 - nunomaduro/collision is locked to version v5.9.0 and an update of this package was not requested. - nunomaduro/collision v5.9.0 requires symfony/console ^5.0 -> found symfony/console[v5.0.0-BETA1, ..., 5.4.x-dev] but it conflicts with another require. Problem 4 - laravel/framework v8.58.0 requires symfony/console ^5.1.4 -> found symfony/console[v5.1.4, ..., 5.4.x-dev] but it conflicts with another require. - laravel/sail v1.10.1 requires illuminate/console ^8.0|^9.0 -> satisfiable by laravel/framework[v8.58.0]. - laravel/sail is locked to version v1.10.1 and an update of this package was not requested.