Uh oh!
There was an error while loading. Please reload this page.
changed "guzzle/parser" to "guzzle/guzzle" - #21
Closed
cystbear wants to merge 1 commit into
Closed
Conversation
as far as `This package is abandoned and no longer maintained. The author suggests using the guzzle/guzzle package instead.`
cboden
commented
Mar 7, 2015
Member
guzzle/guzzle packagist.json file requires ext-curl, which is not needed for the HTTP parsing. guzzle/http still works quite well it's just no longer maintained. composer is only issuing a warning, not an error. We'll eventually convert to guzzle 5. |
cystbear
commented
Mar 7, 2015
Author
I see, so should I set guzzle5 at composer? or what? |
cboden
commented
Apr 14, 2015
Member
ping @WyriHaximus. @cystbear There's been talk recently of replacing guzzle/http with a non-abandoned package. guzzle5 should be a valid replacement. If that's the route to take though there will be a bit more work involved than just updating composer as their API has changed a bit. |
cboden
commented
Aug 30, 2015
Member
replaced by #34 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
as far as