X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=738d9f5887f1a72b5b5b538ec6e03a7687db05df;hb=fe007f94e477c40e715269791c0014c18d91d9da;hp=109d5d7b17f31a8e58f6200c86939aef5acf24e7;hpb=df40879739bbdb879b890d2c1fb4ecd994fff3ad;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 109d5d7b..738d9f58 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", + "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",