Use an explicit version of sabre/dav to allow caching on the jenkins slaves - fixes #25087 (#25089)

This commit is contained in:
Thomas Müller 2016-06-14 12:11:35 +02:00 committed by GitHub
parent d41d5c48f0
commit 3e846a4821
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
"behat/behat": "^3.0",
"guzzlehttp/guzzle": "~5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.0.x-dev"
"sabre/dav": "3.0.9"
}
}