X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=99ef0b5e6da82c9799f4ac583e5bd750a274b89a;hb=f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10;hp=756ea58891bf02bba1a8a6157c9e5eaa8a80c2d1;hpb=8911863019870a9827a278244ff85a943016d50d;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 756ea588..99ef0b5e 100644 --- a/composer.json +++ b/composer.json @@ -6,24 +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.5.38" + "php": "5.6.31" } }, "require": { - "php": ">=5.5", + "php": ">=5.6", "shaarli/netscape-bookmark-parser": "^2.0", - "erusev/parsedown": "1.6", + "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": "*" @@ -35,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" } } }