X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=99ef0b5e6da82c9799f4ac583e5bd750a274b89a;hb=f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10;hp=792c43d31cabf74652e6aecb04c768b1cdcf23fd;hpb=cffc5ce3d1fb1d7154cf1e63ae09987d6528606c;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 792c43d3..99ef0b5e 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", + "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": "*" @@ -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" } } }