8c4958c508
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>
22 lines
701 B
JSON
22 lines
701 B
JSON
{
|
|
"name": "shaarli/shaarli",
|
|
"description": "The personal, minimalist, super-fast, database-free bookmarking service",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/shaarli/Shaarli",
|
|
"support": {
|
|
"issues": "https://github.com/shaarli/Shaarli/issues",
|
|
"wiki": "https://github.com/shaarli/Shaarli/wiki"
|
|
},
|
|
"keywords": ["bookmark", "link", "share", "web"],
|
|
"require": {
|
|
"php": ">=5.3.4",
|
|
"shaarli/netscape-bookmark-parser": "1.*"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd" : "@stable",
|
|
"phpunit/phpunit": "4.8.*",
|
|
"sebastian/phpcpd": "*",
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
}
|
|
}
|