forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
62 lines (62 loc) · 2.06 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"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": "contact@projectsend.org",
"issues": "https://github.com/projectsend/ProjectSend/issues",
"source": "https://github.com/projectsend/ProjectSend/"
},
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"ProjectSend\\": "app/classes/"
},
"files": [
"app/autoload/database.php",
"app/autoload/options.php",
"app/autoload/constants.php",
"app/autoload/updates.functions.php",
"app/autoload/core.update.silent.php",
"app/autoload/language.functions.php",
"app/autoload/language.locales.names.php",
"app/autoload/language.load.php",
"app/autoload/functions.system.php",
"app/autoload/functions.php",
"app/autoload/functions.accounts.php",
"app/autoload/functions.clients.php",
"app/autoload/functions.files.php",
"app/autoload/functions.groups.php",
"app/autoload/functions.users.php",
"app/autoload/functions.options.php",
"app/autoload/assets.functions.php",
"app/autoload/actions.log.functions.php",
"app/autoload/actions.log.references.php",
"app/autoload/session.information.php",
"app/autoload/functions.categories.php",
"app/autoload/functions.forms.php",
"app/autoload/templates.functions.php",
"app/autoload/session.check.php",
"app/autoload/text.strings.php",
"app/autoload/security/xsrf.php"
]
},
"require": {
"php": ">=5.6",
"phpmailer/phpmailer": "~5.2",
"symfony/polyfill-mbstring": "^1.8",
"moxiecode/plupload": "3.1.*",
"bainternet/php-hooks": "^1.0",
"claviska/simpleimage": "^3.3",
"paragonie/random_compat": "^2.0",
"hybridauth/hybridauth": "^2.11",
"slim/slim": "^3.10",
"enshrined/svg-sanitize": "^0.8.2",
"league/oauth2-google": "^2.2"
}
}