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

composer.json - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c2f792d6981fc350ffae3c3f925cd0d4c01d750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "nextcloud/files_texteditor",
    "type": "project",
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "license": "AGPL",
    "authors": [
        {
            "name": "Julius Härtl",
            "email": "jus@bitgrid.net"
        }
    ],
    "require": {}
}