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