aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/composer/composer.json
blob: 145655efbf31ce7be92058732a12b46d52c1d299 (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_Sharing"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\Files_Sharing\\": "../lib/"
        }
    }
}