X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=35043fd23c9b7d84c6016b54a956c239bb08ea31;hb=2b7a7bc928fb7fc171138e248d3aa1d86d5b62f9;hp=c23b8252a0411b396ceb8871f96f5eef6f2dd971;hpb=e664865e2e1a88846e56f930095dfe4ff210596a;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index c23b8252..35043fd2 100644 --- a/composer.json +++ b/composer.json @@ -11,25 +11,25 @@ "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", "slim/slim": "^3.0", - "arthurhoaro/web-thumbnailer": "^1.1", + "arthurhoaro/web-thumbnailer": "^2.0", "pubsubhubbub/publisher": "dev-master", "gettext/gettext": "^4.4" }, "require-dev": { "roave/security-advisories": "dev-master", "phpunit/phpcov": "*", - "phpunit/phpunit": "^5.0", - "squizlabs/php_codesniffer": "2.*" + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", + "squizlabs/php_codesniffer": "3.*" }, "suggest": { "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", @@ -48,9 +48,16 @@ "Shaarli\\Bookmark\\Exception\\": "application/bookmark/exception", "Shaarli\\Config\\": "application/config/", "Shaarli\\Config\\Exception\\": "application/config/exception", + "Shaarli\\Container\\": "application/container", "Shaarli\\Exceptions\\": "application/exceptions", "Shaarli\\Feed\\": "application/feed", + "Shaarli\\Formatter\\": "application/formatter", + "Shaarli\\Front\\": "application/front", + "Shaarli\\Front\\Controller\\Admin\\": "application/front/controller/admin", + "Shaarli\\Front\\Controller\\Visitor\\": "application/front/controller/visitor", + "Shaarli\\Front\\Exception\\": "application/front/exceptions", "Shaarli\\Http\\": "application/http", + "Shaarli\\Legacy\\": "application/legacy", "Shaarli\\Netscape\\": "application/netscape", "Shaarli\\Plugin\\": "application/plugin", "Shaarli\\Plugin\\Exception\\": "application/plugin/exception",