12266213d0
* translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"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://shaarli.readthedocs.io"
|
|
},
|
|
"keywords": ["bookmark", "link", "share", "web"],
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.5.38"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"shaarli/netscape-bookmark-parser": "^2.0",
|
|
"erusev/parsedown": "1.6",
|
|
"slim/slim": "^3.0",
|
|
"pubsubhubbub/publisher": "dev-master",
|
|
"gettext/gettext": "^4.4"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd" : "@stable",
|
|
"phpunit/phpunit": "4.8.*",
|
|
"sebastian/phpcpd": "*",
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
"phpunit/phpcov": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Shaarli\\": "application",
|
|
"Shaarli\\Api\\": "application/api/",
|
|
"Shaarli\\Api\\Controllers\\": "application/api/controllers",
|
|
"Shaarli\\Api\\Exceptions\\": "application/api/exceptions",
|
|
"Shaarli\\Config\\": "application/config/",
|
|
"Shaarli\\Config\\Exception\\": "application/config/exception"
|
|
}
|
|
}
|
|
}
|