mvdbos / php-spider

A configurable and extensible PHP web spider
MIT License
1.33k stars 234 forks source link

Allowing guzzle 7 #71

Closed spekulatius closed 3 years ago

spekulatius commented 3 years ago

Hello @mvdbos

in my Laravel sitemap generator I use your PHP spider. While making it work for Laravel 8 I stumbled upon a conflict in the required versions of guzzle.

Here is an update of the composer.json to allow guzzle v7. I've ran the unit tests and examples. Both worked and didn't indicate any issues with the update. Do you think is good for merging?

Cheers, Peter

spekulatius commented 3 years ago

@mvdbos could you also tag a new version to allow installation of a stable version please? Thank you in advance!

spekulatius commented 3 years ago

Thank you for the quick turn around @mvdbos 👍️