messente / messente-api-php

Messente API library: https://packagist.org/packages/messente/messente-api-php
6 stars 7 forks source link

Fix code example in README. Bump psr7 version to allow 2.X. #16

Closed glintik closed 1 year ago

glintik commented 1 year ago

Hey,

I was able to run with the latest guzzlehttp/guzzle and guzzlehttp/psr7. Feel free to add "^2.0" for "guzzlehttp/psr7". Also I found, that in code example "new GuzzleHttp\Client()" starting slash missed causing an exception while running, proposed an update.

jbaanus commented 1 year ago

Thank you for the PR, @glintik 🙇