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

Can't install because of failed dependency #14

Closed
preeteshjain opened this issue Oct 4, 2018 · 1 comment
Closed

Can't install because of failed dependency #14

preeteshjain opened this issue Oct 4, 2018 · 1 comment

Comments

@preeteshjain
Copy link
Contributor

preeteshjain commented Oct 4, 2018

I am using the latest version of symfony/console package (4.1^) but since this package has locked its dependency to only 2.1^ and 3.1^, I can't install it. Its giving me these errors:

 Problem 1
    - Installation request for mremi/url-shortener ^2.2 -> satisfiable by mremi/url-shortener[v2.2.0].
    - Conclusion: remove symfony/console v4.1.6
    - Conclusion: don't install symfony/console v4.1.6
    - mremi/url-shortener v2.2.0 requires symfony/console ^2.7 || ^3.1 -> satisfiable by symfony/console[2.7.x-dev, 2.8.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x

We need to update this line

"symfony/console": "^2.7 || ^3.1"

to this maybe:

"symfony/console": "^2.7 || ^3.1 || ^4.1"
@preeteshjain
Copy link
Contributor Author

Added a PR. 👍

@mremi mremi closed this as completed in 18ab67a Oct 10, 2018
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

1 participant