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

[v7.0.2] Undefined method stream_for #379

Closed flangofas closed 2 years ago

flangofas commented 2 years ago

Should be replaced with \GuzzleHttp\Psr7\Utils::streamFor

Used by CrawlRequestFulfilled:#43

flangofas commented 2 years ago

I solved it by manually installing "guzzlehttp/psr7": "^1.8" but it should break for projects using v2.0 and higher.