diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 2ded0920..e419dc11 100644 --- a/composer.json +++ b/composer.json | |||
@@ -1,11 +1,17 @@ | |||
1 | { | 1 | { |
2 | "name": "shaarli/shaarli", | 2 | "name": "shaarli/shaarli", |
3 | "description": "The personal, minimalist, super-fast, no-database delicious clone", | 3 | "description": "The personal, minimalist, super-fast, database-free bookmarking service", |
4 | "type": "project", | ||
4 | "license": "MIT", | 5 | "license": "MIT", |
6 | "homepage": "https://github.com/shaarli/Shaarli", | ||
5 | "support": { | 7 | "support": { |
6 | "issues": "https://github.com/shaarli/Shaarli/issues" | 8 | "issues": "https://github.com/shaarli/Shaarli/issues", |
9 | "wiki": "https://github.com/shaarli/Shaarli/wiki" | ||
10 | }, | ||
11 | "keywords": ["bookmark", "link", "share", "web"], | ||
12 | "require": { | ||
13 | "php": ">=5.3.4" | ||
7 | }, | 14 | }, |
8 | "require": {}, | ||
9 | "require-dev": { | 15 | "require-dev": { |
10 | "phpmd/phpmd" : "@stable", | 16 | "phpmd/phpmd" : "@stable", |
11 | "phpunit/phpunit": "4.8.*", | 17 | "phpunit/phpunit": "4.8.*", |