gmponos / guzzle-log-middleware

A Guzzle middleware to log request and responses automatically
MIT License
73 stars 24 forks source link

Doesn't allow for guzzle version 7.5 #46

Open mathmul opened 1 year ago

mathmul commented 1 year ago

guzzle release

mathmul commented 1 year ago

I have a PR ready, but no permissions to push.

The change is in composer.json LINE 31:

-        "guzzlehttp/guzzle": "^6.1 || ^7.0.1",
+        "guzzlehttp/guzzle": "^6.1 || ^7.0",