1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 16:17:28 +02:00

Mention php extension filter (#4608)

While trying around to minimize my installation, I noticed that this
extension is nowhere mentioned.
This commit is contained in:
Sandro
2025-08-04 01:09:38 +02:00
committed by GitHub
parent 172e7eb280
commit 69eda522c8

View File

@@ -29,7 +29,8 @@
"ext-libxml": "*", "ext-libxml": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*" "ext-json": "*",
"ext-filter": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",