diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-11 14:23:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-11 14:23:05 +0100 |
commit | 196808e14f4df44faea4d010c062c09f36095d9b (patch) | |
tree | 8e5f72c44f813a0da6cbd7a400b2dd37f56a9d9e /composer.json | |
parent | c4f8360240990d7db55ceccd4bb4d4f67678fce6 (diff) | |
parent | 87e9631e4aa7c9f535ee9f97ba3db595117350ab (diff) | |
download | Shaarli-196808e14f4df44faea4d010c062c09f36095d9b.tar.gz Shaarli-196808e14f4df44faea4d010c062c09f36095d9b.tar.zst Shaarli-196808e14f4df44faea4d010c062c09f36095d9b.zip |
Merge pull request #779 from ArthurHoaro/feature/import-parser-logs
Link imports are now logged in `data/` folder, and can be debug using…
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 57851e53..792c43d3 100644 --- a/composer.json +++ b/composer.json | |||
@@ -11,7 +11,7 @@ | |||
11 | "keywords": ["bookmark", "link", "share", "web"], | 11 | "keywords": ["bookmark", "link", "share", "web"], |
12 | "require": { | 12 | "require": { |
13 | "php": ">=5.5", | 13 | "php": ">=5.5", |
14 | "shaarli/netscape-bookmark-parser": "1.*", | 14 | "shaarli/netscape-bookmark-parser": "^2.0", |
15 | "erusev/parsedown": "1.6", | 15 | "erusev/parsedown": "1.6", |
16 | "slim/slim": "^3.0", | 16 | "slim/slim": "^3.0", |
17 | "pubsubhubbub/publisher": "dev-master" | 17 | "pubsubhubbub/publisher": "dev-master" |