aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation/composer/composer.json
blob: affe383c1c8128e9be91b3ca32a1c0fb8275c497 (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": "Federation"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\Federation\\": "../lib/"
        }
    }
}