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
I want to add support for Laravel 10 within open food fact laravel package, and Laravel 10 now relies on psr/log:^2.0|^3.0, but since it relies on this package, and this package only supports psr/log:^1.0, it cannot be updated while this package is not updated as well.
Problem
I want to add support for Laravel 10 within open food fact laravel package, and Laravel 10 now relies on psr/log:^2.0|^3.0, but since it relies on this package, and this package only supports psr/log:^1.0, it cannot be updated while this package is not updated as well.
Proposed solution
Upgrade psr/log to ^2.0 or ^3.0 (or both).
Additional context
Mockups
Part of
The text was updated successfully, but these errors were encountered: