Skip to content

Commit fe31cb3

Browse files
authored
feat: add PHP 8.4 support for Symfony installation (hestiacp#4820)
1 parent 5bbefff commit fe31cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/WebApp/Installers/Symfony/SymfonySetup.php

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

0 commit comments

Comments
 (0)