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?
Created new Symfony 5.3 project, tried to install the bundle and got this error message:
Is there any particular reason to lock
psr/logto version ^1?