File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "php" : " ^7.0" ,
2525 "ext-curl" : " *" ,
2626 "lib-curl" : " ~7.15" ,
27- "chadicus/psr-cache-helper" : " ^0.3.0" ,
28- "traderinteractive/util" : " ^3.0" ,
2927 "guzzlehttp/guzzle" : " ^6.3" ,
3028 "psr/http-message" : " ^1.0" ,
31- "psr/simple-cache" : " ^1.0"
29+ "psr/simple-cache" : " ^1.0" ,
30+ "subjective-php/psr-cache-helper" : " ^1.1" ,
31+ "traderinteractive/util" : " ^3.0"
3232 },
3333 "config" : {
3434 "sort-packages" : true
Original file line number Diff line number Diff line change 22
33namespace TraderInteractive \Api ;
44
5- use Chadicus \Psr \SimpleCache \NullCache ;
5+ use SubjectivePHP \Psr \SimpleCache \NullCache ;
66use TraderInteractive \Util ;
77use TraderInteractive \Util \Arrays ;
88use TraderInteractive \Util \Http ;
Original file line number Diff line number Diff line change 33namespace TraderInteractive \Api ;
44
55use ArrayObject ;
6- use Chadicus \Psr \SimpleCache \InMemoryCache ;
6+ use SubjectivePHP \Psr \SimpleCache \InMemoryCache ;
77use DominionEnterprises \Util \Arrays ;
88use DominionEnterprises \Util \Http ;
99use GuzzleHttp \Psr7 \Request ;
You can’t perform that action at this time.
0 commit comments