{"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined function GuzzleHttp\\Psr7\\stream_for()


gcpを使っていたら以下のエラーが

Call to undefined function GuzzleHttp\\Psr7\\stream_for()

{"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0):
Call to undefined function GuzzleHttp\\Psr7\\stream_for()

対策

composer require guzzlehttp/psr7 "^1.8.2"
composer update guzzlehttp/psr7 "^1.8.2"

上記で guzzle をアップデートしよう。