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: 495a9896ae2e9f46dfda0593f88640b09494267a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "config" : {
        "vendor-dir": "lib/composer"
    },
    "autoload" : {
        "psr-4": {"OC\\": "lib/private"}
    },
    "require-dev": {
        "jakub-onderka/php-parallel-lint": "^0.9.2",
        "jakub-onderka/php-console-highlighter": "^0.3.2"
    }
}