X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=99ef0b5e6da82c9799f4ac583e5bd750a274b89a;hb=f9bc4f9e7948d32be9a348a8a33eaf1d3d71ea10;hp=bbef28af84e406b25ce9f75ebc02513471820e9f;hpb=a381c373b30ed04001ea31ff5c38e077edacaf18;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index bbef28af..99ef0b5e 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,9 @@ "require": { "php": ">=5.6", "shaarli/netscape-bookmark-parser": "^2.0", - "erusev/parsedown": "1.6", + "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" } } }