Skip to content

Commit

Permalink
chore(dev-deps): Update integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 23, 2024
1 parent 9b0da29 commit c0ae809
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 669 deletions.
11 changes: 5 additions & 6 deletions tests/Integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"behat/behat": "^3.10",
"guzzlehttp/guzzle": "7.9.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "^4.4"
"phpunit/phpunit": "^9.6.21",
"behat/behat": "^3.14.0",
"guzzlehttp/guzzle": "^7.9.2",
"sabre/dav": "^4.6.0"
}
}
Loading

0 comments on commit c0ae809

Please sign in to comment.