Hello,
I'm running a project (Phpfastcache#v9) that requires psr/cache ^3.0, which conflict with your constraints: ^1.0|^2.0
So actually I cannot make use of any Google product at all because of this very "central" constraint.
Do you plan to make it compatible with psr/cache ^3.0 ?
It's basically the same interface as previous but with PHP-8 type hint.
This should not break compatibility at all to support it since psr/cache ^3.0 already constraints on php ^8.0 and the interface remains the same.
Thanks.
Environment details
- OS: Win 10 x64
- PHP version: 8.0
- Package name and version: latest
Hello,
I'm running a project (Phpfastcache#v9) that requires
psr/cache ^3.0, which conflict with your constraints:^1.0|^2.0So actually I cannot make use of any Google product at all because of this very "central" constraint.
Do you plan to make it compatible with
psr/cache ^3.0?It's basically the same interface as previous but with PHP-8 type hint.
This should not break compatibility at all to support it since
psr/cache ^3.0already constraints onphp ^8.0and the interface remains the same.Thanks.
Environment details