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>
This commit is contained in:
VirtualTam 2016-08-10 00:47:53 +02:00
parent d0d3623172
commit 8c4958c508
1 changed files with 1 additions and 7 deletions

View 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",