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

composer.json « composer « settings « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3dd7a3a790b559319c1e46a2075b14cfabb4c0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "config" : {
        "vendor-dir": ".",
        "optimize-autoloader": true,
        "classmap-authoritative": true,
        "autoloader-suffix": "Settings"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\Settings\\": "../lib/"
        }
    }
}