woohoolabs / yang

The efficient and elegant, PSR-7 compliant JSON:API 1.1 client library for PHP
MIT License
168 stars 13 forks source link

Set default PSR7 Request method #17

Closed holtkamp closed 5 years ago

holtkamp commented 5 years ago

The PSR7 request method is now "mandatory":

https://github.com/guzzle/psr7/commit/c5aea30ff82a3565e6d3decd18d74257c033daf6#diff-a788147295d6b475ecb28d093c1ba121R39

kocsismate commented 5 years ago

Thank you very much for this fix (and the additional ; )! I only found out yesterday when I was working on the tests that Guzzle had made empty request method forbidden, but I forgot to fix this issue: https://github.com/woohoolabs/yang/issues/16