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: a9ba7980064e61af23bb0aef9da025adb6b93231 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "require-dev": {
    "phpunit/phpunit": "^9",
    "dms/phpunit-arraysubset-asserts": "^0.4",
    "behat/behat": "~3.10.0",
    "guzzlehttp/guzzle": "7.4.2",
    "jarnaiz/behat-junit-formatter": "^1.3",
    "sabre/dav": "4.3.1",
    "symfony/event-dispatcher": "~5.3"
  }
}