X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=composer.json;h=109d5d7b17f31a8e58f6200c86939aef5acf24e7;hb=refs%2Fpull%2F1379%2Fhead;hp=8a98cfb6aa05155d2b3234a2599bc93bb456a4ce;hpb=9585441734924cb8ece3924afa5fefb6aa2e2604;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 8a98cfb6..109d5d7b 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,12 @@ "keywords": ["bookmark", "link", "share", "web"], "config": { "platform": { - "php": "5.6.31" + "php": "7.1.29" } }, "require": { - "php": ">=5.6", + "php": ">=7.1", + "ext-json": "*", "ext-zlib": "*", "shaarli/netscape-bookmark-parser": "^2.1", "erusev/parsedown": "^1.6", @@ -25,12 +26,17 @@ "gettext/gettext": "^4.4" }, "require-dev": { + "roave/security-advisories": "dev-master", "phpunit/phpcov": "*", "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "2.*" }, "suggest": { - "ext-curl": "*" + "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", + "ext-gd": "Required for thumbnail generation", + "ext-gettext": "Enables faster translation system in gettext mode", + "ext-intl": "Provides localized text sorting", + "ext-mbstring": "Provides multibyte (Unicode) string support" }, "autoload": { "psr-4": {