forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.11 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
{
"name": "projectsend/projectsend-legacy",
"description": "ProjectSend is an open source, clients-oriented, private file sharing web application. Legacy is the repository for patches and maintenance of the pre-1.0 version, with version number rxxxx",
"type": "project",
"license": "GPL-3.0-or-later",
"homepage": "https://www.projectsend.org/",
"support": {
"email": "contact@projectsend.org",
"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"
},
"files": [
]
},
"require": {
"php": ">=7.0",
"bainternet/php-hooks": "^1.0",
"claviska/simpleimage": "^3.3",
"enshrined/svg-sanitize": "^0.8.2",
"league/oauth2-google": "^2.2",
"moxiecode/plupload": "3.1.*",
"paragonie/random_compat": "^2.0",
"phpmailer/phpmailer": "~6.0",
"tamtamchik/simple-flash": "^1.2",
"cartalyst/sentinel": "^2.0",
"hybridauth/hybridauth": "^3.0"
}
}