Skip to content

Commit

Permalink
ci: Align integration test dependencies with 3rdaprty/
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Oct 29, 2024
1 parent 3f6e709 commit 37966c6
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 525 deletions.
1 change: 0 additions & 1 deletion build/integration/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# SPDX-License-Identifier: AGPL-3.0-only
vendor
output
composer.lock
8 changes: 4 additions & 4 deletions build/integration/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading

0 comments on commit 37966c6

Please sign in to comment.