Skip to content

Commit

Permalink
Merge pull request #16 from StoreFactory/feature/YP-3231
Browse files Browse the repository at this point in the history
Diverses fix and new endpoint for zoho library
  • Loading branch information
n-sviridenko authored Dec 22, 2016
2 parents b7cf714 + 8da9626 commit ecfb869
Show file tree
Hide file tree
Showing 9 changed files with 649 additions and 221 deletions.
16 changes: 12 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@
},
"description": "PHP library to retrieve Zoho Subscription via its API",
"require": {
"php": "~5.4|~7.0",
"guzzlehttp/guzzle": "^6.1",
"doctrine/cache": "^1.4"

"php": "~7.0",
"doctrine/cache": "^1.4",
"psr/http-message": "^1.0",
"php-http/client-implementation": "^1.0",
"php-http/httplug": "^1.0",
"php-http/message-factory": "^1.0",
"php-http/discovery": "^1.0"
},
"require-dev": {
"php-http/mock-client": "^0.3",
"php-http/message": "^1.0",
"guzzlehttp/psr7": "^1.0"
},
"minimum-stability": "stable"
}
Loading

0 comments on commit ecfb869

Please sign in to comment.