1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-31 11:52:12 +02:00

fix: various fixes (#3702)

* fix: symfonycasts

* various fixes
This commit is contained in:
Dag
2023-09-24 18:15:14 +02:00
committed by GitHub
parent ce353c1e4f
commit 437afd67e0
5 changed files with 32 additions and 75 deletions

View File

@@ -28,8 +28,7 @@
"ext-openssl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-json": "*",
"ext-intl": "*"
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9",
@@ -39,6 +38,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"
},
"autoload-dev": {