Add deps-map component and related command

This commit is contained in:
crazywhalecc
2026-04-20 11:30:40 +08:00
parent 05900c2d6c
commit c39155898a
11 changed files with 1466 additions and 96 deletions

View File

@@ -11,6 +11,7 @@ use StaticPHP\Command\CraftCommand;
use StaticPHP\Command\Dev\DumpCapabilitiesCommand;
use StaticPHP\Command\Dev\DumpStagesCommand;
use StaticPHP\Command\Dev\EnvCommand;
use StaticPHP\Command\Dev\GenDepsDataCommand;
use StaticPHP\Command\Dev\GenExtDocsCommand;
use StaticPHP\Command\Dev\IsInstalledCommand;
use StaticPHP\Command\Dev\LintConfigCommand;
@@ -83,6 +84,7 @@ class ConsoleApplication extends Application
new DumpCapabilitiesCommand(),
new PackageInfoCommand(),
new GenExtDocsCommand(),
new GenDepsDataCommand(),
]);
// add additional commands from registries