1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-01 12:12:42 +02:00

feat: preserve and reproduce podcast feeds (itunes rss module) (#3759)

This commit is contained in:
Dag
2023-10-16 02:58:03 +02:00
committed by GitHub
parent 408c2e5e91
commit ef5bd83bd0
7 changed files with 126 additions and 85 deletions

View File

@@ -28,6 +28,7 @@
"ext-openssl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-dom": "*",
"ext-json": "*"
},
"require-dev": {
@@ -38,8 +39,7 @@
"ext-memcached": "Allows to use memcached as cache type",
"ext-sqlite3": "Allows to use an SQLite database for caching",
"ext-zip": "Required for FDroidRepoBridge",
"ext-intl": "Required for OLXBridge",
"ext-dom": "Allows to use some bridges based on XPath expressions"
"ext-intl": "Required for OLXBridge"
},
"autoload-dev": {
"psr-4": {