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+",
"type": "project",
"require": {
"php": "^7.2",
"php": "^7.3",
"ext-curl": "*",
"ext-json": "*",
"ext-libxml": "*",
@@ -88,7 +88,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.2.17"
"php": "7.3.10"
}
}
}