diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-03 00:15:11 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-03 00:15:11 +0300 |
commit | 9f4adb06e6ff05be6217e44b30a910bae1ac4f3c (patch) | |
tree | e889338f15b70a22e07cc7a855345b750bbd1531 | |
parent | 51bb55835bc5ce8624badb803f6030dd5075d2c5 (diff) |
composer: add php version requirement
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index b6b742a..000a809 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ } }, "require": { + "php": ">=7.0", "ext-mysqli": "*", "ext-json": "*" } |