aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 60b1d0b..888227f 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,7 @@
}
},
"require": {
- "ext-mysqli": "*"
+ "ext-mysqli": "*",
+ "ext-json": "*"
}
}