FriendsOfPHP / Goutte

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

Support Symfony 5 #394

Closed tacman closed 4 years ago

tacman commented 4 years ago

Currently this won't even install with Symfony 5. I guess ideally it would be able to use the Symfony http component, rather than requiring Guzzle?

fabpot commented 4 years ago

I'm going to release a version that support Symfony 5 and Guzzle. But move to Symfony HTTP client after that.

See #396