Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c75586ee1052808c0a28c3308c91352b6b794fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "config" : {
        "vendor-dir": "lib/composer",
        "optimize-autoloader": true
    },
    "autoload" : {
        "psr-4": {
            "OC\\": "lib/private",
            "OC\\Core\\": "core/",
            "OC\\Settings\\": "settings/",
            "OCP\\": "lib/public"
        }
    },
    "require-dev": {
        "jakub-onderka/php-parallel-lint": "^0.9.2",
        "jakub-onderka/php-console-highlighter": "^0.3.2"
    }
}