spatie / crawler

An easy to use, powerful crawler implemented in PHP. Can execute Javascript.

Home Page:https://freek.dev/308-building-a-crawler-in-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[v7.0.2] Undefined method stream_for

flangofas opened this issue · comments

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

Used by CrawlRequestFulfilled:#43

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