ca74886f30
Relates to #71 LinkDB - move to application/LinkDB.php - code cleanup - indentation - whitespaces - formatting - comment cleanup - add missing documentation - unify formatting Test coverage for LinkDB - constructor - public / private access - link-related methods Shaarli utilities (LinkDB dependencies) - move startsWith() and endsWith() functions to application/Utils.php - add test coverage Dev utilities - Composer: add PHPUnit to dev dependencies - Makefile: - update lint targets - add test targets - generate coverage reports Signed-off-by: VirtualTam <virtualtam@flibidi.net>
15 lines
424 B
JSON
15 lines
424 B
JSON
{
|
|
"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.*"
|
|
}
|
|
}
|