summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/composer.json
blob: 244aa9766928fee32f4255f1a38f0980ebded9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "require-dev": {
    "behat/behat": "^3.0",
    "behat/mink": "^1.5",
    "behat/mink-extension": "*",
    "behat/mink-selenium2-driver": "*",
    "phpunit/phpunit": "~4.6"
  },
  "autoload": {
    "psr-4": {
      "": ["features/bootstrap", "features/core"]
    }
  }
}