forked from Anankke/SSPanel-UIM
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
{
"require": {
"php": "^8.3",
"ext-curl": "*",
"ext-json": "*",
"ext-mysqli": "*",
"ext-xml": "*",
"aws/aws-sdk-php": "3.*",
"cloudflare/sdk": "^1.3",
"esdeathlove/datatables": "^1.6",
"firebase/php-jwt": "^6.0",
"illuminate/database": "12.*",
"illuminate/pagination": "12.*",
"irazasyed/telegram-bot-sdk": "^3.15.0",
"khanamiryan/qrcode-detector-decoder": "*",
"league/omnipay": "^3",
"mailgun/mailgun-php": "^3.5",
"paymentwall/paymentwall-php": "^2.1",
"phpmailer/phpmailer": "~6.0",
"ramsey/uuid": "^3.0@dev",
"robmorgan/phinx": "^0.12.9",
"sendgrid/sendgrid": "~7",
"sentry/sdk": "^4.0",
"slim/slim": "~3.0",
"smarty/smarty": "^4.3",
"stripe/stripe-php": "^7.105",
"symfony/yaml": "^4.4@dev",
"telegram-bot/api": "^2.2",
"voku/anti-xss": "^1.2",
"zeuxisoo/slim-whoops": "0.5.*"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"allow-plugins": {
"php-http/discovery": true
}
}
}