20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|
|
}
|