diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-10-06 17:29:44 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-10-06 17:30:16 +0200 |
commit | b41c5ab04ca68aa0e9556c011bddc6d0873d70a2 (patch) | |
tree | b4a229b1df39a33bd55df9257fc5729270e72b64 /composer.json | |
parent | e95247d41dbe3b46c83d97f2a9d0e7bd1194bf08 (diff) | |
download | Shaarli-b41c5ab04ca68aa0e9556c011bddc6d0873d70a2.tar.gz Shaarli-b41c5ab04ca68aa0e9556c011bddc6d0873d70a2.tar.zst Shaarli-b41c5ab04ca68aa0e9556c011bddc6d0873d70a2.zip |
Composer: bump netscape-bookmark-parser to 2.1
Relates to https://github.com/shaarli/Shaarli/issues/1227
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 99ef0b5e..f5e7a9cd 100644 --- a/composer.json +++ b/composer.json | |||
@@ -16,7 +16,7 @@ | |||
16 | }, | 16 | }, |
17 | "require": { | 17 | "require": { |
18 | "php": ">=5.6", | 18 | "php": ">=5.6", |
19 | "shaarli/netscape-bookmark-parser": "^2.0", | 19 | "shaarli/netscape-bookmark-parser": "^2.1", |
20 | "erusev/parsedown": "^1.6", | 20 | "erusev/parsedown": "^1.6", |
21 | "slim/slim": "^3.0", | 21 | "slim/slim": "^3.0", |
22 | "arthurhoaro/web-thumbnailer": "^1.1", | 22 | "arthurhoaro/web-thumbnailer": "^1.1", |