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

composer.json « integration « build - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd43d8094943a11bcbad1714c4ca70789e301535 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "require-dev": {
    "phpunit/phpunit": "~6.5",
    "behat/behat": "~3.11.0",
    "guzzlehttp/guzzle": "6.5.8",
    "jarnaiz/behat-junit-formatter": "^1.3",
    "sabre/dav": "4.4.0",
    "symfony/event-dispatcher": "~5.3"
  }
}