File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616| Dependency | Requirement |
1717| -------- | -------- |
1818| [ PHP] ( https://secure.php.net/manual/en/install.php ) | ` >=5.5.0 ` ` Recommend PHP7+ ` |
19- | [ guzzlehttp/guzzle] ( https://github.com/guzzle/guzzle ) | ` ~6 .0` |
19+ | [ guzzlehttp/guzzle] ( https://github.com/guzzle/guzzle ) | ` ^6.0\|^7 .0` |
2020
2121## Install
2222> Install package via [ Composer] ( https://getcomposer.org/ ) .
@@ -31,7 +31,7 @@ composer require "kucoin/kucoin-php-sdk:~1.1.0"
3131
3232| Environment | BaseUri |
3333| -------- | -------- |
34- | * Production* | ` https://api.kucoin.com(DEFAULT) ` ` https://api.kucoin.cc ` |
34+ | * Production* | ` https://api.kucoin.com(DEFAULT) ` ` https://api.kucoin.top ` |
3535| * Sandbox* | ` https://openapi-sandbox.kucoin.com ` |
3636
3737``` php
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " >=5.5.0" ,
2424 "ext-json" : " *" ,
25- "guzzlehttp/guzzle" : " ~6 .0" ,
25+ "guzzlehttp/guzzle" : " ^6.0|^7 .0" ,
2626 "ratchet/pawl" : " ^0.3.2" ,
2727 "monolog/monolog" : " ~1.0|~2.0"
2828 },
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ abstract class Api
1616 /**
1717 * @var string SDK Version
1818 */
19- const VERSION = '1.1.20 ' ;
19+ const VERSION = '1.1.21 ' ;
2020
2121 /**
2222 * @var string SDK update date
You can’t perform that action at this time.
0 commit comments