Skip to content

Commit 92c55df

Browse files
committed
Remove requirement for deprecated chadicus/psr-cache-helper
1 parent 66c1a21 commit 92c55df

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
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

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace TraderInteractive\Api;
44

5-
use Chadicus\Psr\SimpleCache\NullCache;
5+
use SubjectivePHP\Psr\SimpleCache\NullCache;
66
use TraderInteractive\Util;
77
use TraderInteractive\Util\Arrays;
88
use TraderInteractive\Util\Http;

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace TraderInteractive\Api;
44

55
use ArrayObject;
6-
use Chadicus\Psr\SimpleCache\InMemoryCache;
6+
use SubjectivePHP\Psr\SimpleCache\InMemoryCache;
77
use DominionEnterprises\Util\Arrays;
88
use DominionEnterprises\Util\Http;
99
use GuzzleHttp\Psr7\Request;

0 commit comments

Comments
 (0)