X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=e419dc1193fb85236db0f40b6ab5befb1e0b0d6b;hb=a4cd07eee24fc5d4bcda1ab314731abe7624c51d;hp=f6d92c929494c5ae50ca3a6f2dd050e2ffdfb399;hpb=ca74886f30da323f42aa4bd70461003f46ef299b;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index f6d92c92..e419dc11 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,20 @@ { "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" }, - "require": {}, "require-dev": { "phpmd/phpmd" : "@stable", - "phpunit/phpunit": "4.6.*", + "phpunit/phpunit": "4.8.*", "sebastian/phpcpd": "*", "squizlabs/php_codesniffer": "2.*" }