tumblr / tumblr.php

Tumblr API v2 PHP Client
Apache License 2.0
407 stars 115 forks source link

Update guzzlehttp/guzzle dependency #116

Closed fredmeng closed 3 years ago

fredmeng commented 3 years ago

Update guzzlehttp/guzzle dependency to include Guzzle 7.

sanmai commented 3 years ago

Do you think you can merge with master to get this change through CI? The end result should look like this:

  "require": {
    "eher/oauth": "^1.0.7 <1.1",
    "guzzlehttp/guzzle": "^6.5.2 || ^7.0.1"
  },