refactor: change minimum php version for 7.4 (#4900)

This commit is contained in:
Alexis Saettler
2021-02-20 17:06:12 +01:00
committed by GitHub
parent ab4019e56b
commit 7235e023ec
11 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "AGPL",
"require": {
"php": "^7.3",
"php": "^7.4",
"ext-bcmath": "*",
"ext-gd": "*",
"ext-gmp": "*",