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

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

Open
WDC opened this issue Jun 18, 2020 · 0 comments
Open

Comments

@WDC
Copy link

WDC commented Jun 18, 2020

When attempting to install magium/active-directory into a brand new Laravel 7 project using the following command:

composer require magium/active-directory
I receive the following error:

Using version ^1.1 for magium/active-directory
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for magium/active-directory ^1.1 -> satisfiable by magium/active-directory[1.1.0].
    - Conclusion: remove symfony/console v5.1.2
    - Conclusion: don't install symfony/console v5.1.2
    - magium/active-directory 1.1.0 requires magium/configuration-manager ^1.0.1 -> satisfiable by magium/configuration-manager[1.0.1, 1.0.10, 1.0.11, 1.0.12, 1.0.14, 1.0.15, 1.0.16, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4].

... tons of version listings...

    - Installation request for symfony/console (locked at v5.1.2) -> satisfiable by symfony/console[v5.1.2].


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

Is there something that can be done to make this package work with Laravel 7?

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