You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/tests/acceptance/composer.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"]
}
}
}