X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=f7d26a315f5fb136240a51df7a7c31f4b18c678a;hb=refs%2Fheads%2Fv0.8;hp=2ded0920a87f046d59146be68e6eacb2041b59a7;hpb=92a381f51737de1e4a03c482fe7c43da311ad556;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 2ded0920..f7d26a31 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,19 @@ { "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"], + "require": { + "php": ">=5.3.4", + "shaarli/netscape-bookmark-parser": "1.*", + "erusev/parsedown": "1.6" }, - "require": {}, "require-dev": { "phpmd/phpmd" : "@stable", "phpunit/phpunit": "4.8.*",