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
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
On fresh Laravel 8 installation, running composer require adldap2/adldap2-laravel I receive
- adldap2/adldap2[v10.1.0, ..., v10.3.3] require psr/log ~1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
The text was updated successfully, but these errors were encountered:
Did you ever find a solution for this? I have the exact same issue after upgrading from Laravel 7 to 8. It seems to be that the pse/log version is the reason.
Description:
On fresh Laravel 8 installation, running
composer require adldap2/adldap2-laravel
I receive- adldap2/adldap2[v10.1.0, ..., v10.3.3] require psr/log ~1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
The text was updated successfully, but these errors were encountered: