Skip to content
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/http-message version ^2.0 #65

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

vjik
Copy link
Member

@vjik vjik commented Mar 7, 2024

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed #62

Copy link

what-the-diff bot commented Mar 7, 2024

PR Summary

  • Enhanced Compatibility
    This update includes a new feature that allows our software to support the latest version (2.0) of the psr/http-message tool, which we use for handling HTTP messages in our applications. This change will allow us to benefit from all the latest features and improvements in psr/http-message.

  • Updated Dependencies in Composer.json
    We've made changes to our project's composer.json file (which defines what other tools our project needs to work). The specific change here is that our software can now work with either version 1.0 or version 2.0 of psr/http-message. This flexibility means that our application is compatible with more environments and setups, enhancing its overall versatility.

@vjik vjik added the status:code review The pull request needs review. label Mar 7, 2024
@vjik vjik requested a review from a team March 7, 2024 08:01
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.43%. Comparing base (85a6ff1) to head (de1b819).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #65   +/-   ##
=========================================
  Coverage     99.43%   99.43%           
  Complexity      118      118           
=========================================
  Files             5        5           
  Lines           351      351           
=========================================
  Hits            349      349           
  Misses            2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vjik vjik merged commit 44031f2 into master Mar 7, 2024
33 of 34 checks passed
@vjik vjik deleted the psr-http-message-2 branch March 7, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support of psr/http-message version 2.0
3 participants