Skip to content

Commit f35b47b

Browse files
committed
Updated composer files
1 parent e7f6674 commit f35b47b

File tree

2 files changed

+204
-102
lines changed

2 files changed

+204
-102
lines changed

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@
1212
"require": {
1313
"php": "^7.0",
1414
"api-clients/middleware": "dev-master",
15-
"jacobkiers/oauth": "^1.0"
15+
"guzzlehttp/psr7": "^1.3",
16+
"jacobkiers/oauth": "^1.0",
17+
"wyrihaximus/ticking-promise": "^1.6"
1618
},
1719
"require-dev": {
1820
"api-clients/test-utilities": "dev-master"
1921
},
20-
"suggest": {
21-
"wyrihaximus/react-cache-filesystem": "Filesystem cache",
22-
"wyrihaximus/react-cache-redis": "Redis cache"
23-
},
2422
"autoload": {
2523
"psr-4": {
26-
"ApiClients\\Foundation\\Cache\\": "src/"
24+
"ApiClients\\Foundation\\Oauth1\\": "src/"
2725
}
2826
},
2927
"autoload-dev": {
3028
"psr-4": {
31-
"ApiClients\\Tests\\Foundation\\Cache\\": "tests/"
29+
"ApiClients\\Tests\\Foundation\\Oauth1\\": "tests/"
3230
}
3331
},
3432
"config": {

composer.lock

Lines changed: 199 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)