Skip to content

Fix Guzzle requirement #177

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

Merged
merged 1 commit into from
Apr 1, 2015
Merged

Conversation

dunglas
Copy link
Contributor

@dunglas dunglas commented Mar 5, 2015

guzzle/http is abandoned. This PR use the new Composer package guzzle/guzzle. It avoid the following errors when installing the bundle:

Package guzzle/common is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/stream is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/parser is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/http is abandoned, you should avoid using it. Use guzzle/guzzle instead.

fix #176

@dbu
Copy link
Contributor

dbu commented Mar 13, 2015

we do not really need all the other things of guzzle, but i guess we have to change when guzzle is no longer updating those subtree splits. @ddeboer do you agree?

the situation will improve with #173 btw, when we do not need to depend on a specific client anymore.

@carlcraig
Copy link

👍

@dbu
Copy link
Contributor

dbu commented Apr 1, 2015

ping @ddeboer

ddeboer added a commit that referenced this pull request Apr 1, 2015
@ddeboer ddeboer merged commit fa6cd4a into FriendsOfSymfony:master Apr 1, 2015
@ddeboer
Copy link
Member

ddeboer commented Apr 1, 2015

Thanks, @dunglas!

@ddeboer
Copy link
Member

ddeboer commented Apr 1, 2015

And tagged 1.3.1.

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.

Warning during composer install/update about guzzle/http being abandonned
4 participants