X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=bdf52fcc6eba9daeb9bcfec72ade2296cf08a652;hb=8b5b7dcc831a0ff1c660a0c0bca5d3cec376a5fc;hp=bbef28af84e406b25ce9f75ebc02513471820e9f;hpb=bc3ce7ec2a652eec1441774958050cf83105560a;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index bbef28af..bdf52fcc 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.0", "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" } } }