mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 15:25:41 +08:00
Refactor micro:combine command on v3
This commit is contained in:
@@ -20,6 +20,7 @@ use StaticPHP\Command\DownloadCommand;
|
||||
use StaticPHP\Command\DumpLicenseCommand;
|
||||
use StaticPHP\Command\ExtractCommand;
|
||||
use StaticPHP\Command\InstallPackageCommand;
|
||||
use StaticPHP\Command\MicroCombineCommand;
|
||||
use StaticPHP\Command\ResetCommand;
|
||||
use StaticPHP\Command\SPCConfigCommand;
|
||||
use StaticPHP\Package\TargetPackage;
|
||||
@@ -65,6 +66,7 @@ class ConsoleApplication extends Application
|
||||
new DumpLicenseCommand(),
|
||||
new ResetCommand(),
|
||||
new CheckUpdateCommand(),
|
||||
new MicroCombineCommand(),
|
||||
|
||||
// dev commands
|
||||
new ShellCommand(),
|
||||
|
||||
Reference in New Issue
Block a user