FriendsOfPHP / Goutte

Goutte, a simple PHP Web Scraper
MIT License
9.26k stars 1.01k forks source link

Upgrade Guzzle to 7.0 #424

Closed aniplaylist closed 4 years ago

aniplaylist commented 4 years ago

I'm currently unable to upgrade my application because other packages requires Guzzle 7 while Goutte requires 6.0.

Is an upgrade to ^7.0 planned?

fabpot commented 4 years ago

We've moved to HttpClient in the latest version for more stability, so no more dependency on Guzzle.