Skip to content

Commit

Permalink
ci(intergrationtests): Bump dependencies for PHP 8.4 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 11, 2024
1 parent 5cf07bd commit 3e06bdc
Show file tree
Hide file tree
Showing 2 changed files with 601 additions and 915 deletions.
8 changes: 4 additions & 4 deletions tests/Integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.12",
"guzzlehttp/guzzle": "^7.5",
"phpunit/phpunit": "^9.6"
"behat/behat": "^3.16",
"guzzlehttp/guzzle": "^7.9",
"phpunit/phpunit": "^10.5"
}
}
Loading

0 comments on commit 3e06bdc

Please sign in to comment.