Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/integration/composer.json')
-rw-r--r--build/integration/composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
new file mode 100644
index 00000000000..f77ddba9bcd
--- /dev/null
+++ b/build/integration/composer.json
@@ -0,0 +1,6 @@
+{
+ "require-dev": {
+ "guzzlehttp/guzzle": "~5.0",
+ "behat/behat": "2.4.*@stable"
+ }
+}