Browse Source

ci: Update integration test dependencies

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 4 days ago
parent
commit
7cce4a9fc8
No known key found for this signature in database GPG Key ID: F72FA5B49FFA96B0
  1. 4
      tests/integration/composer.json
  2. 848
      tests/integration/composer.lock

4
tests/integration/composer.json

@ -1,13 +1,13 @@
{
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.24.1",
"guzzlehttp/guzzle": "^7.10.0",
"phpunit/phpunit": "^10.5.38"
"phpunit/phpunit": "^11.5"
}
}

848
tests/integration/composer.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save