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:
Joas Schilling 2024-10-30 12:06:50 +01:00 committed by GitHub
commit e74ce1a1fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 423 additions and 537 deletions

View file

@ -2,4 +2,3 @@
# SPDX-License-Identifier: AGPL-3.0-only
vendor
output
composer.lock

View file

@ -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"
}
}

File diff suppressed because it is too large Load diff