Skip to content

Commit 820eabc

Browse files
authored
feat: add PHP 8.4 support for Laravel installation (hestiacp#4821)
1 parent a85537e commit 820eabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/WebApp/Installers/Laravel/LaravelSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class LaravelSetup extends BaseSetup {
2626
"template" => "laravel",
2727
],
2828
"php" => [
29-
"supported" => ["8.1", "8.2", "8.3"],
29+
"supported" => ["8.1", "8.2", "8.3", "8.4"],
3030
],
3131
],
3232
];

0 commit comments

Comments
 (0)