Skip to content

Commit 4c0fbe4

Browse files
authored
Merge pull request #620 from nextcloud/backport/618/stable28
[stable28] Require a recent PHPUnit and remove unused dependencies
2 parents b154250 + 6c59e1a commit 4c0fbe4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

tests/integration/composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"require-dev": {
3-
"phpunit/phpunit": "~4.6",
4-
"behat/behat": "^3.0",
5-
"guzzlehttp/guzzle": "~5.0",
6-
"jarnaiz/behat-junit-formatter": "^1.3",
7-
"sabre/dav": "3.2"
3+
"phpunit/phpunit": "^9.6",
4+
"behat/behat": "^3.13",
5+
"guzzlehttp/guzzle": "^7.8"
86
},
97
"autoload": {
108
"files": [
@@ -18,5 +16,10 @@
1816
"features/bootstrap/"
1917
]
2018
}
19+
},
20+
"config": {
21+
"platform": {
22+
"php": "8.0.2"
23+
}
2124
}
2225
}

0 commit comments

Comments
 (0)