diff --git a/composer.json b/composer.json
index ff4d51cf625a5d2f0fdd9402cf172247578ae47a..0cd484e9576a28f75823ff7b2d7cac36e38a0e66 100644
--- a/composer.json
+++ b/composer.json
@@ -17,6 +17,7 @@
 	"php": ">=7.2.0",
 	"ext-mysqli": "*",
 	"ext-imap": "*",
+	"ext-curl": "*",
         "smarty/smarty": "^4.3",
         "dg/rss-php": "^1.5",
         "ezyang/htmlpurifier": "^4.16",
diff --git a/composer.lock b/composer.lock
index 2c759d73c144b763b37a71529ee615c88d2daf6a..b410d4ae62823099b066fb256fae91a2246b682c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "777505a6aeb9d33d2c556552865cfe70",
+    "content-hash": "74af97ed9d563a7f2dd29a31b422cbe4",
     "packages": [
         {
             "name": "dg/rss-php",
@@ -261,7 +261,8 @@
     "platform": {
         "php": ">=7.2.0",
         "ext-mysqli": "*",
-        "ext-imap": "*"
+        "ext-imap": "*",
+        "ext-curl": "*"
     },
     "platform-dev": [],
     "plugin-api-version": "2.2.0"