Skip to content

Commit 6cbcb5e

Browse files
weikibjaapmarcus
andauthored
Fixes ‘Required PHP version is not supported’ warning when using v-quick-install-app (hestiacp#4475)
* Update BaseSetup.php Fixes ‘Required PHP version is not supported’ message when using wordpress cli installer. * Run NPM format --------- Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent 230f02c commit 6cbcb5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/app/WebApp/Installers/BaseSetup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function info() {
5252
"8.0",
5353
"8.1",
5454
"8.2",
55+
"8.3",
5556
];
5657
}
5758
return $this->appInfo;

0 commit comments

Comments
 (0)