diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/composer.json b/composer.json index c449a41..25dc729 100644 --- a/composer.json +++ b/composer.json @@ -8,21 +8,20 @@ "indieauth/client": ">=0.5.1", "mpratt/relativetime": ">=1.0", "firebase/php-jwt": "2.*", - "abraham/twitteroauth": "*", "ezyang/htmlpurifier": "4.*", "p3k/multipart": ">=0.2.0", "tantek/cassis": "*", "p3k/timezone": "*", "gajus/dindent": "^2.0", - "p3k/xray": ">=1.6.5", - "p3k/utils": "^1.2" + "p3k/xray": "^1.15", + "p3k/utils": "^1.2", + "michelf/php-markdown": "^1.9" }, "autoload": { "files": [ "lib/Savant.php", "lib/config.php", - "lib/helpers.php", - "lib/markdown.php" + "lib/helpers.php" ] } } |