mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
behat/mink 1.8 and behat/mink-selenium2-driver 1.4 introduced behaviour changes that broke the acceptance tests. Until the tests are updated to work with the newer versions the last known versions are forced. Note that some acceptance tests still fail after enforcing the compatible versions, although that is caused by changes in the Nextcloud server itself. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"require-dev": {
|
|
"behat/behat": "^3.0",
|
|
"behat/mink": "1.7.1",
|
|
"behat/mink-extension": "*",
|
|
"behat/mink-selenium2-driver": "1.3.1",
|
|
"phpunit/phpunit": "~4.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": ["features/bootstrap", "features/core"]
|
|
}
|
|
}
|
|
}
|