0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-22 03:18:36 +00: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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