-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"psr/log": "^1.1", #161
Comments
Bad idea, since |
This creates dependency issue. I cannot use this package, since I have other dependencies requiring psr/log^2.0. PHP 7.4 is now in security support stage only, and php 8.0 is in the middle of active support. I get it that we want to support php 7.4 as well, but we should also support php 8.0+. So lets make it ^1.0|^2.0|^3.0 and everybody is ok. |
Yes please, open up the limitation to ^1.0|^2.0|^3.0 as @shamotj said. I am unable to install this package on laravel 9 because already other packages have psr/log requirement of 3 |
Issue summary
Can you remove or update requirements of "psr/log": "^1.1", ?
current psr/log version is 3!
The text was updated successfully, but these errors were encountered: