forked from ppss1806/ss-panel-v3-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·41 lines (39 loc) · 950 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
{
"require": {
"slim/slim": "*",
"slim/csrf": "*",
"smarty/smarty": "3.*",
"mailgun/mailgun-php": "~1.7.2",
"predis/predis": "~1.0",
"phpmailer/phpmailer": "~5.2",
"vlucas/phpdotenv": "~2.1",
"zeuxisoo/slim-whoops": "0.5.*",
"firebase/php-jwt": "~3.0",
"aws/aws-sdk-php": "3.*",
"gregwar/captcha": "1.*",
"cloudxns/cloud-xns-api-sdk-php": "*",
"guzzlehttp/guzzle": " ~5.0",
"voku/anti-xss": "^1.2",
"paymentwall/paymentwall-php": "^2.1",
"telegram-bot/api": "^2.2",
"illuminate/pagination": "5.2.*",
"illuminate/database": "5.2.*",
"sendgrid/sendgrid": "^5.1",
"esdeathlove/datatables": "^1.6",
"slim/twig-view": "1.2.0"
},
"autoload": {
"classmap": [
],
"psr-4": {
"App\\": "app/"
}
},
"config": {
"secure-http": false
},
"minimum-stability": "dev",
"require-dev": {
"khanamiryan/qrcode-detector-decoder": "*"
}
}