X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=983bf9e939417976b071b78c46e652b4b703ed89;hb=a3724717ec37d4bd54dc117ef439c8a182157882;hp=15e082f8195159b92ef4e36091678718b779f0c0;hpb=c5ee13181ef9b0cd09886051aaf0754859090e76;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 15e082f8..983bf9e9 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "shaarli/netscape-bookmark-parser": "^2.0", "erusev/parsedown": "^1.6", "slim/slim": "^3.0", + "arthurhoaro/web-thumbnailer": "dev-master", "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" } } }