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: 98fdb3aa31c2a1e8f59a8c48b0fdbf6b4af99536 (plain)
1
2
3
4
5
6
7
8
{
    "config" : {
        "vendor-dir": "lib/composer"
    },
    "autoload" : {
        "psr-4": {"OC\\": "lib/private"}
    }
}