From 775586324c531c96563e1569f48fb273e5308b33 Mon Sep 17 00:00:00 2001 From: med-men Date: Sun, 24 Nov 2019 23:46:32 +0100 Subject: [PATCH] this feature update will allow you to import images within RSS streams. For legal reasons only images from same URL as RSS stream will be imported --- composer.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87e47f8..113feaa 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,11 @@ { + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/Youpie/simple-html-dom" + } + ], + "config": { "vendor-dir": "system/vendor/", "optimize-autoloader": true, @@ -11,7 +18,8 @@ "michelf/php-markdown": "1.*", "suin/php-rss-writer": "1.*", "kanti/hub-updater": "0.*", - "jbroadway/urlify": "^1.0" + "jbroadway/urlify": "^1.0", + "simple-html-dom/simple-html-dom": "*" }, "autoload": { "files": [