summaryrefslogtreecommitdiffstats
path: root/build/integration/composer.json
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-08-06 15:44:24 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-29 13:42:32 +0200
commit631303c1e74cb10a63fa46f99e3111067ec2f010 (patch)
tree383173fb9cde008e119660488b8e44d248d7ab11 /build/integration/composer.json
parent580a961020fb8b7cbfc499b0808dfeca90039cdb (diff)
downloadnextcloud-server-631303c1e74cb10a63fa46f99e3111067ec2f010.tar.gz
nextcloud-server-631303c1e74cb10a63fa46f99e3111067ec2f010.zip
First integration tests for provisioning api
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"
+ }
+}