mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #48990 from nextcloud/ci/noid/update-integration-test-stuff
ci: Align integration test dependencies with 3rdparty/ for PHP 8.4 compatibility
This commit is contained in:
commit
e74ce1a1fd
3 changed files with 423 additions and 537 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",
|
||||
"behat/behat": "^3.15",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
949
build/integration/composer.lock
generated
949
build/integration/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue