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

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