forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.02 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
{
"name": "projectsend/projectsend",
"description": "ProjectSend is an open source, clients-oriented, private file sharing web application.",
"type": "project",
"license": "GPL-3.0-or-later",
"homepage": "https://www.projectsend.org/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/projectsend/projectsend/issues",
"source": "https://github.com/projectsend/projectsend/"
},
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"ProjectSend\\": "includes/"
},
"classmap": [
"includes"
],
"files": [
]
},
"require": {
"php": ">=7.0",
"claviska/simpleimage": "~3",
"enshrined/svg-sanitize": "^0.15.0",
"moxiecode/plupload": "3.1.5",
"paragonie/random_compat": "^2.0",
"phpmailer/phpmailer": "~6.1",
"tamtamchik/simple-flash": "^2.0",
"hybridauth/hybridauth": "^3.0",
"cocur/slugify": "^4.2",
"ext-pdo": "*",
"ext-json": "*",
"ext-exif": "*"
}
}