Bump php version

This commit is contained in:
Björn Fromme
2019-12-04 13:18:38 +01:00
parent 9e58c72e4f
commit 2beb925532
+2 -2
View File
@@ -7,7 +7,7 @@
"license": "GPL-2.0+", "license": "GPL-2.0+",
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.2", "php": "^7.3",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*", "ext-libxml": "*",
@@ -88,7 +88,7 @@
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "7.2.17" "php": "7.3.10"
} }
} }
} }