aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/composer/composer.json
blob: 232fef13e8178219a0472259580a049595d9cfbc (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": "ContactsInteraction"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\ContactsInteraction\\": "../lib/"
        }
    }
}