-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for psr/cache:^3.0 #3036
Comments
Hi @issakujitsuk, thanks for this feature request. We will be open to accept a PR contribution for this, if you are willing to provide one? "psr/cache": "^1.0 || ^2.0 || ^3.0", Thanks! |
Thank you for your replay, @yenfryherrerafeliz. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Thanks for the contribution @issakujitsuk! |
Thank you for merging as well, @stobrien89 😄 |
Describe the feature
Currently,
aws-sdk-php
specifiespsr/cache:^1.0
in the composer.json. Please add support forpsr/cache:^3.0
.Use Case
I want to update
web-token/jwt-library
from version 3.3.x to 3.4.x, but I'm unable to do so becauseaws/aws-sdk-php
lockspsr/cache
to version 1.0.Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
3.324.13
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP 8.2.8, Amazon Linux 2
The text was updated successfully, but these errors were encountered: