Skip to content

Commit

Permalink
Merge pull request #34623 from nextcloud/enh/update-behat
Browse files Browse the repository at this point in the history
Update behat and friends
  • Loading branch information
szaimen authored Dec 21, 2022
2 parents cb086a0 + e2285ac commit c1a99ca
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 160 deletions.
13 changes: 9 additions & 4 deletions tests/acceptance/composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"config": {
"platform": {
"php": "7.4"
}
},
"require-dev": {
"behat/behat": "3.8.1",
"behat/mink": "1.8.1",
"behat/mink-extension": "2.3.1",
"behat/mink-selenium2-driver": "1.4.0",
"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": {
Expand Down
Loading

0 comments on commit c1a99ca

Please sign in to comment.