]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Composer: reference shaarli/netscape-bookmark-parser from Packagist 632/head
authorVirtualTam <virtualtam@flibidi.net>
Tue, 9 Aug 2016 22:47:53 +0000 (00:47 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Tue, 9 Aug 2016 22:47:53 +0000 (00:47 +0200)
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>
composer.json

index dc1b509e530a73cc542c574de8705dff406ce0a8..89a7e446f5186ef165ff52548dccf764fd7d9b7e 100644 (file)
@@ -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",