Skip to content

Replace deprecated Guzzle methods with alternative methods - #880

Closed
Mohammadreza-73 wants to merge 1 commit into
ratchetphp:masterfrom
Mohammadreza-73:issue879
Closed

Mohammadreza-73 wants to merge 1 commit into
ratchetphp:masterfrom
Mohammadreza-73:issue879

Conversation

@Mohammadreza-73

Copy link
Copy Markdown

Resolving #879
Deprecated Guzzle methods updated.

close #879

@mbabker

mbabker commented Jul 20, 2021

Copy link
Copy Markdown
Contributor

The composer.json file should also be updated to require "guzzlehttp/psr7": "^2.0 || ^1.7" otherwise if someone has an older version of the PSR7 library they'll get crashes due to missing methods. That would also take care of adding support for the newly released 2.0 version of the library.

@iPurpl3x

iPurpl3x commented Oct 12, 2021

Copy link
Copy Markdown

Please someone take care of making the "guzzlehttp/psr7": "^2.0 || ^1.7" change... It can be very annoying to having to downgrade guzzlehttp/psr7 everywhere because cboden/ratchet doesn't support ^2.0

Related ratchetphp/RFC6455#45

(cc @cboden)

@shehi

shehi commented Nov 18, 2021

Copy link
Copy Markdown

Agreed with @iPurpl3x . Please consider the upgrade.

CC: @cboden

@cboden cboden added this to the 0.4.4 milestone Dec 10, 2021
@cboden

cboden commented Dec 12, 2021

Copy link
Copy Markdown
Member

closing in favour of #922

@cboden cboden closed this Dec 12, 2021
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.

Some of Guzzle methods are deprecated

6 participants