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

symfony console in laravel 8 #27

Open
raymond-chandra opened this issue Jun 15, 2021 · 1 comment
Open

symfony console in laravel 8 #27

raymond-chandra opened this issue Jun 15, 2021 · 1 comment

Comments

@raymond-chandra
Copy link

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

@alexsweb
Copy link

alexsweb commented Sep 6, 2021

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.

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