X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=composer.json;h=8a3d1636e3b1cd9581ad177f92f3227a2d475642;hp=0d4c623c8b181bc2aa5a7433de4a40290b6b3420;hb=00af48d9d20af1ce51c8ad42fe354fafc9ceb8a3;hpb=0deaedeeaef088040fb015f5be3e270e3bae508e diff --git a/composer.json b/composer.json index 0d4c623c..8a3d1636 100644 --- a/composer.json +++ b/composer.json @@ -16,18 +16,17 @@ }, "require": { "php": ">=5.6", - "shaarli/netscape-bookmark-parser": "^2.0", + "shaarli/netscape-bookmark-parser": "^2.1", "erusev/parsedown": "^1.6", "slim/slim": "^3.0", + "arthurhoaro/web-thumbnailer": "^1.1", "pubsubhubbub/publisher": "dev-master", "gettext/gettext": "^4.4" }, "require-dev": { - "phpmd/phpmd" : "@stable", + "phpunit/phpcov": "*", "phpunit/phpunit": "^5.0", - "sebastian/phpcpd": "*", - "squizlabs/php_codesniffer": "2.*", - "phpunit/phpcov": "*" + "squizlabs/php_codesniffer": "2.*" }, "autoload": { "psr-4": { @@ -37,6 +36,9 @@ "Shaarli\\Api\\Exceptions\\": "application/api/exceptions", "Shaarli\\Config\\": "application/config/", "Shaarli\\Config\\Exception\\": "application/config/exception", + "Shaarli\\Exceptions\\": "application/exceptions", + "Shaarli\\Feed\\": "application/feed", + "Shaarli\\Http\\": "application/http", "Shaarli\\Security\\": "application/security" } }