aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance/composer.json
blob: 142e791ced3ca71617b895dae2f375d83c7225b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "config": {
	  "platform": {
		  "php": "7.4"
	  }
  },
  "require-dev": {
    "behat/behat": "3.11.*",
    "behat/mink": "1.10.*",
    "behat/mink-extension": "2.3.*",
    "behat/mink-selenium2-driver": "1.6.*",
    "phpunit/phpunit": "9.5.19"
  },
  "autoload": {
    "psr-4": {
      "": ["features/bootstrap", "features/core"]
    }
  }
}