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

composer.json - github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fdccf8ffa4e8e919624191d1990959caeedc7763 (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/privacy",
    "description": "-",
    "type": "project",
    "license": "AGPL",
    "authors": [
        {
            "name": "Georg Ehrke"
        }
    ],
    "require": {},
    "require-dev": {
        "phpunit/phpunit": "^5.4"
    },
    "scripts": {
        "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
    },
    "config": {
        "platform": {
            "php": "7.1.8"
        }
    }
}