forked from steevenz/rajaongkir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (46 loc) · 940 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
45
46
47
{
"name": "juhara/rajaongkir",
"description": "Advanced RajaOngkir API PHP Class",
"license": "MIT",
"type": "php-class",
"keywords": [
"rajaongkir",
"api"
],
"authors": [
{
"name": "Steeve Andrian",
"email": "steevenz@steevenz.com",
"homepage": "http://www.steevenz.com",
"role": "PHP Programmer"
},
{
"name": "Zamrony P. Juhara",
"homepage": "https://juhara.com"
}
],
"support": {
"issues": "https://github.com/zamronypj/rajaongkir/issues"
},
"links": {
"info": "https://github.com/steevenz/rajaongkir",
"wiki": "https://github.com/steevenz/rajaongkir/wiki"
},
"require": {
"php": "^7.4|^8.0.2",
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-4": {
"Juhara\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Juhara\\Tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6"
}
}