Raise project's minimum php version to 7.4

This commit is contained in:
Björn Fromme
2021-10-25 14:36:07 +02:00
parent a5b88ebf47
commit d8b50379b5
+1 -1
View File
@@ -4,7 +4,7 @@
"license": "GPL-2.0+", "license": "GPL-2.0+",
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.3", "php": "^7.4",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*", "ext-libxml": "*",