Skip to content

Commit

Permalink
Merge pull request #618 from nextcloud/chore/update-behat-dependencies
Browse files Browse the repository at this point in the history
Require a recent PHPUnit and remove unused dependencies
  • Loading branch information
come-nc authored Dec 19, 2023
2 parents ea88f4b + e143edc commit 1c3455d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tests/integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"require-dev": {
"phpunit/phpunit": "~4.6",
"behat/behat": "^3.0",
"guzzlehttp/guzzle": "~5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2"
"phpunit/phpunit": "^9.6",
"behat/behat": "^3.13",
"guzzlehttp/guzzle": "^7.8"
},
"autoload": {
"files": [
Expand All @@ -18,5 +16,10 @@
"features/bootstrap/"
]
}
},
"config": {
"platform": {
"php": "8.0.2"
}
}
}

0 comments on commit 1c3455d

Please sign in to comment.