diff --git a/composer.json b/composer.json index 2ded092..e419dc1 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,17 @@ { "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.8.*",