X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=35043fd23c9b7d84c6016b54a956c239bb08ea31;hb=e011be01701e7f0f2bee9a5de3f062a5ca1b17df;hp=109d5d7b17f31a8e58f6200c86939aef5acf24e7;hpb=df40879739bbdb879b890d2c1fb4ecd994fff3ad;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 109d5d7b..35043fd2 100644 --- a/composer.json +++ b/composer.json @@ -21,15 +21,15 @@ "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",