]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - composer.json
Firefox Share: Use selected text as description
[github/shaarli/Shaarli.git] / composer.json
CommitLineData
00f98bda
V
1{
2 "name": "shaarli/shaarli",
3 "description": "The personal, minimalist, super-fast, no-database delicious clone",
4 "license": "MIT",
5 "support": {
6 "issues": "https://github.com/shaarli/Shaarli/issues"
7 },
8 "require": {},
9 "require-dev": {
10 "phpmd/phpmd" : "@stable",
129793b5 11 "phpunit/phpunit": "4.8.*",
00f98bda
V
12 "sebastian/phpcpd": "*",
13 "squizlabs/php_codesniffer": "2.*"
14 }
15}