]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - composer.json
Upgrade composer - web-thumbnailer v1.3.0
[github/shaarli/Shaarli.git] / composer.json
index 15e082f8195159b92ef4e36091678718b779f0c0..99ef0b5e6da82c9799f4ac583e5bd750a274b89a 100644 (file)
@@ -19,6 +19,7 @@
         "shaarli/netscape-bookmark-parser": "^2.0",
         "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"
         }
     }
 }