mirror of
https://github.com/error311/FileRise.git
synced 2026-05-22 21:50:03 -05:00
22 lines
508 B
JSON
22 lines
508 B
JSON
{
|
||
"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.7",
|
||
"robthree/twofactorauth": "^3.0",
|
||
"endroid/qr-code": "^5.0",
|
||
"sabre/dav": "^4.4"
|
||
},
|
||
"require-dev": {
|
||
"zircote/swagger-php": "^4.11",
|
||
"doctrine/annotations": "^2.0"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"FileRise\\": "src/FileRise/"
|
||
}
|
||
}
|
||
}
|