-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·37 lines (36 loc) · 868 Bytes
/
composer.json
File metadata and controls
executable file
·37 lines (36 loc) · 868 Bytes
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
{
"require": {
"pongtan/framework": "0.1.*",
"pongtan/utils": "0.1.*",
"ramsey/uuid": "^3.3",
"china-shevy/sendcloud-email-v2": "dev-master",
"tracy/tracy": "^2.4",
"shadowsocks/shadowsocks": "0.1.*",
"zircote/swagger-php": "^2.0",
"illuminate/pagination": "^5.5",
"martinlindhe/laravel-vue-i18n-generator": "^0.1.13",
"illuminate/events": "^5.5",
"pongtan/fake-laravel": "^5.5",
"paypal/rest-api-sdk-php": "^1.12",
"latrell/alipay": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"phploc/phploc": "*",
"phpmd/phpmd" : "@stable",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "2.*"
},
"autoload": {
"classmap": [
"databases"
],
"psr-4": {
"App\\": "app/",
"Tests\\": "tests/"
},
"files":[
"app/Support/helper.php"
]
}
}