aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-03 00:15:11 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-03 00:15:11 +0300
commit9f4adb06e6ff05be6217e44b30a910bae1ac4f3c (patch)
treee889338f15b70a22e07cc7a855345b750bbd1531
parent51bb55835bc5ce8624badb803f6030dd5075d2c5 (diff)
composer: add php version requirement
-rw-r--r--composer.json1
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": "*"
}