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