forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 967 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
{
"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-legacy/issues",
"source": "https://github.com/projectsend/projectsend-legacy/"
},
"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": "^1.2",
"hybridauth/hybridauth": "^3.0"
}
}