feat(tool): implement tool package support with validation and configuration

This commit is contained in:
crazywhalecc
2026-06-27 15:39:30 +08:00
parent b4ed673261
commit a81dd6d5c9
10 changed files with 327 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ class ConfigTypeTest extends TestCase
'php-extension',
'target',
'virtual-target',
'tool',
];
$this->assertEquals($expectedTypes, ConfigType::PACKAGE_TYPES);