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

composer.json « acceptance « tests - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25f74d463d8c0bc36832dd76260b2332fc9522c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "require-dev": {
    "behat/behat": "3.8.1",
    "behat/mink": "1.8.1",
    "behat/mink-extension": "2.3.1",
    "behat/mink-selenium2-driver": "1.4.0",
    "phpunit/phpunit": "9.5.19"
  },
  "autoload": {
    "psr-4": {
      "": ["features/bootstrap", "features/core"]
    }
  }
}