aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/composer/composer.json
blob: 4368a88e28b4d53ec119cf1a923b92fbe48edaa6 (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_External"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\Files_External\\": "../lib/"
        }
    }
}