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

composer.json - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7a1ef631ed2d9d358754793c4ba5413c2c1ef22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "nextcloud/text",
    "type": "project",
    "require-dev": {
        "roave/security-advisories": "dev-master",
        "christophwurst/nextcloud": "^20.0",
        "jakub-onderka/php-parallel-lint": "^1.0.0",
        "nextcloud/coding-standard": "^0.4.0"
    },
    "license": "AGPLv3",
    "authors": [
        {
            "name": "Julius Härtl",
            "email": "jus@bitgrid.net"
        }
    ],
    "require": {},
    "scripts": {
      "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
      "cs:check": "php-cs-fixer fix --dry-run --diff",
      "cs:fix": "php-cs-fixer fix"
    }
}