active-directory
active-directory copied to clipboard
Installation failed, reverting ./composer.json to its original content.
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?