forked from onch-at/onchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.35 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
{
"name": "hyperlife1119/onchat",
"description": "A simple instant messaging website backend build with ThinkPHP6.",
"type": "project",
"keywords": [
"onchat",
"thinkphp"
],
"homepage": "https://chat.hypergo.net/",
"license": "Apache-2.0",
"authors": [
{
"name": "HyperLife1119",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4.0",
"topthink/framework": "6.0.9",
"topthink/think-orm": "2.0.44",
"topthink/think-captcha": "3.0.3",
"topthink/think-swoole": "4.0.5",
"aliyuncs/oss-sdk-php": "2.4.3",
"yzalis/identicon": "2.0.0",
"ezyang/htmlpurifier": "4.13.0",
"phpmailer/phpmailer": "6.5.1",
"ralouphie/mimey": "2.1.0",
"php-ffmpeg/php-ffmpeg": "0.18.0",
"topthink/think-queue": "3.0.6",
"firebase/php-jwt": "5.4.0"
},
"require-dev": {
"symfony/var-dumper": "4.4.30",
"topthink/think-trace": "1.4"
},
"autoload": {
"psr-4": {
"app\\": "app"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}