X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=dc1b509e530a73cc542c574de8705dff406ce0a8;hb=65b2c795d00f638d6ca08519e1435efd989c8117;hp=f6d92c929494c5ae50ca3a6f2dd050e2ffdfb399;hpb=e88368518dc35beac203c26d5e8ed1411d6f926c;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index f6d92c92..dc1b509e 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,27 @@ { "name": "shaarli/shaarli", - "description": "The personal, minimalist, super-fast, no-database delicious clone", + "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" + "issues": "https://github.com/shaarli/Shaarli/issues", + "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" }, - "require": {}, "require-dev": { "phpmd/phpmd" : "@stable", - "phpunit/phpunit": "4.6.*", + "phpunit/phpunit": "4.8.*", "sebastian/phpcpd": "*", "squizlabs/php_codesniffer": "2.*" }