X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=99ef0b5e6da82c9799f4ac583e5bd750a274b89a;hb=bede8e1b633d720d6a7d1b05ba367811f3ac2b87;hp=bbef28af84e406b25ce9f75ebc02513471820e9f;hpb=bc3ce7ec2a652eec1441774958050cf83105560a;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" } } }