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
There doesn't seem to be any breaking changes affecting this library between versions 2 and 3 of psr/cache: https://github.com/php-fig/cache/blob/master/CHANGELOG.md
(The difference is that in v3 "All methods have return types")
So if you're already using psr/cache v2 and cannot upgrade because of this change, this library won't install.
However, if this library already works with psr/cache v2, there's no good reason not to allow it.
There doesn't seem to be any breaking changes affecting this library between versions 2 and 3 of psr/cache:
https://github.com/php-fig/cache/blob/master/CHANGELOG.md
(The difference is that in v3 "All methods have return types")
So if you're already using psr/cache v2 and cannot upgrade because of this change, this library won't install.
However, if this library already works with psr/cache v2, there's no good reason not to allow it.
composer.json
like this:The text was updated successfully, but these errors were encountered: