X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=blobdiff_plain;f=composer.json;h=f5e7a9cd91167972bc2e2c7a60ca1288dba9b054;hp=bbef28af84e406b25ce9f75ebc02513471820e9f;hb=d37348efe280f0b72807ea6f62fca63e2ad28991;hpb=a381c373b30ed04001ea31ff5c38e077edacaf18 diff --git a/composer.json b/composer.json index bbef28af..f5e7a9cd 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,10 @@ }, "require": { "php": ">=5.6", - "shaarli/netscape-bookmark-parser": "^2.0", - "erusev/parsedown": "1.6", + "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" }, @@ -36,7 +37,8 @@ "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\\Security\\": "application/security" } } }