Skip to content

Commit

Permalink
Merge pull request #3532 from LibreSign/chore/bump-dependencies
Browse files Browse the repository at this point in the history
chore: bump dependencies of integration tests
  • Loading branch information
vitormattos authored Aug 16, 2024
2 parents c6eb5a7 + cb3fc59 commit 5e0445e
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 5e0445e

Please sign in to comment.