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
Im trying to migrate to league/route:^5.0, however it requires "psr/simple-cache": ^1.0 where i depend on ^3.0. is it possible to widen the constraints to cover all simple-cache versions e.g.:
{
"psr/simple-cache": "^1.0|^2.0|^3.0"
}
The text was updated successfully, but these errors were encountered:
Hi,
Im trying to migrate to league/route:^5.0, however it requires "psr/simple-cache": ^1.0 where i depend on ^3.0. is it possible to widen the constraints to cover all simple-cache versions e.g.:
The text was updated successfully, but these errors were encountered: