mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
ci: Align integration test dependencies with 3rdaprty/
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3f6e70907b
commit
37966c645e
3 changed files with 414 additions and 527 deletions
1
build/integration/.gitignore
vendored
1
build/integration/.gitignore
vendored
|
|
@ -2,4 +2,3 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
vendor
|
||||
output
|
||||
composer.lock
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.0.2"
|
||||
"php": "8.1"
|
||||
},
|
||||
"sort-packages": true
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/behat": "^3.14",
|
||||
"dms/phpunit-arraysubset-asserts": "^0.5",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"guzzlehttp/guzzle": "^7.9",
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"sabre/dav": "^4.6",
|
||||
"symfony/event-dispatcher": "^5.4"
|
||||
"sabre/dav": "^4.7",
|
||||
"symfony/event-dispatcher": "^6.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
932
build/integration/composer.lock
generated
932
build/integration/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue