Skip to content

Commit

Permalink
chore: bump dependencies of integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Aug 16, 2024
1 parent c6eb5a7 commit cb3fc59
Show file tree
Hide file tree
Showing 2 changed files with 677 additions and 881 deletions.
6 changes: 3 additions & 3 deletions tests/integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"require": {
"behat/behat": "^3.13",
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "^10.5",
"guzzlehttp/guzzle": "^7.8",
"jarnaiz/behat-junit-formatter": "^1.3",
"php-http/guzzle7-adapter": "^1.0",
"php-http/message": "^1.16",
"rpkamp/mailhog-behat-extension": "^1.0"
},
"require-dev": {
"libresign/nextcloud-behat": "^0"
"libresign/nextcloud-behat": "^1"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
},
"platform": {
"php": "8.0.2"
"php": "8.1"
}
}
}
Loading

0 comments on commit cb3fc59

Please sign in to comment.