zbateson / mail-mime-parser

An email parser written in PHP
https://mail-mime-parser.org/
BSD 2-Clause "Simplified" License
458 stars 58 forks source link

allow guzzlehttp/psr7 v2 #173

Closed Nielsvanpach closed 3 years ago

Nielsvanpach commented 3 years ago

Yesterday 2.0 was released: https://github.com/guzzle/psr7

zbateson commented 3 years ago

Wonderful, thanks for that!

Nielsvanpach commented 3 years ago

Any idea when this will be released?

zbateson commented 3 years ago

It'll need a bit more work -- my other library, zbateson/stream-decorators (a dependency of mmp) is using guzzle/psr7 v1.0 also, so this change alone isn't enough.

Unfortunately zbateson/stream-decorators errors out with 2.0. All of the errors so far are:

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

If that's all it is shouldn't take too long to resolve but I suspect there'll be other things too.

zbateson commented 3 years ago

Released in 1.3.2.

Thanks again :)