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

Installing using Composer is failing: Conclusion: remove symfony/console v5.2.1 #3

Open
meSmashsta opened this issue Jan 10, 2021 · 0 comments

Comments

@meSmashsta
Copy link

meSmashsta commented Jan 10, 2021

When trying to install and use I get errors, one from Ubuntu 20.4 and other from Windows 10.

PHP v7.4
OS is Ubuntu 20.4
Composer 1.10.1

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for andrewcarteruk/cryptokey ^0.2.0 -> satisfiable by andrewcarteruk/cryptokey[v0.2.0].
    - Conclusion: remove symfony/console v5.2.1
    - Conclusion: don't install symfony/console v5.2.1
    - andrewcarteruk/cryptokey v0.2.0 requires symfony/console ^2.8 -> satisfiable by symfony/console[v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - Can only install one of: symfony/console[v2.8.0, v5.2.1].
    - Can only install one of: symfony/console[v2.8.1, v5.2.1].
    - Can only install one of: symfony/console[v2.8.10, v5.2.1].
    ...
    - Can only install one of: symfony/console[v2.8.8, v5.2.1].
    - Can only install one of: symfony/console[v2.8.9, v5.2.1].
    - Installation request for symfony/console (locked at v5.2.1) -> satisfiable by symfony/console[v5.2.1].


Installation failed, reverting ./composer.json to its original content.

PHP v7.4
OS is Windows 10
Composer 2.0.8

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laravel/installer is locked to version v4.1.1 and an update of this package was not requested.
    - Conclusion: don't install symfony/console v4.3.5 (conflict analysis result)
    - Conclusion: don't install symfony/console v2.8.2 (conflict analysis result)
    - Conclusion: don't install symfony/console v4.3.6 (conflict analysis result)
    - Conclusion: don't install symfony/console v2.8.3 (conflict analysis result)
    ...
    - Conclusion: don't install symfony/console v5.1.10 (conflict analysis result)
    - Conclusion: don't install symfony/console v2.8.50 (conflict analysis result)
    - Conclusion: don't install symfony/console v5.2.0 (conflict analysis result)
    - Conclusion: don't install symfony/console v2.8.52 (conflict analysis result)
    - Conclusion: don't install symfony/console v5.2.1 (conflict analysis result)
    - Root composer.json requires andrewcarteruk/cryptokey ^0.2.0 -> satisfiable by andrewcarteruk/cryptokey[v0.2.0].
    - laravel/installer v4.1.1 requires symfony/console ^4.0|^5.0 -> satisfiable by symfony/console[v4.0.0, ..., v4.4.18, v5.0.0, ..., v5.2.1].
    - You can only install one version of a package, so only one of these can be installed: symfony/console[v2.8.0, ..., v2.8.52, v4.0.0, ..., v4.4.18, v5.0.0, ..., v5.2.1].
    - andrewcarteruk/cryptokey v0.2.0 requires symfony/console ^2.8 -> satisfiable by symfony/console[v2.8.0, ..., v2.8.52].
    - Conclusion: don't install symfony/console v2.8.1 (conflict analysis result)

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
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