X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=composer.json;h=8a3d1636e3b1cd9581ad177f92f3227a2d475642;hp=15e082f8195159b92ef4e36091678718b779f0c0;hb=00af48d9d20af1ce51c8ad42fe354fafc9ceb8a3;hpb=c5ee13181ef9b0cd09886051aaf0754859090e76 diff --git a/composer.json b/composer.json index 15e082f8..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": { @@ -36,7 +35,11 @@ "Shaarli\\Api\\Controllers\\": "application/api/controllers", "Shaarli\\Api\\Exceptions\\": "application/api/exceptions", "Shaarli\\Config\\": "application/config/", - "Shaarli\\Config\\Exception\\": "application/config/exception" + "Shaarli\\Config\\Exception\\": "application/config/exception", + "Shaarli\\Exceptions\\": "application/exceptions", + "Shaarli\\Feed\\": "application/feed", + "Shaarli\\Http\\": "application/http", + "Shaarli\\Security\\": "application/security" } } }