jolicode / harvest-php-api

🌾 A Harvest API PHP Client
MIT License
22 stars 6 forks source link

Trouble installing - required packages too new :-) #3

Closed robbanl closed 5 years ago

robbanl commented 5 years ago

Tried to install this but it looks like the other packages are to new :-) Had to change my composer.json file to this:

  "require": {
    "php-http/curl-client": "^1.7",
    "guzzlehttp/psr7": "^1.5",
    "jolicode/harvest-php-api": "^1.0"
  }