summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/composer/composer.json
blob: 790e954711380de799f36e421c41783a918444a3 (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_Versions"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\Files_Versions\\": "../lib/"
        }
    }
}