-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.28 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "nexa-merchant/apis",
"license": "MIT",
"version": "2.0.3",
"description" : "Nexa merchant Apps api",
"keywords": ["laravel", "api", "jwt", "nexa merchant", "merchant", "restful", "restful api"],
"type": "library",
"authors": [
{
"name": "Steven",
"email": "nice.lizhi@gmail.com"
}
],
"require": {
"ext-sodium": "*",
"laravel/framework": "~9.0||~10.0||~11.0",
"casbin/laravel-authz": "^3.1",
"bensampo/laravel-enum": "^6.0",
"darkaonline/l5-swagger": "^8.5"
},
"require-dev": {
"phpunit/phpcov": ">=6.0",
"phpunit/phpunit": ">=8.0",
"bensampo/laravel-enum": "^6.0",
"casbin/laravel-authz": "^3.1",
"laravel/framework": "~9.0||~10.0||~11.0"
},
"autoload": {
"psr-4": {
"NexaMerchant\\Apis\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"NexaMerchant\\Apis\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"NexaMerchant\\Apis\\Providers\\ApisServiceProvider"
],
"aliases": {}
}
},
"homepage": "https://nexamerchant.github.io/docs/",
"minimum-stability": "stable"
}