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:
parent
d0d3623172
commit
8c4958c508
1 changed files with 1 additions and 7 deletions
|
@ -9,15 +9,9 @@
|
||||||
"wiki": "https://github.com/shaarli/Shaarli/wiki"
|
"wiki": "https://github.com/shaarli/Shaarli/wiki"
|
||||||
},
|
},
|
||||||
"keywords": ["bookmark", "link", "share", "web"],
|
"keywords": ["bookmark", "link", "share", "web"],
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/shaarli/netscape-bookmark-parser"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.4",
|
"php": ">=5.3.4",
|
||||||
"kafene/netscape-bookmark-parser": "dev-shaarli-stable"
|
"shaarli/netscape-bookmark-parser": "1.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpmd/phpmd" : "@stable",
|
"phpmd/phpmd" : "@stable",
|
||||||
|
|
Loading…
Reference in a new issue