From 8c4958c5081d7956c6a693087fcff5028103c9df Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Wed, 10 Aug 2016 00:47:53 +0200 Subject: [PATCH] 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 --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index dc1b509..89a7e44 100644 --- a/composer.json +++ b/composer.json @@ -9,15 +9,9 @@ "wiki": "https://github.com/shaarli/Shaarli/wiki" }, "keywords": ["bookmark", "link", "share", "web"], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/shaarli/netscape-bookmark-parser" - } - ], "require": { "php": ">=5.3.4", - "kafene/netscape-bookmark-parser": "dev-shaarli-stable" + "shaarli/netscape-bookmark-parser": "1.*" }, "require-dev": { "phpmd/phpmd" : "@stable",