Organize app source

This commit is contained in:
Ryan
2025-04-05 13:23:31 -04:00
committed by GitHub
parent 58db1d49ac
commit 07053a6b9a
22 changed files with 646 additions and 55 deletions

11
composer.json Normal file
View File

@@ -0,0 +1,11 @@
{
"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": "^1.7",
"endroid/qr-code": "^4.0"
}
}