aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index abf583875..d977987eb 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,8 @@
"ext-mbstring" : "*",
"ext-xml" : "*",
"ext-openssl" : "*",
- "sabre/dav" : "~3.2"
+ "sabre/dav" : "~3.2",
+ "michelf/php-markdown" : "^1.7"
},
"require-dev" : {
"php" : ">=5.6",
@@ -52,4 +53,4 @@
"config" : {
"notify-on-install" : false
}
-} \ No newline at end of file
+}