Warning, /webapps/ocs-apiserver/composer.json is written in an unsupported language. File is not indexed.
0001 {
0002 "name": "ocs/ocs-apiserver",
0003 "description": "Started in 2001, OpenDesktop.org is one of the largest websites for the Free Software and Content community.",
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 "ext-dom": "*",
0016 "ext-ctype": "*",
0017 "ext-json": "*"
0018 },
0019 "autoload": {
0020 "psr-0": {
0021 "": [
0022 "application/models",
0023 "application/controllers",
0024 "application/plugins",
0025 "library/"
0026 ],
0027 "Local_": "library/",
0028 "Model_": "application/",
0029 "Controller_": "application/",
0030 "Plugin_": "application/"
0031 }
0032 }
0033 }