aboutsummaryrefslogblamecommitdiffhomepage
path: root/composer.json
blob: 2ded0920a87f046d59146be68e6eacb2041b59a7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                       
                                   



                                          
{
    "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.8.*",
        "sebastian/phpcpd": "*",
        "squizlabs/php_codesniffer": "2.*"
    }
}