aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/composer/composer.json
blob: 773ba2ad56b4ece0e8c1176f50be29922aa12dae (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": "WeatherStatus"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\WeatherStatus\\": "../lib/"
        }
    }
}