Skip to content

Replace references to Goutte with HttpBrowser #12871

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
Jan 2, 2020
Merged

Replace references to Goutte with HttpBrowser #12871

merged 1 commit into from
Jan 2, 2020

Conversation

HypeMC
Copy link
Member

@HypeMC HypeMC commented Dec 31, 2019

With the introduction of HttpBrowser there's no need for Goutte any more, but the docs currently mention both, which is a little bit confusing. Also, the current version of Goutte actuality extends HttpBrowser, but doesn't add any functionality to it. It seems to me that Goutte is being completely replaced with HttpBrowser so there's no point in mentioning it in the docs any more.

@javiereguiluz
Copy link
Member

javiereguiluz commented Jan 2, 2020

Nice update and perfectly explained! Thanks @HypeMC.

javiereguiluz added a commit that referenced this pull request Jan 2, 2020
This PR was merged into the 4.3 branch.

Discussion
----------

Replace references to Goutte with HttpBrowser

With the introduction of [HttpBrowser](symfony/symfony#30602) there's no need for Goutte any more, but the docs currently mention both, which is a little bit confusing. Also, the current version of Goutte actuality [extends HttpBrowser](https://github.com/FriendsOfPHP/Goutte/blob/v4.0.0/Goutte/Client.php), but doesn't add any functionality to it. It seems to me that Goutte is being completely replaced with HttpBrowser so there's no point in mentioning it in the docs any more.

Commits
-------

50898ae Replace references to Goutte with HttpBrowser
@javiereguiluz javiereguiluz merged commit 50898ae into symfony:4.3 Jan 2, 2020
@HypeMC HypeMC deleted the replace-goutte-with-httpbrowser branch January 2, 2020 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants