Bump minimum PHP version to 7.3
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"prefer-stable": true,
|
||||
"homepage": "http://www.phpvms.net",
|
||||
"require": {
|
||||
"php": ">=7.2",
|
||||
"php": ">=7.3",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-simplexml": "*",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
'php' => [
|
||||
'version' => '7.2',
|
||||
'version' => '7.3',
|
||||
],
|
||||
|
||||
'cache' => [
|
||||
|
||||
Reference in New Issue
Block a user