summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/composer/composer.json
blob: 3e14337eb69df87791f8785dd1a1aefade65e9da (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": "UpdateNotification"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\UpdateNotification\\": "../lib/"
        }
    }
}