]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - composer.json
doc: add Make target to run phpDocumentor with Docker
[github/shaarli/Shaarli.git] / composer.json
index c1f47317b8bd92058cc916631e520bb9efd9a7a4..a52b5f78ed24817e873ffba40d4693ad631f8da2 100644 (file)
@@ -16,6 +16,7 @@
     },
     "require": {
         "php": ">=5.6",
+        "ext-json": "*",
         "ext-zlib": "*",
         "shaarli/netscape-bookmark-parser": "^2.1",
         "erusev/parsedown": "^1.6",
         "squizlabs/php_codesniffer": "2.*"
     },
     "suggest": {
-        "ext-curl": "*"
+        "ext-curl": "Allows fetching web pages and thumbnails in a more robust way",
+        "ext-gd": "Required for thumbnail generation",
+        "ext-gettext": "Enables faster translation system in gettext mode",
+        "ext-intl": "Provides localized text sorting",
+        "ext-mbstring": "Provides multibyte (Unicode) string support"
     },
     "autoload": {
         "psr-4": {
@@ -46,6 +51,9 @@
             "Shaarli\\Feed\\": "application/feed",
             "Shaarli\\Http\\": "application/http",
             "Shaarli\\Netscape\\": "application/netscape",
+            "Shaarli\\Plugin\\": "application/plugin",
+            "Shaarli\\Plugin\\Exception\\": "application/plugin/exception",
+            "Shaarli\\Plugin\\Wallabag\\": "plugins/wallabag",
             "Shaarli\\Render\\": "application/render",
             "Shaarli\\Security\\": "application/security",
             "Shaarli\\Updater\\": "application/updater",