-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
44 lines (44 loc) · 937 Bytes
/
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
37
38
39
40
41
42
43
44
{
"name": "tamara-solution/php-sdk",
"license": "MIT",
"description": "Tamara PHP Client Library",
"version": "2.0.6",
"keywords": [
"tamara",
"tamara php sdk",
"buy now pay later",
"installment"
],
"homepage": "https://github.com/tamara-solution/php-sdk",
"authors": [
{
"name": "Tamara Team",
"email": "[email protected]"
}
],
"require": {
"php": "^7.1|^8.0",
"psr/http-client": "^1.0",
"psr/log": "^1.0||^2.0||^3.0",
"ext-json": "*",
"symfony/http-foundation": ">=4.1",
"firebase/php-jwt": "^6.1",
"nyholm/psr7": "^1.3",
"kriswallsmith/buzz": "^1.2|^0.16",
"guzzlehttp/guzzle": ">=6.0"
},
"require-dev": {
"phpunit/phpunit": ">=7",
"roave/security-advisories": "dev-master"
},
"autoload": {
"psr-4": {
"Tamara\\": "src/Tamara"
}
},
"autoload-dev": {
"psr-4": {
"Tamara\\Tests\\": "tests/"
}
}
}