X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=composer.json;h=f5e7a9cd91167972bc2e2c7a60ca1288dba9b054;hp=57851e53e27fbab99fa5044de0d0bf0c389a30a6;hb=d37348efe280f0b72807ea6f62fca63e2ad28991;hpb=9c5daad19c850d852f2e78ca571ad199362c0ffe diff --git a/composer.json b/composer.json index 57851e53..f5e7a9cd 100644 --- a/composer.json +++ b/composer.json @@ -6,19 +6,26 @@ "homepage": "https://github.com/shaarli/Shaarli", "support": { "issues": "https://github.com/shaarli/Shaarli/issues", - "wiki": "https://github.com/shaarli/Shaarli/wiki" + "wiki": "https://shaarli.readthedocs.io" }, "keywords": ["bookmark", "link", "share", "web"], + "config": { + "platform": { + "php": "5.6.31" + } + }, "require": { - "php": ">=5.5", - "shaarli/netscape-bookmark-parser": "1.*", - "erusev/parsedown": "1.6", + "php": ">=5.6", + "shaarli/netscape-bookmark-parser": "^2.1", + "erusev/parsedown": "^1.6", "slim/slim": "^3.0", - "pubsubhubbub/publisher": "dev-master" + "arthurhoaro/web-thumbnailer": "^1.1", + "pubsubhubbub/publisher": "dev-master", + "gettext/gettext": "^4.4" }, "require-dev": { "phpmd/phpmd" : "@stable", - "phpunit/phpunit": "4.8.*", + "phpunit/phpunit": "^5.0", "sebastian/phpcpd": "*", "squizlabs/php_codesniffer": "2.*", "phpunit/phpcov": "*" @@ -30,7 +37,8 @@ "Shaarli\\Api\\Controllers\\": "application/api/controllers", "Shaarli\\Api\\Exceptions\\": "application/api/exceptions", "Shaarli\\Config\\": "application/config/", - "Shaarli\\Config\\Exception\\": "application/config/exception" + "Shaarli\\Config\\Exception\\": "application/config/exception", + "Shaarli\\Security\\": "application/security" } } }