Added support some webapp applications

This commit is contained in:
Alexey Berezhok
2025-02-04 23:34:14 +03:00
parent b7e404e18c
commit e4624d9398
13 changed files with 31 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ class LaravelSetup extends BaseSetup {
"template" => "laravel",
],
"php" => [
"supported" => ["8.1", "8.2"],
"supported" => ["81", "82"],
],
],
];