Skip to content

Commit

Permalink
Composer: reference shaarli/netscape-bookmark-parser from Packagist
Browse files Browse the repository at this point in the history
Relates to shaarli#607
Relates to shaarli#612
Relates to shaarli/netscape-bookmark-parser#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>
  • Loading branch information
virtualtam authored and portailp committed Mar 20, 2017
1 parent ea22952 commit ba617fd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ba617fd

Please sign in to comment.