787faa42f3
Upgrade web-thumbnailer and display thumbs right after download
44 lines
1.4 KiB
JSON
44 lines
1.4 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.6.31"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"shaarli/netscape-bookmark-parser": "^2.0",
|
|
"erusev/parsedown": "^1.6",
|
|
"slim/slim": "^3.0",
|
|
"arthurhoaro/web-thumbnailer": "^1.1",
|
|
"pubsubhubbub/publisher": "dev-master",
|
|
"gettext/gettext": "^4.4"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd" : "@stable",
|
|
"phpunit/phpunit": "^5.0",
|
|
"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",
|
|
"Shaarli\\Security\\": "application/security"
|
|
}
|
|
}
|
|
}
|