aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> 2023-03-27 01:12:45 +0200
committerGravatar GitHub <noreply@github.com> 2023-03-27 01:12:45 +0200
commitac3dd96f48d2e95b5fd143ab0ca5606c36283c55 (patch)
tree17e980e12837c882a2c3370de85a68da2f0d1d5a /composer.json
parent0317683155a3966830f3972fde1562087f65cf94 (diff)
Cleaning code and typehinting (#5064)
* Cleaning code and typehinting * Fix remarque alphabetic order * Cleaning * rollback self:: * Update Context.php * Fix remarques * Fix remarques * Fix remarques * Remarque's from Alkarex * Remarque's from Alkarex * Cast higher up * Fix Level 5 * Claiming Level 6 Cf. https://github.com/FreshRSS/FreshRSS/pull/5230 * Address my comments * indexController as Level 6 as well * Fixed some wrong types --------- Co-authored-by: Luc <sanchezluc+freshrss@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 461c2f457..f6d2555f5 100644
--- a/composer.json
+++ b/composer.json
@@ -25,9 +25,11 @@
"ext-gmp": "*",
"ext-intl": "*",
"ext-json": "*",
+ "ext-libxml": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcre": "*",
+ "ext-pdo": "*",
"ext-pdo_sqlite": "*",
"ext-session": "*",
"ext-simplexml": "*",