-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implementing full psr/http-message and php 7.4 #10
Conversation
@byjg Hi! Are there any updates for this pull request? |
I am moving this PR next month (Janury). The launch.json is not necessary, I am gonna remove it. |
Hi Team, This is causing an issue for us in a Laravel 10.x project. Laravel 10.x requires Guzzle's If this PR is approved, then it appears we'll all be at psr/http-message 2.0 and everything should work. Any ETA on this? |
By the end of the week. |
@vitormattos Do you mind review: byjg/php-swagger-test#79 ? 😬 |
Worked fine to me. |
# Conflicts: # composer.json # src/HttpClient.php # src/Psr7/Message.php # src/Psr7/NullStream.php # tests/HttpClientParallelTest.php
# Conflicts: # src/HttpClient.php # src/Psr7/NullStream.php # tests/HttpClientParallelTest.php
This PR is breaking change for now. Renamed namespace I am updating all byjg dependent classes, please, upgrade your versions to |
No description provided.