summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/composer/composer.json
blob: 95fe2e1604ea29863332235085390fa16c3d013d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "config" : {
        "vendor-dir": ".",
        "optimize-autoloader": true,
        "authorative-autoloader": true,
        "autoloader-suffix": "OAuth2"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\OAuth2\\": "../lib/"
        }
    }
}