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

composer.json - github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76f17267e46eac7ca0bc9f328d888871a266ce64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "require-dev": {
        "roave/security-advisories": "dev-master",
        "christophwurst/nextcloud": "dev-master",
        "php-parallel-lint/php-parallel-lint": "^1.0.0",
        "nextcloud/coding-standard": "^0.4.0",
        "psalm/phar": "^4.3"
    },
    "license": "AGPLv3",
    "scripts": {
      "lint": "parallel-lint --exclude src --exclude vendor --exclude target --exclude build .",
      "cs:check": "php-cs-fixer fix --dry-run --diff",
      "cs:fix": "php-cs-fixer fix",
      "psalm": "psalm.phar"
    }
}