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

composer.json - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e015641c02f78ef629dee77395c45eda59a4e5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Quick Doc",
    "description": "QuickDoc on Nextcloud",
    "type": "project",
    "license": "AGPL",
    "authors": [
        {
            "name": "Phie"
        }
    ],
    "require": {
        "nelexa/zip": "^3.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.4"
    }
}