-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 959 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
{
"name": "pw/laraongkir",
"description": "Package untuk request API RajaOngkir, Support Starter, Basic, dan Pro",
"keywords": [
"rajaongkir", "application programming interface", "laravel"
],
"license": "MIT",
"type": "package",
"authors": [
{
"name": "Purwadi",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x"
},
"autoload": {
"psr-4": {
"Pw\\RajaOngkir\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Pw\\RajaOngkir\\RajaOngkirServiceProvider"
],
"aliases": {
"RajaOngkir": "Pw\\RajaOngkir\\Facades\\RajaOngkir"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}