You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Is there something that can be done to make this package work with Laravel 7?
The text was updated successfully, but these errors were encountered: