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

composer.json - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bffd061f29c5c170feb0c0e8c64ae48dc6271ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "nextcloud/richdocuments",
    "type": "project",
    "require-dev": {
        "roave/security-advisories": "dev-master",
        "christophwurst/nextcloud": "^15.0",
        "jakub-onderka/php-parallel-lint": "^1.0.0"
    },
    "license": "AGPLv3",
    "authors": [
        {
            "name": "Julius Härtl",
            "email": "jus@bitgrid.net"
        }
    ],
    "require": {}
}