Add LicenseDumper component

This commit is contained in:
crazywhalecc
2026-01-22 16:04:48 +08:00
parent ae748757d1
commit 7b725bb4da
3 changed files with 411 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ use StaticPHP\Command\Dev\ShellCommand;
use StaticPHP\Command\Dev\SortConfigCommand;
use StaticPHP\Command\DoctorCommand;
use StaticPHP\Command\DownloadCommand;
use StaticPHP\Command\DumpLicenseCommand;
use StaticPHP\Command\ExtractCommand;
use StaticPHP\Command\InstallPackageCommand;
use StaticPHP\Command\SPCConfigCommand;
@@ -55,6 +56,7 @@ class ConsoleApplication extends Application
new BuildLibsCommand(),
new ExtractCommand(),
new SPCConfigCommand(),
new DumpLicenseCommand(),
// dev commands
new ShellCommand(),