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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|
|