summaryrefslogtreecommitdiffstats
path: root/apps/files/composer/composer.json
blob: 4777604b5bfbbe3d5112d3c48a8aef0fae69bce9 (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": "Files"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\Files\\": "../lib/"
        }
    }
}