Skip to content

Commit d693c25

Browse files
authored
Update PHP requirement for latest Symfony Framework (hestiacp#3149)
1 parent 1aebba0 commit d693c25

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

0 commit comments

Comments
 (0)