summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/composer.json
blob: 27a30f8fb8ac7997b36145d51bef4fb9d0f7efb9 (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.7.1",
    "behat/mink-extension": "2.3.1",
    "behat/mink-selenium2-driver": "1.3.1",
    "phpunit/phpunit": "6.5.14"
  },
  "autoload": {
    "psr-4": {
      "": ["features/bootstrap", "features/core"]
    }
  }
}