diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-02 23:56:11 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-02 23:56:11 +0300 |
commit | 5a652b552feea9fe8e587492d01047457324274d (patch) | |
tree | 9d252660922059d7f957b99a35f5f089752e9318 | |
parent | 5375844d989fde4d97812db745f3cb6010e6436b (diff) |
composer: add ext-json requirement
-rw-r--r-- | composer.json | 3 |
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": "*" } } |