Skip to content

Commit a215243

Browse files
authored
feat: update symfony PHP requirement for latest release (hestiacp#4482)
1 parent d237a61 commit a215243

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.1", "8.2"],
29+
"supported" => ["8.2", "8.3"],
3030
],
3131
],
3232
];

0 commit comments

Comments
 (0)