mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
add frankenphp sapi
This commit is contained in:
@@ -47,6 +47,12 @@ class BSDToolCheckList
|
||||
return CheckResult::ok();
|
||||
}
|
||||
|
||||
#[AsCheckItem('if xcaddy is installed', limit_os: 'BSD')]
|
||||
public function checkXcaddy(): ?CheckResult
|
||||
{
|
||||
return $this->checkGoAndXcaddy();
|
||||
}
|
||||
|
||||
#[AsFixItem('build-tools-bsd')]
|
||||
public function fixBuildTools(array $missing): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user