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
Created new Symfony 5.3 project, tried to install the bundle and got this error message:
Problem 1
- Root composer.json requires happyr/auth0-bundle ^0.8.1 -> satisfiable by happyr/auth0-bundle[0.8.1].
- happyr/auth0-bundle 0.8.1 requires 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.
Is there any particular reason to lock psr/log to version ^1?
The text was updated successfully, but these errors were encountered:
Created new Symfony 5.3 project, tried to install the bundle and got this error message:
Is there any particular reason to lock
psr/log
to version ^1?The text was updated successfully, but these errors were encountered: