diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-26 18:08:31 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-26 18:08:45 +0300 |
commit | c8da2c8b3f5ef5c95dc7978a476a4830ca6d7c0e (patch) | |
tree | 183d1f8745a92e87a34a787be00658ae49f4a08d | |
parent | ada8a13ce8a3410f4260601d213404bff5fa1cc7 (diff) |
composer.json: add mysqli dep
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 8670223..71e2a3d 100644 --- a/composer.json +++ b/composer.json @@ -11,5 +11,8 @@ "psr-4": { "jobd\\": "src/" } + }, + "require": { + "ext-mysqli": "*" } }
\ No newline at end of file |