This repository has been archived by the owner on Apr 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
composer.json
85 lines (85 loc) · 2.93 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "233sec/laravel-src",
"description": "The Security Response Center Based on Laravel Framework",
"keywords": ["framework", "laravel", "src", "ASRC", "TSRC", "BSRC", "1SRC", "DSRC", "71SRC", "PHP SRC", "开源SRC平台"],
"license": "MIT",
"type": "security",
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.x-dev#6f7a13d14b82096ac5259394908b8a372ec6f8bf",
"laravelcollective/html": "5.2.*",
"laracasts/utilities": "~2.0",
"laravel/socialite": "^2.0",
"creativeorange/gravatar": "~1.0",
"davejamesmiller/laravel-breadcrumbs": "^3.0",
"hieu-le/active": "~2.0",
"arcanedev/log-viewer": "~3.0",
"spatie/laravel-backup": "^3.0",
"yajra/laravel-datatables-oracle": "6.22.2",
"hyancat/aliyun-direct-mail": "dev-master",
"aliyuncs/oss-sdk-php": "^2.0",
"jenssegers/mongodb": "*",
"233sec/laravel-luosimao": "dev-master",
"tsssec/laravel-editable": "dev-next",
"vinelab/cdn": "dev-master#f2fed27b6c2f7b02604f63009762c55e3018917b",
"mailgun/mailgun-php": "^2.1",
"php-http/curl-client": "^1.6",
"guzzlehttp/psr7": "^1.3",
"voku/anti-xss": "dev-master",
"scil/laravel-fly": "dev-master",
"predis/predis": "~1.1@dev",
"lokielse/omnipay-alipay": "^2.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"symfony/css-selector": "2.8.*|3.0.*",
"symfony/dom-crawler": "2.8.*|3.0.*",
"barryvdh/laravel-debugbar": "^2.1",
"laracasts/generators": "^1.1"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/"
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan optimize"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan optimize"
]
},
"config": {
"preferred-install": "dist"
},
"repositories": [
{"type": "vcs", "url": "https://code.aliyun.com/233sec/laravel-editable.git"},
{"type": "vcs", "url": "https://code.aliyun.com/laravel5/framework.git"},
{"type": "vcs", "url": "https://code.aliyun.com/yonglibao/cdn.git"},
{"type": "vcs", "url": "https://code.aliyun.com/233sec/anti-xss.git"},
{"type": "composer", "url": "https://packagist.phpcomposer.com"},
{"packagist": false}
]
}