Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json « composer « workflowengine « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d0b615ce6b8be52c2dfb76822003d7bfae543f0 (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": "WorkflowEngine"
    },
    "autoload" : {
        "psr-4": {
            "OCA\\WorkflowEngine\\": "../lib/"
        }
    }
}