X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=composer.json;h=99ef0b5e6da82c9799f4ac583e5bd750a274b89a;hp=70b87bb95b33cba9e4e8a1de71eb2dd9f9f5ed7b;hb=62f5a7581380da7885025498de10e9a20c45b358;hpb=9971f7c82cc47446b457464cec5b4fefcae470e1 diff --git a/composer.json b/composer.json index 70b87bb9..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", - "shaarli/netscape-bookmark-parser": "1.*", - "erusev/parsedown": "1.6", + "php": ">=5.6", + "shaarli/netscape-bookmark-parser": "^2.0", + "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": "*" @@ -29,7 +36,9 @@ "Shaarli\\Api\\": "application/api/", "Shaarli\\Api\\Controllers\\": "application/api/controllers", "Shaarli\\Api\\Exceptions\\": "application/api/exceptions", - "Shaarli\\Config\\": "application/config/" + "Shaarli\\Config\\": "application/config/", + "Shaarli\\Config\\Exception\\": "application/config/exception", + "Shaarli\\Security\\": "application/security" } } }