aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-08-10 00:47:53 +0200
committerVirtualTam <virtualtam@flibidi.net>2016-08-10 00:47:53 +0200
commit8c4958c5081d7956c6a693087fcff5028103c9df (patch)
tree0391536623366a32f3139e77a8a61b38f739542e /composer.json
parentd0d3623172f47006607cf16dfb68f1ac394dd2cc (diff)
downloadShaarli-8c4958c5081d7956c6a693087fcff5028103c9df.tar.gz
Shaarli-8c4958c5081d7956c6a693087fcff5028103c9df.tar.zst
Shaarli-8c4958c5081d7956c6a693087fcff5028103c9df.zip
Composer: reference shaarli/netscape-bookmark-parser from Packagist
Relates to https://github.com/shaarli/Shaarli/pull/607 Relates to https://github.com/shaarli/Shaarli/pull/612 Relates to https://github.com/shaarli/netscape-bookmark-parser/issues/15 Modification: - reference the "shaarli" vendor repository on Packagist instead of overriding the upstream package with an SCM repository See https://packagist.org/packages/shaarli/netscape-bookmark-parser Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index dc1b509e..89a7e446 100644
--- a/composer.json
+++ b/composer.json
@@ -9,15 +9,9 @@
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 ],
18 "require": { 12 "require": {
19 "php": ">=5.3.4", 13 "php": ">=5.3.4",
20 "kafene/netscape-bookmark-parser": "dev-shaarli-stable" 14 "shaarli/netscape-bookmark-parser": "1.*"
21 }, 15 },
22 "require-dev": { 16 "require-dev": {
23 "phpmd/phpmd" : "@stable", 17 "phpmd/phpmd" : "@stable",