Skip to content

Commit c0ae809

Browse files
committed
chore(dev-deps): Update integration tests
Signed-off-by: Joas Schilling <[email protected]>
1 parent 9b0da29 commit c0ae809

File tree

3 files changed

+429
-669
lines changed

3 files changed

+429
-669
lines changed

tests/Integration/composer.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"config": {
33
"platform": {
4-
"php": "8.0"
4+
"php": "8.1"
55
}
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "^9.5",
9-
"behat/behat": "^3.10",
10-
"guzzlehttp/guzzle": "7.9.2",
11-
"jarnaiz/behat-junit-formatter": "^1.3",
12-
"sabre/dav": "^4.4"
8+
"phpunit/phpunit": "^9.6.21",
9+
"behat/behat": "^3.14.0",
10+
"guzzlehttp/guzzle": "^7.9.2",
11+
"sabre/dav": "^4.6.0"
1312
}
1413
}

0 commit comments

Comments
 (0)