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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-10 01:42:03 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-10 01:42:03 +0300
commita8b1af48860f359435fa451fa9c765c420b3dd33 (patch)
tree19f5c624b84b3c141ffb748510056678d5abe795 /composer.json
parent9f69bde62dafc02d1b52e54b2660e230babd85a5 (diff)
Switch to Codeception for testing
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 73986f67..b36b08c8 100644
--- a/composer.json
+++ b/composer.json
@@ -25,5 +25,8 @@
},
"require": {
"symfony/yaml": "~2.6"
+ },
+ "require-dev": {
+ "Codeception/Codeception": "2.1.*"
}
}