-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
46 lines (46 loc) · 992 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
{
"name": "zhiephie/rajaongkir",
"version": "0.1",
"description": "Raja Ongkir API PHP Class",
"license": "MIT",
"type": "library",
"keywords": [
"rajaongkir",
"api"
],
"authors": [
{
"name": "Yudi Purwanto",
"email": "purwantoyudi42@gmail.com"
}
],
"support": {
"email": "purwantoyudi42@gmail.com",
"issues": "https://github.com/zhiephie/rajaongkir/issues"
},
"require": {
"php": "^7.3",
"kitetail/zttp": "^0.6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0.0"
},
"autoload": {
"psr-4": {
"Zhiephie\\": "src/Zhiephie"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit --testdox tests"
},
"config": {
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
}