aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2024-01-31 06:11:00 +0300
committerEvgeny Zinoviev <me@ch1p.io>2024-01-31 20:45:40 +0300
commitc0dc531ebefd8912819f3b6c8bda1fed3c7e750c (patch)
tree2c75aa9df182260aef09faf4befd81a4c2b9c5e2 /composer.json
parent48d688cdf7f9eae1bf11b8a6f0e5b98687c604cb (diff)
make it simple, but not simpler
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5bdc23d..8d6cdee 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,11 @@
"ext-gd": "*",
"ext-mysqli": "*",
"ext-json": "*",
- "ext-sqlite3": "*"
+ "ext-sqlite3": "*",
+ "ext-memcached": "*",
+ "ext-yaml": "*",
+ "ext-iconv": "*",
+ "ext-gmp": "*"
},
"repositories": [
{