diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-06-17 00:19:44 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2016-07-23 17:14:15 +0200 |
commit | 7f5ab8c0a40ebc7f10c2b92f05a475f8c6902948 (patch) | |
tree | cf35e9f9c3a997fcdcc44d5bc092806c7a38e834 | |
parent | 2795cf5e1cbe06af418c8a9f57b2c368ac0533ae (diff) | |
download | Shaarli-7f5ab8c0a40ebc7f10c2b92f05a475f8c6902948.tar.gz Shaarli-7f5ab8c0a40ebc7f10c2b92f05a475f8c6902948.tar.zst Shaarli-7f5ab8c0a40ebc7f10c2b92f05a475f8c6902948.zip |
Composer: add shaarli/netscape-bookmark-parser
Relates to https://github.com/shaarli/Shaarli/issues/607
Relates to https://github.com/kafene/netscape-bookmark-parser/issues/6
The Shaarli-forked version is checked out as a VCS repository.
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r-- | composer.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/composer.json b/composer.json index e419dc11..dc1b509e 100644 --- a/composer.json +++ b/composer.json | |||
@@ -9,8 +9,15 @@ | |||
9 | "wiki": "https://github.com/shaarli/Shaarli/wiki" | 9 | "wiki": "https://github.com/shaarli/Shaarli/wiki" |
10 | }, | 10 | }, |
11 | "keywords": ["bookmark", "link", "share", "web"], | 11 | "keywords": ["bookmark", "link", "share", "web"], |
12 | "repositories": [ | ||
13 | { | ||
14 | "type": "vcs", | ||
15 | "url": "https://github.com/shaarli/netscape-bookmark-parser" | ||
16 | } | ||
17 | ], | ||
12 | "require": { | 18 | "require": { |
13 | "php": ">=5.3.4" | 19 | "php": ">=5.3.4", |
20 | "kafene/netscape-bookmark-parser": "dev-shaarli-stable" | ||
14 | }, | 21 | }, |
15 | "require-dev": { | 22 | "require-dev": { |
16 | "phpmd/phpmd" : "@stable", | 23 | "phpmd/phpmd" : "@stable", |