diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-10-21 11:48:51 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-10-22 11:13:13 +0200 |
commit | e680cfea08051150827dae26ae5e59374880c46c (patch) | |
tree | 94b92e14efae30e34bdd8ca387e4f1d5683d751e /composer.json | |
parent | 3d5e0aede31e07f060e3ca470d36374c54d5040c (diff) | |
download | Shaarli-e680cfea08051150827dae26ae5e59374880c46c.tar.gz Shaarli-e680cfea08051150827dae26ae5e59374880c46c.tar.zst Shaarli-e680cfea08051150827dae26ae5e59374880c46c.zip |
Use Composer to import Parsedown library
Reference #613
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 89a7e446..f7d26a31 100644 --- a/composer.json +++ b/composer.json | |||
@@ -11,7 +11,8 @@ | |||
11 | "keywords": ["bookmark", "link", "share", "web"], | 11 | "keywords": ["bookmark", "link", "share", "web"], |
12 | "require": { | 12 | "require": { |
13 | "php": ">=5.3.4", | 13 | "php": ">=5.3.4", |
14 | "shaarli/netscape-bookmark-parser": "1.*" | 14 | "shaarli/netscape-bookmark-parser": "1.*", |
15 | "erusev/parsedown": "1.6" | ||
15 | }, | 16 | }, |
16 | "require-dev": { | 17 | "require-dev": { |
17 | "phpmd/phpmd" : "@stable", | 18 | "phpmd/phpmd" : "@stable", |