aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 44606ff2b..e6bdba61c 100644
--- a/composer.json
+++ b/composer.json
@@ -30,14 +30,14 @@
"ext-openssl" : "*",
"sabre/dav" : "~3.2",
"michelf/php-markdown" : "^1.7",
- "pixel418/markdownify": "^2.2",
"bshaffer/oauth2-server-php": "^1.9",
"ezyang/htmlpurifier": "^4.9",
- "simplepie/simplepie": "~1.5"
+ "simplepie/simplepie": "~1.5",
+ "league/html-to-markdown": "^4.4"
},
"require-dev" : {
"php" : ">=7.0",
- "phpunit/phpunit" : "^6.0",
+ "phpunit/phpunit" : "^6.1",
"behat/behat" : "@stable",
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
@@ -56,7 +56,8 @@
},
"minimum-stability" : "stable",
"config" : {
- "notify-on-install" : false
+ "notify-on-install" : false,
+ "optimize-autoloader" : true
},
"repositories": [{
"type": "vcs",