blob: 87b6ba4a22c9a1aaf93741e7bd95e5f591cc4a2d (
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/core"
}
}
}
|