spatie / crawler

An easy to use, powerful crawler implemented in PHP. Can execute Javascript.
https://freek.dev/308-building-a-crawler-in-php
MIT License
2.51k stars 357 forks source link

Keep only guzzlehttp/psr7 v2.0 #392

Closed flangofas closed 2 years ago

flangofas commented 2 years ago

Relates to https://github.com/spatie/crawler/issues/379

Bump guzzlehttp/psr7 to v2.0 after the change in https://github.com/spatie/crawler/pull/391

freekmurze commented 2 years ago

The current testsuite seems to run fine for the current dependencies, so I'm not sure why this change is needed.

flangofas commented 2 years ago

Utils::streamFor is only available in guzzlehttp/psr7 v2.0 therefore, this change

freekmurze commented 2 years ago

Thanks!