aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
blob: f6d92c929494c5ae50ca3a6f2dd050e2ffdfb399 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "shaarli/shaarli",
    "description": "The personal, minimalist, super-fast, no-database delicious clone",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/shaarli/Shaarli/issues"
    },
    "require": {},
    "require-dev": {
        "phpmd/phpmd" : "@stable",
        "phpunit/phpunit": "4.6.*",
        "sebastian/phpcpd": "*",
        "squizlabs/php_codesniffer": "2.*"
    }
}