Browse Source

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

pull/622/head
med-men 6 years ago
parent
commit
775586324c
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      composer.json

+ 9
- 1
composer.json View File

@ -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": [


Loading…
Cancel
Save