diff --git a/tests/integration/composer.json b/tests/integration/composer.json index e06a52a6..8fce8960 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -1,10 +1,8 @@ { "require-dev": { - "phpunit/phpunit": "~4.6", - "behat/behat": "^3.0", - "guzzlehttp/guzzle": "~5.0", - "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "3.2" + "phpunit/phpunit": "^9.6", + "behat/behat": "^3.13", + "guzzlehttp/guzzle": "^7.8" }, "autoload": { "files": [ @@ -18,5 +16,10 @@ "features/bootstrap/" ] } + }, + "config": { + "platform": { + "php": "8.0.2" + } } }