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-15 22:26:50 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-15 22:26:51 +0300
commit6b8a2bf2dcac6ca99c396c595b69e15821b7fa5e (patch)
tree6d266e1efe10deda2ff1d7de7bbcc61d6b7014d2 /composer.json
parent2adbe85bb6f5d8baf2d63aa74ba60699c0edd768 (diff)
Publish documentation and reports on GitHub
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index d69c3575..9b11d3e7 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,7 @@
},
"require-dev": {
"codeception/codeception": "2.1.*",
- "codeception/phpbuiltinserver": "*"
+ "codeception/phpbuiltinserver": "*",
+ "phpdocumentor/phpdocumentor": "^2.8"
}
}