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

composer.json - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76601dc7452ead47d1d09224327a15668821e698 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "require": {
        "sabre/xml": "^1.2",
        "sabre/uri": "~1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8",
        "friendsofphp/php-cs-fixer": "^2.14"
    }
}