-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
36 lines (36 loc) · 1.01 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "walle89/swedbank-json",
"description": " Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.",
"type": "library",
"keywords": ["swedbank","wrapper","api","json"],
"minimum-stability": "stable",
"license": "MIT",
"homepage": "https://github.com/walle89/SwedbankJson",
"authors": [
{
"name": "Eric Wallmander",
"homepage": "https://wallmander.net/"
}
],
"support": {
"issues": "https://github.com/walle89/SwedbankJson/issues",
"source": "https://github.com/walle89/SwedbankJson"
},
"require": {
"php": ">=5.5",
"ext-curl": "*",
"ext-json": "*",
"ramsey/uuid": "^3.0",
"guzzlehttp/guzzle": "^6.2.1"
},
"require-dev": {
"rtheunissen/guzzle-log-middleware": "^0.4.0",
"monolog/monolog": "^1.17",
"cogpowered/finediff": "^0.3.0"
},
"autoload": {
"psr-4": {
"SwedbankJson\\":"src/"
}
}
}