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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsplitt3r <splitt3r@users.noreply.github.com>2017-10-09 19:34:48 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2017-10-09 19:34:48 +0300
commitb58b40fbfa9ed0239bb03ed4971f06c613815f77 (patch)
tree0725ab8cacd00ce3537339b6878df1d39fc6beec /composer.json
parent19ecdc08a324f5f5a96f68c7f975aca9b69ad23b (diff)
Apply NC => phpunit fix from new skeleton
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..6874762b
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,14 @@
+{
+ "name": "polls",
+ "description": "This is a poll app, similar to doodle or dudle with the possibility for restrict access (only members, certain groups/users, hidden and public).",
+ "type": "project",
+ "license": "AGPL",
+ "authors": [
+ {
+ "name": "Vinzenz Rosenkranz"
+ }
+ ],
+ "require-dev": {
+ "phpunit/phpunit": "^5.4"
+ }
+}