-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 584 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 584 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "error311/filerise",
"description": "FileRise – A lightweight self-hosted file manager",
"type": "project",
"require": {
"jumbojett/openid-connect-php": "^1.0.0",
"phpseclib/phpseclib": "^3.0.52",
"robthree/twofactorauth": "^3.0",
"endroid/qr-code": "^5.0",
"sabre/dav": "^4.4"
},
"require-dev": {
"zircote/swagger-php": "^4.11",
"doctrine/annotations": "^2.0",
"squizlabs/php_codesniffer": "^3.7",
"symfony/yaml": "8.0.12"
},
"autoload": {
"psr-4": {
"FileRise\\": "src/FileRise/"
}
}
}