X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=cd9fcf5b22e6b1df223858e93434e7877472764d;hb=a5a9cf23acd1248585173aa32757d9720b5f2d62;hp=109d5d7b17f31a8e58f6200c86939aef5acf24e7;hpb=7ff3ed1d6377f5db0f63d4228707f69f89653539;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 109d5d7b..cd9fcf5b 100644 --- a/composer.json +++ b/composer.json @@ -21,15 +21,14 @@ "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.*" + "squizlabs/php_codesniffer": "3.*", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "suggest": { "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", @@ -48,9 +47,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",