You can not 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-server/tests/acceptance/composer.json

14 lines
275 B

{
"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"]
}
}
}