Skip to content

Commit 75a6dfe

Browse files
authored
[Installers] Update Laravel to 10.x (hestiacp#3801)
1 parent aec49d9 commit 75a6dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class LaravelSetup extends BaseSetup {
1111
"name" => "Laravel",
1212
"group" => "framework",
1313
"enabled" => true,
14-
"version" => "9.x",
14+
"version" => "10.x",
1515
"thumbnail" => "laravel-thumb.png",
1616
];
1717

@@ -26,7 +26,7 @@ class LaravelSetup extends BaseSetup {
2626
"template" => "laravel",
2727
],
2828
"php" => [
29-
"supported" => ["8.0", "8.1", "8.2"],
29+
"supported" => ["8.1", "8.2"],
3030
],
3131
],
3232
];

0 commit comments

Comments
 (0)