Browse Source

Merge pull request #10156 from nextcloud/bugfix/noid/fix-behat-version

Fix the behat version to 3.3.*
pull/10153/head
Roeland Jago Douma 7 years ago
committed by GitHub
parent
commit
b9caed2c39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/integration/composer.json

2
build/integration/composer.json

@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
"behat/behat": "^3.0",
"behat/behat": "~3.3.0",
"guzzlehttp/guzzle": "6.3.3",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.2"

Loading…
Cancel
Save