Warning, /webapps/ocs-fileserver/composer.json is written in an unsupported language. File is not indexed.
0001 {
0002 "name": "ocs/ocs-fileserver",
0003 "description": "Simple file server for hosting small or big files",
0004 "type": "project",
0005 "minimum-stability": "stable",
0006 "license": "AGPL-3.0-or-later",
0007 "authors": [
0008 {
0009 "name": "pling GmbH",
0010 "email": "contact@opendesktop.org"
0011 }
0012 ],
0013 "homepage": "https://www.opendesktop.org/",
0014 "require": {
0015 "php": "^7.4",
0016 "ext-fileinfo": "*",
0017 "ext-gd": "*",
0018 "ext-json": "*",
0019 "ext-dom": "*",
0020 "ext-ctype": "*",
0021 "ext-curl": "*",
0022 "ext-libxml": "*",
0023 "ext-simplexml": "*",
0024 "ext-mbstring": "*",
0025 "ext-pdo": "*",
0026 "ext-sqlite3": "*",
0027 "ext-iconv": "*",
0028 "ext-zlib": "*",
0029 "ext-xml": "*",
0030 "ext-redis": "*",
0031 "ext-zip": "*",
0032 "aws/aws-sdk-php": "^3.173",
0033 "laminas/laminas-inputfilter": "^2"
0034 },
0035 "autoload": {
0036 "classmap": ["api_application/", "library/"],
0037 "psr-0": {
0038 "Flooer_": "library/",
0039 "RedisCache": "library/",
0040 "JWT": "library/",
0041 "getid3": "library/getid3/",
0042 "EPubReader": "library/"
0043 },
0044 "psr-4": {
0045 "Ocs\\Storage\\": "library/Ocs/Storage/",
0046 "Ocs\\Url\\": "library/Ocs/Url/",
0047 "Ocs\\Filter\\File\\": "library/Ocs/Filter/File"
0048 }
0049 }
0050 }