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

Implementing full psr/http-message and php 7.4 #10

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Implementing full psr/http-message and php 7.4 #10

merged 2 commits into from
Sep 16, 2024

Conversation

byjg
Copy link
Owner

@byjg byjg commented May 18, 2023

No description provided.

Base automatically changed from 5.0.0 to master May 21, 2023 19:38
@GeoDpto
Copy link

GeoDpto commented Aug 15, 2023

@byjg Hi!

Are there any updates for this pull request?

.vscode/launch.json Outdated Show resolved Hide resolved
@byjg
Copy link
Owner Author

byjg commented Dec 31, 2023

I am moving this PR next month (Janury).

The launch.json is not necessary, I am gonna remove it.

README.md Outdated Show resolved Hide resolved
@casingh1990
Copy link

Hi Team,

This is causing an issue for us in a Laravel 10.x project.

Laravel 10.x requires Guzzle's guzzlehttp/psr7 version 2.6.2.
Dependency tree is: Laravel -> monolog/monolog -> guzzlehttp/psr7 -> psr/http-message (1.1 or 2.0)

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?

@byjg
Copy link
Owner Author

byjg commented Jan 4, 2024

By the end of the week.

@byjg
Copy link
Owner Author

byjg commented Jan 7, 2024

@vitormattos Do you mind review: byjg/php-swagger-test#79 ? 😬

@vitormattos
Copy link
Contributor

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
@byjg byjg changed the base branch from master to 5.0 September 16, 2024 14:40
@byjg
Copy link
Owner Author

byjg commented Sep 16, 2024

This PR is breaking change for now.

Renamed namespace ByJG\Util to ByJG\WebRequest

I am updating all byjg dependent classes, please, upgrade your versions to ^5.0 or 5.0.x-dev, all of byjg packages

@byjg byjg merged commit 4b65cc1 into 5.0 Sep 16, 2024
4 checks passed
@byjg byjg deleted the 5.0.0rc branch September 16, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants