Skip to content

Commit ecfb869

Browse files
authored
Merge pull request #16 from StoreFactory/feature/YP-3231
Diverses fix and new endpoint for zoho library
2 parents b7cf714 + 8da9626 commit ecfb869

File tree

9 files changed

+649
-221
lines changed

9 files changed

+649
-221
lines changed

composer.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@
88
},
99
"description": "PHP library to retrieve Zoho Subscription via its API",
1010
"require": {
11-
"php": "~5.4|~7.0",
12-
"guzzlehttp/guzzle": "^6.1",
13-
"doctrine/cache": "^1.4"
14-
11+
"php": "~7.0",
12+
"doctrine/cache": "^1.4",
13+
"psr/http-message": "^1.0",
14+
"php-http/client-implementation": "^1.0",
15+
"php-http/httplug": "^1.0",
16+
"php-http/message-factory": "^1.0",
17+
"php-http/discovery": "^1.0"
18+
},
19+
"require-dev": {
20+
"php-http/mock-client": "^0.3",
21+
"php-http/message": "^1.0",
22+
"guzzlehttp/psr7": "^1.0"
1523
},
1624
"minimum-stability": "stable"
1725
}

0 commit comments

Comments
 (0)