aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
blob: e419dc1193fb85236db0f40b6ab5befb1e0b0d6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "shaarli/shaarli",
    "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",
        "wiki": "https://github.com/shaarli/Shaarli/wiki"
    },
    "keywords": ["bookmark", "link", "share", "web"],
    "require": {
        "php": ">=5.3.4"
    },
    "require-dev": {
        "phpmd/phpmd" : "@stable",
        "phpunit/phpunit": "4.8.*",
        "sebastian/phpcpd": "*",
        "squizlabs/php_codesniffer": "2.*"
    }
}