X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=dc1b509e530a73cc542c574de8705dff406ce0a8;hb=876533e86801246bef893e7124ce044ebf33239f;hp=d1f613c166984b53c42f5ef91982bec5bfd2bf6e;hpb=33bf8a6f74936fa6d2b9dc8def7f329c828a4fb0;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index d1f613c1..dc1b509e 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +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.8.*", "sebastian/phpcpd": "*", "squizlabs/php_codesniffer": "2.*" }